diff --git a/README.rst b/README.rst index e2ba999a..c65704df 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Author Copyrights ******************************************************************************* -| Copyright (C) 2011-2018 Bolero MURAKAMI. +| Copyright (C) 2011-2019 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 1092bb46..13c238c2 100644 --- a/example/brainfuck/x86_compile.cpp +++ b/example/brainfuck/x86_compile.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/csv/main.cpp b/example/csv/main.cpp index 05a4addf..b49378f6 100644 --- a/example/csv/main.cpp +++ b/example/csv/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 495d1d1c..52ece12e 100644 --- a/example/darkroom/two_spheres.hpp +++ b/example/darkroom/two_spheres.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bd321ce2..f219514b 100644 --- a/example/hanoi/main.cpp +++ b/example/hanoi/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 55c1ae72..7c81f229 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/lifegame/main.cpp b/example/lifegame/main.cpp index 0336e9b4..4cfacfc6 100644 --- a/example/lifegame/main.cpp +++ b/example/lifegame/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c617021a..c2023645 100644 --- a/example/perceptron/g3.cpp +++ b/example/perceptron/g3.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/zundoko/main.cpp b/example/zundoko/main.cpp index ddb998bf..ffa7fef2 100644 --- a/example/zundoko/main.cpp +++ b/example/zundoko/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b4303415..f03935fe 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 03fc2aea..9c28fa4a 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e714c09c..18a2b004 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5b17bc72..1697f188 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e97060ad..eb87cce0 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5836e5af..c17b113a 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a5fa9745..4bd03286 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 9f198dd1..8136a895 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 483fa5a7..860a2dcf 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1a1d79b5..69c5c278 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a28a56a5..deaa68d8 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a706863a..dd19129f 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 753c04bc..03f3273d 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 aa4233db..46b2863e 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c8f1895f..9f973e76 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 09df20c3..f5ab70ef 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6b40be4d..4030c251 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bd7ab64d..997e0197 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 00c04a55..5c941e65 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 08665f61..a35f6983 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 8e9678ff..fc84dad4 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7b494726..ea5f7713 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bf34427b..e2fdcee5 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 07048626..48501b85 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f8e53ea3..a73e6b4e 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 786d8fde..ec8a6a70 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 78e04878..99622b17 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 9c4ecfb2..684baed3 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 df497292..366c112d 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ad3662d1..e8a39362 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0065d236..5d9da5f6 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b200efab..fcb47d0b 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 df6ec4d8..fa168a41 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2471c185..7ec1e4e0 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0dbd30d8..93510279 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 fd617e95..6678d8b5 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 421c1bd9..e3739fc4 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 801c45e0..c9bad3bb 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 52daf28b..4ba2657b 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 fd68e0cb..83e6cecb 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 dbb7c91a..ccbdb583 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5df8bdd3..840fec15 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b3cdf611..cfa4a964 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bb4dafae..38aac4e6 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 59132eab..a3cd6618 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0915ab03..8b684d7b 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 83289481..8488f167 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 4b328c3b..bcc3fcfa 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a2f1d316..6e211641 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 d6aac3df..f7915d39 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 61ae9a37..13cdbd95 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6aca5d4d..9940fccf 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e8c5537e..484b48df 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b330a871..008bbcb6 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1ee03e9d..839e79c2 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f2149457..11240f35 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 badf1177..d2aad0db 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0196e668..ec65a72b 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6748d229..9f43ab38 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1d267b5d..f29e5629 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7a5e5efc..6f6212fc 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bf9d5c61..797bbc3f 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bb8a8403..56d7d47a 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7192d099..638d9763 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 79d4f13d..aae64f82 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0d38bf86..d1f4bbd3 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e3593abb..f1f634d3 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c9bce68d..4aea7b35 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2592ee84..a3f18f4e 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5769a2df..660e4ab4 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0e090bcb..8ed2c946 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1dc838c7..50a4ad3f 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 29164e47..39265ea1 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b3f3e754..9a70713d 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c9edd691..3faa0f3f 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ba09012c..dafbf420 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7828e24f..147d8f50 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 db9f29f4..0124da00 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c4c61321..305435dc 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 afe9b66d..83c45658 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ce728bf3..151646c0 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ffd1181c..45fcac56 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bb1d9bea..1b9aba27 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 77ffbbfa..133521df 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b56f55f2..f4de9904 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e76045e7..f84ec5fc 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6b4302d1..ef90eb82 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0d42f917..2e74534d 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1474d839..bd1e811e 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 426861fb..c7b348f4 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 50e69bf3..c367052f 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5c98ed5f..3395d24e 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 3fce52c1..0f231d48 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 74335109..57b795c3 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 8cfe37e7..d02b3fd2 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 58a99884..d82bc501 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f3963d52..74757514 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bca93139..97e0e683 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1388757a..9ddc384c 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 3ec8d538..98a5d4ee 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2174c974..b2584886 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 47ec0763..8f7de9c4 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 cb5707aa..dd3655b7 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 b2c092e9..f3921b0e 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 03f7d4c3..cc93baa7 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6b206272..07bcdd6a 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0125d343..24e3e307 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ef00e2e6..430df39b 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a3b17646..69d19cca 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 bdf41f6d..defb5e6f 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f50c2516..cb833699 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 23aa2834..64f30aa6 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 506b6f2a..2e14bc15 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 35cb9bb7..afdf6515 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e06f6ba0..ef37504f 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f3cc8e51..e7f86d78 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7f5fcdb4..eceaec1a 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6b8e6f0b..99a651cc 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 586b7250..c0dad407 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 d82afe66..84c29509 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 84fac7e0..a2638d61 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2d5d3b43..40a0e429 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c2599004..89ebb1d9 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 39b6ca10..1bc2b3b9 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 dede8884..c3e9c8e5 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1d93c8ba..8705ede0 100644 --- a/libs/net/test/endian.cpp +++ b/libs/net/test/endian.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2015 Chris KAY diff --git a/libs/optional/test/optional.cpp b/libs/optional/test/optional.cpp index 4199fc81..d6c421f8 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 56c5533c..b9953b0c 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ca8c2a03..47ed470a 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 5ce53a7f..33321b48 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 4927cf32..e4769cd7 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c1a74e91..97064b4f 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 0366b310..7032258b 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e8ae6938..2a7a2805 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 9bf41f39..020384c0 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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/poisson_distribution.cpp b/libs/random/test/poisson_distribution.cpp index aa1e6b81..02484faa 100644 --- a/libs/random/test/poisson_distribution.cpp +++ b/libs/random/test/poisson_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f10b58bd..fe91e33d 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6b9568f2..298a8677 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ea09ba24..8b4ff4ca 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2a35f355..5bef53a0 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 deedefd6..017266eb 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 98f9ea5b..ac7e3240 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 accb7d1f..d2b2d005 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 a96baf8c..b7402a4c 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 4d95780f..da8c8a24 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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_view/test/string_view.cpp b/libs/utility/string_view/test/string_view.cpp index 8f08cb41..312e3212 100644 --- a/libs/utility/string_view/test/string_view.cpp +++ b/libs/utility/string_view/test/string_view.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 32bcbe12..b935a8b0 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/boost/array.hpp b/sprout/adapt/boost/array.hpp index 98b842c2..d12bc59f 100644 --- a/sprout/adapt/boost/array.hpp +++ b/sprout/adapt/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/sscrisk/cel/array.hpp b/sprout/adapt/sscrisk/cel/array.hpp index 1c100851..289304b0 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/sscrisk/cel/utility.hpp b/sprout/adapt/sscrisk/cel/utility.hpp index 85ee1af3..5333276e 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/array.hpp b/sprout/adapt/std/array.hpp index 0b9e7067..a5481c73 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/complex.hpp b/sprout/adapt/std/complex.hpp index 267a0687..8ba416d7 100644 --- a/sprout/adapt/std/complex.hpp +++ b/sprout/adapt/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/utility.hpp b/sprout/adapt/std/utility.hpp index b558981a..6f168016 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adl/not_found.hpp b/sprout/adl/not_found.hpp index 4bd78e1a..3817e6cf 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm.hpp b/sprout/algorithm.hpp index 1f33bb37..6372cbf2 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/abs_diff.hpp b/sprout/algorithm/abs_diff.hpp index de19669f..28cbb0ec 100644 --- a/sprout/algorithm/abs_diff.hpp +++ b/sprout/algorithm/abs_diff.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/adjacent_find.hpp b/sprout/algorithm/adjacent_find.hpp index 8124beb8..efc20253 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/all_of.hpp b/sprout/algorithm/all_of.hpp index 09266326..77b6e170 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/all_of_equal.hpp b/sprout/algorithm/all_of_equal.hpp index 7650784c..7d96a070 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/any_of.hpp b/sprout/algorithm/any_of.hpp index 4920f7b7..d7c01f47 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/any_of_equal.hpp b/sprout/algorithm/any_of_equal.hpp index ee4d9bc2..81febd7b 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/binary_search.hpp b/sprout/algorithm/binary_search.hpp index 988fd87d..b0f02c2d 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bogo_sort.hpp b/sprout/algorithm/bogo_sort.hpp index d2a240af..591354f9 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bogo_sort_result.hpp b/sprout/algorithm/bogo_sort_result.hpp index d1e6e316..031ebba6 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bozo_sort.hpp b/sprout/algorithm/bozo_sort.hpp index f6ab2646..d3c532b1 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bozo_sort_result.hpp b/sprout/algorithm/bozo_sort_result.hpp index 28262b69..7cd797c7 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp.hpp b/sprout/algorithm/clamp.hpp index af884cb4..b692793e 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp_range.hpp b/sprout/algorithm/clamp_range.hpp index 959e0c5e..42e47ab9 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp_range_copy.hpp b/sprout/algorithm/clamp_range_copy.hpp index 58c5de38..8aadafa0 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy.hpp b/sprout/algorithm/copy.hpp index 2359c9ff..063f4041 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_backward.hpp b/sprout/algorithm/copy_backward.hpp index f3186567..d5a108fe 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_if.hpp b/sprout/algorithm/copy_if.hpp index 15fef907..883f09c2 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_n.hpp b/sprout/algorithm/copy_n.hpp index ed6f5249..092d70ef 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_until.hpp b/sprout/algorithm/copy_until.hpp index 4e5c73d1..b9d58ff0 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_while.hpp b/sprout/algorithm/copy_while.hpp index 3fb6785a..ec28929f 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/count.hpp b/sprout/algorithm/count.hpp index dfc83ce2..b03aa953 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/count_if.hpp b/sprout/algorithm/count_if.hpp index 6609a379..6e9fddf8 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14.hpp b/sprout/algorithm/cxx14.hpp index 40a4820a..ea6eff5a 100644 --- a/sprout/algorithm/cxx14.hpp +++ b/sprout/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/bogo_sort.hpp b/sprout/algorithm/cxx14/bogo_sort.hpp index f422e23f..b3d06636 100644 --- a/sprout/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/bozo_sort.hpp b/sprout/algorithm/cxx14/bozo_sort.hpp index 7c7064db..ec9b02da 100644 --- a/sprout/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/clamp_range.hpp b/sprout/algorithm/cxx14/clamp_range.hpp index 8d6a4686..60ba7537 100644 --- a/sprout/algorithm/cxx14/clamp_range.hpp +++ b/sprout/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy.hpp b/sprout/algorithm/cxx14/copy.hpp index 850b41b6..546e1657 100644 --- a/sprout/algorithm/cxx14/copy.hpp +++ b/sprout/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_backward.hpp b/sprout/algorithm/cxx14/copy_backward.hpp index 484219a2..6b2302eb 100644 --- a/sprout/algorithm/cxx14/copy_backward.hpp +++ b/sprout/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_if.hpp b/sprout/algorithm/cxx14/copy_if.hpp index 9cfbcb59..c04bc80b 100644 --- a/sprout/algorithm/cxx14/copy_if.hpp +++ b/sprout/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_n.hpp b/sprout/algorithm/cxx14/copy_n.hpp index c8daf0a7..a3b8ecab 100644 --- a/sprout/algorithm/cxx14/copy_n.hpp +++ b/sprout/algorithm/cxx14/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_until.hpp b/sprout/algorithm/cxx14/copy_until.hpp index 78f64d63..ffe3dc7a 100644 --- a/sprout/algorithm/cxx14/copy_until.hpp +++ b/sprout/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_while.hpp b/sprout/algorithm/cxx14/copy_while.hpp index 442cea2d..ad59c777 100644 --- a/sprout/algorithm/cxx14/copy_while.hpp +++ b/sprout/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/heap_tool.hpp b/sprout/algorithm/cxx14/detail/heap_tool.hpp index 20ee739e..397bf37b 100644 --- a/sprout/algorithm/cxx14/detail/heap_tool.hpp +++ b/sprout/algorithm/cxx14/detail/heap_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/insertion_sort.hpp b/sprout/algorithm/cxx14/detail/insertion_sort.hpp index ccaa63d7..f23484d0 100644 --- a/sprout/algorithm/cxx14/detail/insertion_sort.hpp +++ b/sprout/algorithm/cxx14/detail/insertion_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/sort_tool.hpp b/sprout/algorithm/cxx14/detail/sort_tool.hpp index a56166aa..ed1089a6 100644 --- a/sprout/algorithm/cxx14/detail/sort_tool.hpp +++ b/sprout/algorithm/cxx14/detail/sort_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/fill.hpp b/sprout/algorithm/cxx14/fill.hpp index 607c8d3b..c7b872ba 100644 --- a/sprout/algorithm/cxx14/fill.hpp +++ b/sprout/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/fill_n.hpp b/sprout/algorithm/cxx14/fill_n.hpp index 194cb7cb..1fcb15cc 100644 --- a/sprout/algorithm/cxx14/fill_n.hpp +++ b/sprout/algorithm/cxx14/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/for_each.hpp b/sprout/algorithm/cxx14/for_each.hpp index f4cb1781..d240849c 100644 --- a/sprout/algorithm/cxx14/for_each.hpp +++ b/sprout/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/for_each_n.hpp b/sprout/algorithm/cxx14/for_each_n.hpp index 66285da8..473f30a2 100644 --- a/sprout/algorithm/cxx14/for_each_n.hpp +++ b/sprout/algorithm/cxx14/for_each_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/gather.hpp b/sprout/algorithm/cxx14/gather.hpp index a618839b..003f1567 100644 --- a/sprout/algorithm/cxx14/gather.hpp +++ b/sprout/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/generate.hpp b/sprout/algorithm/cxx14/generate.hpp index 7fc5800a..a0540920 100644 --- a/sprout/algorithm/cxx14/generate.hpp +++ b/sprout/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/generate_n.hpp b/sprout/algorithm/cxx14/generate_n.hpp index 3d267307..50a2f49d 100644 --- a/sprout/algorithm/cxx14/generate_n.hpp +++ b/sprout/algorithm/cxx14/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/inplace_merge.hpp b/sprout/algorithm/cxx14/inplace_merge.hpp index ad052e6d..d4ba1d23 100644 --- a/sprout/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/iter_swap.hpp b/sprout/algorithm/cxx14/iter_swap.hpp index 1f467318..3d6a8c15 100644 --- a/sprout/algorithm/cxx14/iter_swap.hpp +++ b/sprout/algorithm/cxx14/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/make_heap.hpp b/sprout/algorithm/cxx14/make_heap.hpp index 0e85aea9..497bdbdf 100644 --- a/sprout/algorithm/cxx14/make_heap.hpp +++ b/sprout/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/merge.hpp b/sprout/algorithm/cxx14/merge.hpp index 90122a3f..e71ecadc 100644 --- a/sprout/algorithm/cxx14/merge.hpp +++ b/sprout/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/move.hpp b/sprout/algorithm/cxx14/move.hpp index 1cb350af..1e231ca1 100644 --- a/sprout/algorithm/cxx14/move.hpp +++ b/sprout/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/move_backward.hpp b/sprout/algorithm/cxx14/move_backward.hpp index 647c1763..608adc4f 100644 --- a/sprout/algorithm/cxx14/move_backward.hpp +++ b/sprout/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/next_permutation.hpp b/sprout/algorithm/cxx14/next_permutation.hpp index 64f60605..f2bec7a7 100644 --- a/sprout/algorithm/cxx14/next_permutation.hpp +++ b/sprout/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/nth_element.hpp b/sprout/algorithm/cxx14/nth_element.hpp index 6c431a47..6e3959f2 100644 --- a/sprout/algorithm/cxx14/nth_element.hpp +++ b/sprout/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partial_sort.hpp b/sprout/algorithm/cxx14/partial_sort.hpp index c716d579..aa3d7280 100644 --- a/sprout/algorithm/cxx14/partial_sort.hpp +++ b/sprout/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partial_sort_copy.hpp b/sprout/algorithm/cxx14/partial_sort_copy.hpp index 1b4f3cb1..c42416a0 100644 --- a/sprout/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partition.hpp b/sprout/algorithm/cxx14/partition.hpp index d43dc495..748951cd 100644 --- a/sprout/algorithm/cxx14/partition.hpp +++ b/sprout/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partition_copy.hpp b/sprout/algorithm/cxx14/partition_copy.hpp index 3c71dfaf..0a35d73e 100644 --- a/sprout/algorithm/cxx14/partition_copy.hpp +++ b/sprout/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/pop_heap.hpp b/sprout/algorithm/cxx14/pop_heap.hpp index d3379a84..65648ada 100644 --- a/sprout/algorithm/cxx14/pop_heap.hpp +++ b/sprout/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/prev_permutation.hpp b/sprout/algorithm/cxx14/prev_permutation.hpp index 9aa00e99..589d97f7 100644 --- a/sprout/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/push_heap.hpp b/sprout/algorithm/cxx14/push_heap.hpp index 50d47abd..9a1c3c07 100644 --- a/sprout/algorithm/cxx14/push_heap.hpp +++ b/sprout/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/random_shuffle.hpp b/sprout/algorithm/cxx14/random_shuffle.hpp index 46ab302a..50d046ff 100644 --- a/sprout/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/random_swap.hpp b/sprout/algorithm/cxx14/random_swap.hpp index 110b3ac3..6f3ea745 100644 --- a/sprout/algorithm/cxx14/random_swap.hpp +++ b/sprout/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove.hpp b/sprout/algorithm/cxx14/remove.hpp index fb9a6f1a..ae6c03c1 100644 --- a/sprout/algorithm/cxx14/remove.hpp +++ b/sprout/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_copy.hpp b/sprout/algorithm/cxx14/remove_copy.hpp index c91b4380..7860549f 100644 --- a/sprout/algorithm/cxx14/remove_copy.hpp +++ b/sprout/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_copy_if.hpp b/sprout/algorithm/cxx14/remove_copy_if.hpp index a63f5b5d..1c3faba1 100644 --- a/sprout/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_if.hpp b/sprout/algorithm/cxx14/remove_if.hpp index 5452d72d..477cd821 100644 --- a/sprout/algorithm/cxx14/remove_if.hpp +++ b/sprout/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace.hpp b/sprout/algorithm/cxx14/replace.hpp index 0fb5fbbe..08d611bd 100644 --- a/sprout/algorithm/cxx14/replace.hpp +++ b/sprout/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_copy.hpp b/sprout/algorithm/cxx14/replace_copy.hpp index 4e5b22b8..cacfb4cc 100644 --- a/sprout/algorithm/cxx14/replace_copy.hpp +++ b/sprout/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_copy_if.hpp b/sprout/algorithm/cxx14/replace_copy_if.hpp index 9dfb487e..12572263 100644 --- a/sprout/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_if.hpp b/sprout/algorithm/cxx14/replace_if.hpp index 32f1c11f..b1628ada 100644 --- a/sprout/algorithm/cxx14/replace_if.hpp +++ b/sprout/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/reverse.hpp b/sprout/algorithm/cxx14/reverse.hpp index e5182c3d..62d05f2f 100644 --- a/sprout/algorithm/cxx14/reverse.hpp +++ b/sprout/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/reverse_copy.hpp b/sprout/algorithm/cxx14/reverse_copy.hpp index ab5da984..eba72c87 100644 --- a/sprout/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/rotate.hpp b/sprout/algorithm/cxx14/rotate.hpp index 4e9ebf93..fd5588cf 100644 --- a/sprout/algorithm/cxx14/rotate.hpp +++ b/sprout/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/rotate_copy.hpp b/sprout/algorithm/cxx14/rotate_copy.hpp index 78b2642a..c6b9b6ad 100644 --- a/sprout/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sample.hpp b/sprout/algorithm/cxx14/sample.hpp index 35de939c..e3162574 100644 --- a/sprout/algorithm/cxx14/sample.hpp +++ b/sprout/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_difference.hpp b/sprout/algorithm/cxx14/set_difference.hpp index 995aa2b8..970996fc 100644 --- a/sprout/algorithm/cxx14/set_difference.hpp +++ b/sprout/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_intersection.hpp b/sprout/algorithm/cxx14/set_intersection.hpp index d94d8c65..e796499d 100644 --- a/sprout/algorithm/cxx14/set_intersection.hpp +++ b/sprout/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_symmetric_difference.hpp b/sprout/algorithm/cxx14/set_symmetric_difference.hpp index 80afa9cd..9ceaf079 100644 --- a/sprout/algorithm/cxx14/set_symmetric_difference.hpp +++ b/sprout/algorithm/cxx14/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_union.hpp b/sprout/algorithm/cxx14/set_union.hpp index b672b36d..10bf2411 100644 --- a/sprout/algorithm/cxx14/set_union.hpp +++ b/sprout/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/shuffle.hpp b/sprout/algorithm/cxx14/shuffle.hpp index 48f86630..0065547f 100644 --- a/sprout/algorithm/cxx14/shuffle.hpp +++ b/sprout/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sort.hpp b/sprout/algorithm/cxx14/sort.hpp index 2f3e204f..0d41c622 100644 --- a/sprout/algorithm/cxx14/sort.hpp +++ b/sprout/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sort_heap.hpp b/sprout/algorithm/cxx14/sort_heap.hpp index 492421be..a62770a1 100644 --- a/sprout/algorithm/cxx14/sort_heap.hpp +++ b/sprout/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/stable_partition.hpp b/sprout/algorithm/cxx14/stable_partition.hpp index d8d8b852..624e75e9 100644 --- a/sprout/algorithm/cxx14/stable_partition.hpp +++ b/sprout/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/stable_sort.hpp b/sprout/algorithm/cxx14/stable_sort.hpp index 92fb056a..293564ae 100644 --- a/sprout/algorithm/cxx14/stable_sort.hpp +++ b/sprout/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/swap_ranges.hpp b/sprout/algorithm/cxx14/swap_ranges.hpp index cca01967..ec1fd480 100644 --- a/sprout/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/transform.hpp b/sprout/algorithm/cxx14/transform.hpp index a43ac298..3e9aeb06 100644 --- a/sprout/algorithm/cxx14/transform.hpp +++ b/sprout/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/unique.hpp b/sprout/algorithm/cxx14/unique.hpp index 18a5ebd6..1b6e90c3 100644 --- a/sprout/algorithm/cxx14/unique.hpp +++ b/sprout/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/unique_copy.hpp b/sprout/algorithm/cxx14/unique_copy.hpp index 4c29b778..acb1ded9 100644 --- a/sprout/algorithm/cxx14/unique_copy.hpp +++ b/sprout/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/detail/max.hpp b/sprout/algorithm/detail/max.hpp index a5b2aa24..04488a67 100644 --- a/sprout/algorithm/detail/max.hpp +++ b/sprout/algorithm/detail/max.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/detail/min.hpp b/sprout/algorithm/detail/min.hpp index 2a9777ad..b88c5a5f 100644 --- a/sprout/algorithm/detail/min.hpp +++ b/sprout/algorithm/detail/min.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/equal.hpp b/sprout/algorithm/equal.hpp index 057ba847..1296b526 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/equal_range.hpp b/sprout/algorithm/equal_range.hpp index a98d9055..9a17ef98 100644 --- a/sprout/algorithm/equal_range.hpp +++ b/sprout/algorithm/equal_range.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fill.hpp b/sprout/algorithm/fill.hpp index 97c4c5d8..d30377a9 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fill_n.hpp b/sprout/algorithm/fill_n.hpp index aae15760..c2799202 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find.hpp b/sprout/algorithm/find.hpp index 6e3adef0..21320ee3 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_difference.hpp b/sprout/algorithm/find_difference.hpp index d421bb61..d5ca8fa7 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_end.hpp b/sprout/algorithm/find_end.hpp index f526c714..a4a9ee7e 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_first_of.hpp b/sprout/algorithm/find_first_of.hpp index e38730fa..ab3d07de 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_if.hpp b/sprout/algorithm/find_if.hpp index f311e7a3..be35bfbb 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_if_not.hpp b/sprout/algorithm/find_if_not.hpp index ad3e01d3..75e5c1ca 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_intersection.hpp b/sprout/algorithm/find_intersection.hpp index 7f2b545f..e95bffbc 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_symmetric_difference.hpp b/sprout/algorithm/find_symmetric_difference.hpp index b4f790c4..0237fa67 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit.hpp b/sprout/algorithm/fit.hpp index db485c0e..de323a34 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bogo_sort.hpp b/sprout/algorithm/fit/bogo_sort.hpp index 30bcaa35..7c268314 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bogo_sort_result.hpp b/sprout/algorithm/fit/bogo_sort_result.hpp index 7089ff4e..01049806 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bozo_sort.hpp b/sprout/algorithm/fit/bozo_sort.hpp index 8f1e99f0..23e05b96 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bozo_sort_result.hpp b/sprout/algorithm/fit/bozo_sort_result.hpp index da166eb2..25c0edc9 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/clamp_range.hpp b/sprout/algorithm/fit/clamp_range.hpp index 7ea5ae1e..eb1914b6 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/clamp_range_copy.hpp b/sprout/algorithm/fit/clamp_range_copy.hpp index 3c0df666..15c82a99 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy.hpp b/sprout/algorithm/fit/copy.hpp index 14d95379..5fa59374 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_backward.hpp b/sprout/algorithm/fit/copy_backward.hpp index acefd304..85a59e49 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_if.hpp b/sprout/algorithm/fit/copy_if.hpp index 859b81b3..e653053e 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_n.hpp b/sprout/algorithm/fit/copy_n.hpp index e608b6e9..15a5bd00 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_until.hpp b/sprout/algorithm/fit/copy_until.hpp index 86317072..a7459189 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_while.hpp b/sprout/algorithm/fit/copy_while.hpp index 04fc77a5..4188c3b6 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/fill.hpp b/sprout/algorithm/fit/fill.hpp index c8af40ae..a6342bda 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/fill_n.hpp b/sprout/algorithm/fit/fill_n.hpp index 0922e7ea..3a6ef214 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/generate.hpp b/sprout/algorithm/fit/generate.hpp index d91d8d1f..af11c20b 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/generate_n.hpp b/sprout/algorithm/fit/generate_n.hpp index faa05576..3846909f 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/inplace_merge.hpp b/sprout/algorithm/fit/inplace_merge.hpp index 68a910f7..53a39c9e 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/make_heap.hpp b/sprout/algorithm/fit/make_heap.hpp index 950fcd0e..126975bb 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/make_partial_heap.hpp b/sprout/algorithm/fit/make_partial_heap.hpp index 855df7ec..6d21194d 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/merge.hpp b/sprout/algorithm/fit/merge.hpp index 7235996e..cdbccdeb 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/next_permutation.hpp b/sprout/algorithm/fit/next_permutation.hpp index 914aa253..3a409642 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/nth_element.hpp b/sprout/algorithm/fit/nth_element.hpp index 5cb1774e..1a9a2298 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partial_sort.hpp b/sprout/algorithm/fit/partial_sort.hpp index b21d1607..69195817 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partition.hpp b/sprout/algorithm/fit/partition.hpp index 2222c3fc..895b451b 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partition_copy.hpp b/sprout/algorithm/fit/partition_copy.hpp index 485a2dc2..93f30f80 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/pop_heap.hpp b/sprout/algorithm/fit/pop_heap.hpp index 51605ad8..a94ecc18 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/prev_permutation.hpp b/sprout/algorithm/fit/prev_permutation.hpp index 71aa72f2..8abf375b 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/push_heap.hpp b/sprout/algorithm/fit/push_heap.hpp index ea7723c5..f61e2865 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/random_swap.hpp b/sprout/algorithm/fit/random_swap.hpp index a83a1aea..b6591130 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/random_swap_result.hpp b/sprout/algorithm/fit/random_swap_result.hpp index a21f4eb3..7b01bc27 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/recurrence.hpp b/sprout/algorithm/fit/recurrence.hpp index 61f9ea45..4745f474 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/recurrence_n.hpp b/sprout/algorithm/fit/recurrence_n.hpp index e1acdf8c..34918ea9 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove.hpp b/sprout/algorithm/fit/remove.hpp index 9f4d4398..c1b943a7 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_copy.hpp b/sprout/algorithm/fit/remove_copy.hpp index fbfd576f..a7f99392 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_copy_if.hpp b/sprout/algorithm/fit/remove_copy_if.hpp index 7a5bcaf7..0f11fe01 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_if.hpp b/sprout/algorithm/fit/remove_if.hpp index e3b01f1a..1a056b04 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace.hpp b/sprout/algorithm/fit/replace.hpp index ce56adab..98e81b3d 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_copy.hpp b/sprout/algorithm/fit/replace_copy.hpp index 4d3e29c0..1e99a6f3 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_copy_if.hpp b/sprout/algorithm/fit/replace_copy_if.hpp index 1bd075e7..25142d09 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_if.hpp b/sprout/algorithm/fit/replace_if.hpp index 92cdd3b6..ef01384a 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/results.hpp b/sprout/algorithm/fit/results.hpp index ac5e73d5..6fd9a95c 100644 --- a/sprout/algorithm/fit/results.hpp +++ b/sprout/algorithm/fit/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/reverse.hpp b/sprout/algorithm/fit/reverse.hpp index 3c3c55e7..bc65c0b0 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/reverse_copy.hpp b/sprout/algorithm/fit/reverse_copy.hpp index 52b859fb..fbc5a098 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/rotate.hpp b/sprout/algorithm/fit/rotate.hpp index 4931aca4..0cf81d83 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/rotate_copy.hpp b/sprout/algorithm/fit/rotate_copy.hpp index 72c59dc1..aee6e8ee 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_difference.hpp b/sprout/algorithm/fit/set_difference.hpp index f341a98c..fbe0ef97 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_intersection.hpp b/sprout/algorithm/fit/set_intersection.hpp index 3bc03409..34df2af8 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_symmetric_difference.hpp b/sprout/algorithm/fit/set_symmetric_difference.hpp index 7ae9abbb..13031587 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_union.hpp b/sprout/algorithm/fit/set_union.hpp index b705da8e..d92a444f 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/shuffle.hpp b/sprout/algorithm/fit/shuffle.hpp index a226c363..b8bcac05 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/shuffle_result.hpp b/sprout/algorithm/fit/shuffle_result.hpp index ffa4a368..542204c7 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/sort.hpp b/sprout/algorithm/fit/sort.hpp index 3f5cf338..86d2fe90 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/sort_heap.hpp b/sprout/algorithm/fit/sort_heap.hpp index 96173933..707d4bac 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_partition.hpp b/sprout/algorithm/fit/stable_partition.hpp index d040e54f..728dca91 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_partition_copy.hpp b/sprout/algorithm/fit/stable_partition_copy.hpp index cb415232..cf7660e7 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_sort.hpp b/sprout/algorithm/fit/stable_sort.hpp index e39702c7..3da806b4 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/swap_element.hpp b/sprout/algorithm/fit/swap_element.hpp index 5a3aaf4d..ecdde663 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/swap_element_copy.hpp b/sprout/algorithm/fit/swap_element_copy.hpp index f377d15a..d858972e 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/transform.hpp b/sprout/algorithm/fit/transform.hpp index d03c3d5a..696ef1e8 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unfold.hpp b/sprout/algorithm/fit/unfold.hpp index 144d7b04..358b9baf 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unfold_n.hpp b/sprout/algorithm/fit/unfold_n.hpp index bdf973d8..5ebdd177 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unique.hpp b/sprout/algorithm/fit/unique.hpp index 9fd21ae3..41581076 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unique_copy.hpp b/sprout/algorithm/fit/unique_copy.hpp index e91b089d..e5a8c6a2 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed.hpp b/sprout/algorithm/fixed.hpp index ab9f5a32..b099d8f4 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bogo_sort.hpp b/sprout/algorithm/fixed/bogo_sort.hpp index c37680e9..1e43c23b 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bogo_sort_result.hpp b/sprout/algorithm/fixed/bogo_sort_result.hpp index f5a2d661..ad81331c 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bozo_sort.hpp b/sprout/algorithm/fixed/bozo_sort.hpp index 603cebec..e54d594c 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bozo_sort_result.hpp b/sprout/algorithm/fixed/bozo_sort_result.hpp index d32617d7..5b981e01 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/clamp_range.hpp b/sprout/algorithm/fixed/clamp_range.hpp index 9dfd6efc..8b8dde6d 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/clamp_range_copy.hpp b/sprout/algorithm/fixed/clamp_range_copy.hpp index 4c641f69..1a84ef23 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy.hpp b/sprout/algorithm/fixed/copy.hpp index f908b354..caac07db 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_backward.hpp b/sprout/algorithm/fixed/copy_backward.hpp index efbd2623..9b0589dc 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_if.hpp b/sprout/algorithm/fixed/copy_if.hpp index 7b54c32a..2acbb7a9 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_n.hpp b/sprout/algorithm/fixed/copy_n.hpp index 02a6230a..1c7efe67 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_until.hpp b/sprout/algorithm/fixed/copy_until.hpp index 1f86a73f..fbdae2f7 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_while.hpp b/sprout/algorithm/fixed/copy_while.hpp index 2ce41721..f8963fef 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/deprecated/sort.hpp b/sprout/algorithm/fixed/deprecated/sort.hpp index 2999bf39..b1c5e56b 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/fill.hpp b/sprout/algorithm/fixed/fill.hpp index 60f30eb6..0b9e3e0e 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/fill_n.hpp b/sprout/algorithm/fixed/fill_n.hpp index 83e3f571..e2bf836a 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/generate.hpp b/sprout/algorithm/fixed/generate.hpp index 4dace850..ddcd3e40 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/generate_n.hpp b/sprout/algorithm/fixed/generate_n.hpp index 5343a761..c7409118 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/inplace_merge.hpp b/sprout/algorithm/fixed/inplace_merge.hpp index 8b062f03..98acdcdb 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/make_heap.hpp b/sprout/algorithm/fixed/make_heap.hpp index 15bd632c..d1e48033 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/make_partial_heap.hpp b/sprout/algorithm/fixed/make_partial_heap.hpp index b19d253e..340e058d 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/merge.hpp b/sprout/algorithm/fixed/merge.hpp index b796c056..a4810964 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/next_permutation.hpp b/sprout/algorithm/fixed/next_permutation.hpp index 38c4835e..59e55052 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/nth_element.hpp b/sprout/algorithm/fixed/nth_element.hpp index 7f57f6de..71df726e 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partial_sort.hpp b/sprout/algorithm/fixed/partial_sort.hpp index 02be783d..df9eeb38 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partition.hpp b/sprout/algorithm/fixed/partition.hpp index 5da661e9..e7c70ba1 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partition_copy.hpp b/sprout/algorithm/fixed/partition_copy.hpp index 4f6ddbf3..189bbfd2 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/pop_heap.hpp b/sprout/algorithm/fixed/pop_heap.hpp index 830b6b30..dff8ceab 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/prev_permutation.hpp b/sprout/algorithm/fixed/prev_permutation.hpp index 3894da00..226ee4ca 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/push_heap.hpp b/sprout/algorithm/fixed/push_heap.hpp index 251517aa..a707fb22 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/random_swap.hpp b/sprout/algorithm/fixed/random_swap.hpp index 3b407ee2..58fbce5b 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/random_swap_result.hpp b/sprout/algorithm/fixed/random_swap_result.hpp index 1641f203..44dda893 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/recurrence.hpp b/sprout/algorithm/fixed/recurrence.hpp index 5281ee90..abf86e7d 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/recurrence_n.hpp b/sprout/algorithm/fixed/recurrence_n.hpp index a434588c..3d0d5054 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove.hpp b/sprout/algorithm/fixed/remove.hpp index a2a4c12e..e98b88b5 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_copy.hpp b/sprout/algorithm/fixed/remove_copy.hpp index 0b75f180..af593329 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_copy_if.hpp b/sprout/algorithm/fixed/remove_copy_if.hpp index 949e5b35..9b87fd58 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_if.hpp b/sprout/algorithm/fixed/remove_if.hpp index 8e25bfd5..e72d223d 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace.hpp b/sprout/algorithm/fixed/replace.hpp index e5612d5f..156a44c1 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_copy.hpp b/sprout/algorithm/fixed/replace_copy.hpp index 89c1aaf9..83d60632 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_copy_if.hpp b/sprout/algorithm/fixed/replace_copy_if.hpp index fa864f4f..9a21b9cf 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_if.hpp b/sprout/algorithm/fixed/replace_if.hpp index ed689ab0..98ef38f4 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/results.hpp b/sprout/algorithm/fixed/results.hpp index fbeb1b6e..be4791e7 100644 --- a/sprout/algorithm/fixed/results.hpp +++ b/sprout/algorithm/fixed/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/reverse.hpp b/sprout/algorithm/fixed/reverse.hpp index a77801dc..92b67a32 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/reverse_copy.hpp b/sprout/algorithm/fixed/reverse_copy.hpp index f1b344ad..e95d1065 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/rotate.hpp b/sprout/algorithm/fixed/rotate.hpp index 7e611d15..9e65307c 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/rotate_copy.hpp b/sprout/algorithm/fixed/rotate_copy.hpp index 4ebdbb19..212ae985 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_difference.hpp b/sprout/algorithm/fixed/set_difference.hpp index fb5fba66..2952a4ae 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_intersection.hpp b/sprout/algorithm/fixed/set_intersection.hpp index f91fd9cf..c997b802 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_symmetric_difference.hpp b/sprout/algorithm/fixed/set_symmetric_difference.hpp index c00b4485..6f790435 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_union.hpp b/sprout/algorithm/fixed/set_union.hpp index 8c426f0d..2465c156 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/shuffle.hpp b/sprout/algorithm/fixed/shuffle.hpp index 6479a2d8..feb997f4 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/shuffle_result.hpp b/sprout/algorithm/fixed/shuffle_result.hpp index 5a204c43..2523a364 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/sort.hpp b/sprout/algorithm/fixed/sort.hpp index f886f7f3..075be5c4 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/sort_heap.hpp b/sprout/algorithm/fixed/sort_heap.hpp index e85d1797..32487ae4 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_partition.hpp b/sprout/algorithm/fixed/stable_partition.hpp index 6411397c..9c10df56 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_partition_copy.hpp b/sprout/algorithm/fixed/stable_partition_copy.hpp index 7b0166f9..1a46920e 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_sort.hpp b/sprout/algorithm/fixed/stable_sort.hpp index 0e23ec0b..218f266e 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/swap_element.hpp b/sprout/algorithm/fixed/swap_element.hpp index 7e39c511..fa6c9641 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/swap_element_copy.hpp b/sprout/algorithm/fixed/swap_element_copy.hpp index 1d4bb518..4fd7cb38 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/transform.hpp b/sprout/algorithm/fixed/transform.hpp index e5e73ccd..d8860067 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unfold.hpp b/sprout/algorithm/fixed/unfold.hpp index 7ec6409e..67f09dfc 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unfold_n.hpp b/sprout/algorithm/fixed/unfold_n.hpp index 73ce5b75..5445623b 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unique.hpp b/sprout/algorithm/fixed/unique.hpp index ba704c4e..cf044287 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unique_copy.hpp b/sprout/algorithm/fixed/unique_copy.hpp index 1b2164c6..5fd51ac4 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fold_until.hpp b/sprout/algorithm/fold_until.hpp index 66ed54f4..1a00dd18 100644 --- a/sprout/algorithm/fold_until.hpp +++ b/sprout/algorithm/fold_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fold_while.hpp b/sprout/algorithm/fold_while.hpp index bc62e3ae..ee8c3f2f 100644 --- a/sprout/algorithm/fold_while.hpp +++ b/sprout/algorithm/fold_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/for_each.hpp b/sprout/algorithm/for_each.hpp index dfc318de..8bd56c48 100644 --- a/sprout/algorithm/for_each.hpp +++ b/sprout/algorithm/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/for_each_n.hpp b/sprout/algorithm/for_each_n.hpp index 23fb30fd..3851d298 100644 --- a/sprout/algorithm/for_each_n.hpp +++ b/sprout/algorithm/for_each_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/gather.hpp b/sprout/algorithm/gather.hpp index 5fa1c8bf..61c7a27d 100644 --- a/sprout/algorithm/gather.hpp +++ b/sprout/algorithm/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/generate.hpp b/sprout/algorithm/generate.hpp index 6c3bf24f..31685868 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/generate_n.hpp b/sprout/algorithm/generate_n.hpp index a9272475..e764fdde 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/includes.hpp b/sprout/algorithm/includes.hpp index fb201fba..8753c722 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/inplace_merge.hpp b/sprout/algorithm/inplace_merge.hpp index 03d74cfc..ba44a7e5 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_decreasing.hpp b/sprout/algorithm/is_decreasing.hpp index 0a33b917..1db41a7e 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_heap.hpp b/sprout/algorithm/is_heap.hpp index e0fd84c1..f8740173 100644 --- a/sprout/algorithm/is_heap.hpp +++ b/sprout/algorithm/is_heap.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_heap_until.hpp b/sprout/algorithm/is_heap_until.hpp index fdeedda9..cdaaf101 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_increasing.hpp b/sprout/algorithm/is_increasing.hpp index 91538e51..968f82d0 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_partitioned.hpp b/sprout/algorithm/is_partitioned.hpp index 93872d7f..6ed2c2c7 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_permutation.hpp b/sprout/algorithm/is_permutation.hpp index 22311867..e7fe1ed2 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_sorted.hpp b/sprout/algorithm/is_sorted.hpp index 148e07f6..69291635 100644 --- a/sprout/algorithm/is_sorted.hpp +++ b/sprout/algorithm/is_sorted.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_sorted_until.hpp b/sprout/algorithm/is_sorted_until.hpp index 92d7d072..27d2b5b4 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_strictly_decreasing.hpp b/sprout/algorithm/is_strictly_decreasing.hpp index dc3099b3..5ae411bf 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_strictly_increasing.hpp b/sprout/algorithm/is_strictly_increasing.hpp index 454a8127..7dbf621e 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/iter_swap.hpp b/sprout/algorithm/iter_swap.hpp index 52265d8a..9130f703 100644 --- a/sprout/algorithm/iter_swap.hpp +++ b/sprout/algorithm/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/lexicographical_compare.hpp b/sprout/algorithm/lexicographical_compare.hpp index e0ff5977..96c3771d 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/lower_bound.hpp b/sprout/algorithm/lower_bound.hpp index 67b4012c..27207745 100644 --- a/sprout/algorithm/lower_bound.hpp +++ b/sprout/algorithm/lower_bound.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/make_heap.hpp b/sprout/algorithm/make_heap.hpp index 70e81610..6709ff57 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/make_partial_heap.hpp b/sprout/algorithm/make_partial_heap.hpp index 1034fee3..63d4951c 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/max.hpp b/sprout/algorithm/max.hpp index 2318252c..96507dbf 100644 --- a/sprout/algorithm/max.hpp +++ b/sprout/algorithm/max.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/max_element.hpp b/sprout/algorithm/max_element.hpp index 2601927d..1304f264 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/merge.hpp b/sprout/algorithm/merge.hpp index af95d513..fbbb7970 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/min.hpp b/sprout/algorithm/min.hpp index 1f2fa234..2979f58d 100644 --- a/sprout/algorithm/min.hpp +++ b/sprout/algorithm/min.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/min_element.hpp b/sprout/algorithm/min_element.hpp index 2a818da9..5e34a2f1 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/minmax.hpp b/sprout/algorithm/minmax.hpp index 38bfe735..9431eed9 100644 --- a/sprout/algorithm/minmax.hpp +++ b/sprout/algorithm/minmax.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/minmax_element.hpp b/sprout/algorithm/minmax_element.hpp index b14126bb..a1da877e 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/mismatch.hpp b/sprout/algorithm/mismatch.hpp index bdb2a658..09c68c9a 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/modifying.hpp b/sprout/algorithm/modifying.hpp index 5f5bf5be..052a1f9e 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/move.hpp b/sprout/algorithm/move.hpp index 2124aac2..65af408e 100644 --- a/sprout/algorithm/move.hpp +++ b/sprout/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/move_backward.hpp b/sprout/algorithm/move_backward.hpp index 20e41d86..e3555ccd 100644 --- a/sprout/algorithm/move_backward.hpp +++ b/sprout/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_difference.hpp b/sprout/algorithm/next_difference.hpp index 9335b276..32ac6a14 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_intersection.hpp b/sprout/algorithm/next_intersection.hpp index be07d8c6..88eea543 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_permutation.hpp b/sprout/algorithm/next_permutation.hpp index 74a586b0..01737dd3 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_symmetric_difference.hpp b/sprout/algorithm/next_symmetric_difference.hpp index f03d2583..e67dc0c3 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_union.hpp b/sprout/algorithm/next_union.hpp index 8ba454dc..12929818 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/non_modifying.hpp b/sprout/algorithm/non_modifying.hpp index 3f9ea0a1..99cebb44 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/none_of.hpp b/sprout/algorithm/none_of.hpp index cead5c99..5ff57dca 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/none_of_equal.hpp b/sprout/algorithm/none_of_equal.hpp index cfa14623..71813c83 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/nth_element.hpp b/sprout/algorithm/nth_element.hpp index 2a0a4e90..23112155 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/one_of.hpp b/sprout/algorithm/one_of.hpp index 2b22e981..f524e7f3 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/one_of_equal.hpp b/sprout/algorithm/one_of_equal.hpp index cdf39e27..35e9e678 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partial_sort.hpp b/sprout/algorithm/partial_sort.hpp index 6496323b..c9ac4a00 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partial_sort_copy.hpp b/sprout/algorithm/partial_sort_copy.hpp index fa9b978f..d8315b56 100644 --- a/sprout/algorithm/partial_sort_copy.hpp +++ b/sprout/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition.hpp b/sprout/algorithm/partition.hpp index 4612b551..9b88e8e4 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition_copy.hpp b/sprout/algorithm/partition_copy.hpp index 4c4ff878..55013bc9 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition_point.hpp b/sprout/algorithm/partition_point.hpp index 4a384835..c4a3bfe0 100644 --- a/sprout/algorithm/partition_point.hpp +++ b/sprout/algorithm/partition_point.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/pop_heap.hpp b/sprout/algorithm/pop_heap.hpp index f775462d..2ac7b4cf 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/prev_permutation.hpp b/sprout/algorithm/prev_permutation.hpp index 5e221f51..3e1597df 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/push_heap.hpp b/sprout/algorithm/push_heap.hpp index 98a5227e..c8feb559 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_shuffle.hpp b/sprout/algorithm/random_shuffle.hpp index 0990fd56..8c4e4293 100644 --- a/sprout/algorithm/random_shuffle.hpp +++ b/sprout/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_swap.hpp b/sprout/algorithm/random_swap.hpp index fcd3db31..26d11ab5 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_swap_result.hpp b/sprout/algorithm/random_swap_result.hpp index d615b592..ee453401 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/recurrence.hpp b/sprout/algorithm/recurrence.hpp index 56c8a960..90dbd1cd 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/recurrence_n.hpp b/sprout/algorithm/recurrence_n.hpp index 5af1e1d7..2b9525ce 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove.hpp b/sprout/algorithm/remove.hpp index 36375bc4..f7966bba 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_copy.hpp b/sprout/algorithm/remove_copy.hpp index 5ce18f0a..7759d5d7 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_copy_if.hpp b/sprout/algorithm/remove_copy_if.hpp index ada9fc14..2d7288f2 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_if.hpp b/sprout/algorithm/remove_if.hpp index b4bc811b..82b8480d 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace.hpp b/sprout/algorithm/replace.hpp index 47687abe..63848006 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_copy.hpp b/sprout/algorithm/replace_copy.hpp index 507060e8..4a4d9422 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_copy_if.hpp b/sprout/algorithm/replace_copy_if.hpp index 7302cc52..b4b6df64 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_if.hpp b/sprout/algorithm/replace_if.hpp index 6f0b5018..d94139fc 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/reverse.hpp b/sprout/algorithm/reverse.hpp index 0b62abf9..d3b3c2ca 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/reverse_copy.hpp b/sprout/algorithm/reverse_copy.hpp index f466792b..c7cd0adf 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/rotate.hpp b/sprout/algorithm/rotate.hpp index cdacee4c..6d95901a 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/rotate_copy.hpp b/sprout/algorithm/rotate_copy.hpp index 19245d0f..8bd9440e 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sample.hpp b/sprout/algorithm/sample.hpp index 5344f9da..d1ffb62b 100644 --- a/sprout/algorithm/sample.hpp +++ b/sprout/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/search.hpp b/sprout/algorithm/search.hpp index 6a8bf613..c3a74594 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/search_n.hpp b/sprout/algorithm/search_n.hpp index 55a687f5..0f931dbc 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/searching.hpp b/sprout/algorithm/searching.hpp index 2b7b0db6..516b7612 100644 --- a/sprout/algorithm/searching.hpp +++ b/sprout/algorithm/searching.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/searching/default_searcher.hpp b/sprout/algorithm/searching/default_searcher.hpp index 268d55f3..93dc69e1 100644 --- a/sprout/algorithm/searching/default_searcher.hpp +++ b/sprout/algorithm/searching/default_searcher.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_difference.hpp b/sprout/algorithm/set_difference.hpp index 558d179b..4180a253 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_intersection.hpp b/sprout/algorithm/set_intersection.hpp index 46c52ee5..f98610eb 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_symmetric_difference.hpp b/sprout/algorithm/set_symmetric_difference.hpp index 8dfc704f..826136ad 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_union.hpp b/sprout/algorithm/set_union.hpp index 86bdccab..6cfb84be 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/shuffle.hpp b/sprout/algorithm/shuffle.hpp index 67fa21b9..1c75e1d4 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/shuffle_result.hpp b/sprout/algorithm/shuffle_result.hpp index 6a40efc8..111d8e57 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sort.hpp b/sprout/algorithm/sort.hpp index d3f2da82..3b90ff7f 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sort_heap.hpp b/sprout/algorithm/sort_heap.hpp index 56b1fae6..0bac36ec 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_partition.hpp b/sprout/algorithm/stable_partition.hpp index 985f0156..8afc0645 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_partition_copy.hpp b/sprout/algorithm/stable_partition_copy.hpp index 5ca6256a..e2231447 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_sort.hpp b/sprout/algorithm/stable_sort.hpp index c615f038..fcc70a7a 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string.hpp b/sprout/algorithm/string.hpp index 87c22b6c..dec7b468 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/case_conv.hpp b/sprout/algorithm/string/case_conv.hpp index 02efc82b..6e734ea5 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/case_conv.hpp b/sprout/algorithm/string/fit/case_conv.hpp index a9373cbe..c51428f9 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_lower.hpp b/sprout/algorithm/string/fit/to_lower.hpp index 0c661a1d..fa5b96e4 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_lower_copy.hpp b/sprout/algorithm/string/fit/to_lower_copy.hpp index 3fb806b1..6c2aa60d 100644 --- a/sprout/algorithm/string/fit/to_lower_copy.hpp +++ b/sprout/algorithm/string/fit/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_upper.hpp b/sprout/algorithm/string/fit/to_upper.hpp index 43a34593..2d116205 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_upper_copy.hpp b/sprout/algorithm/string/fit/to_upper_copy.hpp index 7a223bd0..52678c89 100644 --- a/sprout/algorithm/string/fit/to_upper_copy.hpp +++ b/sprout/algorithm/string/fit/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/case_conv.hpp b/sprout/algorithm/string/fixed/case_conv.hpp index f0ee8122..bbdd1edd 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_lower.hpp b/sprout/algorithm/string/fixed/to_lower.hpp index 96ca4b02..eb283b0b 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_lower_copy.hpp b/sprout/algorithm/string/fixed/to_lower_copy.hpp index 492b0f50..28023420 100644 --- a/sprout/algorithm/string/fixed/to_lower_copy.hpp +++ b/sprout/algorithm/string/fixed/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_upper.hpp b/sprout/algorithm/string/fixed/to_upper.hpp index 5d663e9a..8b5103c9 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_upper_copy.hpp b/sprout/algorithm/string/fixed/to_upper_copy.hpp index a9e6fd18..1cc1199e 100644 --- a/sprout/algorithm/string/fixed/to_upper_copy.hpp +++ b/sprout/algorithm/string/fixed/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/join.hpp b/sprout/algorithm/string/join.hpp index d36263c9..29c5b58a 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_lower.hpp b/sprout/algorithm/string/to_lower.hpp index 023a9093..d99e2bc0 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_lower_copy.hpp b/sprout/algorithm/string/to_lower_copy.hpp index 95b42f02..620e9ca1 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_upper.hpp b/sprout/algorithm/string/to_upper.hpp index f3e0f52e..3d26b953 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_upper_copy.hpp b/sprout/algorithm/string/to_upper_copy.hpp index 2e1cac66..7863d51b 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_element.hpp b/sprout/algorithm/swap_element.hpp index 87f6904d..aa71fd36 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_element_copy.hpp b/sprout/algorithm/swap_element_copy.hpp index 50c56671..d5ef5fc5 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_ranges.hpp b/sprout/algorithm/swap_ranges.hpp index a78b1651..3905994b 100644 --- a/sprout/algorithm/swap_ranges.hpp +++ b/sprout/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/transform.hpp b/sprout/algorithm/transform.hpp index 2e82e6d1..f8cdbdd9 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/tristate_lexicographical_compare.hpp b/sprout/algorithm/tristate_lexicographical_compare.hpp index d96f0ad2..a99b9078 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unfold.hpp b/sprout/algorithm/unfold.hpp index 5dc2f96c..c2f040eb 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unfold_n.hpp b/sprout/algorithm/unfold_n.hpp index fe3420ce..07c188f8 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unique.hpp b/sprout/algorithm/unique.hpp index c93a21d1..f0900689 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unique_copy.hpp b/sprout/algorithm/unique_copy.hpp index 0ee40485..7c15d2c9 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/upper_bound.hpp b/sprout/algorithm/upper_bound.hpp index be95b553..3a256636 100644 --- a/sprout/algorithm/upper_bound.hpp +++ b/sprout/algorithm/upper_bound.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array.hpp b/sprout/array.hpp index 47b659e6..abec02b3 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/array.hpp b/sprout/array/array.hpp index 5571bfaf..7897358a 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/comparison.hpp b/sprout/array/comparison.hpp index b1837285..ad1183f7 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/hash.hpp b/sprout/array/hash.hpp index aca2697f..a88550aa 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/make_array.hpp b/sprout/array/make_array.hpp index 40ccb477..6d58b982 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/nested_array.hpp b/sprout/array/nested_array.hpp index ed968761..c0b5e337 100644 --- a/sprout/array/nested_array.hpp +++ b/sprout/array/nested_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/tuple.hpp b/sprout/array/tuple.hpp index 38f5ece1..63de6e35 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/type_traits.hpp b/sprout/array/type_traits.hpp index 61315ba3..c044a022 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/assert.hpp b/sprout/assert.hpp index 0afeac86..c03f300c 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/bit_length.hpp b/sprout/bit/bit_length.hpp index 8d74ff23..e958c467 100644 --- a/sprout/bit/bit_length.hpp +++ b/sprout/bit/bit_length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/bit_reverse.hpp b/sprout/bit/bit_reverse.hpp index c42654f9..3a46d39e 100644 --- a/sprout/bit/bit_reverse.hpp +++ b/sprout/bit/bit_reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/clrsb.hpp b/sprout/bit/clrsb.hpp index e7545ddb..96f5bc42 100644 --- a/sprout/bit/clrsb.hpp +++ b/sprout/bit/clrsb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/clz.hpp b/sprout/bit/clz.hpp index a16544a1..e53a3724 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntl0.hpp b/sprout/bit/cntl0.hpp index 7da26d7c..fa05ae82 100644 --- a/sprout/bit/cntl0.hpp +++ b/sprout/bit/cntl0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntl1.hpp b/sprout/bit/cntl1.hpp index 981a017c..a54b84f8 100644 --- a/sprout/bit/cntl1.hpp +++ b/sprout/bit/cntl1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntt0.hpp b/sprout/bit/cntt0.hpp index bbba2fb8..a13b8e9f 100644 --- a/sprout/bit/cntt0.hpp +++ b/sprout/bit/cntt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntt1.hpp b/sprout/bit/cntt1.hpp index f4be9949..0a6b2071 100644 --- a/sprout/bit/cntt1.hpp +++ b/sprout/bit/cntt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/count.hpp b/sprout/bit/count.hpp index 75b052bf..04548a0c 100644 --- a/sprout/bit/count.hpp +++ b/sprout/bit/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/ctz.hpp b/sprout/bit/ctz.hpp index e988639c..694cbe09 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbit.hpp b/sprout/bit/flipbit.hpp index c4c76b5e..ff68c808 100644 --- a/sprout/bit/flipbit.hpp +++ b/sprout/bit/flipbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbitsge.hpp b/sprout/bit/flipbitsge.hpp index 9e8ffec7..06effdbb 100644 --- a/sprout/bit/flipbitsge.hpp +++ b/sprout/bit/flipbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbitsle.hpp b/sprout/bit/flipbitsle.hpp index ee7dd0e9..45905152 100644 --- a/sprout/bit/flipbitsle.hpp +++ b/sprout/bit/flipbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/isols0b.hpp b/sprout/bit/isols0b.hpp index fb71aeaf..c5dc1a21 100644 --- a/sprout/bit/isols0b.hpp +++ b/sprout/bit/isols0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/isols1b.hpp b/sprout/bit/isols1b.hpp index 3845e3ce..22102e81 100644 --- a/sprout/bit/isols1b.hpp +++ b/sprout/bit/isols1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/length.hpp b/sprout/bit/length.hpp index bb4842cd..cad3472c 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt0.hpp b/sprout/bit/maskt0.hpp index 0e68d38c..c8f79035 100644 --- a/sprout/bit/maskt0.hpp +++ b/sprout/bit/maskt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt0ls1b.hpp b/sprout/bit/maskt0ls1b.hpp index 37a56a71..26c8ef9a 100644 --- a/sprout/bit/maskt0ls1b.hpp +++ b/sprout/bit/maskt0ls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt1.hpp b/sprout/bit/maskt1.hpp index ce8fc6c3..76190b37 100644 --- a/sprout/bit/maskt1.hpp +++ b/sprout/bit/maskt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt1ls0b.hpp b/sprout/bit/maskt1ls0b.hpp index 29ebba8b..f218c31d 100644 --- a/sprout/bit/maskt1ls0b.hpp +++ b/sprout/bit/maskt1ls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/operation.hpp b/sprout/bit/operation.hpp index 16799526..a91c901f 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/parity.hpp b/sprout/bit/parity.hpp index ec03eafa..aa297c24 100644 --- a/sprout/bit/parity.hpp +++ b/sprout/bit/parity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/popcount.hpp b/sprout/bit/popcount.hpp index 449af99c..9f50894f 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/range.hpp b/sprout/bit/range.hpp index 2a548f17..794c8b87 100644 --- a/sprout/bit/range.hpp +++ b/sprout/bit/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/reverse.hpp b/sprout/bit/reverse.hpp index 5b68ff20..9f89e134 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rightmost.hpp b/sprout/bit/rightmost.hpp index f8fe61b8..cd6a1e01 100644 --- a/sprout/bit/rightmost.hpp +++ b/sprout/bit/rightmost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rotl.hpp b/sprout/bit/rotl.hpp index fa321474..3e39668a 100644 --- a/sprout/bit/rotl.hpp +++ b/sprout/bit/rotl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rotr.hpp b/sprout/bit/rotr.hpp index aa949a8a..3327e01e 100644 --- a/sprout/bit/rotr.hpp +++ b/sprout/bit/rotr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbit.hpp b/sprout/bit/rstbit.hpp index 726b2dc6..18ba6058 100644 --- a/sprout/bit/rstbit.hpp +++ b/sprout/bit/rstbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbitsge.hpp b/sprout/bit/rstbitsge.hpp index b1510dc6..61b605a9 100644 --- a/sprout/bit/rstbitsge.hpp +++ b/sprout/bit/rstbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbitsle.hpp b/sprout/bit/rstbitsle.hpp index aa1a5054..8f5044fb 100644 --- a/sprout/bit/rstbitsle.hpp +++ b/sprout/bit/rstbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstls1b.hpp b/sprout/bit/rstls1b.hpp index 08629600..d3ada723 100644 --- a/sprout/bit/rstls1b.hpp +++ b/sprout/bit/rstls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstt1.hpp b/sprout/bit/rstt1.hpp index e536375b..96253f6b 100644 --- a/sprout/bit/rstt1.hpp +++ b/sprout/bit/rstt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbit.hpp b/sprout/bit/setbit.hpp index ec449c36..38a913aa 100644 --- a/sprout/bit/setbit.hpp +++ b/sprout/bit/setbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbitsge.hpp b/sprout/bit/setbitsge.hpp index 29f8aaa0..ea82f410 100644 --- a/sprout/bit/setbitsge.hpp +++ b/sprout/bit/setbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbitsle.hpp b/sprout/bit/setbitsle.hpp index f77d8c99..604ad71c 100644 --- a/sprout/bit/setbitsle.hpp +++ b/sprout/bit/setbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setls0b.hpp b/sprout/bit/setls0b.hpp index 766f0da5..496971d5 100644 --- a/sprout/bit/setls0b.hpp +++ b/sprout/bit/setls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/sett0.hpp b/sprout/bit/sett0.hpp index 083e0c8f..6c5f8016 100644 --- a/sprout/bit/sett0.hpp +++ b/sprout/bit/sett0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shal.hpp b/sprout/bit/shal.hpp index c4e69d07..3d14eeb1 100644 --- a/sprout/bit/shal.hpp +++ b/sprout/bit/shal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shar.hpp b/sprout/bit/shar.hpp index 278b7c1b..d2c56402 100644 --- a/sprout/bit/shar.hpp +++ b/sprout/bit/shar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shift.hpp b/sprout/bit/shift.hpp index d26c95af..da9d00f1 100644 --- a/sprout/bit/shift.hpp +++ b/sprout/bit/shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shll.hpp b/sprout/bit/shll.hpp index 95a44048..0a02dc44 100644 --- a/sprout/bit/shll.hpp +++ b/sprout/bit/shll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shlr.hpp b/sprout/bit/shlr.hpp index 9414961b..525a50b4 100644 --- a/sprout/bit/shlr.hpp +++ b/sprout/bit/shlr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/single.hpp b/sprout/bit/single.hpp index 08a5d131..e8815164 100644 --- a/sprout/bit/single.hpp +++ b/sprout/bit/single.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/testbit.hpp b/sprout/bit/testbit.hpp index 3508190d..8d136df0 100644 --- a/sprout/bit/testbit.hpp +++ b/sprout/bit/testbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset.hpp b/sprout/bitset.hpp index c3cd2ddc..1dd2372e 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/bitset.hpp b/sprout/bitset/bitset.hpp index a6b3ffd4..1bab338a 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/bitwise.hpp b/sprout/bitset/bitwise.hpp index 25e32a4a..043dd178 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/hash.hpp b/sprout/bitset/hash.hpp index 60b256d9..de8c772e 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/io.hpp b/sprout/bitset/io.hpp index 0b0cf6c9..1b83d869 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck.hpp b/sprout/brainfuck.hpp index 34389576..c3aa9d6c 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/brainfuck.hpp b/sprout/brainfuck/brainfuck.hpp index 190bbdbc..3d182b3f 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/detail/convert.hpp b/sprout/brainfuck/detail/convert.hpp index c70e4a09..46d56255 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/misa.hpp b/sprout/brainfuck/misa.hpp index dbce9d74..8919c6f5 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/ook.hpp b/sprout/brainfuck/ook.hpp index 1441f7ab..ab87f541 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cctype.hpp b/sprout/cctype.hpp index 3c46ee3f..c064aa4a 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum.hpp b/sprout/checksum.hpp index 61dc8047..139f81fd 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/md5.hpp b/sprout/checksum/md5.hpp index 3a19b686..fe8e4684 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/sha1.hpp b/sprout/checksum/sha1.hpp index dc77a1ca..c6256a9f 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/sum.hpp b/sprout/checksum/sum.hpp index 639a89cb..f37fbf2c 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/xor.hpp b/sprout/checksum/xor.hpp index 39f2d5db..570098b2 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes.hpp b/sprout/cinttypes.hpp index 05bdf651..e68e8970 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/abs.hpp b/sprout/cinttypes/abs.hpp index 523b3ff3..254b1e53 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/arithmetic.hpp b/sprout/cinttypes/arithmetic.hpp index 4d60c673..3840d58f 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/conversion.hpp b/sprout/cinttypes/conversion.hpp index 7a42d66d..5e9abf88 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/div.hpp b/sprout/cinttypes/div.hpp index b9e88118..eb5645c9 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/strtoimax.hpp b/sprout/cinttypes/strtoimax.hpp index 020cc722..7e0f91d8 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/strtoumax.hpp b/sprout/cinttypes/strtoumax.hpp index a480fc89..58c24f61 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cmath.hpp b/sprout/cmath.hpp index 7cb6fd68..a97c6fe9 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex.hpp b/sprout/complex.hpp index 9f1e439d..adba5038 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/abs.hpp b/sprout/complex/abs.hpp index 9d7f940e..16b27f34 100644 --- a/sprout/complex/abs.hpp +++ b/sprout/complex/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/acos.hpp b/sprout/complex/acos.hpp index bed5b9f1..945192e4 100644 --- a/sprout/complex/acos.hpp +++ b/sprout/complex/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/acosh.hpp b/sprout/complex/acosh.hpp index b7f06249..c163497f 100644 --- a/sprout/complex/acosh.hpp +++ b/sprout/complex/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/arg.hpp b/sprout/complex/arg.hpp index d48a1d7f..0595b208 100644 --- a/sprout/complex/arg.hpp +++ b/sprout/complex/arg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/arithmetic_operators.hpp b/sprout/complex/arithmetic_operators.hpp index b58eaeab..55f2ce3f 100644 --- a/sprout/complex/arithmetic_operators.hpp +++ b/sprout/complex/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/asin.hpp b/sprout/complex/asin.hpp index 8e9bdade..d3288248 100644 --- a/sprout/complex/asin.hpp +++ b/sprout/complex/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/asinh.hpp b/sprout/complex/asinh.hpp index a251b926..52ffefd1 100644 --- a/sprout/complex/asinh.hpp +++ b/sprout/complex/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/atan.hpp b/sprout/complex/atan.hpp index 72861f16..e48dbb82 100644 --- a/sprout/complex/atan.hpp +++ b/sprout/complex/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/atanh.hpp b/sprout/complex/atanh.hpp index 4bdc9026..1500c170 100644 --- a/sprout/complex/atanh.hpp +++ b/sprout/complex/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/complex.hpp b/sprout/complex/complex.hpp index cca4cf37..01a9bc61 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/conj.hpp b/sprout/complex/conj.hpp index 239061b3..261e1d0b 100644 --- a/sprout/complex/conj.hpp +++ b/sprout/complex/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/container.hpp b/sprout/complex/container.hpp index ee0dc42d..92667451 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/cos.hpp b/sprout/complex/cos.hpp index 578379b0..5bba6623 100644 --- a/sprout/complex/cos.hpp +++ b/sprout/complex/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/cosh.hpp b/sprout/complex/cosh.hpp index 6317db62..63a2db2a 100644 --- a/sprout/complex/cosh.hpp +++ b/sprout/complex/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/detail/copysign_mul.hpp b/sprout/complex/detail/copysign_mul.hpp index aa156c74..a1ad66e1 100644 --- a/sprout/complex/detail/copysign_mul.hpp +++ b/sprout/complex/detail/copysign_mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/euler.hpp b/sprout/complex/euler.hpp index 5efa7787..7960abde 100644 --- a/sprout/complex/euler.hpp +++ b/sprout/complex/euler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/exp.hpp b/sprout/complex/exp.hpp index fadb4425..29f04951 100644 --- a/sprout/complex/exp.hpp +++ b/sprout/complex/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/hash.hpp b/sprout/complex/hash.hpp index 603f6eb4..461c9a5a 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/imag.hpp b/sprout/complex/imag.hpp index 5b442689..2b65bfb2 100644 --- a/sprout/complex/imag.hpp +++ b/sprout/complex/imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/literals.hpp b/sprout/complex/literals.hpp index 47f7d417..c022af39 100644 --- a/sprout/complex/literals.hpp +++ b/sprout/complex/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log.hpp b/sprout/complex/log.hpp index 0d02b305..a113a40a 100644 --- a/sprout/complex/log.hpp +++ b/sprout/complex/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log10.hpp b/sprout/complex/log10.hpp index 92a46874..edc89af0 100644 --- a/sprout/complex/log10.hpp +++ b/sprout/complex/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log2.hpp b/sprout/complex/log2.hpp index 425c2acd..288bcabb 100644 --- a/sprout/complex/log2.hpp +++ b/sprout/complex/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/nearest.hpp b/sprout/complex/nearest.hpp index 6c98bcdc..bfb11e91 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/norm.hpp b/sprout/complex/norm.hpp index 50738e22..e2862cb2 100644 --- a/sprout/complex/norm.hpp +++ b/sprout/complex/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/operators.hpp b/sprout/complex/operators.hpp index 6993b81b..a6c4e549 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/perp.hpp b/sprout/complex/perp.hpp index 183e76d6..572c5b0a 100644 --- a/sprout/complex/perp.hpp +++ b/sprout/complex/perp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/polar.hpp b/sprout/complex/polar.hpp index a28300c8..340ee4fd 100644 --- a/sprout/complex/polar.hpp +++ b/sprout/complex/polar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/pow.hpp b/sprout/complex/pow.hpp index f0b505c8..fc7abacf 100644 --- a/sprout/complex/pow.hpp +++ b/sprout/complex/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/proj.hpp b/sprout/complex/proj.hpp index 68bc7225..9723893d 100644 --- a/sprout/complex/proj.hpp +++ b/sprout/complex/proj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/real.hpp b/sprout/complex/real.hpp index 894f558f..885f606d 100644 --- a/sprout/complex/real.hpp +++ b/sprout/complex/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sin.hpp b/sprout/complex/sin.hpp index 619ce7c2..49096c1b 100644 --- a/sprout/complex/sin.hpp +++ b/sprout/complex/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sinh.hpp b/sprout/complex/sinh.hpp index 76f39d15..f56a3c9b 100644 --- a/sprout/complex/sinh.hpp +++ b/sprout/complex/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sqrt.hpp b/sprout/complex/sqrt.hpp index 6bec8a35..06b2e853 100644 --- a/sprout/complex/sqrt.hpp +++ b/sprout/complex/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/stream_operators.hpp b/sprout/complex/stream_operators.hpp index 19a95ad7..fc342158 100644 --- a/sprout/complex/stream_operators.hpp +++ b/sprout/complex/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tan.hpp b/sprout/complex/tan.hpp index b456bda7..8b2434b0 100644 --- a/sprout/complex/tan.hpp +++ b/sprout/complex/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tanh.hpp b/sprout/complex/tanh.hpp index 2ca68141..836fbba3 100644 --- a/sprout/complex/tanh.hpp +++ b/sprout/complex/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/transcendentals.hpp b/sprout/complex/transcendentals.hpp index 4fb6c2a7..402cc613 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tuple.hpp b/sprout/complex/tuple.hpp index c325b1ab..73a2da9f 100644 --- a/sprout/complex/tuple.hpp +++ b/sprout/complex/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/type_traits.hpp b/sprout/complex/type_traits.hpp index 1c8e60b0..213f2e5b 100644 --- a/sprout/complex/type_traits.hpp +++ b/sprout/complex/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/values.hpp b/sprout/complex/values.hpp index bade4b6f..8f8c7f2f 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost.hpp b/sprout/compost.hpp index 66c5352e..4a34a182 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses.hpp b/sprout/compost/analyses.hpp index e0f6ca4c..40d006e2 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/amplitude_spectrum.hpp b/sprout/compost/analyses/amplitude_spectrum.hpp index a13ab24f..df54bfe2 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/dft.hpp b/sprout/compost/analyses/dft.hpp index c920451e..a3bf7132 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/idft.hpp b/sprout/compost/analyses/idft.hpp index c4d2b2db..447882ff 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/phase_spectrum.hpp b/sprout/compost/analyses/phase_spectrum.hpp index 1e500385..60e7406a 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects.hpp b/sprout/compost/effects.hpp index 461bab71..3a5f73a6 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/auto_pan.hpp b/sprout/compost/effects/auto_pan.hpp index e042cd4a..085b601c 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/changed_volume.hpp b/sprout/compost/effects/changed_volume.hpp index 4d0c7a5e..afffc958 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/chorus.hpp b/sprout/compost/effects/chorus.hpp index d8f6fd70..24fa9306 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/clipped.hpp b/sprout/compost/effects/clipped.hpp index a963a3b1..05cc3dfd 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/compressed.hpp b/sprout/compost/effects/compressed.hpp index 9dfd3304..6e769f8b 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/distorted.hpp b/sprout/compost/effects/distorted.hpp index 936b2122..c6455b85 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/fuzzed.hpp b/sprout/compost/effects/fuzzed.hpp index 8f77da3a..1c0d97dc 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/noise_gated.hpp b/sprout/compost/effects/noise_gated.hpp index 0aa4c419..4fd528ee 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/overdriven.hpp b/sprout/compost/effects/overdriven.hpp index e4b8d8cd..d753e780 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/pseudo_stereo.hpp b/sprout/compost/effects/pseudo_stereo.hpp index 27b5c04c..686bea0f 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/rectified.hpp b/sprout/compost/effects/rectified.hpp index 281f9356..4b91b534 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/reverbed.hpp b/sprout/compost/effects/reverbed.hpp index 52b86c86..d07b9ba8 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/superposed.hpp b/sprout/compost/effects/superposed.hpp index ae1d6a0b..19772484 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/tremolo.hpp b/sprout/compost/effects/tremolo.hpp index 76bb6cc2..75a7c60b 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/vibrato.hpp b/sprout/compost/effects/vibrato.hpp index 21d77c4a..d1cd2e10 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/vocal_cancelled.hpp b/sprout/compost/effects/vocal_cancelled.hpp index c300befa..4000fa6d 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats.hpp b/sprout/compost/formats.hpp index 725afc22..af094b1e 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_complex.hpp b/sprout/compost/formats/as_complex.hpp index 5210614a..d2c1df7e 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_imag.hpp b/sprout/compost/formats/as_imag.hpp index a3221178..2e7b27df 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_pcm_wave.hpp b/sprout/compost/formats/as_pcm_wave.hpp index 890a425e..897836f8 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_real.hpp b/sprout/compost/formats/as_real.hpp index be2ced59..359c98f7 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_each.hpp b/sprout/compost/formats/effected_each.hpp index dc2ac6fd..5e6e0c18 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_left.hpp b/sprout/compost/formats/effected_left.hpp index ddcc3863..8664050a 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_right.hpp b/sprout/compost/formats/effected_right.hpp index 4753a4ed..42501125 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/left_channel.hpp b/sprout/compost/formats/left_channel.hpp index 8a222202..f028f7ca 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/right_channel.hpp b/sprout/compost/formats/right_channel.hpp index 2a28287c..123b2ac2 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/stereo.hpp b/sprout/compost/formats/stereo.hpp index ddcec3bd..4a0ed1b1 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges.hpp b/sprout/compost/ranges.hpp index b296c12f..80df639d 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_dropped.hpp b/sprout/compost/ranges/adapted_dropped.hpp index ff0d9a02..3527be57 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_dropped_end.hpp b/sprout/compost/ranges/adapted_dropped_end.hpp index 58440f05..8215639c 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_offset.hpp b/sprout/compost/ranges/adapted_offset.hpp index d56c901c..b50a8e8f 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_taken.hpp b/sprout/compost/ranges/adapted_taken.hpp index c2f9aa6e..26959097 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_taken_end.hpp b/sprout/compost/ranges/adapted_taken_end.hpp index 5ad735fe..f108591c 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_window.hpp b/sprout/compost/ranges/adapted_window.hpp index 8da51aa6..a253272c 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/copied.hpp b/sprout/compost/ranges/copied.hpp index 45bc07eb..a2b02493 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/dropped.hpp b/sprout/compost/ranges/dropped.hpp index 033bfff9..aa662689 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/dropped_end.hpp b/sprout/compost/ranges/dropped_end.hpp index 7b99fd1b..e357811c 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/jointed.hpp b/sprout/compost/ranges/jointed.hpp index 549bb3df..ec5800b1 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/offset.hpp b/sprout/compost/ranges/offset.hpp index a0a4c586..e9440890 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/piped.hpp b/sprout/compost/ranges/piped.hpp index 5b7a555e..4645f0cf 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/taken.hpp b/sprout/compost/ranges/taken.hpp index 729ec7ba..eee6bac4 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/taken_end.hpp b/sprout/compost/ranges/taken_end.hpp index 7b1e6ef4..14c456f9 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/window.hpp b/sprout/compost/ranges/window.hpp index 665bac5e..8561474f 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/sources.hpp b/sprout/compost/sources.hpp index 8cc62929..31add1c9 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/sources/source.hpp b/sprout/compost/sources/source.hpp index 106e8cc7..60381bea 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility.hpp b/sprout/compost/utility.hpp index e236cafb..a15955ed 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/equal_temperament.hpp b/sprout/compost/utility/equal_temperament.hpp index ace730e7..8c3bd93d 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/iir_filter.hpp b/sprout/compost/utility/iir_filter.hpp index 88c0122d..0495358c 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/rosenberg.hpp b/sprout/compost/utility/rosenberg.hpp index bdcae873..7dbbda83 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves.hpp b/sprout/compost/waves.hpp index 3637171e..3d8b20ac 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/blanked.hpp b/sprout/compost/waves/blanked.hpp index 43a28b1f..a850dd85 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/sawtooth_wave.hpp b/sprout/compost/waves/sawtooth_wave.hpp index 03da0b5f..65465649 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/sinusoidal.hpp b/sprout/compost/waves/sinusoidal.hpp index 184d5f77..e15c38f3 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/square_wave.hpp b/sprout/compost/waves/square_wave.hpp index 3944feac..587a01bb 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/triangle_wave.hpp b/sprout/compost/waves/triangle_wave.hpp index e7a96491..00d9f709 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/white_noise.hpp b/sprout/compost/waves/white_noise.hpp index 03f296f0..d5115875 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compressed_pair.hpp b/sprout/compressed_pair.hpp index 25841d62..95e1afdc 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config.hpp b/sprout/config.hpp index d690eb80..ccc21f21 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/auto_config.hpp b/sprout/config/auto_config.hpp index 02c28894..e0f9f8c7 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler.hpp b/sprout/config/compiler.hpp index a2d09504..6ebc530e 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/borland.hpp b/sprout/config/compiler/borland.hpp index 464a7381..f809e089 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/clang.hpp b/sprout/config/compiler/clang.hpp index f95592a9..e28662cb 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/codegear.hpp b/sprout/config/compiler/codegear.hpp index 4f3fd085..126a9f4b 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/comeau.hpp b/sprout/config/compiler/comeau.hpp index 7e411b80..72f20bd3 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/common_edg.hpp b/sprout/config/compiler/common_edg.hpp index dd18d6d2..9aa20e4c 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/compaq_cxx.hpp b/sprout/config/compiler/compaq_cxx.hpp index 44df332c..c7bb20a6 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/cray.hpp b/sprout/config/compiler/cray.hpp index 156eeb97..a1274ab9 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/digitalmars.hpp b/sprout/config/compiler/digitalmars.hpp index 4b3144e9..fbbed7fd 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/gcc.hpp b/sprout/config/compiler/gcc.hpp index 2683f704..9fc08ceb 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/gcc_xml.hpp b/sprout/config/compiler/gcc_xml.hpp index 2c402741..a5f40cd0 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/greenhills.hpp b/sprout/config/compiler/greenhills.hpp index 32231ac1..982f7c7f 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/has_future.hpp b/sprout/config/compiler/has_future.hpp index 1f833f5c..687dd6e1 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/hp_acc.hpp b/sprout/config/compiler/hp_acc.hpp index 95e3788e..d7dcc62a 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/intel.hpp b/sprout/config/compiler/intel.hpp index 2532b4ad..7acaeef0 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/kai.hpp b/sprout/config/compiler/kai.hpp index 28269b05..99a191ad 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/metrowerks.hpp b/sprout/config/compiler/metrowerks.hpp index 0d3e6a5f..11f9d14d 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/mpw.hpp b/sprout/config/compiler/mpw.hpp index 13d7d83d..d3e74851 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/no_future.hpp b/sprout/config/compiler/no_future.hpp index 5769cf5f..5260bf80 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/nvcc.hpp b/sprout/config/compiler/nvcc.hpp index 72561285..2fe73c9e 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/pathscale.hpp b/sprout/config/compiler/pathscale.hpp index 309d3588..056dccc3 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/pgi.hpp b/sprout/config/compiler/pgi.hpp index 3c337451..df33564b 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/sgi_mipspro.hpp b/sprout/config/compiler/sgi_mipspro.hpp index e4d02f9b..709a8c38 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/sunpro_cc.hpp b/sprout/config/compiler/sunpro_cc.hpp index b30de0ab..6ecb0383 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/vacpp.hpp b/sprout/config/compiler/vacpp.hpp index 677168a2..b0978b2d 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/visualc.hpp b/sprout/config/compiler/visualc.hpp index 9dedce6e..19190179 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/config.hpp b/sprout/config/config.hpp index 01f4287b..2b77713e 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib.hpp b/sprout/config/stdlib.hpp index 136c4a8e..5ac0f96d 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/dinkumware.hpp b/sprout/config/stdlib/dinkumware.hpp index eacb546e..df937a9c 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libcomo.hpp b/sprout/config/stdlib/libcomo.hpp index 2b95874d..1cbb90e9 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libcpp.hpp b/sprout/config/stdlib/libcpp.hpp index b56c7234..1562c1cc 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libstdcpp3.hpp b/sprout/config/stdlib/libstdcpp3.hpp index e99daf43..b004e2e4 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/modena.hpp b/sprout/config/stdlib/modena.hpp index 21c5ff21..59663b0f 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/msl.hpp b/sprout/config/stdlib/msl.hpp index bd370872..4010a68f 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/roguewave.hpp b/sprout/config/stdlib/roguewave.hpp index 3d8531b5..aec71328 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/sgi.hpp b/sprout/config/stdlib/sgi.hpp index 04ba97ea..3cc46d14 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/stlport.hpp b/sprout/config/stdlib/stlport.hpp index 78616743..e7c74312 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/vacpp.hpp b/sprout/config/stdlib/vacpp.hpp index cfe559e2..98d67f7c 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/suffix.hpp b/sprout/config/suffix.hpp index 443807f9..4924520d 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/user_config.hpp b/sprout/config/user_config.hpp index 5087bd18..2ad777dd 100644 --- a/sprout/config/user_config.hpp +++ b/sprout/config/user_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container.hpp b/sprout/container.hpp index d4438d47..5839dbdc 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/at.hpp b/sprout/container/at.hpp index a942f9c4..dc3efc72 100644 --- a/sprout/container/at.hpp +++ b/sprout/container/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/back.hpp b/sprout/container/back.hpp index e4c01d86..1bb02a39 100644 --- a/sprout/container/back.hpp +++ b/sprout/container/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/begin.hpp b/sprout/container/begin.hpp index ebd4200c..4a31fa36 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/boost/array.hpp b/sprout/container/boost/array.hpp index 4ae7cbfb..e3ee55cd 100644 --- a/sprout/container/boost/array.hpp +++ b/sprout/container/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_iterator.hpp b/sprout/container/const_iterator.hpp index 23f9a63d..9a848541 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_pointer.hpp b/sprout/container/const_pointer.hpp index 56e1f11e..b7724d75 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_reference.hpp b/sprout/container/const_reference.hpp index 942a148c..bb220089 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/construct_functions.hpp b/sprout/container/construct_functions.hpp index 21385eda..f091acca 100644 --- a/sprout/container/construct_functions.hpp +++ b/sprout/container/construct_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_construct_traits.hpp b/sprout/container/container_construct_traits.hpp index f6475303..2b81960b 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_fitness_traits.hpp b/sprout/container/container_fitness_traits.hpp index fbf79cbc..f8d425b1 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_holder.hpp b/sprout/container/container_holder.hpp index 6c3e3f7d..b21d1213 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_range_traits.hpp b/sprout/container/container_range_traits.hpp index ae2cf557..0d3881ad 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_traits.hpp b/sprout/container/container_traits.hpp index 4dab7ae3..59a39a95 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_transform_traits.hpp b/sprout/container/container_transform_traits.hpp index fb8f5260..5af47ec6 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/copied_type.hpp b/sprout/container/copied_type.hpp index 91c94773..baefa659 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/data.hpp b/sprout/container/data.hpp index 1f90dd72..71423651 100644 --- a/sprout/container/data.hpp +++ b/sprout/container/data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/deep_copy.hpp b/sprout/container/deep_copy.hpp index e46c7498..d0379112 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/deep_internal.hpp b/sprout/container/deep_internal.hpp index 7d3645dd..91cb32ef 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/array_like.hpp b/sprout/container/detail/array_like.hpp index 41baed52..f777e150 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_at.hpp b/sprout/container/detail/range_at.hpp index 2f65052c..93fd5bb5 100644 --- a/sprout/container/detail/range_at.hpp +++ b/sprout/container/detail/range_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_back.hpp b/sprout/container/detail/range_back.hpp index a7026057..d9a94625 100644 --- a/sprout/container/detail/range_back.hpp +++ b/sprout/container/detail/range_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_begin.hpp b/sprout/container/detail/range_begin.hpp index c6a3908a..a853be04 100644 --- a/sprout/container/detail/range_begin.hpp +++ b/sprout/container/detail/range_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_data.hpp b/sprout/container/detail/range_data.hpp index 30003660..cd81808e 100644 --- a/sprout/container/detail/range_data.hpp +++ b/sprout/container/detail/range_data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_empty.hpp b/sprout/container/detail/range_empty.hpp index 43cd825e..19960767 100644 --- a/sprout/container/detail/range_empty.hpp +++ b/sprout/container/detail/range_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_end.hpp b/sprout/container/detail/range_end.hpp index 983fe126..96eecbb3 100644 --- a/sprout/container/detail/range_end.hpp +++ b/sprout/container/detail/range_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_front.hpp b/sprout/container/detail/range_front.hpp index 4516b601..5f4a6e51 100644 --- a/sprout/container/detail/range_front.hpp +++ b/sprout/container/detail/range_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_index_of.hpp b/sprout/container/detail/range_index_of.hpp index ad760189..332363b6 100644 --- a/sprout/container/detail/range_index_of.hpp +++ b/sprout/container/detail/range_index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_nth.hpp b/sprout/container/detail/range_nth.hpp index e368b185..07e0d77d 100644 --- a/sprout/container/detail/range_nth.hpp +++ b/sprout/container/detail/range_nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_size.hpp b/sprout/container/detail/range_size.hpp index 648876e4..ecc96f85 100644 --- a/sprout/container/detail/range_size.hpp +++ b/sprout/container/detail/range_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/range_subscript_at.hpp b/sprout/container/detail/range_subscript_at.hpp index a26d5f26..880052c7 100644 --- a/sprout/container/detail/range_subscript_at.hpp +++ b/sprout/container/detail/range_subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/difference_type.hpp b/sprout/container/difference_type.hpp index d1490801..cc56f33d 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/empty.hpp b/sprout/container/empty.hpp index f9b295bd..ef0a1c9e 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/end.hpp b/sprout/container/end.hpp index 98a8e2cd..33ab9838 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fit_size.hpp b/sprout/container/fit_size.hpp index 9f84e2b8..86d1fba0 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fitness_functions.hpp b/sprout/container/fitness_functions.hpp index c472c34c..e148fb1c 100644 --- a/sprout/container/fitness_functions.hpp +++ b/sprout/container/fitness_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fixed_size.hpp b/sprout/container/fixed_size.hpp index 36d6e6a1..6dd8e3b8 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/front.hpp b/sprout/container/front.hpp index 77b72318..82dae566 100644 --- a/sprout/container/front.hpp +++ b/sprout/container/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/functions.hpp b/sprout/container/functions.hpp index edac7cef..d6839ddd 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/get_deep_internal.hpp b/sprout/container/get_deep_internal.hpp index 1b77d3f8..87e40142 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/get_internal.hpp b/sprout/container/get_internal.hpp index a257c138..8571d028 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/has_sprout_begin.hpp b/sprout/container/has_sprout_begin.hpp new file mode 100644 index 00000000..3e0c73a6 --- /dev/null +++ b/sprout/container/has_sprout_begin.hpp @@ -0,0 +1,56 @@ +/*============================================================================= + Copyright (c) 2011-2019 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + 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) +=============================================================================*/ +#ifndef SPROUT_CONTAINER_HAS_SPROUT_BEGIN_HPP +#define SPROUT_CONTAINER_HAS_SPROUT_BEGIN_HPP + +#include +#include +#include +#include +#include + +namespace sprout { + // + // has_sprout_begin + // + namespace detail { + template + struct has_sprout_begin_test { + public: + template< + typename U = T, + typename = typename sprout::identity()))>::type + > + static sprout::true_type test(int); + static sprout::false_type test(...); + }; +#if defined(_MSC_VER) && (_MSC_VER > 1900) + template::test(0))>::type> + struct has_sprout_begin + : public Base_ + {}; +#else + template + struct has_sprout_begin + : public sprout::identity::test(0))>::type + {}; +#endif + } // namespace detail + + template + struct has_sprout_begin + : public sprout::detail::has_sprout_begin + {}; + +#if SPROUT_USE_VARIABLE_TEMPLATES + template + SPROUT_STATIC_CONSTEXPR bool has_sprout_begin_v = sprout::has_sprout_begin::value; +#endif // #if SPROUT_USE_VARIABLE_TEMPLATES +} // namespace sprout + +#endif // #ifndef SPROUT_CONTAINER_HAS_SPROUT_BEGIN_HPP diff --git a/sprout/container/has_sprout_end.hpp b/sprout/container/has_sprout_end.hpp new file mode 100644 index 00000000..3aef8aec --- /dev/null +++ b/sprout/container/has_sprout_end.hpp @@ -0,0 +1,56 @@ +/*============================================================================= + Copyright (c) 2011-2019 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + 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) +=============================================================================*/ +#ifndef SPROUT_CONTAINER_HAS_SPROUT_END_HPP +#define SPROUT_CONTAINER_HAS_SPROUT_END_HPP + +#include +#include +#include +#include +#include + +namespace sprout { + // + // has_sprout_end + // + namespace detail { + template + struct has_sprout_end_test { + public: + template< + typename U = T, + typename = typename sprout::identity()))>::type + > + static sprout::true_type test(int); + static sprout::false_type test(...); + }; +#if defined(_MSC_VER) && (_MSC_VER > 1900) + template::test(0))>::type> + struct has_sprout_end + : public Base_ + {}; +#else + template + struct has_sprout_end + : public sprout::identity::test(0))>::type + {}; +#endif + } // namespace detail + + template + struct has_sprout_end + : public sprout::detail::has_sprout_end + {}; + +#if SPROUT_USE_VARIABLE_TEMPLATES + template + SPROUT_STATIC_CONSTEXPR bool has_sprout_end_v = sprout::has_sprout_end::value; +#endif // #if SPROUT_USE_VARIABLE_TEMPLATES +} // namespace sprout + +#endif // #ifndef SPROUT_CONTAINER_HAS_SPROUT_END_HPP diff --git a/sprout/container/index_of.hpp b/sprout/container/index_of.hpp index ebf57ec6..37a52c3a 100644 --- a/sprout/container/index_of.hpp +++ b/sprout/container/index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/indexes.hpp b/sprout/container/indexes.hpp index 8da1d09f..1a8a927a 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal.hpp b/sprout/container/internal.hpp index eeda009a..1fd58a9f 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin.hpp b/sprout/container/internal_begin.hpp index c2da1322..816e0bae 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin_offset.hpp b/sprout/container/internal_begin_offset.hpp index 0a7e3f7b..0aad6cbc 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin_offset_backward.hpp b/sprout/container/internal_begin_offset_backward.hpp index bacb675f..12d138ed 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_deep_copy.hpp b/sprout/container/internal_deep_copy.hpp index 85e4359b..0e4a6054 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end.hpp b/sprout/container/internal_end.hpp index cb84018f..bd04ee17 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end_offset.hpp b/sprout/container/internal_end_offset.hpp index e75b192d..d1a8662f 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end_offset_backward.hpp b/sprout/container/internal_end_offset_backward.hpp index 7f9355d4..1fe50101 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_size.hpp b/sprout/container/internal_size.hpp index 91a6c858..455b9c50 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/is_sub_container.hpp b/sprout/container/is_sub_container.hpp index 0510a42d..4dd444f1 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/iterator.hpp b/sprout/container/iterator.hpp index 5ff5c533..c795d549 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/make.hpp b/sprout/container/make.hpp index 07d60651..94b9d303 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/metafunctions.hpp b/sprout/container/metafunctions.hpp index 426f38f9..69ed83ab 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -27,5 +27,7 @@ #include #include #include +#include +#include #endif // #ifndef SPROUT_CONTAINER_METAFUNCTIONS_HPP diff --git a/sprout/container/nth.hpp b/sprout/container/nth.hpp index f158e350..7d1c3650 100644 --- a/sprout/container/nth.hpp +++ b/sprout/container/nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/pointer.hpp b/sprout/container/pointer.hpp index 87ea82cb..48ee83c6 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/range_functions.hpp b/sprout/container/range_functions.hpp index e6aa36ba..c371e3b5 100644 --- a/sprout/container/range_functions.hpp +++ b/sprout/container/range_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/range_functions_fwd.hpp b/sprout/container/range_functions_fwd.hpp index 6c77e67c..0ba4e441 100644 --- a/sprout/container/range_functions_fwd.hpp +++ b/sprout/container/range_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/range_index_check.hpp b/sprout/container/range_index_check.hpp index 22c469dd..95fd7de9 100644 --- a/sprout/container/range_index_check.hpp +++ b/sprout/container/range_index_check.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/rebind_size.hpp b/sprout/container/rebind_size.hpp index c09d3866..0d56141d 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/rebind_type.hpp b/sprout/container/rebind_type.hpp index 8f52acaf..4fb26a87 100644 --- a/sprout/container/rebind_type.hpp +++ b/sprout/container/rebind_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/reference.hpp b/sprout/container/reference.hpp index 2acc885c..dbe9028c 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/remake.hpp b/sprout/container/remake.hpp index 512c8238..e1d5515e 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/shrink_to_fit.hpp b/sprout/container/shrink_to_fit.hpp index 9e36c4d0..9e61d916 100644 --- a/sprout/container/shrink_to_fit.hpp +++ b/sprout/container/shrink_to_fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/size.hpp b/sprout/container/size.hpp index 18b5c25e..fd9e508c 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/size_type.hpp b/sprout/container/size_type.hpp index d90c67a8..5face00b 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sscrisk/cel/array.hpp b/sprout/container/sscrisk/cel/array.hpp index 25c79891..01ec67a1 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/static_size.hpp b/sprout/container/static_size.hpp index f955a0ea..55706f08 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/std/array.hpp b/sprout/container/std/array.hpp index 094787a5..2d7987b3 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/std/complex.hpp b/sprout/container/std/complex.hpp index da72c361..0d59de8f 100644 --- a/sprout/container/std/complex.hpp +++ b/sprout/container/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sub_container_traits.hpp b/sprout/container/sub_container_traits.hpp index cee5ad4d..36417a39 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sub_functions.hpp b/sprout/container/sub_functions.hpp index 1566849a..095b57f1 100644 --- a/sprout/container/sub_functions.hpp +++ b/sprout/container/sub_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/subscript_at.hpp b/sprout/container/subscript_at.hpp index b0841b14..95b5358f 100644 --- a/sprout/container/subscript_at.hpp +++ b/sprout/container/subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits.hpp b/sprout/container/traits.hpp index 104be19d..dedda70b 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits_functions.hpp b/sprout/container/traits_functions.hpp index 48a9a2bc..1eab6b87 100644 --- a/sprout/container/traits_functions.hpp +++ b/sprout/container/traits_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits_fwd.hpp b/sprout/container/traits_fwd.hpp index 17ae4161..3f616bf2 100644 --- a/sprout/container/traits_fwd.hpp +++ b/sprout/container/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/utility.hpp b/sprout/container/utility.hpp index dfa4861a..5ff87502 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/value_type.hpp b/sprout/container/value_type.hpp index cc7c8400..0356dd3b 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/weak_rebind_size.hpp b/sprout/container/weak_rebind_size.hpp index 70fd8d24..53638051 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstddef.hpp b/sprout/cstddef.hpp index b4534e2e..5b36eebd 100644 --- a/sprout/cstddef.hpp +++ b/sprout/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstddef/literals.hpp b/sprout/cstddef/literals.hpp index f08d4b6c..b3f3826b 100644 --- a/sprout/cstddef/literals.hpp +++ b/sprout/cstddef/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdint.hpp b/sprout/cstdint.hpp index 4eb6518f..eba8970f 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib.hpp b/sprout/cstdlib.hpp index 7129d1a9..fcf4f61b 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/abs.hpp b/sprout/cstdlib/abs.hpp index dcf10704..8710a699 100644 --- a/sprout/cstdlib/abs.hpp +++ b/sprout/cstdlib/abs.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/arithmetic.hpp b/sprout/cstdlib/arithmetic.hpp index 35de3a45..c916ac73 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/ascii_to_int.hpp b/sprout/cstdlib/ascii_to_int.hpp index e8004a1a..276ff83f 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atof.hpp b/sprout/cstdlib/atof.hpp index 9e1b1543..e5041bb0 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atoi.hpp b/sprout/cstdlib/atoi.hpp index 49126109..8a49d86c 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atol.hpp b/sprout/cstdlib/atol.hpp index 14db20fd..81e1e8e9 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atoll.hpp b/sprout/cstdlib/atoll.hpp index bd48b7fb..a3777dd4 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/conversion.hpp b/sprout/cstdlib/conversion.hpp index f6d9c29c..634984db 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/div.hpp b/sprout/cstdlib/div.hpp index e790a5dc..e215f42c 100644 --- a/sprout/cstdlib/div.hpp +++ b/sprout/cstdlib/div.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/str_to_float.hpp b/sprout/cstdlib/str_to_float.hpp index 4be23be6..cf740326 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/str_to_int.hpp b/sprout/cstdlib/str_to_int.hpp index 7b806337..af50e37f 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtod.hpp b/sprout/cstdlib/strtod.hpp index 43470f45..7a264157 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtof.hpp b/sprout/cstdlib/strtof.hpp index 0a9e0511..c0cba591 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtol.hpp b/sprout/cstdlib/strtol.hpp index b1478016..85a50d04 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtold.hpp b/sprout/cstdlib/strtold.hpp index 11676845..7a11be64 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoll.hpp b/sprout/cstdlib/strtoll.hpp index 17dd9167..d9e983a6 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoul.hpp b/sprout/cstdlib/strtoul.hpp index 45152b7e..825b7080 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoull.hpp b/sprout/cstdlib/strtoull.hpp index 253a7f3c..cfce631b 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring.hpp b/sprout/cstring.hpp index 3b0d7506..dbb47956 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memchr.hpp b/sprout/cstring/memchr.hpp index e785ae70..ec550f5c 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memcmp.hpp b/sprout/cstring/memcmp.hpp index bbbfc451..b09b2665 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memcpy.hpp b/sprout/cstring/memcpy.hpp index 6c61f103..37cf5031 100644 --- a/sprout/cstring/memcpy.hpp +++ b/sprout/cstring/memcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memmove.hpp b/sprout/cstring/memmove.hpp index 158168d8..30839a6c 100644 --- a/sprout/cstring/memmove.hpp +++ b/sprout/cstring/memmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memset.hpp b/sprout/cstring/memset.hpp index 2f6ec64b..60b7045a 100644 --- a/sprout/cstring/memset.hpp +++ b/sprout/cstring/memset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcat.hpp b/sprout/cstring/strcat.hpp index 3a7dde60..8fb224a5 100644 --- a/sprout/cstring/strcat.hpp +++ b/sprout/cstring/strcat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strchr.hpp b/sprout/cstring/strchr.hpp index 8c9b270c..ec478bf7 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcmp.hpp b/sprout/cstring/strcmp.hpp index 318234a3..944c9d55 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcoll.hpp b/sprout/cstring/strcoll.hpp index 0622721e..23f16404 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcpy.hpp b/sprout/cstring/strcpy.hpp index 0e2e6707..33698fe6 100644 --- a/sprout/cstring/strcpy.hpp +++ b/sprout/cstring/strcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcspn.hpp b/sprout/cstring/strcspn.hpp index 9d1a40a1..a0fe8db8 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strlen.hpp b/sprout/cstring/strlen.hpp index 72a71afe..11b44c04 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncat.hpp b/sprout/cstring/strncat.hpp index f8cfb53e..8b8167c9 100644 --- a/sprout/cstring/strncat.hpp +++ b/sprout/cstring/strncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncmp.hpp b/sprout/cstring/strncmp.hpp index 216f3043..eaa463f8 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncpy.hpp b/sprout/cstring/strncpy.hpp index feb9d13a..817ac040 100644 --- a/sprout/cstring/strncpy.hpp +++ b/sprout/cstring/strncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strpbrk.hpp b/sprout/cstring/strpbrk.hpp index aa737e66..5090ee08 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strrchr.hpp b/sprout/cstring/strrchr.hpp index 6a06fc7f..0d96cafc 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strspn.hpp b/sprout/cstring/strspn.hpp index 4c3c9732..34b2aeb1 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strstr.hpp b/sprout/cstring/strstr.hpp index 57932d63..e860257e 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime.hpp b/sprout/ctime.hpp index d791170f..7a1f0490 100644 --- a/sprout/ctime.hpp +++ b/sprout/ctime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime/difftime.hpp b/sprout/ctime/difftime.hpp index d7fb37b9..c3a1729b 100644 --- a/sprout/ctime/difftime.hpp +++ b/sprout/ctime/difftime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime/to_time_t.hpp b/sprout/ctime/to_time_t.hpp index 7e8d4f19..31309fdc 100644 --- a/sprout/ctime/to_time_t.hpp +++ b/sprout/ctime/to_time_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype.hpp b/sprout/ctype.hpp index 8385455f..91d98457 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/ascii.hpp b/sprout/ctype/ascii.hpp index 806f007e..0352dc1f 100644 --- a/sprout/ctype/ascii.hpp +++ b/sprout/ctype/ascii.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/functor.hpp b/sprout/ctype/functor.hpp index be30a3a2..3bd93cac 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/mask.hpp b/sprout/ctype/mask.hpp index 22189644..be5b9781 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/wascii.hpp b/sprout/ctype/wascii.hpp index 1da78349..2f2429ab 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/current_function.hpp b/sprout/current_function.hpp index e12a954c..7c343002 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar.hpp b/sprout/cwchar.hpp index 9ee60d75..6565febb 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscat.hpp b/sprout/cwchar/wcscat.hpp index 3a8f65b1..fbb9c7ac 100644 --- a/sprout/cwchar/wcscat.hpp +++ b/sprout/cwchar/wcscat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcschr.hpp b/sprout/cwchar/wcschr.hpp index a4e417c2..6b34ec62 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscmp.hpp b/sprout/cwchar/wcscmp.hpp index 2717f5e9..79869c84 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscoll.hpp b/sprout/cwchar/wcscoll.hpp index e22900ee..1a19fe2b 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscpy.hpp b/sprout/cwchar/wcscpy.hpp index d475a2b2..4e4c3186 100644 --- a/sprout/cwchar/wcscpy.hpp +++ b/sprout/cwchar/wcscpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscspn.hpp b/sprout/cwchar/wcscspn.hpp index f2e4b48a..52264a9d 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcslen.hpp b/sprout/cwchar/wcslen.hpp index 11a339be..a2396bc4 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncat.hpp b/sprout/cwchar/wcsncat.hpp index ae1200ef..77fba96a 100644 --- a/sprout/cwchar/wcsncat.hpp +++ b/sprout/cwchar/wcsncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncmp.hpp b/sprout/cwchar/wcsncmp.hpp index f2122803..d2244459 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncpy.hpp b/sprout/cwchar/wcsncpy.hpp index a3a433f8..9fdd7f2e 100644 --- a/sprout/cwchar/wcsncpy.hpp +++ b/sprout/cwchar/wcsncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcspbrk.hpp b/sprout/cwchar/wcspbrk.hpp index 70746633..01ffbf58 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsrchr.hpp b/sprout/cwchar/wcsrchr.hpp index 2a21dc28..c111339c 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsspn.hpp b/sprout/cwchar/wcsspn.hpp index fed84734..001295b7 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsstr.hpp b/sprout/cwchar/wcsstr.hpp index fb2bb606..4738abfa 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemchr.hpp b/sprout/cwchar/wmemchr.hpp index 6e9955fd..55b9c938 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemcmp.hpp b/sprout/cwchar/wmemcmp.hpp index d397940c..333068f8 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemcpy.hpp b/sprout/cwchar/wmemcpy.hpp index e11020be..9a46ea5b 100644 --- a/sprout/cwchar/wmemcpy.hpp +++ b/sprout/cwchar/wmemcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemmove.hpp b/sprout/cwchar/wmemmove.hpp index dddd024a..4a753162 100644 --- a/sprout/cwchar/wmemmove.hpp +++ b/sprout/cwchar/wmemmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemset.hpp b/sprout/cwchar/wmemset.hpp index d0a7bff8..91f9d3a3 100644 --- a/sprout/cwchar/wmemset.hpp +++ b/sprout/cwchar/wmemset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwctype.hpp b/sprout/cwctype.hpp index d7dc0d11..ea5bbcd9 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom.hpp b/sprout/darkroom.hpp index 1800dad2..d9dd14a0 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access.hpp b/sprout/darkroom/access.hpp index b62196ef..c302f1a2 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access/access.hpp b/sprout/darkroom/access/access.hpp index 5b632af7..962ebb27 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access/traits.hpp b/sprout/darkroom/access/traits.hpp index 3e689721..94882fd5 100644 --- a/sprout/darkroom/access/traits.hpp +++ b/sprout/darkroom/access/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras.hpp b/sprout/darkroom/cameras.hpp index cba50c6d..c3de4245 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/angle_of_view.hpp b/sprout/darkroom/cameras/angle_of_view.hpp index 3753da0f..5d108a86 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/calculate.hpp b/sprout/darkroom/cameras/calculate.hpp index 6a34bbc7..86e910fe 100644 --- a/sprout/darkroom/cameras/calculate.hpp +++ b/sprout/darkroom/cameras/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/simple_camera.hpp b/sprout/darkroom/cameras/simple_camera.hpp index 735dd194..81b483c1 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/colors.hpp b/sprout/darkroom/colors.hpp index 1763e65a..3672efa9 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/colors/rgb.hpp b/sprout/darkroom/colors/rgb.hpp index db808f83..a89a9d6e 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/coords.hpp b/sprout/darkroom/coords.hpp index f3bfa356..62e4dabc 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/coords/vector.hpp b/sprout/darkroom/coords/vector.hpp index 72bc5a01..c7743437 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/intersects.hpp b/sprout/darkroom/intersects.hpp index d198640d..90f734b7 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/intersects/intersection.hpp b/sprout/darkroom/intersects/intersection.hpp index e50e5573..e23f3050 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights.hpp b/sprout/darkroom/lights.hpp index 2458a517..8efe5f4e 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/ambient_light.hpp b/sprout/darkroom/lights/ambient_light.hpp index b721c26d..00ce589b 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/calculate.hpp b/sprout/darkroom/lights/calculate.hpp index b71a32ac..efda0b27 100644 --- a/sprout/darkroom/lights/calculate.hpp +++ b/sprout/darkroom/lights/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/light_list.hpp b/sprout/darkroom/lights/light_list.hpp index 0b81d77d..998fbcb6 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/parallel_light.hpp b/sprout/darkroom/lights/parallel_light.hpp index 06e9c5a2..9b1d2928 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/point_light.hpp b/sprout/darkroom/lights/point_light.hpp index 997ad969..770a5899 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials.hpp b/sprout/darkroom/materials.hpp index 8a15d026..004e1367 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/calculate.hpp b/sprout/darkroom/materials/calculate.hpp index ca119de6..3190bcf2 100644 --- a/sprout/darkroom/materials/calculate.hpp +++ b/sprout/darkroom/materials/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/interpolation.hpp b/sprout/darkroom/materials/interpolation.hpp index e3c135be..aa299985 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/material.hpp b/sprout/darkroom/materials/material.hpp index d937652c..c4abafcb 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/plaid.hpp b/sprout/darkroom/materials/plaid.hpp index cb16ec15..c31b96d5 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/texture_map.hpp b/sprout/darkroom/materials/texture_map.hpp index f9f9a649..5b773f84 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/uniform.hpp b/sprout/darkroom/materials/uniform.hpp index 4c99fc5a..1a9f9204 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects.hpp b/sprout/darkroom/objects.hpp index 44803137..92e9dcf7 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/aa_plane.hpp b/sprout/darkroom/objects/aa_plane.hpp index 70fd333e..4d4b26ca 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/intersect.hpp b/sprout/darkroom/objects/intersect.hpp index e7de7d22..b8ece655 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/object_list.hpp b/sprout/darkroom/objects/object_list.hpp index e1d7835a..8ae0c5be 100644 --- a/sprout/darkroom/objects/object_list.hpp +++ b/sprout/darkroom/objects/object_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/polygon.hpp b/sprout/darkroom/objects/polygon.hpp index c2bd94ad..28149fd3 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/polygon/triangle.hpp b/sprout/darkroom/objects/polygon/triangle.hpp index 15598ec5..e6d7beec 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/sphere.hpp b/sprout/darkroom/objects/sphere.hpp index c29f35d4..bd93c1e9 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/pixels.hpp b/sprout/darkroom/pixels.hpp index 102c5bbd..77b9b196 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/pixels/generate.hpp b/sprout/darkroom/pixels/generate.hpp index 70381ed0..cca19870 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/rays.hpp b/sprout/darkroom/rays.hpp index b7e3d1ad..7d0c9c7d 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/rays/ray.hpp b/sprout/darkroom/rays/ray.hpp index c74a7d21..fa6e874f 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers.hpp b/sprout/darkroom/renderers.hpp index 6306eb14..66b0a29e 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/calculate.hpp b/sprout/darkroom/renderers/calculate.hpp index 1f7907a5..b02d0e10 100644 --- a/sprout/darkroom/renderers/calculate.hpp +++ b/sprout/darkroom/renderers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/infinity.hpp b/sprout/darkroom/renderers/infinity.hpp index 434719f5..ddb303af 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/whitted_style.hpp b/sprout/darkroom/renderers/whitted_style.hpp index 34354755..ba4d695a 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/textures.hpp b/sprout/darkroom/textures.hpp index d9c7ab5f..2031f34a 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/textures/texture.hpp b/sprout/darkroom/textures/texture.hpp index d26c5632..bc5511e0 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers.hpp b/sprout/darkroom/tracers.hpp index d85f9ec7..83d78853 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers/calculate.hpp b/sprout/darkroom/tracers/calculate.hpp index 103e7e97..fa39c479 100644 --- a/sprout/darkroom/tracers/calculate.hpp +++ b/sprout/darkroom/tracers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers/raytracer.hpp b/sprout/darkroom/tracers/raytracer.hpp index 993b7a4f..9dc78585 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/count_n.hpp b/sprout/detail/algorithm/count_n.hpp index 4f6c1b37..f8da6a88 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/count_n_if.hpp b/sprout/detail/algorithm/count_n_if.hpp index 88e0f57c..806afff6 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/mask_index.hpp b/sprout/detail/algorithm/mask_index.hpp index afe814cf..59bb1771 100644 --- a/sprout/detail/algorithm/mask_index.hpp +++ b/sprout/detail/algorithm/mask_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/overlap_count.hpp b/sprout/detail/algorithm/overlap_count.hpp index 38b59f06..bd85e8a2 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/search_one.hpp b/sprout/detail/algorithm/search_one.hpp index 52148d9e..ca9ec6bb 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/search_one_rev.hpp b/sprout/detail/algorithm/search_one_rev.hpp index 88e95762..9111bf1a 100644 --- a/sprout/detail/algorithm/search_one_rev.hpp +++ b/sprout/detail/algorithm/search_one_rev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/set_overlap_count.hpp b/sprout/detail/algorithm/set_overlap_count.hpp index 08edb9b9..9d2f8684 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm_min_max.hpp b/sprout/detail/algorithm_min_max.hpp index 83309bd9..895db1a2 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/call_traits.hpp b/sprout/detail/call_traits.hpp index 2435b93e..e244c0fa 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_conversion.hpp b/sprout/detail/char_conversion.hpp index 8d883e7a..277615ef 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_literal.hpp b/sprout/detail/char_literal.hpp index 0869b5a0..0cebb80e 100644 --- a/sprout/detail/char_literal.hpp +++ b/sprout/detail/char_literal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_type_of_consecutive.hpp b/sprout/detail/char_type_of_consecutive.hpp index f3aa8947..c52f6148 100644 --- a/sprout/detail/char_type_of_consecutive.hpp +++ b/sprout/detail/char_type_of_consecutive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/container_complate.hpp b/sprout/detail/container_complate.hpp index b94d5ed3..5aeb5f64 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/container_complate_backward.hpp b/sprout/detail/container_complate_backward.hpp index 8d353de7..c53c342a 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/digits_to_int.hpp b/sprout/detail/digits_to_int.hpp index f03448d0..3b283369 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/do_nothing_statement.hpp b/sprout/detail/do_nothing_statement.hpp index 325d375e..493b2f2d 100644 --- a/sprout/detail/do_nothing_statement.hpp +++ b/sprout/detail/do_nothing_statement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/functional/const_subscript.hpp b/sprout/detail/functional/const_subscript.hpp index ce1f03d0..340243ca 100644 --- a/sprout/detail/functional/const_subscript.hpp +++ b/sprout/detail/functional/const_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer.hpp b/sprout/detail/integer.hpp index 9a3f6376..d6c22516 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer/integer_mask.hpp b/sprout/detail/integer/integer_mask.hpp index a5bedeb9..3950bd46 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer/static_log2.hpp b/sprout/detail/integer/static_log2.hpp index a1164faa..afca2d35 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/io/ios_state.hpp b/sprout/detail/io/ios_state.hpp index d0cfa336..2cbd237c 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/io_fwd.hpp b/sprout/detail/io_fwd.hpp index 2adcd95c..ff348662 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/literal_def.hpp b/sprout/detail/literal_def.hpp index a3d98d13..2e1a0bf3 100644 --- a/sprout/detail/literal_def.hpp +++ b/sprout/detail/literal_def.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/math/float.hpp b/sprout/detail/math/float.hpp index 9ca960aa..897ccfa6 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/math/int.hpp b/sprout/detail/math/int.hpp index bd3bd64f..6c1465f6 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/nil_base.hpp b/sprout/detail/nil_base.hpp index e5c45628..7ee2e6b8 100644 --- a/sprout/detail/nil_base.hpp +++ b/sprout/detail/nil_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/one_type.hpp b/sprout/detail/one_type.hpp index 84c4d2c4..51875939 100644 --- a/sprout/detail/one_type.hpp +++ b/sprout/detail/one_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/param_at.hpp b/sprout/detail/param_at.hpp index 03a470ae..739f3fb3 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/pow.hpp b/sprout/detail/pow.hpp index ed4e88f2..06a1068f 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/predef.hpp b/sprout/detail/predef.hpp index 604dca9f..aa56ce6a 100644 --- a/sprout/detail/predef.hpp +++ b/sprout/detail/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/sizeof.hpp b/sprout/detail/sizeof.hpp index 895bca5e..8ebea8bf 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/static_size.hpp b/sprout/detail/static_size.hpp index 901b6d49..fa79e6b5 100644 --- a/sprout/detail/static_size.hpp +++ b/sprout/detail/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/str.hpp b/sprout/detail/str.hpp index abd6a52a..351477cd 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/udl_namespace.hpp b/sprout/detail/udl_namespace.hpp index 93a8ae00..31c75a8a 100644 --- a/sprout/detail/udl_namespace.hpp +++ b/sprout/detail/udl_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/endian_traits.hpp b/sprout/endian_traits.hpp index b2ae7567..c18b9946 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/forward_clist.hpp b/sprout/forward_clist.hpp index 0e0a49df..5a8347a8 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional.hpp b/sprout/functional.hpp index 9f260914..119f934f 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/adaptor.hpp b/sprout/functional/adaptor.hpp index b0700bc0..9e55c06b 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/address_of.hpp b/sprout/functional/address_of.hpp index a39d6506..8017dfa2 100644 --- a/sprout/functional/address_of.hpp +++ b/sprout/functional/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/arithmetic.hpp b/sprout/functional/arithmetic.hpp index 1a7e7f2a..fa99f09a 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/assign.hpp b/sprout/functional/assign.hpp index 0ee079d0..75b67cf5 100644 --- a/sprout/functional/assign.hpp +++ b/sprout/functional/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/assignment.hpp b/sprout/functional/assignment.hpp index 563c3daf..cda528f3 100644 --- a/sprout/functional/assignment.hpp +++ b/sprout/functional/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/base.hpp b/sprout/functional/base.hpp index eb03cdcc..93dd53b6 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/binary_function.hpp b/sprout/functional/binary_function.hpp index 7ca44e34..01112d55 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind.hpp b/sprout/functional/bind.hpp index bb9cf5c0..f422d8e9 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/bind.hpp b/sprout/functional/bind/bind.hpp index 1ab35e02..9ac4c914 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/literals.hpp b/sprout/functional/bind/literals.hpp index a6f6d4b3..a0915673 100644 --- a/sprout/functional/bind/literals.hpp +++ b/sprout/functional/bind/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/placeholder.hpp b/sprout/functional/bind/placeholder.hpp index 1f74324e..0ce33bfb 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind1st.hpp b/sprout/functional/bind1st.hpp index 4f832141..fd252bb4 100644 --- a/sprout/functional/bind1st.hpp +++ b/sprout/functional/bind1st.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind2nd.hpp b/sprout/functional/bind2nd.hpp index f8bc529c..20dd9946 100644 --- a/sprout/functional/bind2nd.hpp +++ b/sprout/functional/bind2nd.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/binder.hpp b/sprout/functional/binder.hpp index 40754fd7..e84e17a1 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_and.hpp b/sprout/functional/bit_and.hpp index 785c3303..3993745e 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_and_assign.hpp b/sprout/functional/bit_and_assign.hpp index 89b6a0cf..75cc4bbb 100644 --- a/sprout/functional/bit_and_assign.hpp +++ b/sprout/functional/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_not.hpp b/sprout/functional/bit_not.hpp index d81de2dd..a511dbfd 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_or.hpp b/sprout/functional/bit_or.hpp index aa05abfc..94a19143 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_or_assign.hpp b/sprout/functional/bit_or_assign.hpp index cd94d1c6..5e7fe6aa 100644 --- a/sprout/functional/bit_or_assign.hpp +++ b/sprout/functional/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_xor.hpp b/sprout/functional/bit_xor.hpp index f9be006d..0adc510e 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_xor_assign.hpp b/sprout/functional/bit_xor_assign.hpp index 9525ed4c..01b53b65 100644 --- a/sprout/functional/bit_xor_assign.hpp +++ b/sprout/functional/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bitwise.hpp b/sprout/functional/bitwise.hpp index 7780c4ab..75eb34c2 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/call_fun.hpp b/sprout/functional/call_fun.hpp index 052bb066..b8c068de 100644 --- a/sprout/functional/call_fun.hpp +++ b/sprout/functional/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/comma.hpp b/sprout/functional/comma.hpp index d2255773..0f98f32d 100644 --- a/sprout/functional/comma.hpp +++ b/sprout/functional/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/comparison.hpp b/sprout/functional/comparison.hpp index 4fc0c378..f00c9c8d 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/cond.hpp b/sprout/functional/cond.hpp index 41723bf2..4bca9396 100644 --- a/sprout/functional/cond.hpp +++ b/sprout/functional/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/dereference.hpp b/sprout/functional/dereference.hpp index 0af2506c..2f99e45a 100644 --- a/sprout/functional/dereference.hpp +++ b/sprout/functional/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/divides.hpp b/sprout/functional/divides.hpp index 30909ebd..d91c26c4 100644 --- a/sprout/functional/divides.hpp +++ b/sprout/functional/divides.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/divides_assign.hpp b/sprout/functional/divides_assign.hpp index 1c2b0977..24d45c78 100644 --- a/sprout/functional/divides_assign.hpp +++ b/sprout/functional/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/equal_to.hpp b/sprout/functional/equal_to.hpp index 1e20b1f4..5cae917f 100644 --- a/sprout/functional/equal_to.hpp +++ b/sprout/functional/equal_to.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/equiv.hpp b/sprout/functional/equiv.hpp index 315201ea..4e4eec35 100644 --- a/sprout/functional/equiv.hpp +++ b/sprout/functional/equiv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/functor.hpp b/sprout/functional/functor.hpp index 0c79a30e..715b8122 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/greater.hpp b/sprout/functional/greater.hpp index 0a81f1df..a0db3bef 100644 --- a/sprout/functional/greater.hpp +++ b/sprout/functional/greater.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/greater_equal.hpp b/sprout/functional/greater_equal.hpp index 0a79d2f0..6198002f 100644 --- a/sprout/functional/greater_equal.hpp +++ b/sprout/functional/greater_equal.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash.hpp b/sprout/functional/hash.hpp index 6542abab..97b3fc15 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/boost/array.hpp b/sprout/functional/hash/boost/array.hpp index ffac5f96..0b3b2761 100644 --- a/sprout/functional/hash/boost/array.hpp +++ b/sprout/functional/hash/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/detail/hash_float.hpp b/sprout/functional/hash/detail/hash_float.hpp index 95a52d9a..e73632fa 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash.hpp b/sprout/functional/hash/hash.hpp index 41364f7b..00c0db5e 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_combine.hpp b/sprout/functional/hash/hash_combine.hpp index 2c36b41f..6a9ae814 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_fwd.hpp b/sprout/functional/hash/hash_fwd.hpp index 2ea1c6eb..a5b54555 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_range.hpp b/sprout/functional/hash/hash_range.hpp index 2f59ffe3..7e9a6e2c 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_value.hpp b/sprout/functional/hash/hash_value.hpp index d4229d37..d34282cf 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_value_traits.hpp b/sprout/functional/hash/hash_value_traits.hpp index 3cbaa3e7..1c88895a 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_values.hpp b/sprout/functional/hash/hash_values.hpp index 7a7d764a..0508a218 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/sscrisk/cel/array.hpp b/sprout/functional/hash/sscrisk/cel/array.hpp index 8b2332f0..be81be46 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/sscrisk/cel/utility.hpp b/sprout/functional/hash/sscrisk/cel/utility.hpp index 1fba4d7c..3622b7fb 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/array.hpp b/sprout/functional/hash/std/array.hpp index ff52b02b..7c3e5cdb 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/complex.hpp b/sprout/functional/hash/std/complex.hpp index 805abc81..c376b792 100644 --- a/sprout/functional/hash/std/complex.hpp +++ b/sprout/functional/hash/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/utility.hpp b/sprout/functional/hash/std/utility.hpp index e4d67660..825a65d9 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/to_hash.hpp b/sprout/functional/hash/to_hash.hpp index b76bd465..8a333026 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash_fwd.hpp b/sprout/functional/hash_fwd.hpp index 6e859f9f..fe404cd2 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/inc_dec.hpp b/sprout/functional/inc_dec.hpp index f74a1a0c..50831885 100644 --- a/sprout/functional/inc_dec.hpp +++ b/sprout/functional/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/invoke.hpp b/sprout/functional/invoke.hpp index fe41720b..b2e96a21 100644 --- a/sprout/functional/invoke.hpp +++ b/sprout/functional/invoke.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/less.hpp b/sprout/functional/less.hpp index f6a4fc7b..8f96e2a0 100644 --- a/sprout/functional/less.hpp +++ b/sprout/functional/less.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/less_equal.hpp b/sprout/functional/less_equal.hpp index 3ebc6272..7715ae2f 100644 --- a/sprout/functional/less_equal.hpp +++ b/sprout/functional/less_equal.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical.hpp b/sprout/functional/logical.hpp index dba3cc6b..1b65706a 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_and.hpp b/sprout/functional/logical_and.hpp index 58affa9c..e6e43e41 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_not.hpp b/sprout/functional/logical_not.hpp index b4766def..318afd60 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_or.hpp b/sprout/functional/logical_or.hpp index 005412d8..3b224c26 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fn.hpp b/sprout/functional/mem_fn.hpp index 7d549f0b..60752de9 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fun.hpp b/sprout/functional/mem_fun.hpp index 80b8623f..b5610ccc 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fun_ref.hpp b/sprout/functional/mem_fun_ref.hpp index 6f74b149..bf3876ac 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/member.hpp b/sprout/functional/member.hpp index a1df8bf0..edb5657c 100644 --- a/sprout/functional/member.hpp +++ b/sprout/functional/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/member_pointer.hpp b/sprout/functional/member_pointer.hpp index ff36175d..f2913113 100644 --- a/sprout/functional/member_pointer.hpp +++ b/sprout/functional/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/members.hpp b/sprout/functional/members.hpp index 56b45421..e0d21a73 100644 --- a/sprout/functional/members.hpp +++ b/sprout/functional/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/minus.hpp b/sprout/functional/minus.hpp index 557875de..6daf052a 100644 --- a/sprout/functional/minus.hpp +++ b/sprout/functional/minus.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/minus_assign.hpp b/sprout/functional/minus_assign.hpp index 4ebd2735..cfa6baaf 100644 --- a/sprout/functional/minus_assign.hpp +++ b/sprout/functional/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/modulus.hpp b/sprout/functional/modulus.hpp index 3df22b5d..24cf6404 100644 --- a/sprout/functional/modulus.hpp +++ b/sprout/functional/modulus.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/modulus_assign.hpp b/sprout/functional/modulus_assign.hpp index 590b5c91..c48c7795 100644 --- a/sprout/functional/modulus_assign.hpp +++ b/sprout/functional/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/multiplies.hpp b/sprout/functional/multiplies.hpp index 744071a0..1ff6e636 100644 --- a/sprout/functional/multiplies.hpp +++ b/sprout/functional/multiplies.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/multiplies_assign.hpp b/sprout/functional/multiplies_assign.hpp index 7add9cc2..e1141a6f 100644 --- a/sprout/functional/multiplies_assign.hpp +++ b/sprout/functional/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/negate.hpp b/sprout/functional/negate.hpp index 348086fe..ece7d77c 100644 --- a/sprout/functional/negate.hpp +++ b/sprout/functional/negate.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/negator.hpp b/sprout/functional/negator.hpp index 8f5064b3..d09d6a86 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not1.hpp b/sprout/functional/not1.hpp index dfa0489f..2142e6ff 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not2.hpp b/sprout/functional/not2.hpp index 733e6498..06fd5c05 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not_equal_to.hpp b/sprout/functional/not_equal_to.hpp index a3b488bd..f636cbc6 100644 --- a/sprout/functional/not_equal_to.hpp +++ b/sprout/functional/not_equal_to.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/plus.hpp b/sprout/functional/plus.hpp index 0e58d26e..fd098dfe 100644 --- a/sprout/functional/plus.hpp +++ b/sprout/functional/plus.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/plus_assign.hpp b/sprout/functional/plus_assign.hpp index 952bb294..97c8a970 100644 --- a/sprout/functional/plus_assign.hpp +++ b/sprout/functional/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic.hpp b/sprout/functional/polymorphic.hpp index cc1aac48..ff90f471 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/address_of.hpp b/sprout/functional/polymorphic/address_of.hpp index a54efc50..b9d7317c 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/arithmetic.hpp b/sprout/functional/polymorphic/arithmetic.hpp index 7ad3aafd..da6af12a 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/assign.hpp b/sprout/functional/polymorphic/assign.hpp index 712af7bc..1fee683f 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/assignment.hpp b/sprout/functional/polymorphic/assignment.hpp index 4c011d88..af57461e 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bind1st.hpp b/sprout/functional/polymorphic/bind1st.hpp index b3ea9687..196995db 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bind2nd.hpp b/sprout/functional/polymorphic/bind2nd.hpp index ef037173..b531b93c 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/binder.hpp b/sprout/functional/polymorphic/binder.hpp index e6b4cfb0..398daaeb 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_and.hpp b/sprout/functional/polymorphic/bit_and.hpp index c2cffcfe..df834f7d 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_and_assign.hpp b/sprout/functional/polymorphic/bit_and_assign.hpp index f15de87f..42d8d99f 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_not.hpp b/sprout/functional/polymorphic/bit_not.hpp index a4e25ce8..965a2529 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_or.hpp b/sprout/functional/polymorphic/bit_or.hpp index d4bb7d47..87814d90 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_or_assign.hpp b/sprout/functional/polymorphic/bit_or_assign.hpp index 281fcdec..a4c388fb 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_xor.hpp b/sprout/functional/polymorphic/bit_xor.hpp index 6ec6bafd..ff2557bc 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_xor_assign.hpp b/sprout/functional/polymorphic/bit_xor_assign.hpp index e0733cb3..f661f6c3 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bitwise.hpp b/sprout/functional/polymorphic/bitwise.hpp index 42384a33..1e47bbd1 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/call_fun.hpp b/sprout/functional/polymorphic/call_fun.hpp index 4fe20148..2415c261 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/comma.hpp b/sprout/functional/polymorphic/comma.hpp index 8107543b..fd13124a 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/comparison.hpp b/sprout/functional/polymorphic/comparison.hpp index 575123eb..f75b3c7c 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/cond.hpp b/sprout/functional/polymorphic/cond.hpp index bdeca8bf..cd4c14b4 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/dereference.hpp b/sprout/functional/polymorphic/dereference.hpp index 6cc49ea5..bde8fb07 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/divides.hpp b/sprout/functional/polymorphic/divides.hpp index f78a2c88..d65643fe 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/divides_assign.hpp b/sprout/functional/polymorphic/divides_assign.hpp index 941f7c53..a7a84bda 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/equal_to.hpp b/sprout/functional/polymorphic/equal_to.hpp index d229d1cf..ebbbfa8f 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/functor.hpp b/sprout/functional/polymorphic/functor.hpp index 531f05ed..90b7e1a5 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/greater.hpp b/sprout/functional/polymorphic/greater.hpp index dc48eb4f..8055f225 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/greater_equal.hpp b/sprout/functional/polymorphic/greater_equal.hpp index 03b9b1e7..a6039ab4 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/inc_dec.hpp b/sprout/functional/polymorphic/inc_dec.hpp index 7a3a4dce..86beecab 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/less.hpp b/sprout/functional/polymorphic/less.hpp index 73366d02..329aa770 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/less_equal.hpp b/sprout/functional/polymorphic/less_equal.hpp index 6b18a35f..7aaf6dcd 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical.hpp b/sprout/functional/polymorphic/logical.hpp index f415b9f8..b772720e 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_and.hpp b/sprout/functional/polymorphic/logical_and.hpp index e1cf8b8b..047c3fdf 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_not.hpp b/sprout/functional/polymorphic/logical_not.hpp index f4ee85cc..3958c5db 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_or.hpp b/sprout/functional/polymorphic/logical_or.hpp index 3da8e373..a5c9bb89 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/member.hpp b/sprout/functional/polymorphic/member.hpp index 06d2e166..ed67601f 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/member_pointer.hpp b/sprout/functional/polymorphic/member_pointer.hpp index 8815d68f..516c1e0f 100644 --- a/sprout/functional/polymorphic/member_pointer.hpp +++ b/sprout/functional/polymorphic/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/members.hpp b/sprout/functional/polymorphic/members.hpp index 61a28e1b..fde61fca 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/minus.hpp b/sprout/functional/polymorphic/minus.hpp index 34a9a235..33cc6261 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/minus_assign.hpp b/sprout/functional/polymorphic/minus_assign.hpp index 160bbbf3..34f049db 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/modulus.hpp b/sprout/functional/polymorphic/modulus.hpp index d31141dc..7d1a71e7 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/modulus_assign.hpp b/sprout/functional/polymorphic/modulus_assign.hpp index 5b56cdf0..10d42108 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/multiplies.hpp b/sprout/functional/polymorphic/multiplies.hpp index dbb5722d..565bf0df 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/multiplies_assign.hpp b/sprout/functional/polymorphic/multiplies_assign.hpp index 455ff888..4b7fb63e 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/negate.hpp b/sprout/functional/polymorphic/negate.hpp index 0f95ee84..d232ac84 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/not_equal_to.hpp b/sprout/functional/polymorphic/not_equal_to.hpp index 59a12902..a74b41d3 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/plus.hpp b/sprout/functional/polymorphic/plus.hpp index 76e793f5..9050b5a5 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/plus_assign.hpp b/sprout/functional/polymorphic/plus_assign.hpp index c88fe742..ad3c95c8 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/posite.hpp b/sprout/functional/polymorphic/posite.hpp index 2a6bdc9e..40032d6f 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/post_decrement.hpp b/sprout/functional/polymorphic/post_decrement.hpp index 15832187..92588f96 100644 --- a/sprout/functional/polymorphic/post_decrement.hpp +++ b/sprout/functional/polymorphic/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/post_increment.hpp b/sprout/functional/polymorphic/post_increment.hpp index 78e0453e..842005f5 100644 --- a/sprout/functional/polymorphic/post_increment.hpp +++ b/sprout/functional/polymorphic/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/pre_decrement.hpp b/sprout/functional/polymorphic/pre_decrement.hpp index 0d23a97d..31ed1895 100644 --- a/sprout/functional/polymorphic/pre_decrement.hpp +++ b/sprout/functional/polymorphic/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/pre_increment.hpp b/sprout/functional/polymorphic/pre_increment.hpp index f0dbeb17..a9007442 100644 --- a/sprout/functional/polymorphic/pre_increment.hpp +++ b/sprout/functional/polymorphic/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/reference.hpp b/sprout/functional/polymorphic/reference.hpp index 55c22431..15499bf6 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_left.hpp b/sprout/functional/polymorphic/shift_left.hpp index a49cf01d..91f1c316 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_left_assign.hpp b/sprout/functional/polymorphic/shift_left_assign.hpp index 737673aa..d6b2418e 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_right.hpp b/sprout/functional/polymorphic/shift_right.hpp index 7c4450b4..3a9dd945 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_right_assign.hpp b/sprout/functional/polymorphic/shift_right_assign.hpp index 7d250c85..fb71ef56 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/subscript.hpp b/sprout/functional/polymorphic/subscript.hpp index 0c8c1998..5e936fdd 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/various.hpp b/sprout/functional/polymorphic/various.hpp index 467ae223..c5cf5828 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/posite.hpp b/sprout/functional/posite.hpp index ca98c8fb..75c8cd50 100644 --- a/sprout/functional/posite.hpp +++ b/sprout/functional/posite.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/post_decrement.hpp b/sprout/functional/post_decrement.hpp index 3912179a..e1709928 100644 --- a/sprout/functional/post_decrement.hpp +++ b/sprout/functional/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/post_increment.hpp b/sprout/functional/post_increment.hpp index 1acd1882..a262672a 100644 --- a/sprout/functional/post_increment.hpp +++ b/sprout/functional/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/pre_decrement.hpp b/sprout/functional/pre_decrement.hpp index 9e901262..01d69c3d 100644 --- a/sprout/functional/pre_decrement.hpp +++ b/sprout/functional/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/pre_increment.hpp b/sprout/functional/pre_increment.hpp index 43341444..4b682b9c 100644 --- a/sprout/functional/pre_increment.hpp +++ b/sprout/functional/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/ptr_fun.hpp b/sprout/functional/ptr_fun.hpp index aa1b6dfa..41b28a59 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/ref.hpp b/sprout/functional/ref.hpp index d6429ba6..be1868ce 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/reference.hpp b/sprout/functional/reference.hpp index 217645df..0dd4f1da 100644 --- a/sprout/functional/reference.hpp +++ b/sprout/functional/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_left.hpp b/sprout/functional/shift_left.hpp index dda37585..b41aae2f 100644 --- a/sprout/functional/shift_left.hpp +++ b/sprout/functional/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_left_assign.hpp b/sprout/functional/shift_left_assign.hpp index 00bdaf50..daad2aa2 100644 --- a/sprout/functional/shift_left_assign.hpp +++ b/sprout/functional/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_right.hpp b/sprout/functional/shift_right.hpp index 162fa194..5ba4d762 100644 --- a/sprout/functional/shift_right.hpp +++ b/sprout/functional/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_right_assign.hpp b/sprout/functional/shift_right_assign.hpp index 9e122e83..eba00c01 100644 --- a/sprout/functional/shift_right_assign.hpp +++ b/sprout/functional/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/subscript.hpp b/sprout/functional/subscript.hpp index a0527e2c..d773333f 100644 --- a/sprout/functional/subscript.hpp +++ b/sprout/functional/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/transparent.hpp b/sprout/functional/transparent.hpp index eb950c46..67f31102 100644 --- a/sprout/functional/transparent.hpp +++ b/sprout/functional/transparent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits.hpp b/sprout/functional/type_traits.hpp index 7841e138..27ac171a 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/has_type.hpp b/sprout/functional/type_traits/has_type.hpp index e9ca256f..8e75ba5c 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/inherit_if_type.hpp b/sprout/functional/type_traits/inherit_if_type.hpp index 15b0670a..d2e43f18 100644 --- a/sprout/functional/type_traits/inherit_if_type.hpp +++ b/sprout/functional/type_traits/inherit_if_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/is_strict_function.hpp b/sprout/functional/type_traits/is_strict_function.hpp index 93a15297..65b15109 100644 --- a/sprout/functional/type_traits/is_strict_function.hpp +++ b/sprout/functional/type_traits/is_strict_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/is_transparent_function.hpp b/sprout/functional/type_traits/is_transparent_function.hpp index 2d8585d1..14b84ffb 100644 --- a/sprout/functional/type_traits/is_transparent_function.hpp +++ b/sprout/functional/type_traits/is_transparent_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/weak_result_type.hpp b/sprout/functional/type_traits/weak_result_type.hpp index c4e58bbd..6dd75faf 100644 --- a/sprout/functional/type_traits/weak_result_type.hpp +++ b/sprout/functional/type_traits/weak_result_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/unary_function.hpp b/sprout/functional/unary_function.hpp index 3370318e..6ef1752b 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/various.hpp b/sprout/functional/various.hpp index 7f85e34a..6da54d5a 100644 --- a/sprout/functional/various.hpp +++ b/sprout/functional/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator.hpp b/sprout/generator.hpp index 8f216bf5..5442ac21 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/access_functions.hpp b/sprout/generator/access_functions.hpp index 17a1f40b..40798e5f 100644 --- a/sprout/generator/access_functions.hpp +++ b/sprout/generator/access_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/access_functions_fwd.hpp b/sprout/generator/access_functions_fwd.hpp index 8973ed54..d902d431 100644 --- a/sprout/generator/access_functions_fwd.hpp +++ b/sprout/generator/access_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/detail/generated_value.hpp b/sprout/generator/detail/generated_value.hpp index 65e76656..4b567d6f 100644 --- a/sprout/generator/detail/generated_value.hpp +++ b/sprout/generator/detail/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/detail/next_generator.hpp b/sprout/generator/detail/next_generator.hpp index 19ab8f46..03e98abf 100644 --- a/sprout/generator/detail/next_generator.hpp +++ b/sprout/generator/detail/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/detail/next_value.hpp b/sprout/generator/detail/next_value.hpp index 7c1b4085..790fedc3 100644 --- a/sprout/generator/detail/next_value.hpp +++ b/sprout/generator/detail/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/functions.hpp b/sprout/generator/functions.hpp index 171137c2..19068e4e 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generate_functions.hpp b/sprout/generator/generate_functions.hpp index 4dc31848..f717072d 100644 --- a/sprout/generator/generate_functions.hpp +++ b/sprout/generator/generate_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generate_functions_fwd.hpp b/sprout/generator/generate_functions_fwd.hpp index f9307477..4b193754 100644 --- a/sprout/generator/generate_functions_fwd.hpp +++ b/sprout/generator/generate_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generated_value.hpp b/sprout/generator/generated_value.hpp index d75e8ade..a67a12dc 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generator_access_traits.hpp b/sprout/generator/generator_access_traits.hpp index 78650f27..fcb2b55f 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generator_generate_traits.hpp b/sprout/generator/generator_generate_traits.hpp index 88058da9..405caad0 100644 --- a/sprout/generator/generator_generate_traits.hpp +++ b/sprout/generator/generator_generate_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/next_generator.hpp b/sprout/generator/next_generator.hpp index 9ad4a784..64ad8f18 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/next_value.hpp b/sprout/generator/next_value.hpp index a7593fe8..7f2c2ee0 100644 --- a/sprout/generator/next_value.hpp +++ b/sprout/generator/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/results.hpp b/sprout/generator/results.hpp index 7a2498b6..18f82055 100644 --- a/sprout/generator/results.hpp +++ b/sprout/generator/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/traits.hpp b/sprout/generator/traits.hpp index b36f22cb..fc4ae9f6 100644 --- a/sprout/generator/traits.hpp +++ b/sprout/generator/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/traits_fwd.hpp b/sprout/generator/traits_fwd.hpp index 0b12ceab..fe617efb 100644 --- a/sprout/generator/traits_fwd.hpp +++ b/sprout/generator/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple.hpp b/sprout/index_tuple.hpp index 4884bb74..4b5d1593 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/class.hpp b/sprout/index_tuple/class.hpp index 309661bc..7883927a 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/enable_make_indexes.hpp b/sprout/index_tuple/enable_make_indexes.hpp index f2b5e66a..b351a089 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_n.hpp b/sprout/index_tuple/index_n.hpp index 66e927f6..90f9c261 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_pack.hpp b/sprout/index_tuple/index_pack.hpp index 4def5cbe..82c5e613 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_range.hpp b/sprout/index_tuple/index_range.hpp index 2135cf96..e6e3a747 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_sequence.hpp b/sprout/index_tuple/index_sequence.hpp index 2cec995e..e09f0d97 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_sequence_for.hpp b/sprout/index_tuple/index_sequence_for.hpp index c60fdfe8..d0bc512a 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_t.hpp b/sprout/index_tuple/index_t.hpp index 53c243f8..ec5c585e 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_tuple.hpp b/sprout/index_tuple/index_tuple.hpp index 57637d0a..bd14c6e1 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_n.hpp b/sprout/index_tuple/integer_n.hpp index c0fc97d1..1c6ab12a 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_pack.hpp b/sprout/index_tuple/integer_pack.hpp index f0c4e982..0b5ae97e 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_range.hpp b/sprout/index_tuple/integer_range.hpp index b29f2f8b..d264c180 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_sequence.hpp b/sprout/index_tuple/integer_sequence.hpp index e255a75e..cf81161b 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/literals.hpp b/sprout/index_tuple/literals.hpp index 81b8fddb..051e4b97 100644 --- a/sprout/index_tuple/literals.hpp +++ b/sprout/index_tuple/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_index_sequence.hpp b/sprout/index_tuple/make_index_sequence.hpp index 68dd73d8..c1f03675 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_index_tuple.hpp b/sprout/index_tuple/make_index_tuple.hpp index 6fdd946d..0cec174e 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_indexes.hpp b/sprout/index_tuple/make_indexes.hpp index ee926f98..fb91cfa1 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_integer_sequence.hpp b/sprout/index_tuple/make_integer_sequence.hpp index 249c9ef2..47b5409e 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/metafunction.hpp b/sprout/index_tuple/metafunction.hpp index 64ca5d40..d78bb9aa 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/tuple.hpp b/sprout/index_tuple/tuple.hpp index 8660a694..125141e9 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/utility.hpp b/sprout/index_tuple/utility.hpp index 0be0d2ae..c8feb601 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer.hpp b/sprout/integer.hpp index d6409d7a..4dae54c3 100644 --- a/sprout/integer.hpp +++ b/sprout/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer/carry_to_exp2.hpp b/sprout/integer/carry_to_exp2.hpp index 95353b53..7eceb158 100644 --- a/sprout/integer/carry_to_exp2.hpp +++ b/sprout/integer/carry_to_exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer/integer_digits.hpp b/sprout/integer/integer_digits.hpp index 2f966a5b..e428a400 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer/static_pow.hpp b/sprout/integer/static_pow.hpp index aa6d1c15..9cb3ed7c 100644 --- a/sprout/integer/static_pow.hpp +++ b/sprout/integer/static_pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/io.hpp b/sprout/io.hpp index 1a3492f8..302286a1 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator.hpp b/sprout/iterator.hpp index a64ecc12..4e5833f1 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/adaptor.hpp b/sprout/iterator/adaptor.hpp index dc4d88f9..d6234100 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/adjacent_filter_iterator.hpp b/sprout/iterator/adjacent_filter_iterator.hpp index ae86b4f2..52ee63e8 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/advance.hpp b/sprout/iterator/advance.hpp index c2b59746..9604d9f6 100644 --- a/sprout/iterator/advance.hpp +++ b/sprout/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/alternate_iterator.hpp b/sprout/iterator/alternate_iterator.hpp index d5d6bb92..db9af14e 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/amplitude_spectrum_iterator.hpp b/sprout/iterator/amplitude_spectrum_iterator.hpp index a7bb5959..d87cdf9a 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/back_insert_iterator.hpp b/sprout/iterator/back_insert_iterator.hpp index 1a153161..f42d9e1b 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/bytes_iterator.hpp b/sprout/iterator/bytes_iterator.hpp index e3a9d7de..65e73ee1 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/clamp_iterator.hpp b/sprout/iterator/clamp_iterator.hpp index d8062862..418d065e 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/const_iterator_cast.hpp b/sprout/iterator/const_iterator_cast.hpp index 31fa904d..748ccff4 100644 --- a/sprout/iterator/const_iterator_cast.hpp +++ b/sprout/iterator/const_iterator_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/const_reference_cast.hpp b/sprout/iterator/const_reference_cast.hpp index 6ef3ffdc..988e5581 100644 --- a/sprout/iterator/const_reference_cast.hpp +++ b/sprout/iterator/const_reference_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/counting_iterator.hpp b/sprout/iterator/counting_iterator.hpp index d9300617..c42c93ce 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/detail/iterator_base.hpp b/sprout/iterator/detail/iterator_base.hpp index c427c64d..164e95ab 100644 --- a/sprout/iterator/detail/iterator_base.hpp +++ b/sprout/iterator/detail/iterator_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/detail/iterator_to_pointer.hpp b/sprout/iterator/detail/iterator_to_pointer.hpp index ab4de3a6..dc3725f2 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/dft.hpp b/sprout/iterator/dft.hpp index c9aa586a..c06254ed 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/dft_iterator.hpp b/sprout/iterator/dft_iterator.hpp index 75a1b006..7f2b5d4b 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/distance.hpp b/sprout/iterator/distance.hpp index 3a892372..b1cb0c64 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/filter_iterator.hpp b/sprout/iterator/filter_iterator.hpp index d8dd78d1..2a8c9ac9 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/front_insert_iterator.hpp b/sprout/iterator/front_insert_iterator.hpp index 4b2b295e..041e5a53 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/generator_iterator.hpp b/sprout/iterator/generator_iterator.hpp index 5a37a515..1ee7024d 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/idft_iterator.hpp b/sprout/iterator/idft_iterator.hpp index b5386bab..4a865a1c 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/index_iterator.hpp b/sprout/iterator/index_iterator.hpp index 6ec49dca..33b4bca6 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/indexed_iterator.hpp b/sprout/iterator/indexed_iterator.hpp index 80ca7274..ac56dd54 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/insert_iterator.hpp b/sprout/iterator/insert_iterator.hpp index 90cf0d19..e18c9ad2 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/insert_range_iterator.hpp b/sprout/iterator/insert_range_iterator.hpp index 569084c5..6ef839c6 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/inserter.hpp b/sprout/iterator/inserter.hpp index 3b892217..4abdd7e7 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/iterator.hpp b/sprout/iterator/iterator.hpp index 5436431d..69425184 100644 --- a/sprout/iterator/iterator.hpp +++ b/sprout/iterator/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/iterator_traits.hpp b/sprout/iterator/iterator_traits.hpp index 5940487b..c70de08a 100644 --- a/sprout/iterator/iterator_traits.hpp +++ b/sprout/iterator/iterator_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/joint_iterator.hpp b/sprout/iterator/joint_iterator.hpp index 136f0d95..57702a12 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/merge_iterator.hpp b/sprout/iterator/merge_iterator.hpp index cdc0aa67..20626bce 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/move_iterator.hpp b/sprout/iterator/move_iterator.hpp index 6cecbda1..826af24f 100644 --- a/sprout/iterator/move_iterator.hpp +++ b/sprout/iterator/move_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next.hpp b/sprout/iterator/next.hpp index 9f3c27ca..dd1e9354 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next_fwd.hpp b/sprout/iterator/next_fwd.hpp index 0b662897..da7d6e57 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next_iterator.hpp b/sprout/iterator/next_iterator.hpp index 9a354a52..9addf3fe 100644 --- a/sprout/iterator/next_iterator.hpp +++ b/sprout/iterator/next_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/operation.hpp b/sprout/iterator/operation.hpp index 205fe4c6..9377320c 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/phase_spectrum_iterator.hpp b/sprout/iterator/phase_spectrum_iterator.hpp index 8f7ee396..d94d2378 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/predefined.hpp b/sprout/iterator/predefined.hpp index 11fda068..7a4ce177 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/prev.hpp b/sprout/iterator/prev.hpp index 961ff964..5cfd60a8 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/prev_fwd.hpp b/sprout/iterator/prev_fwd.hpp index a1e87e8d..9f64e6f1 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/ptr_index_iterator.hpp b/sprout/iterator/ptr_index_iterator.hpp index 0c9f95b8..73ecc0aa 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remake_iterator.hpp b/sprout/iterator/remake_iterator.hpp index 42c90ee3..af576e1a 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remove_if_iterator.hpp b/sprout/iterator/remove_if_iterator.hpp index 7c8512ec..2a6c5519 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remove_iterator.hpp b/sprout/iterator/remove_iterator.hpp index d17bae88..575fdf79 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/replace_if_iterator.hpp b/sprout/iterator/replace_if_iterator.hpp index 4cd4a888..ed009221 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/replace_iterator.hpp b/sprout/iterator/replace_iterator.hpp index 3ece9a98..d337178d 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/reverse_iterator.hpp b/sprout/iterator/reverse_iterator.hpp index 53b9cb69..29905998 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/sawtooth_iterator.hpp b/sprout/iterator/sawtooth_iterator.hpp index 9e4904c3..c2a64ff7 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_difference_iterator.hpp b/sprout/iterator/set_difference_iterator.hpp index 031931e9..426d23de 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_intersection_iterator.hpp b/sprout/iterator/set_intersection_iterator.hpp index f239a7c2..0b43de59 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_symmetric_difference_iterator.hpp b/sprout/iterator/set_symmetric_difference_iterator.hpp index 5ae047ae..ae86f048 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_union_iterator.hpp b/sprout/iterator/set_union_iterator.hpp index 8e5cd06a..14c278ec 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/sinusoid_iterator.hpp b/sprout/iterator/sinusoid_iterator.hpp index 9ca9d0ef..4e25d3dc 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/size_enum_iterator.hpp b/sprout/iterator/size_enum_iterator.hpp index d372f3b2..5dd6d0fa 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/square_iterator.hpp b/sprout/iterator/square_iterator.hpp index bf148873..ec4666f0 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/step_iterator.hpp b/sprout/iterator/step_iterator.hpp index 163d5177..8e8a39ce 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/string.hpp b/sprout/iterator/string.hpp index 35f096ed..1b810e58 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/to_lower_iterator.hpp b/sprout/iterator/to_lower_iterator.hpp index 4a2c8c9a..64c4a415 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/to_upper_iterator.hpp b/sprout/iterator/to_upper_iterator.hpp index 96529e3a..89014628 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/transform_iterator.hpp b/sprout/iterator/transform_iterator.hpp index b9a8172e..5393cd61 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/triangle_iterator.hpp b/sprout/iterator/triangle_iterator.hpp index 3a9577f7..3a5d2ca7 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits.hpp b/sprout/iterator/type_traits.hpp index d7f4b214..3713ecbf 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/category.hpp b/sprout/iterator/type_traits/category.hpp index 0671872e..5e3581a4 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/common.hpp b/sprout/iterator/type_traits/common.hpp index f0ee3a4d..f03cd83a 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_constant_distance_iterator.hpp b/sprout/iterator/type_traits/is_constant_distance_iterator.hpp index a87e0fc2..205e8bc4 100644 --- a/sprout/iterator/type_traits/is_constant_distance_iterator.hpp +++ b/sprout/iterator/type_traits/is_constant_distance_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator.hpp b/sprout/iterator/type_traits/is_iterator.hpp index 4b699ca2..cc3419b3 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator_category_of.hpp b/sprout/iterator/type_traits/is_iterator_category_of.hpp index 91af2fa3..f179c473 100644 --- a/sprout/iterator/type_traits/is_iterator_category_of.hpp +++ b/sprout/iterator/type_traits/is_iterator_category_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator_of.hpp b/sprout/iterator/type_traits/is_iterator_of.hpp index 07ccb558..f86d2efa 100644 --- a/sprout/iterator/type_traits/is_iterator_of.hpp +++ b/sprout/iterator/type_traits/is_iterator_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/unique_iterator.hpp b/sprout/iterator/unique_iterator.hpp index 86bb3e7f..62162224 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/value_iterator.hpp b/sprout/iterator/value_iterator.hpp index c5839531..c506dae7 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/valued_iterator.hpp b/sprout/iterator/valued_iterator.hpp index 8ccdfa98..92e6fc62 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/various.hpp b/sprout/iterator/various.hpp index da06a851..12fad23a 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/wave.hpp b/sprout/iterator/wave.hpp index e1311600..47da240b 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/while_iterator.hpp b/sprout/iterator/while_iterator.hpp index 0e60ab0f..27f05302 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/limits.hpp b/sprout/limits.hpp index 208bcd0f..d67a91cc 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic.hpp b/sprout/logic.hpp index 90c75a8a..9dd3522b 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool.hpp b/sprout/logic/tribool.hpp index 44b0634d..694a3727 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/hash.hpp b/sprout/logic/tribool/hash.hpp index ce356891..f6ae9882 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/io.hpp b/sprout/logic/tribool/io.hpp index 60f1a3ce..f0e12401 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/tribool.hpp b/sprout/logic/tribool/tribool.hpp index dfb06274..0bcce1af 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/tribool_fwd.hpp b/sprout/logic/tribool/tribool_fwd.hpp index 7723d81e..bf8ccd7e 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool_fwd.hpp b/sprout/logic/tribool_fwd.hpp index 1ae3bd63..41a071a8 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math.hpp b/sprout/math.hpp index 17d17046..6934c8f0 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/abs.hpp b/sprout/math/abs.hpp index 8fbcc12f..b39619cc 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/acos.hpp b/sprout/math/acos.hpp index ae3b34d0..64130db2 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/acosh.hpp b/sprout/math/acosh.hpp index 49fc5252..f369f033 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/asin.hpp b/sprout/math/asin.hpp index 3c75d50f..ec668065 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/asinh.hpp b/sprout/math/asinh.hpp index 3977cf4c..1a5f4fb1 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atan.hpp b/sprout/math/atan.hpp index 0c06b3fc..058a5e02 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atan2.hpp b/sprout/math/atan2.hpp index 62d57734..c57cc273 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atanh.hpp b/sprout/math/atanh.hpp index c3257a7b..c4c7c4cd 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/bernoulli.hpp b/sprout/math/bernoulli.hpp index 904f8038..fe908e53 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cbrt.hpp b/sprout/math/cbrt.hpp index 2de8cbfa..25db8a5a 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ceil.hpp b/sprout/math/ceil.hpp index 51997fbc..a72c3c29 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/classifications.hpp b/sprout/math/classifications.hpp index 1e070efc..1432dadd 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cmath.hpp b/sprout/math/cmath.hpp index 86815a60..1771d751 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/common_factor.hpp b/sprout/math/common_factor.hpp index 8f08fa7e..d0481aa8 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/compare.hpp b/sprout/math/compare.hpp index b343a4f7..c3d70068 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/comparisons.hpp b/sprout/math/comparisons.hpp index 69066e41..ec4074e5 100644 --- a/sprout/math/comparisons.hpp +++ b/sprout/math/comparisons.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 27bdbaca..72ace391 100644 --- a/sprout/math/constant_variables.hpp +++ b/sprout/math/constant_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/constants.hpp b/sprout/math/constants.hpp index 0e3de74d..6363825a 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/copysign.hpp b/sprout/math/copysign.hpp index bc763720..18d50d67 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cos.hpp b/sprout/math/cos.hpp index 3d8e7744..35732ebc 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cosh.hpp b/sprout/math/cosh.hpp index 3d5d5606..2df773c4 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/curve.hpp b/sprout/math/curve.hpp index cd3099ed..25347cf0 100644 --- a/sprout/math/curve.hpp +++ b/sprout/math/curve.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/curve/bezier.hpp b/sprout/math/curve/bezier.hpp index a69bc1bf..e4083da3 100644 --- a/sprout/math/curve/bezier.hpp +++ b/sprout/math/curve/bezier.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/curve/catmull_rom_spline.hpp b/sprout/math/curve/catmull_rom_spline.hpp index 25a43a89..63a0090d 100644 --- a/sprout/math/curve/catmull_rom_spline.hpp +++ b/sprout/math/curve/catmull_rom_spline.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/curve/curve_point.hpp b/sprout/math/curve/curve_point.hpp index 3d27676a..4d75f3b3 100644 --- a/sprout/math/curve/curve_point.hpp +++ b/sprout/math/curve/curve_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/config.hpp b/sprout/math/detail/config.hpp index e1887dcc..a1b1b127 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/cosp.hpp b/sprout/math/detail/cosp.hpp index 9a1c1000..55911e1d 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/float_compute.hpp b/sprout/math/detail/float_compute.hpp index 1a0e4de1..80229abd 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/sinp.hpp b/sprout/math/detail/sinp.hpp index 1ea683ee..e21ac6f0 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/equal_to.hpp b/sprout/math/equal_to.hpp index 9ab61130..e6d613fa 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/erf.hpp b/sprout/math/erf.hpp index 0c644f7c..08e129c0 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/erfc.hpp b/sprout/math/erfc.hpp index 97c0dfa8..bdb4d41a 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/error.hpp b/sprout/math/error.hpp index 1d20520b..23c8e686 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp.hpp b/sprout/math/exp.hpp index cd40b2ab..1b27a771 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp10.hpp b/sprout/math/exp10.hpp index 82b68a29..3a1cbee1 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp2.hpp b/sprout/math/exp2.hpp index 28a403a6..dee4cd8f 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/expm1.hpp b/sprout/math/expm1.hpp index d5e4e3c4..fda9f416 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exponential.hpp b/sprout/math/exponential.hpp index 46f1f8e2..ae93f19e 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fabs.hpp b/sprout/math/fabs.hpp index 5be1ccee..bdc2333d 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/factorial.hpp b/sprout/math/factorial.hpp index 584416ca..0a2cae8a 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fdim.hpp b/sprout/math/fdim.hpp index 3ab81742..29cb58af 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_exponent.hpp b/sprout/math/float2_exponent.hpp index f26714f8..04ca5623 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_sig_exp.hpp b/sprout/math/float2_sig_exp.hpp index 03e8767b..ccb3e85d 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_significand.hpp b/sprout/math/float2_significand.hpp index d30a5614..c3098eb1 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_exponent.hpp b/sprout/math/float_exponent.hpp index 09ba9590..24653bae 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_sig_exp.hpp b/sprout/math/float_sig_exp.hpp index ef43c016..4f42b5a3 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_significand.hpp b/sprout/math/float_significand.hpp index 006992fb..0d7f7ff0 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/floating_point.hpp b/sprout/math/floating_point.hpp index ee1cd8f6..444961d4 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/floor.hpp b/sprout/math/floor.hpp index f9112e55..b0187524 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fma.hpp b/sprout/math/fma.hpp index ca6ce3d2..cafacb57 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmax.hpp b/sprout/math/fmax.hpp index f9c140a5..fc5f74e9 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmin.hpp b/sprout/math/fmin.hpp index 41b06cef..f9d78a43 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmod.hpp b/sprout/math/fmod.hpp index b5bd89ab..22370892 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fpclassify.hpp b/sprout/math/fpclassify.hpp index d3b0e1f7..f53b1c2f 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/frac_int.hpp b/sprout/math/frac_int.hpp index 1ed39907..e789c9b1 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fractional_part.hpp b/sprout/math/fractional_part.hpp index 3ef0c7f1..e50bc005 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/functions.hpp b/sprout/math/functions.hpp index b3d73f99..c29de920 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/gamma.hpp b/sprout/math/gamma.hpp index a11716e4..926aea65 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/gcd.hpp b/sprout/math/gcd.hpp index 5bbc672f..203c286e 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/greater.hpp b/sprout/math/greater.hpp index 6025b06a..4256c76a 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/greater_equal.hpp b/sprout/math/greater_equal.hpp index 92fd84a9..bfaaea08 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/hyperbolic.hpp b/sprout/math/hyperbolic.hpp index 61a0356f..06b2ac89 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/hypot.hpp b/sprout/math/hypot.hpp index fa9d50fc..41107173 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iceil.hpp b/sprout/math/iceil.hpp index d76af7a3..86def99d 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ifloor.hpp b/sprout/math/ifloor.hpp index 1ce97656..a664fc81 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ilogb.hpp b/sprout/math/ilogb.hpp index bdcc1c0c..48c7078b 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ilogb2.hpp b/sprout/math/ilogb2.hpp index a1650607..3f617f05 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/integer.hpp b/sprout/math/integer.hpp index 319745f1..749effb1 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/integer_part.hpp b/sprout/math/integer_part.hpp index dd2ae6d1..5bcc6d7f 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iround.hpp b/sprout/math/iround.hpp index 88aa6f51..bc24f97a 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_even.hpp b/sprout/math/is_even.hpp index eae009fb..81405907 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_integer.hpp b/sprout/math/is_integer.hpp index fc755bc3..a0531c52 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_odd.hpp b/sprout/math/is_odd.hpp index 1b09f283..b881ddb0 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isfinite.hpp b/sprout/math/isfinite.hpp index b162bd37..32198a3e 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isgreater.hpp b/sprout/math/isgreater.hpp index 1ba71407..480419cd 100644 --- a/sprout/math/isgreater.hpp +++ b/sprout/math/isgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isgreaterequal.hpp b/sprout/math/isgreaterequal.hpp index 3262fc49..f810680f 100644 --- a/sprout/math/isgreaterequal.hpp +++ b/sprout/math/isgreaterequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isinf.hpp b/sprout/math/isinf.hpp index 0a08d161..6a0f1b3d 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isless.hpp b/sprout/math/isless.hpp index dc183779..07f846e9 100644 --- a/sprout/math/isless.hpp +++ b/sprout/math/isless.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/islessequal.hpp b/sprout/math/islessequal.hpp index 8ffbbdd4..0f9896a1 100644 --- a/sprout/math/islessequal.hpp +++ b/sprout/math/islessequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/islessgreater.hpp b/sprout/math/islessgreater.hpp index 20bbb839..aef4d9b4 100644 --- a/sprout/math/islessgreater.hpp +++ b/sprout/math/islessgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isnan.hpp b/sprout/math/isnan.hpp index 09e51593..11b9c126 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isnormal.hpp b/sprout/math/isnormal.hpp index ce9a9aca..7de47052 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/issubnormal.hpp b/sprout/math/issubnormal.hpp index 7be212a6..5cf7230a 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isunordered.hpp b/sprout/math/isunordered.hpp index c443913b..03b90fe6 100644 --- a/sprout/math/isunordered.hpp +++ b/sprout/math/isunordered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iszero.hpp b/sprout/math/iszero.hpp index b0c9001c..b34ecfdd 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/itrunc.hpp b/sprout/math/itrunc.hpp index 73adc22c..0a5b8119 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lcm.hpp b/sprout/math/lcm.hpp index bee56bcb..e3164d65 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ldexp.hpp b/sprout/math/ldexp.hpp index dfc16f39..44452b87 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/less.hpp b/sprout/math/less.hpp index 18596b76..ffa0c272 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/less_equal.hpp b/sprout/math/less_equal.hpp index d32e0e50..9a724e08 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lgamma.hpp b/sprout/math/lgamma.hpp index 8d0e597e..fdaa6d1f 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/llround.hpp b/sprout/math/llround.hpp index 8ac97090..660fc757 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log.hpp b/sprout/math/log.hpp index 3fde4009..b4baf319 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log10.hpp b/sprout/math/log10.hpp index 25685817..8dad7867 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log1p.hpp b/sprout/math/log1p.hpp index ff690656..191c7db9 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log2.hpp b/sprout/math/log2.hpp index 57a661c4..bed5366d 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log_a.hpp b/sprout/math/log_a.hpp index cf41df21..776040da 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/logb.hpp b/sprout/math/logb.hpp index 83c15a92..9459ea98 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/logb2.hpp b/sprout/math/logb2.hpp index 3f51d2fd..1f639fde 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lround.hpp b/sprout/math/lround.hpp index 64caa3b9..e2d42cac 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/manipulations.hpp b/sprout/math/manipulations.hpp index 5886bb0e..9daf0e99 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/minmax.hpp b/sprout/math/minmax.hpp index 93b5afe6..027dee5f 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/muladd.hpp b/sprout/math/muladd.hpp index 3eeaabbc..6c9d7f03 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/nearest.hpp b/sprout/math/nearest.hpp index 3c9dfef6..cfcc600f 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/not_equal_to.hpp b/sprout/math/not_equal_to.hpp index 46597618..56deec4a 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/pow.hpp b/sprout/math/pow.hpp index 3d9cedaf..ece49f5e 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/power.hpp b/sprout/math/power.hpp index 760ea8eb..b1449906 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion.hpp b/sprout/math/quaternion.hpp index f5885fc9..0da711ad 100644 --- a/sprout/math/quaternion.hpp +++ b/sprout/math/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/abs.hpp b/sprout/math/quaternion/abs.hpp index 7fb6fff3..3888a9a1 100644 --- a/sprout/math/quaternion/abs.hpp +++ b/sprout/math/quaternion/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/arithmetic_operators.hpp b/sprout/math/quaternion/arithmetic_operators.hpp index 562e59df..89c90ea8 100644 --- a/sprout/math/quaternion/arithmetic_operators.hpp +++ b/sprout/math/quaternion/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/conj.hpp b/sprout/math/quaternion/conj.hpp index 106cb294..73ce14f6 100644 --- a/sprout/math/quaternion/conj.hpp +++ b/sprout/math/quaternion/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/container.hpp b/sprout/math/quaternion/container.hpp index c85665da..5d99c949 100644 --- a/sprout/math/quaternion/container.hpp +++ b/sprout/math/quaternion/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/cos.hpp b/sprout/math/quaternion/cos.hpp index bd3003c6..b29642dc 100644 --- a/sprout/math/quaternion/cos.hpp +++ b/sprout/math/quaternion/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/cosh.hpp b/sprout/math/quaternion/cosh.hpp index 23fd071f..1976d5cc 100644 --- a/sprout/math/quaternion/cosh.hpp +++ b/sprout/math/quaternion/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/creations.hpp b/sprout/math/quaternion/creations.hpp index 4a149c7f..987d8b63 100644 --- a/sprout/math/quaternion/creations.hpp +++ b/sprout/math/quaternion/creations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/cylindrical.hpp b/sprout/math/quaternion/cylindrical.hpp index 36665df8..61c349b6 100644 --- a/sprout/math/quaternion/cylindrical.hpp +++ b/sprout/math/quaternion/cylindrical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/cylindrospherical.hpp b/sprout/math/quaternion/cylindrospherical.hpp index adc05260..9945c31e 100644 --- a/sprout/math/quaternion/cylindrospherical.hpp +++ b/sprout/math/quaternion/cylindrospherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/detail/abs_max.hpp b/sprout/math/quaternion/detail/abs_max.hpp index 9ce72b3e..a131d6e6 100644 --- a/sprout/math/quaternion/detail/abs_max.hpp +++ b/sprout/math/quaternion/detail/abs_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/detail/mul.hpp b/sprout/math/quaternion/detail/mul.hpp index 3c0dd195..4214515d 100644 --- a/sprout/math/quaternion/detail/mul.hpp +++ b/sprout/math/quaternion/detail/mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/detail/sum.hpp b/sprout/math/quaternion/detail/sum.hpp index 7342e763..4d993647 100644 --- a/sprout/math/quaternion/detail/sum.hpp +++ b/sprout/math/quaternion/detail/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/exp.hpp b/sprout/math/quaternion/exp.hpp index 48cc7b3f..64a5f86f 100644 --- a/sprout/math/quaternion/exp.hpp +++ b/sprout/math/quaternion/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/hash.hpp b/sprout/math/quaternion/hash.hpp index 4558412a..78e61067 100644 --- a/sprout/math/quaternion/hash.hpp +++ b/sprout/math/quaternion/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/l1.hpp b/sprout/math/quaternion/l1.hpp index c676e596..910b15de 100644 --- a/sprout/math/quaternion/l1.hpp +++ b/sprout/math/quaternion/l1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/literals.hpp b/sprout/math/quaternion/literals.hpp index d284f7b9..649dade2 100644 --- a/sprout/math/quaternion/literals.hpp +++ b/sprout/math/quaternion/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/multipolar.hpp b/sprout/math/quaternion/multipolar.hpp index b069123c..32856d8d 100644 --- a/sprout/math/quaternion/multipolar.hpp +++ b/sprout/math/quaternion/multipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/norm.hpp b/sprout/math/quaternion/norm.hpp index cc8cd12a..3762c5b2 100644 --- a/sprout/math/quaternion/norm.hpp +++ b/sprout/math/quaternion/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/operators.hpp b/sprout/math/quaternion/operators.hpp index 4bac4cd5..6ee346cf 100644 --- a/sprout/math/quaternion/operators.hpp +++ b/sprout/math/quaternion/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/pow.hpp b/sprout/math/quaternion/pow.hpp index a3c03f47..5ae5c713 100644 --- a/sprout/math/quaternion/pow.hpp +++ b/sprout/math/quaternion/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/quaternion.hpp b/sprout/math/quaternion/quaternion.hpp index ac33b391..e1988e50 100644 --- a/sprout/math/quaternion/quaternion.hpp +++ b/sprout/math/quaternion/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/real.hpp b/sprout/math/quaternion/real.hpp index 000d34f7..f366eaeb 100644 --- a/sprout/math/quaternion/real.hpp +++ b/sprout/math/quaternion/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/semipolar.hpp b/sprout/math/quaternion/semipolar.hpp index 58128163..f082487a 100644 --- a/sprout/math/quaternion/semipolar.hpp +++ b/sprout/math/quaternion/semipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/sin.hpp b/sprout/math/quaternion/sin.hpp index 8f195757..a1875cf9 100644 --- a/sprout/math/quaternion/sin.hpp +++ b/sprout/math/quaternion/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/sinh.hpp b/sprout/math/quaternion/sinh.hpp index 1c8edcf4..f4ab5e3e 100644 --- a/sprout/math/quaternion/sinh.hpp +++ b/sprout/math/quaternion/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/spherical.hpp b/sprout/math/quaternion/spherical.hpp index 96117509..f6939346 100644 --- a/sprout/math/quaternion/spherical.hpp +++ b/sprout/math/quaternion/spherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/stream_operators.hpp b/sprout/math/quaternion/stream_operators.hpp index cac3d41a..5f215c47 100644 --- a/sprout/math/quaternion/stream_operators.hpp +++ b/sprout/math/quaternion/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/sup.hpp b/sprout/math/quaternion/sup.hpp index 3a183fc0..695a4889 100644 --- a/sprout/math/quaternion/sup.hpp +++ b/sprout/math/quaternion/sup.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/tan.hpp b/sprout/math/quaternion/tan.hpp index 197c822a..d9bdd5d0 100644 --- a/sprout/math/quaternion/tan.hpp +++ b/sprout/math/quaternion/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/tanh.hpp b/sprout/math/quaternion/tanh.hpp index 7fadfdbf..5036cd3f 100644 --- a/sprout/math/quaternion/tanh.hpp +++ b/sprout/math/quaternion/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/transcendentals.hpp b/sprout/math/quaternion/transcendentals.hpp index 896b1b87..bd177040 100644 --- a/sprout/math/quaternion/transcendentals.hpp +++ b/sprout/math/quaternion/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/tuple.hpp b/sprout/math/quaternion/tuple.hpp index 0e5b7f5f..f5cd0d63 100644 --- a/sprout/math/quaternion/tuple.hpp +++ b/sprout/math/quaternion/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/type_traits.hpp b/sprout/math/quaternion/type_traits.hpp index ece226a7..58a8b847 100644 --- a/sprout/math/quaternion/type_traits.hpp +++ b/sprout/math/quaternion/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/unreal.hpp b/sprout/math/quaternion/unreal.hpp index a439646a..b1f05880 100644 --- a/sprout/math/quaternion/unreal.hpp +++ b/sprout/math/quaternion/unreal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quaternion/values.hpp b/sprout/math/quaternion/values.hpp index 7947c0c9..e13bd95e 100644 --- a/sprout/math/quaternion/values.hpp +++ b/sprout/math/quaternion/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quotient.hpp b/sprout/math/quotient.hpp index 1645b2a2..39577006 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/rem_quo.hpp b/sprout/math/rem_quo.hpp index 60f966ee..4b8126ae 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/remainder.hpp b/sprout/math/remainder.hpp index 214818c7..77c08f5c 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/remainders.hpp b/sprout/math/remainders.hpp index 982ae4d1..0448de69 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/round.hpp b/sprout/math/round.hpp index 8055256c..1d2a361f 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/scalbln.hpp b/sprout/math/scalbln.hpp index 7f729e90..78faa8af 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/scalbn.hpp b/sprout/math/scalbn.hpp index ae7f272a..51b5e650 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sigmoid.hpp b/sprout/math/sigmoid.hpp index f97b9471..d7f23115 100644 --- a/sprout/math/sigmoid.hpp +++ b/sprout/math/sigmoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/signbit.hpp b/sprout/math/signbit.hpp index 0bb9be69..e28a739e 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sin.hpp b/sprout/math/sin.hpp index 5f53f521..a87bcf17 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sinh.hpp b/sprout/math/sinh.hpp index 5fb0054e..06bd8584 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sqrt.hpp b/sprout/math/sqrt.hpp index a36ccab5..1d4f5f71 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tan.hpp b/sprout/math/tan.hpp index d66898f9..b38fd5e8 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tanh.hpp b/sprout/math/tanh.hpp index 138b987c..a4f6121b 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tgamma.hpp b/sprout/math/tgamma.hpp index 7e7081dc..7edf1adc 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/trigonometric.hpp b/sprout/math/trigonometric.hpp index 46d8d0cc..b597362d 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/trunc.hpp b/sprout/math/trunc.hpp index b842bca7..80eaba3a 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory.hpp b/sprout/memory.hpp index 9a74839e..e8f41ed6 100644 --- a/sprout/memory.hpp +++ b/sprout/memory.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/addressof.hpp b/sprout/memory/addressof.hpp index d4c20484..3748c740 100644 --- a/sprout/memory/addressof.hpp +++ b/sprout/memory/addressof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/exempt_ptr.hpp b/sprout/memory/exempt_ptr.hpp index ec7ec431..e06e9187 100644 --- a/sprout/memory/exempt_ptr.hpp +++ b/sprout/memory/exempt_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/get_pointer.hpp b/sprout/memory/get_pointer.hpp index 37f28a71..4dfa9abc 100644 --- a/sprout/memory/get_pointer.hpp +++ b/sprout/memory/get_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/observer_ptr.hpp b/sprout/memory/observer_ptr.hpp index e7fdee7c..99e4ae7d 100644 --- a/sprout/memory/observer_ptr.hpp +++ b/sprout/memory/observer_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/pointer_cast.hpp b/sprout/memory/pointer_cast.hpp index 3f167deb..d0c54aab 100644 --- a/sprout/memory/pointer_cast.hpp +++ b/sprout/memory/pointer_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e748896d..6d893582 100644 --- a/sprout/net.hpp +++ b/sprout/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2015 Chris KAY diff --git a/sprout/net/endian.hpp b/sprout/net/endian.hpp index 3aa82f6b..3a69d113 100644 --- a/sprout/net/endian.hpp +++ b/sprout/net/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2015 Chris KAY diff --git a/sprout/none.hpp b/sprout/none.hpp index 2024375c..de370ccd 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric.hpp b/sprout/numeric.hpp index 0e1b638e..2f5966fc 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/accumulate.hpp b/sprout/numeric/accumulate.hpp index 875273da..5f78d2d5 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/adjacent_difference.hpp b/sprout/numeric/adjacent_difference.hpp index da1f3867..38528ef5 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14.hpp b/sprout/numeric/cxx14.hpp index a7b510c5..db554e9b 100644 --- a/sprout/numeric/cxx14.hpp +++ b/sprout/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/adjacent_difference.hpp b/sprout/numeric/cxx14/adjacent_difference.hpp index 078d777d..efaefb41 100644 --- a/sprout/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/exclusive_scan.hpp b/sprout/numeric/cxx14/exclusive_scan.hpp index 26852b7e..0856eb17 100644 --- a/sprout/numeric/cxx14/exclusive_scan.hpp +++ b/sprout/numeric/cxx14/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/inclusive_scan.hpp b/sprout/numeric/cxx14/inclusive_scan.hpp index 2065e715..a7e0d48a 100644 --- a/sprout/numeric/cxx14/inclusive_scan.hpp +++ b/sprout/numeric/cxx14/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/iota.hpp b/sprout/numeric/cxx14/iota.hpp index 47c0a963..7ad0e700 100644 --- a/sprout/numeric/cxx14/iota.hpp +++ b/sprout/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/partial_sum.hpp b/sprout/numeric/cxx14/partial_sum.hpp index effa91b5..0e61dbba 100644 --- a/sprout/numeric/cxx14/partial_sum.hpp +++ b/sprout/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/transform_exclusive_scan.hpp b/sprout/numeric/cxx14/transform_exclusive_scan.hpp index ed880757..14d9c106 100644 --- a/sprout/numeric/cxx14/transform_exclusive_scan.hpp +++ b/sprout/numeric/cxx14/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/transform_inclusive_scan.hpp b/sprout/numeric/cxx14/transform_inclusive_scan.hpp index ad8e2179..b2cf1a20 100644 --- a/sprout/numeric/cxx14/transform_inclusive_scan.hpp +++ b/sprout/numeric/cxx14/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft.hpp b/sprout/numeric/dft.hpp index c2b4d0a5..4c8df584 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/amplitude_spectrum.hpp b/sprout/numeric/dft/amplitude_spectrum.hpp index 0ba0d546..04568ca7 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/amplitude_spectrum_value.hpp b/sprout/numeric/dft/amplitude_spectrum_value.hpp index e7c169be..fc8ba0b4 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14.hpp b/sprout/numeric/dft/cxx14.hpp index 808d667e..54668f6c 100644 --- a/sprout/numeric/dft/cxx14.hpp +++ b/sprout/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp index 2260e05b..424af0a2 100644 --- a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/phase_spectrum.hpp b/sprout/numeric/dft/cxx14/phase_spectrum.hpp index 602d604f..c56bfed2 100644 --- a/sprout/numeric/dft/cxx14/phase_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/sawtooth.hpp b/sprout/numeric/dft/cxx14/sawtooth.hpp index 44bd3f9a..07a76236 100644 --- a/sprout/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/sinusoid.hpp b/sprout/numeric/dft/cxx14/sinusoid.hpp index e885674b..5649b990 100644 --- a/sprout/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/spectrum.hpp b/sprout/numeric/dft/cxx14/spectrum.hpp index e888cf5b..5dd14a1d 100644 --- a/sprout/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/square.hpp b/sprout/numeric/dft/cxx14/square.hpp index 9f4391b6..dfa42578 100644 --- a/sprout/numeric/dft/cxx14/square.hpp +++ b/sprout/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/triangle.hpp b/sprout/numeric/dft/cxx14/triangle.hpp index d28a00b7..acc795c2 100644 --- a/sprout/numeric/dft/cxx14/triangle.hpp +++ b/sprout/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/wave.hpp b/sprout/numeric/dft/cxx14/wave.hpp index 187b9b85..757bb846 100644 --- a/sprout/numeric/dft/cxx14/wave.hpp +++ b/sprout/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/dft_element_gen.hpp b/sprout/numeric/dft/detail/dft_element_gen.hpp index dc9659b1..d936b083 100644 --- a/sprout/numeric/dft/detail/dft_element_gen.hpp +++ b/sprout/numeric/dft/detail/dft_element_gen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/sawtooth.hpp b/sprout/numeric/dft/detail/sawtooth.hpp index b9de589f..5fef3892 100644 --- a/sprout/numeric/dft/detail/sawtooth.hpp +++ b/sprout/numeric/dft/detail/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/sinusoid.hpp b/sprout/numeric/dft/detail/sinusoid.hpp index 080d163c..d8cf6521 100644 --- a/sprout/numeric/dft/detail/sinusoid.hpp +++ b/sprout/numeric/dft/detail/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/square.hpp b/sprout/numeric/dft/detail/square.hpp index 1411a1db..ae6956cb 100644 --- a/sprout/numeric/dft/detail/square.hpp +++ b/sprout/numeric/dft/detail/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/triangle.hpp b/sprout/numeric/dft/detail/triangle.hpp index 1c296c54..dc744847 100644 --- a/sprout/numeric/dft/detail/triangle.hpp +++ b/sprout/numeric/dft/detail/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/dft.hpp b/sprout/numeric/dft/dft.hpp index 6248e783..70d7eb3c 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/dft_element.hpp b/sprout/numeric/dft/dft_element.hpp index 232b2ce6..e643d705 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit.hpp b/sprout/numeric/dft/fit.hpp index 5d9762d9..92487de6 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/numeric/dft/fit/amplitude_spectrum.hpp index dfa96c7c..cdb57dac 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/dft.hpp b/sprout/numeric/dft/fit/dft.hpp index f728bb90..8e5121de 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/idft.hpp b/sprout/numeric/dft/fit/idft.hpp index 0bc6fb5c..b9705844 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/phase_spectrum.hpp b/sprout/numeric/dft/fit/phase_spectrum.hpp index 5aa2f507..f4ca3cf4 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/sawtooth.hpp b/sprout/numeric/dft/fit/sawtooth.hpp index 808069ad..97afb44e 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/sinusoid.hpp b/sprout/numeric/dft/fit/sinusoid.hpp index 42f88e16..7e015199 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/spectrum.hpp b/sprout/numeric/dft/fit/spectrum.hpp index c7455c34..c6eaedb5 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/square.hpp b/sprout/numeric/dft/fit/square.hpp index 8d823e99..7b065233 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/triangle.hpp b/sprout/numeric/dft/fit/triangle.hpp index 1d3a5a4e..906f3674 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/wave.hpp b/sprout/numeric/dft/fit/wave.hpp index 48885739..aa4edd28 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed.hpp b/sprout/numeric/dft/fixed.hpp index 93738109..ecc5b8fd 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp index c81e5afa..8c333197 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/dft.hpp b/sprout/numeric/dft/fixed/dft.hpp index 0c7fc66c..6c539f9f 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/idft.hpp b/sprout/numeric/dft/fixed/idft.hpp index b93e3d57..0a4615d3 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/phase_spectrum.hpp b/sprout/numeric/dft/fixed/phase_spectrum.hpp index cf9fa350..e508db4e 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/sawtooth.hpp b/sprout/numeric/dft/fixed/sawtooth.hpp index 59b7107d..5f1e6612 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/sinusoid.hpp b/sprout/numeric/dft/fixed/sinusoid.hpp index bede7ce6..de03dab9 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/spectrum.hpp b/sprout/numeric/dft/fixed/spectrum.hpp index ffc238bb..40de8651 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/square.hpp b/sprout/numeric/dft/fixed/square.hpp index 7dac27cd..9edb6320 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/triangle.hpp b/sprout/numeric/dft/fixed/triangle.hpp index 79a82bd0..1502de72 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/wave.hpp b/sprout/numeric/dft/fixed/wave.hpp index 81360f7d..3f0a5dda 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/idft.hpp b/sprout/numeric/dft/idft.hpp index 6316bcb6..a5ba49ec 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/idft_element.hpp b/sprout/numeric/dft/idft_element.hpp index 209cad71..abcf8167 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/modifying.hpp b/sprout/numeric/dft/modifying.hpp index 800efc17..99ac5e52 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/non_modifying.hpp b/sprout/numeric/dft/non_modifying.hpp index 4b05a4ff..173c412d 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/phase_spectrum.hpp b/sprout/numeric/dft/phase_spectrum.hpp index f17dfa16..4756e823 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/phase_spectrum_value.hpp b/sprout/numeric/dft/phase_spectrum_value.hpp index a178c03d..090586d1 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/sawtooth.hpp b/sprout/numeric/dft/sawtooth.hpp index e0b9cf20..ff769a69 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/sinusoid.hpp b/sprout/numeric/dft/sinusoid.hpp index 116665dd..563d4c29 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/spectrum.hpp b/sprout/numeric/dft/spectrum.hpp index acc8a37a..7e47a880 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/square.hpp b/sprout/numeric/dft/square.hpp index 160b7c9f..80937d1e 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/triangle.hpp b/sprout/numeric/dft/triangle.hpp index 6390a813..4438d284 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/wave.hpp b/sprout/numeric/dft/wave.hpp index 3cfd5727..4944eb53 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/exclusive_scan.hpp b/sprout/numeric/exclusive_scan.hpp index 41923696..d0f7844d 100644 --- a/sprout/numeric/exclusive_scan.hpp +++ b/sprout/numeric/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft.hpp b/sprout/numeric/fft.hpp index a048c821..78a40f8a 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/bitrev_table.hpp b/sprout/numeric/fft/bitrev_table.hpp index d3899171..2f4cfe8e 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/coefficients.hpp b/sprout/numeric/fft/coefficients.hpp index d06895c6..7aaf90fb 100644 --- a/sprout/numeric/fft/coefficients.hpp +++ b/sprout/numeric/fft/coefficients.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/cxx14/fft.hpp b/sprout/numeric/fft/cxx14/fft.hpp index ee2a8e1f..4e18f1e6 100644 --- a/sprout/numeric/fft/cxx14/fft.hpp +++ b/sprout/numeric/fft/cxx14/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/cxx14/ifft.hpp b/sprout/numeric/fft/cxx14/ifft.hpp index cc75aea5..ed1c9e7e 100644 --- a/sprout/numeric/fft/cxx14/ifft.hpp +++ b/sprout/numeric/fft/cxx14/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fft.hpp b/sprout/numeric/fft/fft.hpp index 9192edf8..54b8ead1 100644 --- a/sprout/numeric/fft/fft.hpp +++ b/sprout/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fit/bitrev_table.hpp b/sprout/numeric/fft/fit/bitrev_table.hpp index b3699dec..afec90cf 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fit/fft.hpp b/sprout/numeric/fft/fit/fft.hpp index ad8ec6e1..833f8d22 100644 --- a/sprout/numeric/fft/fit/fft.hpp +++ b/sprout/numeric/fft/fit/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fit/ifft.hpp b/sprout/numeric/fft/fit/ifft.hpp index 33f69d17..a9a5f35e 100644 --- a/sprout/numeric/fft/fit/ifft.hpp +++ b/sprout/numeric/fft/fit/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fixed/bitrev_table.hpp b/sprout/numeric/fft/fixed/bitrev_table.hpp index 46830d13..f4eddfa7 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fixed/fft.hpp b/sprout/numeric/fft/fixed/fft.hpp index 1d04dc52..4cfbf80b 100644 --- a/sprout/numeric/fft/fixed/fft.hpp +++ b/sprout/numeric/fft/fixed/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fixed/ifft.hpp b/sprout/numeric/fft/fixed/ifft.hpp index 1f3a9cba..e3f0872a 100644 --- a/sprout/numeric/fft/fixed/ifft.hpp +++ b/sprout/numeric/fft/fixed/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/ifft.hpp b/sprout/numeric/fft/ifft.hpp index 2a6e5f2e..82a8fb22 100644 --- a/sprout/numeric/fft/ifft.hpp +++ b/sprout/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit.hpp b/sprout/numeric/fit.hpp index ed3e38bb..d658da4b 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/adjacent_difference.hpp b/sprout/numeric/fit/adjacent_difference.hpp index 75f254e7..22c0cb3e 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/exclusive_scan.hpp b/sprout/numeric/fit/exclusive_scan.hpp index c613a785..3b178ea9 100644 --- a/sprout/numeric/fit/exclusive_scan.hpp +++ b/sprout/numeric/fit/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/inclusive_scan.hpp b/sprout/numeric/fit/inclusive_scan.hpp index b0122bba..2f9784ad 100644 --- a/sprout/numeric/fit/inclusive_scan.hpp +++ b/sprout/numeric/fit/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/iota.hpp b/sprout/numeric/fit/iota.hpp index 00923440..d06c4672 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/partial_sum.hpp b/sprout/numeric/fit/partial_sum.hpp index 3baa0a8a..bebe6e09 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/transform_exclusive_scan.hpp b/sprout/numeric/fit/transform_exclusive_scan.hpp index f5e5b804..d26eef9c 100644 --- a/sprout/numeric/fit/transform_exclusive_scan.hpp +++ b/sprout/numeric/fit/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/transform_inclusive_scan.hpp b/sprout/numeric/fit/transform_inclusive_scan.hpp index fe440b07..ffdd4aea 100644 --- a/sprout/numeric/fit/transform_inclusive_scan.hpp +++ b/sprout/numeric/fit/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed.hpp b/sprout/numeric/fixed.hpp index 9da72cb8..7ec6a5b7 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/adjacent_difference.hpp b/sprout/numeric/fixed/adjacent_difference.hpp index 40ebc5c0..1426e4fe 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/exclusive_scan.hpp b/sprout/numeric/fixed/exclusive_scan.hpp index 2dd5af68..adb2cb4e 100644 --- a/sprout/numeric/fixed/exclusive_scan.hpp +++ b/sprout/numeric/fixed/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/inclusive_scan.hpp b/sprout/numeric/fixed/inclusive_scan.hpp index e49dd341..c68052e0 100644 --- a/sprout/numeric/fixed/inclusive_scan.hpp +++ b/sprout/numeric/fixed/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/iota.hpp b/sprout/numeric/fixed/iota.hpp index c321b708..c55a42d1 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/partial_sum.hpp b/sprout/numeric/fixed/partial_sum.hpp index b282a96a..d0144cc9 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/transform_exclusive_scan.hpp b/sprout/numeric/fixed/transform_exclusive_scan.hpp index 83eb265c..dc009c2c 100644 --- a/sprout/numeric/fixed/transform_exclusive_scan.hpp +++ b/sprout/numeric/fixed/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/transform_inclusive_scan.hpp b/sprout/numeric/fixed/transform_inclusive_scan.hpp index 69ba2d1c..0d3ca499 100644 --- a/sprout/numeric/fixed/transform_inclusive_scan.hpp +++ b/sprout/numeric/fixed/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/inclusive_scan.hpp b/sprout/numeric/inclusive_scan.hpp index f8c577ef..2d94f4f5 100644 --- a/sprout/numeric/inclusive_scan.hpp +++ b/sprout/numeric/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/inner_product.hpp b/sprout/numeric/inner_product.hpp index 94c23327..c29b1984 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/iota.hpp b/sprout/numeric/iota.hpp index 1a565ec5..43656944 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/modifying.hpp b/sprout/numeric/modifying.hpp index 3e83a830..22625142 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/non_modifying.hpp b/sprout/numeric/non_modifying.hpp index b407c9d3..6ee73ada 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/partial_sum.hpp b/sprout/numeric/partial_sum.hpp index b5f9d697..b173df1b 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/reduce.hpp b/sprout/numeric/reduce.hpp index 67478663..74e4cf7d 100644 --- a/sprout/numeric/reduce.hpp +++ b/sprout/numeric/reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/transform_exclusive_scan.hpp b/sprout/numeric/transform_exclusive_scan.hpp index 8b6ee567..ebc8b9da 100644 --- a/sprout/numeric/transform_exclusive_scan.hpp +++ b/sprout/numeric/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/transform_inclusive_scan.hpp b/sprout/numeric/transform_inclusive_scan.hpp index ab37d0ad..e5d3eb54 100644 --- a/sprout/numeric/transform_inclusive_scan.hpp +++ b/sprout/numeric/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/transform_reduce.hpp b/sprout/numeric/transform_reduce.hpp index 91f4dc35..5e944f35 100644 --- a/sprout/numeric/transform_reduce.hpp +++ b/sprout/numeric/transform_reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation.hpp b/sprout/operation.hpp index 95a8fbef..ab77da21 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append.hpp b/sprout/operation/append.hpp index c42296f5..f257018d 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append_back.hpp b/sprout/operation/append_back.hpp index 4b146892..d3878ce4 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append_front.hpp b/sprout/operation/append_front.hpp index d06b2cbe..076eecf6 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/erase.hpp b/sprout/operation/erase.hpp index c9d53fab..efcdf470 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/erase_n.hpp b/sprout/operation/erase_n.hpp index bf195442..51348ed8 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit.hpp b/sprout/operation/fit.hpp index 1a003304..ba9878f7 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append.hpp b/sprout/operation/fit/append.hpp index 0cc0a37c..7b72f912 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append_back.hpp b/sprout/operation/fit/append_back.hpp index a2b73796..f2495a1e 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append_front.hpp b/sprout/operation/fit/append_front.hpp index 44e2e3dc..a3642227 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/erase.hpp b/sprout/operation/fit/erase.hpp index 2093b54a..7939b445 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/erase_n.hpp b/sprout/operation/fit/erase_n.hpp index 2bde6b04..2266afa4 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/insert.hpp b/sprout/operation/fit/insert.hpp index 2e7097ce..7ec7c34d 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/insert_n.hpp b/sprout/operation/fit/insert_n.hpp index 1b516801..48ee75bd 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_back.hpp b/sprout/operation/fit/pop_back.hpp index 202dbc01..2486e276 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_back_n.hpp b/sprout/operation/fit/pop_back_n.hpp index 568973c0..dd491dd0 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_front.hpp b/sprout/operation/fit/pop_front.hpp index 89a7b299..b34f6d7b 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_front_n.hpp b/sprout/operation/fit/pop_front_n.hpp index 08a218fc..a591b6cf 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_back.hpp b/sprout/operation/fit/push_back.hpp index b6c6bf3e..b056ec2d 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_back_n.hpp b/sprout/operation/fit/push_back_n.hpp index 19b9980e..3dd23726 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_front.hpp b/sprout/operation/fit/push_front.hpp index 48ff037c..589bfade 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_front_n.hpp b/sprout/operation/fit/push_front_n.hpp index 6976cefd..7493c318 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/realign.hpp b/sprout/operation/fit/realign.hpp index e4c6d05c..3e65ad50 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/realign_to.hpp b/sprout/operation/fit/realign_to.hpp index f39f6d04..86e15575 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/resize.hpp b/sprout/operation/fit/resize.hpp index 7f2d3678..69e70a10 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/resize_backward.hpp b/sprout/operation/fit/resize_backward.hpp index 0de1c13a..00bdc8c9 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/set.hpp b/sprout/operation/fit/set.hpp index 4bfaa03c..10897489 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed.hpp b/sprout/operation/fixed.hpp index 75d513e6..180022fe 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append.hpp b/sprout/operation/fixed/append.hpp index 0513bf6c..06a4b00f 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append_back.hpp b/sprout/operation/fixed/append_back.hpp index 0b8035da..447563a6 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append_front.hpp b/sprout/operation/fixed/append_front.hpp index c5a7bf04..7e621c73 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/erase.hpp b/sprout/operation/fixed/erase.hpp index 23aaee65..dc2ea41a 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/erase_n.hpp b/sprout/operation/fixed/erase_n.hpp index cbc8cb8b..5e7cedff 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/insert.hpp b/sprout/operation/fixed/insert.hpp index 8cbee46e..e3f4de34 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/insert_n.hpp b/sprout/operation/fixed/insert_n.hpp index 6f15f600..0a59dca0 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_back.hpp b/sprout/operation/fixed/pop_back.hpp index c9add98b..78feacf7 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_back_n.hpp b/sprout/operation/fixed/pop_back_n.hpp index eb65d922..a9fa7278 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_front.hpp b/sprout/operation/fixed/pop_front.hpp index 7204310d..8293ca2c 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_front_n.hpp b/sprout/operation/fixed/pop_front_n.hpp index cc14246d..771ba076 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_back.hpp b/sprout/operation/fixed/push_back.hpp index 10df7e70..59e8b2ab 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_back_n.hpp b/sprout/operation/fixed/push_back_n.hpp index d851ec81..053fff7d 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_front.hpp b/sprout/operation/fixed/push_front.hpp index 568a216b..ae8c9dc4 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_front_n.hpp b/sprout/operation/fixed/push_front_n.hpp index 2e86f0c0..47d5fd7b 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/realign.hpp b/sprout/operation/fixed/realign.hpp index cf3e2e40..9cd9d741 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/realign_to.hpp b/sprout/operation/fixed/realign_to.hpp index 108252ba..e3b5983a 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/resize.hpp b/sprout/operation/fixed/resize.hpp index f8a6a5e7..a8407e5e 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/resize_backward.hpp b/sprout/operation/fixed/resize_backward.hpp index eee1fac7..d39648ee 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/set.hpp b/sprout/operation/fixed/set.hpp index 2b7f34e8..c44d2062 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/insert.hpp b/sprout/operation/insert.hpp index 951c9585..a628e202 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/insert_n.hpp b/sprout/operation/insert_n.hpp index 7d40e34e..641a91ad 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_back.hpp b/sprout/operation/pop_back.hpp index d686de57..913523ad 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_back_n.hpp b/sprout/operation/pop_back_n.hpp index 5b2ab70d..f5eda6aa 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_front.hpp b/sprout/operation/pop_front.hpp index 34e6bbe6..8b018a55 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_front_n.hpp b/sprout/operation/pop_front_n.hpp index eca5b451..41fd149b 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_back.hpp b/sprout/operation/push_back.hpp index 0ab94eda..ae47ce46 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_back_n.hpp b/sprout/operation/push_back_n.hpp index df54b384..7ad5e9f3 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_front.hpp b/sprout/operation/push_front.hpp index 441228e4..2528e8a1 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_front_n.hpp b/sprout/operation/push_front_n.hpp index 1cbbd1ab..9033706d 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/realign.hpp b/sprout/operation/realign.hpp index d2e89c87..df0021ee 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/realign_to.hpp b/sprout/operation/realign_to.hpp index 5e6b24c4..43f5ef55 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/resize.hpp b/sprout/operation/resize.hpp index fb6db93d..cb1be3d2 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/resize_backward.hpp b/sprout/operation/resize_backward.hpp index 954cebee..11c750eb 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/set.hpp b/sprout/operation/set.hpp index 8c1b16e7..91d445c6 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/comparison.hpp b/sprout/optional/comparison.hpp index d440734a..3e938b8e 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/container.hpp b/sprout/optional/container.hpp index 59bda4b2..4cd89eb0 100644 --- a/sprout/optional/container.hpp +++ b/sprout/optional/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/exceptions.hpp b/sprout/optional/exceptions.hpp index 8fd0a39a..7a6cfe30 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/get.hpp b/sprout/optional/get.hpp index c687a48a..3253dd68 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/hash.hpp b/sprout/optional/hash.hpp index 7c5e351d..feb65451 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/in_place.hpp b/sprout/optional/in_place.hpp index b5b59318..9d1b23b0 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/io.hpp b/sprout/optional/io.hpp index a3a68424..a3f4bac0 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/make_optional.hpp b/sprout/optional/make_optional.hpp index 534265c0..4f44c62f 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/nullopt.hpp b/sprout/optional/nullopt.hpp index 61e63e7e..5f640669 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/optional.hpp b/sprout/optional/optional.hpp index d610f195..73ec217a 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit.hpp b/sprout/pit.hpp index 1ad6c19e..62397afb 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/comparison.hpp b/sprout/pit/comparison.hpp index 72cb5e22..e6173537 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/container.hpp b/sprout/pit/container.hpp index d4c043f3..9fa5b2fe 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/hash.hpp b/sprout/pit/hash.hpp index 16fa6376..36714df3 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/pit.hpp b/sprout/pit/pit.hpp index 479982c6..ed47a455 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/tuple.hpp b/sprout/pit/tuple.hpp index 65323b6a..bb8b8315 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/type_traits.hpp b/sprout/pit/type_traits.hpp index 9b0812c7..028ae756 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef.hpp b/sprout/predef.hpp index 066c874d..ceca1232 100644 --- a/sprout/predef.hpp +++ b/sprout/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture.hpp b/sprout/predef/architecture.hpp index 9b263aee..876a45ed 100644 --- a/sprout/predef/architecture.hpp +++ b/sprout/predef/architecture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/alpha.hpp b/sprout/predef/architecture/alpha.hpp index e62a9b5f..700c6476 100644 --- a/sprout/predef/architecture/alpha.hpp +++ b/sprout/predef/architecture/alpha.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/arm.hpp b/sprout/predef/architecture/arm.hpp index 40ba7a2d..41e5a2a3 100644 --- a/sprout/predef/architecture/arm.hpp +++ b/sprout/predef/architecture/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/blackfin.hpp b/sprout/predef/architecture/blackfin.hpp index 0a2a7413..ba50cda4 100644 --- a/sprout/predef/architecture/blackfin.hpp +++ b/sprout/predef/architecture/blackfin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/convex.hpp b/sprout/predef/architecture/convex.hpp index 12ad9b26..5a4759e1 100644 --- a/sprout/predef/architecture/convex.hpp +++ b/sprout/predef/architecture/convex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/ia64.hpp b/sprout/predef/architecture/ia64.hpp index e2f571fb..00836cd6 100644 --- a/sprout/predef/architecture/ia64.hpp +++ b/sprout/predef/architecture/ia64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/m68k.hpp b/sprout/predef/architecture/m68k.hpp index ff5115ed..528e279e 100644 --- a/sprout/predef/architecture/m68k.hpp +++ b/sprout/predef/architecture/m68k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/mips.hpp b/sprout/predef/architecture/mips.hpp index 25563097..0f10f716 100644 --- a/sprout/predef/architecture/mips.hpp +++ b/sprout/predef/architecture/mips.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/parisc.hpp b/sprout/predef/architecture/parisc.hpp index c8e31db4..2d609584 100644 --- a/sprout/predef/architecture/parisc.hpp +++ b/sprout/predef/architecture/parisc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/ppc.hpp b/sprout/predef/architecture/ppc.hpp index 31e7bd6c..d2a3dbe1 100644 --- a/sprout/predef/architecture/ppc.hpp +++ b/sprout/predef/architecture/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/pyramid.hpp b/sprout/predef/architecture/pyramid.hpp index 422f2489..7a543c5c 100644 --- a/sprout/predef/architecture/pyramid.hpp +++ b/sprout/predef/architecture/pyramid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/rs6k.hpp b/sprout/predef/architecture/rs6k.hpp index 5579310a..15374b4a 100644 --- a/sprout/predef/architecture/rs6k.hpp +++ b/sprout/predef/architecture/rs6k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/sparc.hpp b/sprout/predef/architecture/sparc.hpp index a5127316..23cf4044 100644 --- a/sprout/predef/architecture/sparc.hpp +++ b/sprout/predef/architecture/sparc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/superh.hpp b/sprout/predef/architecture/superh.hpp index 5673bac0..dde07ad1 100644 --- a/sprout/predef/architecture/superh.hpp +++ b/sprout/predef/architecture/superh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/sys370.hpp b/sprout/predef/architecture/sys370.hpp index 247e0824..c1df102c 100644 --- a/sprout/predef/architecture/sys370.hpp +++ b/sprout/predef/architecture/sys370.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/sys390.hpp b/sprout/predef/architecture/sys390.hpp index 65d356cf..a17f06a3 100644 --- a/sprout/predef/architecture/sys390.hpp +++ b/sprout/predef/architecture/sys390.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/x86.hpp b/sprout/predef/architecture/x86.hpp index d916a319..4f2c7adf 100644 --- a/sprout/predef/architecture/x86.hpp +++ b/sprout/predef/architecture/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/x86/32.hpp b/sprout/predef/architecture/x86/32.hpp index 3ac8c66c..000a3749 100644 --- a/sprout/predef/architecture/x86/32.hpp +++ b/sprout/predef/architecture/x86/32.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/x86/64.hpp b/sprout/predef/architecture/x86/64.hpp index b288609d..c591d775 100644 --- a/sprout/predef/architecture/x86/64.hpp +++ b/sprout/predef/architecture/x86/64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/architecture/z.hpp b/sprout/predef/architecture/z.hpp index 3bc84ec1..5719eee0 100644 --- a/sprout/predef/architecture/z.hpp +++ b/sprout/predef/architecture/z.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler.hpp b/sprout/predef/compiler.hpp index 665a728c..43e8fa77 100644 --- a/sprout/predef/compiler.hpp +++ b/sprout/predef/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/borland.hpp b/sprout/predef/compiler/borland.hpp index f08aadea..90daa33e 100644 --- a/sprout/predef/compiler/borland.hpp +++ b/sprout/predef/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/clang.hpp b/sprout/predef/compiler/clang.hpp index dff7e6bc..0542b511 100644 --- a/sprout/predef/compiler/clang.hpp +++ b/sprout/predef/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/comeau.hpp b/sprout/predef/compiler/comeau.hpp index 9a2d64a2..8b7535a2 100644 --- a/sprout/predef/compiler/comeau.hpp +++ b/sprout/predef/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/compaq.hpp b/sprout/predef/compiler/compaq.hpp index 7ad464d0..b1dfd976 100644 --- a/sprout/predef/compiler/compaq.hpp +++ b/sprout/predef/compiler/compaq.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/diab.hpp b/sprout/predef/compiler/diab.hpp index c8553e0a..012081fc 100644 --- a/sprout/predef/compiler/diab.hpp +++ b/sprout/predef/compiler/diab.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/digitalmars.hpp b/sprout/predef/compiler/digitalmars.hpp index 0a2d8019..7ea569c3 100644 --- a/sprout/predef/compiler/digitalmars.hpp +++ b/sprout/predef/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/dignus.hpp b/sprout/predef/compiler/dignus.hpp index d411c4ca..c05761e4 100644 --- a/sprout/predef/compiler/dignus.hpp +++ b/sprout/predef/compiler/dignus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/edg.hpp b/sprout/predef/compiler/edg.hpp index 6d5b1490..1e89f42f 100644 --- a/sprout/predef/compiler/edg.hpp +++ b/sprout/predef/compiler/edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/ekopath.hpp b/sprout/predef/compiler/ekopath.hpp index 92ae08bd..7b98abaa 100644 --- a/sprout/predef/compiler/ekopath.hpp +++ b/sprout/predef/compiler/ekopath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/gcc.hpp b/sprout/predef/compiler/gcc.hpp index f5ba0fec..07461105 100644 --- a/sprout/predef/compiler/gcc.hpp +++ b/sprout/predef/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/gcc_xml.hpp b/sprout/predef/compiler/gcc_xml.hpp index 2adcc472..045ec110 100644 --- a/sprout/predef/compiler/gcc_xml.hpp +++ b/sprout/predef/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/greenhills.hpp b/sprout/predef/compiler/greenhills.hpp index 15435f93..a6a2c241 100644 --- a/sprout/predef/compiler/greenhills.hpp +++ b/sprout/predef/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/hp_acc.hpp b/sprout/predef/compiler/hp_acc.hpp index 9d7c222c..f017eb29 100644 --- a/sprout/predef/compiler/hp_acc.hpp +++ b/sprout/predef/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/iar.hpp b/sprout/predef/compiler/iar.hpp index 89b0793f..aab38e8a 100644 --- a/sprout/predef/compiler/iar.hpp +++ b/sprout/predef/compiler/iar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/ibm.hpp b/sprout/predef/compiler/ibm.hpp index afe6a1ad..7c171487 100644 --- a/sprout/predef/compiler/ibm.hpp +++ b/sprout/predef/compiler/ibm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/intel.hpp b/sprout/predef/compiler/intel.hpp index b9e1c012..3a421001 100644 --- a/sprout/predef/compiler/intel.hpp +++ b/sprout/predef/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/kai.hpp b/sprout/predef/compiler/kai.hpp index bbc33bf6..aad63158 100644 --- a/sprout/predef/compiler/kai.hpp +++ b/sprout/predef/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/llvm.hpp b/sprout/predef/compiler/llvm.hpp index 37426f18..5c90739f 100644 --- a/sprout/predef/compiler/llvm.hpp +++ b/sprout/predef/compiler/llvm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/metaware.hpp b/sprout/predef/compiler/metaware.hpp index 42fbb018..3cf25771 100644 --- a/sprout/predef/compiler/metaware.hpp +++ b/sprout/predef/compiler/metaware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/metrowerks.hpp b/sprout/predef/compiler/metrowerks.hpp index 88bbef2c..ef7055d9 100644 --- a/sprout/predef/compiler/metrowerks.hpp +++ b/sprout/predef/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/microtec.hpp b/sprout/predef/compiler/microtec.hpp index 8612a6c9..02217396 100644 --- a/sprout/predef/compiler/microtec.hpp +++ b/sprout/predef/compiler/microtec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/mpw.hpp b/sprout/predef/compiler/mpw.hpp index 27e83ebd..41f06667 100644 --- a/sprout/predef/compiler/mpw.hpp +++ b/sprout/predef/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/palm.hpp b/sprout/predef/compiler/palm.hpp index 1f00dbfa..1411c3ff 100644 --- a/sprout/predef/compiler/palm.hpp +++ b/sprout/predef/compiler/palm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/pgi.hpp b/sprout/predef/compiler/pgi.hpp index ce39fa2d..d12bcf03 100644 --- a/sprout/predef/compiler/pgi.hpp +++ b/sprout/predef/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/sgi_mipspro.hpp b/sprout/predef/compiler/sgi_mipspro.hpp index 844930ca..9e9e0b28 100644 --- a/sprout/predef/compiler/sgi_mipspro.hpp +++ b/sprout/predef/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/sunpro.hpp b/sprout/predef/compiler/sunpro.hpp index 94eae8f9..edcb7ff6 100644 --- a/sprout/predef/compiler/sunpro.hpp +++ b/sprout/predef/compiler/sunpro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/tendra.hpp b/sprout/predef/compiler/tendra.hpp index 25a0722c..1298bfc4 100644 --- a/sprout/predef/compiler/tendra.hpp +++ b/sprout/predef/compiler/tendra.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/visualc.hpp b/sprout/predef/compiler/visualc.hpp index 607b6e6f..dd0f74b4 100644 --- a/sprout/predef/compiler/visualc.hpp +++ b/sprout/predef/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/compiler/watcom.hpp b/sprout/predef/compiler/watcom.hpp index 82cb7f12..5bcf3083 100644 --- a/sprout/predef/compiler/watcom.hpp +++ b/sprout/predef/compiler/watcom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/detail/comp_detected.hpp b/sprout/predef/detail/comp_detected.hpp index ee152f0a..9b9a7416 100644 --- a/sprout/predef/detail/comp_detected.hpp +++ b/sprout/predef/detail/comp_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/detail/endian_compat.hpp b/sprout/predef/detail/endian_compat.hpp index 333f4d6f..e37ed201 100644 --- a/sprout/predef/detail/endian_compat.hpp +++ b/sprout/predef/detail/endian_compat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/detail/os_detected.hpp b/sprout/predef/detail/os_detected.hpp index b41de986..1d589fa3 100644 --- a/sprout/predef/detail/os_detected.hpp +++ b/sprout/predef/detail/os_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/detail/platform_detected.hpp b/sprout/predef/detail/platform_detected.hpp index d8ef60fd..6a5534b8 100644 --- a/sprout/predef/detail/platform_detected.hpp +++ b/sprout/predef/detail/platform_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware.hpp b/sprout/predef/hardware.hpp index be5d842b..cb1f0d8a 100644 --- a/sprout/predef/hardware.hpp +++ b/sprout/predef/hardware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd.hpp b/sprout/predef/hardware/simd.hpp index c9f6e322..28a9c934 100644 --- a/sprout/predef/hardware/simd.hpp +++ b/sprout/predef/hardware/simd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/arm.hpp b/sprout/predef/hardware/simd/arm.hpp index f41d9da6..f1eb7f55 100644 --- a/sprout/predef/hardware/simd/arm.hpp +++ b/sprout/predef/hardware/simd/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/arm/versions.hpp b/sprout/predef/hardware/simd/arm/versions.hpp index 5ca5ccb8..3cfe368e 100644 --- a/sprout/predef/hardware/simd/arm/versions.hpp +++ b/sprout/predef/hardware/simd/arm/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/ppc.hpp b/sprout/predef/hardware/simd/ppc.hpp index 62cd7b40..2ac8fc7c 100644 --- a/sprout/predef/hardware/simd/ppc.hpp +++ b/sprout/predef/hardware/simd/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/ppc/versions.hpp b/sprout/predef/hardware/simd/ppc/versions.hpp index cd22a011..485fda9c 100644 --- a/sprout/predef/hardware/simd/ppc/versions.hpp +++ b/sprout/predef/hardware/simd/ppc/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/x86.hpp b/sprout/predef/hardware/simd/x86.hpp index 083292d9..dbee4013 100644 --- a/sprout/predef/hardware/simd/x86.hpp +++ b/sprout/predef/hardware/simd/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/x86/versions.hpp b/sprout/predef/hardware/simd/x86/versions.hpp index 8a192f08..87b3671a 100644 --- a/sprout/predef/hardware/simd/x86/versions.hpp +++ b/sprout/predef/hardware/simd/x86/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/x86_amd.hpp b/sprout/predef/hardware/simd/x86_amd.hpp index eefb377f..fb56337b 100644 --- a/sprout/predef/hardware/simd/x86_amd.hpp +++ b/sprout/predef/hardware/simd/x86_amd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/hardware/simd/x86_amd/versions.hpp b/sprout/predef/hardware/simd/x86_amd/versions.hpp index 0edf0e65..a4e84248 100644 --- a/sprout/predef/hardware/simd/x86_amd/versions.hpp +++ b/sprout/predef/hardware/simd/x86_amd/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/language.hpp b/sprout/predef/language.hpp index 27cfb463..9d82ef95 100644 --- a/sprout/predef/language.hpp +++ b/sprout/predef/language.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/language/objc.hpp b/sprout/predef/language/objc.hpp index 798c1001..85d9f834 100644 --- a/sprout/predef/language/objc.hpp +++ b/sprout/predef/language/objc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/language/stdc.hpp b/sprout/predef/language/stdc.hpp index 6a4e2437..410536ac 100644 --- a/sprout/predef/language/stdc.hpp +++ b/sprout/predef/language/stdc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/language/stdcpp.hpp b/sprout/predef/language/stdcpp.hpp index 5e62662d..bbe3034d 100644 --- a/sprout/predef/language/stdcpp.hpp +++ b/sprout/predef/language/stdcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library.hpp b/sprout/predef/library.hpp index 23e7816e..1e2c6565 100644 --- a/sprout/predef/library.hpp +++ b/sprout/predef/library.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c.hpp b/sprout/predef/library/c.hpp index d2a9bfd9..9ed8772b 100644 --- a/sprout/predef/library/c.hpp +++ b/sprout/predef/library/c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c/gnu.hpp b/sprout/predef/library/c/gnu.hpp index 94890fb6..06c94a2e 100644 --- a/sprout/predef/library/c/gnu.hpp +++ b/sprout/predef/library/c/gnu.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c/prefix.hpp b/sprout/predef/library/c/prefix.hpp index 881b5404..7ad4b363 100644 --- a/sprout/predef/library/c/prefix.hpp +++ b/sprout/predef/library/c/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c/uc.hpp b/sprout/predef/library/c/uc.hpp index 3e9f416a..725a3b88 100644 --- a/sprout/predef/library/c/uc.hpp +++ b/sprout/predef/library/c/uc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c/vms.hpp b/sprout/predef/library/c/vms.hpp index df1fd010..06cb67f8 100644 --- a/sprout/predef/library/c/vms.hpp +++ b/sprout/predef/library/c/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/c/zos.hpp b/sprout/predef/library/c/zos.hpp index 5b20473e..2204f0b7 100644 --- a/sprout/predef/library/c/zos.hpp +++ b/sprout/predef/library/c/zos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std.hpp b/sprout/predef/library/std.hpp index dda7747f..9ea8aec3 100644 --- a/sprout/predef/library/std.hpp +++ b/sprout/predef/library/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/cxx.hpp b/sprout/predef/library/std/cxx.hpp index f8af9e96..984840d6 100644 --- a/sprout/predef/library/std/cxx.hpp +++ b/sprout/predef/library/std/cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/dinkumware.hpp b/sprout/predef/library/std/dinkumware.hpp index 3176f7d4..49c82356 100644 --- a/sprout/predef/library/std/dinkumware.hpp +++ b/sprout/predef/library/std/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/libcomo.hpp b/sprout/predef/library/std/libcomo.hpp index 68a2a2c6..fed4910b 100644 --- a/sprout/predef/library/std/libcomo.hpp +++ b/sprout/predef/library/std/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/modena.hpp b/sprout/predef/library/std/modena.hpp index 384ae5fa..35ea162a 100644 --- a/sprout/predef/library/std/modena.hpp +++ b/sprout/predef/library/std/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/msl.hpp b/sprout/predef/library/std/msl.hpp index f3db7678..9be28c6f 100644 --- a/sprout/predef/library/std/msl.hpp +++ b/sprout/predef/library/std/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/prefix.hpp b/sprout/predef/library/std/prefix.hpp index 961ec9ba..1ef710ee 100644 --- a/sprout/predef/library/std/prefix.hpp +++ b/sprout/predef/library/std/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/roguewave.hpp b/sprout/predef/library/std/roguewave.hpp index 2aee8346..9ecae235 100644 --- a/sprout/predef/library/std/roguewave.hpp +++ b/sprout/predef/library/std/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/sgi.hpp b/sprout/predef/library/std/sgi.hpp index fe3cdd90..df06a64b 100644 --- a/sprout/predef/library/std/sgi.hpp +++ b/sprout/predef/library/std/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/stdcpp3.hpp b/sprout/predef/library/std/stdcpp3.hpp index 6763a62a..3e5fa582 100644 --- a/sprout/predef/library/std/stdcpp3.hpp +++ b/sprout/predef/library/std/stdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/stlport.hpp b/sprout/predef/library/std/stlport.hpp index 1de2ceca..0b1a376c 100644 --- a/sprout/predef/library/std/stlport.hpp +++ b/sprout/predef/library/std/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/library/std/vacpp.hpp b/sprout/predef/library/std/vacpp.hpp index ba444f24..9206dc6f 100644 --- a/sprout/predef/library/std/vacpp.hpp +++ b/sprout/predef/library/std/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/make.hpp b/sprout/predef/make.hpp index 03fcaa39..f1f15ee4 100644 --- a/sprout/predef/make.hpp +++ b/sprout/predef/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os.hpp b/sprout/predef/os.hpp index 720e4a36..9b977c6b 100644 --- a/sprout/predef/os.hpp +++ b/sprout/predef/os.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/aix.hpp b/sprout/predef/os/aix.hpp index d59c3b50..4267ca07 100644 --- a/sprout/predef/os/aix.hpp +++ b/sprout/predef/os/aix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/amigaos.hpp b/sprout/predef/os/amigaos.hpp index 3fe0b400..6000eabc 100644 --- a/sprout/predef/os/amigaos.hpp +++ b/sprout/predef/os/amigaos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/android.hpp b/sprout/predef/os/android.hpp index 0fd1e9af..1beb0568 100644 --- a/sprout/predef/os/android.hpp +++ b/sprout/predef/os/android.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/beos.hpp b/sprout/predef/os/beos.hpp index dd1e3e70..0b1b134a 100644 --- a/sprout/predef/os/beos.hpp +++ b/sprout/predef/os/beos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd.hpp b/sprout/predef/os/bsd.hpp index 261a85e2..1140d7b5 100644 --- a/sprout/predef/os/bsd.hpp +++ b/sprout/predef/os/bsd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd/bsdi.hpp b/sprout/predef/os/bsd/bsdi.hpp index c8c8744d..247752be 100644 --- a/sprout/predef/os/bsd/bsdi.hpp +++ b/sprout/predef/os/bsd/bsdi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd/dragonfly.hpp b/sprout/predef/os/bsd/dragonfly.hpp index 936d39ff..1ac3a435 100644 --- a/sprout/predef/os/bsd/dragonfly.hpp +++ b/sprout/predef/os/bsd/dragonfly.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd/free.hpp b/sprout/predef/os/bsd/free.hpp index 2bdb037a..f9af1f96 100644 --- a/sprout/predef/os/bsd/free.hpp +++ b/sprout/predef/os/bsd/free.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd/net.hpp b/sprout/predef/os/bsd/net.hpp index 66ff6441..148f16ac 100644 --- a/sprout/predef/os/bsd/net.hpp +++ b/sprout/predef/os/bsd/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/bsd/open.hpp b/sprout/predef/os/bsd/open.hpp index 848e7d29..32fdc8bf 100644 --- a/sprout/predef/os/bsd/open.hpp +++ b/sprout/predef/os/bsd/open.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/cygwin.hpp b/sprout/predef/os/cygwin.hpp index afed65fe..6a87f681 100644 --- a/sprout/predef/os/cygwin.hpp +++ b/sprout/predef/os/cygwin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/haiku.hpp b/sprout/predef/os/haiku.hpp index 714256bc..6b46bdcf 100644 --- a/sprout/predef/os/haiku.hpp +++ b/sprout/predef/os/haiku.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/hpux.hpp b/sprout/predef/os/hpux.hpp index db7c7084..5608be4a 100644 --- a/sprout/predef/os/hpux.hpp +++ b/sprout/predef/os/hpux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/ios.hpp b/sprout/predef/os/ios.hpp index ee55cf59..5b99afa2 100644 --- a/sprout/predef/os/ios.hpp +++ b/sprout/predef/os/ios.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/irix.hpp b/sprout/predef/os/irix.hpp index dd4c41db..62821bd5 100644 --- a/sprout/predef/os/irix.hpp +++ b/sprout/predef/os/irix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/linux.hpp b/sprout/predef/os/linux.hpp index f6d24c30..fb221b6f 100644 --- a/sprout/predef/os/linux.hpp +++ b/sprout/predef/os/linux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/macos.hpp b/sprout/predef/os/macos.hpp index 6ea33fdd..69e12e2f 100644 --- a/sprout/predef/os/macos.hpp +++ b/sprout/predef/os/macos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/os400.hpp b/sprout/predef/os/os400.hpp index 9e7a11ff..5db5bacd 100644 --- a/sprout/predef/os/os400.hpp +++ b/sprout/predef/os/os400.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/qnxnto.hpp b/sprout/predef/os/qnxnto.hpp index d297f72a..b4ed679f 100644 --- a/sprout/predef/os/qnxnto.hpp +++ b/sprout/predef/os/qnxnto.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/solaris.hpp b/sprout/predef/os/solaris.hpp index 6d34531c..e3bcc158 100644 --- a/sprout/predef/os/solaris.hpp +++ b/sprout/predef/os/solaris.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/unix.hpp b/sprout/predef/os/unix.hpp index a6a0c1b8..473c2138 100644 --- a/sprout/predef/os/unix.hpp +++ b/sprout/predef/os/unix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/vms.hpp b/sprout/predef/os/vms.hpp index 2388ce11..c9f01feb 100644 --- a/sprout/predef/os/vms.hpp +++ b/sprout/predef/os/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/os/windows.hpp b/sprout/predef/os/windows.hpp index 73d3a0ff..e9ce0ed8 100644 --- a/sprout/predef/os/windows.hpp +++ b/sprout/predef/os/windows.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/other.hpp b/sprout/predef/other.hpp index 20e36aa4..982cba70 100644 --- a/sprout/predef/other.hpp +++ b/sprout/predef/other.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/other/endian.hpp b/sprout/predef/other/endian.hpp index 05162a80..4ca2a8e3 100644 --- a/sprout/predef/other/endian.hpp +++ b/sprout/predef/other/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform.hpp b/sprout/predef/platform.hpp index 37f927c1..dcf8f32c 100644 --- a/sprout/predef/platform.hpp +++ b/sprout/predef/platform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform/mingw.hpp b/sprout/predef/platform/mingw.hpp index c8ce4b4a..6111c950 100644 --- a/sprout/predef/platform/mingw.hpp +++ b/sprout/predef/platform/mingw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform/windows_desktop.hpp b/sprout/predef/platform/windows_desktop.hpp index dcd3995c..53d85431 100644 --- a/sprout/predef/platform/windows_desktop.hpp +++ b/sprout/predef/platform/windows_desktop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform/windows_phone.hpp b/sprout/predef/platform/windows_phone.hpp index 82613fa5..d435f933 100644 --- a/sprout/predef/platform/windows_phone.hpp +++ b/sprout/predef/platform/windows_phone.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform/windows_runtime.hpp b/sprout/predef/platform/windows_runtime.hpp index a6ec9e9c..497b2caa 100644 --- a/sprout/predef/platform/windows_runtime.hpp +++ b/sprout/predef/platform/windows_runtime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/platform/windows_store.hpp b/sprout/predef/platform/windows_store.hpp index aa2d7cd0..025e8692 100644 --- a/sprout/predef/platform/windows_store.hpp +++ b/sprout/predef/platform/windows_store.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the sprout Software License, Version 1.0. (See accompanying diff --git a/sprout/predef/version_number.hpp b/sprout/predef/version_number.hpp index 4365f8c8..c9793334 100644 --- a/sprout/predef/version_number.hpp +++ b/sprout/predef/version_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor.hpp b/sprout/preprocessor.hpp index 5c92854f..ba8649a4 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/cat.hpp b/sprout/preprocessor/cat.hpp index 00479e98..98e0a9b2 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/comma.hpp b/sprout/preprocessor/comma.hpp index 76a00759..52f28177 100644 --- a/sprout/preprocessor/comma.hpp +++ b/sprout/preprocessor/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/config.hpp b/sprout/preprocessor/config.hpp index e90137ba..b0047e29 100644 --- a/sprout/preprocessor/config.hpp +++ b/sprout/preprocessor/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/empty.hpp b/sprout/preprocessor/empty.hpp index 7e4d5c9b..0dadc30a 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/some_number.hpp b/sprout/preprocessor/some_number.hpp index 665b3bc2..7c5c9ab1 100644 --- a/sprout/preprocessor/some_number.hpp +++ b/sprout/preprocessor/some_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/str.hpp b/sprout/preprocessor/str.hpp index bad4e379..60b1c17f 100644 --- a/sprout/preprocessor/str.hpp +++ b/sprout/preprocessor/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/str_all.hpp b/sprout/preprocessor/str_all.hpp index 69a7f6ec..3f712c0f 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/stringize.hpp b/sprout/preprocessor/stringize.hpp index f45b8159..c0d49b27 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/stringize_all.hpp b/sprout/preprocessor/stringize_all.hpp index 608af0ca..e64a1956 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u16str.hpp b/sprout/preprocessor/u16str.hpp index c1b31fce..be8e99d2 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u16stringize.hpp b/sprout/preprocessor/u16stringize.hpp index 2113b9d4..f298ea4c 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u32str.hpp b/sprout/preprocessor/u32str.hpp index 5ab7275d..ab5785c2 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u32stringize.hpp b/sprout/preprocessor/u32stringize.hpp index df3542a3..111ce3f6 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/unique_string.hpp b/sprout/preprocessor/unique_string.hpp index e1f79c2a..c944a5d3 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic.hpp b/sprout/preprocessor/variadic.hpp index 188a612f..aa2b5f65 100644 --- a/sprout/preprocessor/variadic.hpp +++ b/sprout/preprocessor/variadic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic/elem.hpp b/sprout/preprocessor/variadic/elem.hpp index 8a258878..c90d4776 100644 --- a/sprout/preprocessor/variadic/elem.hpp +++ b/sprout/preprocessor/variadic/elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic/size.hpp b/sprout/preprocessor/variadic/size.hpp index af0033f6..e7b156f0 100644 --- a/sprout/preprocessor/variadic/size.hpp +++ b/sprout/preprocessor/variadic/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/wstr.hpp b/sprout/preprocessor/wstr.hpp index 5361bcae..2c35d2ff 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/wstringize.hpp b/sprout/preprocessor/wstringize.hpp index 15123b45..eac2a136 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random.hpp b/sprout/random.hpp index d34e5660..b1ddc982 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/additive_combine.hpp b/sprout/random/additive_combine.hpp index fb35b559..3f393095 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/bernoulli_distribution.hpp b/sprout/random/bernoulli_distribution.hpp index 7b1894f9..16263ab8 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/binomial_distribution.hpp b/sprout/random/binomial_distribution.hpp index 16ec289d..dbc8aa6c 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/default_random_engine.hpp b/sprout/random/default_random_engine.hpp index 86ef995b..e05f2655 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/const_mod.hpp b/sprout/random/detail/const_mod.hpp index 3922040f..75e895d0 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/generator_bits.hpp b/sprout/random/detail/generator_bits.hpp index c3aebc7a..0d3c645d 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/ptr_helper.hpp b/sprout/random/detail/ptr_helper.hpp index 0c15a7dc..ebe9eef4 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/seed_impl.hpp b/sprout/random/detail/seed_impl.hpp index 1d813cda..03c93e25 100644 --- a/sprout/random/detail/seed_impl.hpp +++ b/sprout/random/detail/seed_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -35,7 +35,7 @@ namespace sprout { struct seed_k : public sprout::integral_constant< int, - (log + ((~(IntType(2) << (log - 1)) & m)? 32 : 31)) / 32 + (log + ((~(IntType(2) << (log - 1)) & m) ? 32 : 31)) / 32 > {}; diff --git a/sprout/random/detail/signed_unsigned_tools.hpp b/sprout/random/detail/signed_unsigned_tools.hpp index 1ce0cb5a..e5540c3b 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/uniform_int_float.hpp b/sprout/random/detail/uniform_int_float.hpp index 6d8b7f39..d9012f7b 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/distribution.hpp b/sprout/random/distribution.hpp index bbeff97d..2d7ae004 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/engine.hpp b/sprout/random/engine.hpp index 78feffb6..5deefb55 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/generate_array.hpp b/sprout/random/generate_array.hpp index 9bec0e50..dee9de94 100644 --- a/sprout/random/generate_array.hpp +++ b/sprout/random/generate_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/generate_canonical.hpp b/sprout/random/generate_canonical.hpp index 2e588442..2b281b8d 100644 --- a/sprout/random/generate_canonical.hpp +++ b/sprout/random/generate_canonical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/geometric_distribution.hpp b/sprout/random/geometric_distribution.hpp index 06f023ee..2f0afadb 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/inversive_congruential.hpp b/sprout/random/inversive_congruential.hpp index 98120a27..b1f89dfa 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/iterator.hpp b/sprout/random/iterator.hpp index 20108ebb..262927b4 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/linear_congruential.hpp b/sprout/random/linear_congruential.hpp index 813540b9..cde06c99 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/linear_feedback_shift.hpp b/sprout/random/linear_feedback_shift.hpp index bc9a48dc..13320e51 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/mersenne_twister.hpp b/sprout/random/mersenne_twister.hpp index 5bca267b..91ad483c 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/normal_distribution.hpp b/sprout/random/normal_distribution.hpp index 5ed69d01..8739162b 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/poisson_distribution.hpp b/sprout/random/poisson_distribution.hpp index 0c834030..aceeb0fc 100644 --- a/sprout/random/poisson_distribution.hpp +++ b/sprout/random/poisson_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/random_result.hpp b/sprout/random/random_result.hpp index eb3ce55c..c6f9935c 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/random_result_fwd.hpp b/sprout/random/random_result_fwd.hpp index cc7a1903..2c3cb19b 100644 --- a/sprout/random/random_result_fwd.hpp +++ b/sprout/random/random_result_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/range.hpp b/sprout/random/range.hpp index 91049aff..ed960508 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/results.hpp b/sprout/random/results.hpp index c6ec92f2..233fa811 100644 --- a/sprout/random/results.hpp +++ b/sprout/random/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/seed.hpp b/sprout/random/seed.hpp index b9f2e404..2d188507 100644 --- a/sprout/random/seed.hpp +++ b/sprout/random/seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/seed_array.hpp b/sprout/random/seed_array.hpp index 7844e231..3179f835 100644 --- a/sprout/random/seed_array.hpp +++ b/sprout/random/seed_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/shuffle_order.hpp b/sprout/random/shuffle_order.hpp index aa822101..98dcc7d9 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/taus88.hpp b/sprout/random/taus88.hpp index a67f6a26..ee4626fc 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/type_traits.hpp b/sprout/random/type_traits.hpp index 80a43bcc..5fe39c09 100644 --- a/sprout/random/type_traits.hpp +++ b/sprout/random/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_01.hpp b/sprout/random/uniform_01.hpp index 55f054cd..d4ef43cf 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_int_distribution.hpp b/sprout/random/uniform_int_distribution.hpp index 90a4d949..62e96087 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_real_distribution.hpp b/sprout/random/uniform_real_distribution.hpp index e3391342..0cc54824 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_smallint.hpp b/sprout/random/uniform_smallint.hpp index 32a854dc..30aca7ea 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/unique_seed.hpp b/sprout/random/unique_seed.hpp index 472cbe66..265c9d67 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/utility.hpp b/sprout/random/utility.hpp index 290bd977..f8fcc7f4 100644 --- a/sprout/random/utility.hpp +++ b/sprout/random/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/variate_generator.hpp b/sprout/random/variate_generator.hpp index d83c0ccb..986bb172 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/xor_combine.hpp b/sprout/random/xor_combine.hpp index 7d4f2cc7..cf633393 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range.hpp b/sprout/range.hpp index 190efff9..cc417465 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor.hpp b/sprout/range/adaptor.hpp index 9059fe53..fa98033f 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_dropped.hpp b/sprout/range/adaptor/adapted_dropped.hpp index e9738248..01678630 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_dropped_end.hpp b/sprout/range/adaptor/adapted_dropped_end.hpp index 34969611..33b75977 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_offset.hpp b/sprout/range/adaptor/adapted_offset.hpp index 19ba971d..a49f5c0b 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_taken.hpp b/sprout/range/adaptor/adapted_taken.hpp index bcac6577..7b60fd37 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_taken_end.hpp b/sprout/range/adaptor/adapted_taken_end.hpp index 351f226e..58aa643d 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_window.hpp b/sprout/range/adaptor/adapted_window.hpp index 8553b345..d8de83ff 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adjacent_filtered.hpp b/sprout/range/adaptor/adjacent_filtered.hpp index 2e8b9386..a42e5528 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/alternated.hpp b/sprout/range/adaptor/alternated.hpp index 690ae663..4f6b877b 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/amplitude_spectrum.hpp b/sprout/range/adaptor/amplitude_spectrum.hpp index b2fe4b6a..53c7e2a9 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/blanked.hpp b/sprout/range/adaptor/blanked.hpp index 6b3e7992..1b4ea53d 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/clamped.hpp b/sprout/range/adaptor/clamped.hpp index bc901839..8fb25212 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/copied.hpp b/sprout/range/adaptor/copied.hpp index 8593e064..ebaae2b7 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/counting.hpp b/sprout/range/adaptor/counting.hpp index 0a9b3f7a..f32f6803 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/deep_copied.hpp b/sprout/range/adaptor/deep_copied.hpp index f82989e7..1f2b78c5 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/adapted_range_default.hpp b/sprout/range/adaptor/detail/adapted_range_default.hpp index 6b7d412c..9c991981 100644 --- a/sprout/range/adaptor/detail/adapted_range_default.hpp +++ b/sprout/range/adaptor/detail/adapted_range_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/jointed_range_default.hpp b/sprout/range/adaptor/detail/jointed_range_default.hpp index 809c2a5e..ee2062b9 100644 --- a/sprout/range/adaptor/detail/jointed_range_default.hpp +++ b/sprout/range/adaptor/detail/jointed_range_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/sized_range_default.hpp b/sprout/range/adaptor/detail/sized_range_default.hpp index 3ee5c550..770bdadf 100644 --- a/sprout/range/adaptor/detail/sized_range_default.hpp +++ b/sprout/range/adaptor/detail/sized_range_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dft.hpp b/sprout/range/adaptor/dft.hpp index c4a20fca..7261e69b 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dropped.hpp b/sprout/range/adaptor/dropped.hpp index aa7ba574..4f89bc68 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dropped_end.hpp b/sprout/range/adaptor/dropped_end.hpp index 2cfbf70b..5a286b7b 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/filled.hpp b/sprout/range/adaptor/filled.hpp index 19ff3839..1ed189c7 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/filtered.hpp b/sprout/range/adaptor/filtered.hpp index f2d5fab2..3636015c 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/idft.hpp b/sprout/range/adaptor/idft.hpp index 920d69a6..3c295479 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/indexed.hpp b/sprout/range/adaptor/indexed.hpp index 5e93e0e2..cd32b6dc 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/jointed.hpp b/sprout/range/adaptor/jointed.hpp index d9b5cd5c..de41a0e6 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/merged.hpp b/sprout/range/adaptor/merged.hpp index 49923bba..e8cc233c 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/modifying.hpp b/sprout/range/adaptor/modifying.hpp index c8f6652b..112987e4 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/moved.hpp b/sprout/range/adaptor/moved.hpp index 41372c90..c1c8b472 100644 --- a/sprout/range/adaptor/moved.hpp +++ b/sprout/range/adaptor/moved.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/offset.hpp b/sprout/range/adaptor/offset.hpp index 1288f8ba..1ec12126 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/outdirected.hpp b/sprout/range/adaptor/outdirected.hpp index 4ed1d0de..ec7f8500 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/phase_spectrum.hpp b/sprout/range/adaptor/phase_spectrum.hpp index 82f2ef3e..d64e417b 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/piped.hpp b/sprout/range/adaptor/piped.hpp index d3b85936..d2f7cb44 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/reduction.hpp b/sprout/range/adaptor/reduction.hpp index 8d15f1b9..17f679db 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/removed.hpp b/sprout/range/adaptor/removed.hpp index 37972311..32b8cbde 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/removed_if.hpp b/sprout/range/adaptor/removed_if.hpp index 74119ede..3beeff5b 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/replaced.hpp b/sprout/range/adaptor/replaced.hpp index 4f562084..2af3aad8 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/replaced_if.hpp b/sprout/range/adaptor/replaced_if.hpp index 9df9ead6..3ca8c70a 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/reversed.hpp b/sprout/range/adaptor/reversed.hpp index f12532b3..d813afee 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sawtooth_wave.hpp b/sprout/range/adaptor/sawtooth_wave.hpp index 3f3dcf12..a914311b 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_difference.hpp b/sprout/range/adaptor/set_difference.hpp index 48da0204..7139038e 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_intersection.hpp b/sprout/range/adaptor/set_intersection.hpp index cb8768ca..84135609 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_symmetric_difference.hpp b/sprout/range/adaptor/set_symmetric_difference.hpp index f27dcfce..f8499cc6 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_union.hpp b/sprout/range/adaptor/set_union.hpp index 80d42272..13463347 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sinusoidal.hpp b/sprout/range/adaptor/sinusoidal.hpp index ab0ea4d5..ecb38d47 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/size_enumed.hpp b/sprout/range/adaptor/size_enumed.hpp index 0adf85e2..50271325 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sized.hpp b/sprout/range/adaptor/sized.hpp index af7ddbd0..04b903ec 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/square_wave.hpp b/sprout/range/adaptor/square_wave.hpp index ce84dc7b..82f1f76b 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/steps.hpp b/sprout/range/adaptor/steps.hpp index 31384dbf..9e4e90d6 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/string.hpp b/sprout/range/adaptor/string.hpp index 0d6e8c0e..3a3c16fd 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/taken.hpp b/sprout/range/adaptor/taken.hpp index 638804f5..5d2d1b7b 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/taken_end.hpp b/sprout/range/adaptor/taken_end.hpp index 3c5c3843..99cecd45 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/to_lower.hpp b/sprout/range/adaptor/to_lower.hpp index b55303e3..f4ac9c7d 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/to_upper.hpp b/sprout/range/adaptor/to_upper.hpp index 9c5e7054..1fc6a5c2 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/transformed.hpp b/sprout/range/adaptor/transformed.hpp index 9997eed0..4e5eecfa 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/triangle_wave.hpp b/sprout/range/adaptor/triangle_wave.hpp index 03ec7e09..73f9f62a 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/uniqued.hpp b/sprout/range/adaptor/uniqued.hpp index 04a235a6..715269ff 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/valued.hpp b/sprout/range/adaptor/valued.hpp index 5d61e1d9..a8b4740e 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/various.hpp b/sprout/range/adaptor/various.hpp index 1e1d1da5..0c0ff8d9 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/wave.hpp b/sprout/range/adaptor/wave.hpp index 3f9193a8..94d91991 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/window.hpp b/sprout/range/adaptor/window.hpp index 7995205f..cf833e74 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm.hpp b/sprout/range/algorithm.hpp index 2cbbbe26..294abd6c 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/adjacent_find.hpp b/sprout/range/algorithm/adjacent_find.hpp index 8e29062f..b051ac88 100644 --- a/sprout/range/algorithm/adjacent_find.hpp +++ b/sprout/range/algorithm/adjacent_find.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/all_of.hpp b/sprout/range/algorithm/all_of.hpp index 0a999cb3..ccc40957 100644 --- a/sprout/range/algorithm/all_of.hpp +++ b/sprout/range/algorithm/all_of.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/all_of_equal.hpp b/sprout/range/algorithm/all_of_equal.hpp index d41c85ee..0fe62e79 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/any_of.hpp b/sprout/range/algorithm/any_of.hpp index 22ec6a92..baa89501 100644 --- a/sprout/range/algorithm/any_of.hpp +++ b/sprout/range/algorithm/any_of.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/any_of_equal.hpp b/sprout/range/algorithm/any_of_equal.hpp index 68e931cf..1b58f9d9 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/binary_search.hpp b/sprout/range/algorithm/binary_search.hpp index 680e1add..f7fa2137 100644 --- a/sprout/range/algorithm/binary_search.hpp +++ b/sprout/range/algorithm/binary_search.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/bogo_sort.hpp b/sprout/range/algorithm/bogo_sort.hpp index 76615d3d..1587339f 100644 --- a/sprout/range/algorithm/bogo_sort.hpp +++ b/sprout/range/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/bozo_sort.hpp b/sprout/range/algorithm/bozo_sort.hpp index 2cfca1a1..a1436e2e 100644 --- a/sprout/range/algorithm/bozo_sort.hpp +++ b/sprout/range/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/clamp_range.hpp b/sprout/range/algorithm/clamp_range.hpp index 27ee787b..75bd6b52 100644 --- a/sprout/range/algorithm/clamp_range.hpp +++ b/sprout/range/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/clamp_range_copy.hpp b/sprout/range/algorithm/clamp_range_copy.hpp index a5a2866c..71adcac7 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy.hpp b/sprout/range/algorithm/copy.hpp index 7356ce6a..2cb0fc8d 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_backward.hpp b/sprout/range/algorithm/copy_backward.hpp index 7ee67de9..f2ea735f 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_if.hpp b/sprout/range/algorithm/copy_if.hpp index 08bc7606..577eb3a2 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_until.hpp b/sprout/range/algorithm/copy_until.hpp index 50fd899e..1f468948 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_while.hpp b/sprout/range/algorithm/copy_while.hpp index 66c750a5..b7095b36 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/count.hpp b/sprout/range/algorithm/count.hpp index 3ba9ffa7..1d80bb06 100644 --- a/sprout/range/algorithm/count.hpp +++ b/sprout/range/algorithm/count.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/count_if.hpp b/sprout/range/algorithm/count_if.hpp index 599fe213..a74c2fc7 100644 --- a/sprout/range/algorithm/count_if.hpp +++ b/sprout/range/algorithm/count_if.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14.hpp b/sprout/range/algorithm/cxx14.hpp index 10a26ca9..610292fa 100644 --- a/sprout/range/algorithm/cxx14.hpp +++ b/sprout/range/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/bogo_sort.hpp b/sprout/range/algorithm/cxx14/bogo_sort.hpp index b799ab30..a7d06550 100644 --- a/sprout/range/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/bozo_sort.hpp b/sprout/range/algorithm/cxx14/bozo_sort.hpp index 931cbeeb..be53bed8 100644 --- a/sprout/range/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/clamp_range.hpp b/sprout/range/algorithm/cxx14/clamp_range.hpp index c45a5260..9f981964 100644 --- a/sprout/range/algorithm/cxx14/clamp_range.hpp +++ b/sprout/range/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy.hpp b/sprout/range/algorithm/cxx14/copy.hpp index 0f4b482d..ea3dfc2e 100644 --- a/sprout/range/algorithm/cxx14/copy.hpp +++ b/sprout/range/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_backward.hpp b/sprout/range/algorithm/cxx14/copy_backward.hpp index 8ab82f93..d9b3d8d2 100644 --- a/sprout/range/algorithm/cxx14/copy_backward.hpp +++ b/sprout/range/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_if.hpp b/sprout/range/algorithm/cxx14/copy_if.hpp index 06b3ff65..b1f57c93 100644 --- a/sprout/range/algorithm/cxx14/copy_if.hpp +++ b/sprout/range/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_until.hpp b/sprout/range/algorithm/cxx14/copy_until.hpp index 792d333f..605eeee7 100644 --- a/sprout/range/algorithm/cxx14/copy_until.hpp +++ b/sprout/range/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_while.hpp b/sprout/range/algorithm/cxx14/copy_while.hpp index 01301162..f2f6954b 100644 --- a/sprout/range/algorithm/cxx14/copy_while.hpp +++ b/sprout/range/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/fill.hpp b/sprout/range/algorithm/cxx14/fill.hpp index af8cec59..7d319e35 100644 --- a/sprout/range/algorithm/cxx14/fill.hpp +++ b/sprout/range/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/for_each.hpp b/sprout/range/algorithm/cxx14/for_each.hpp index 551649c8..16b36c6f 100644 --- a/sprout/range/algorithm/cxx14/for_each.hpp +++ b/sprout/range/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/gather.hpp b/sprout/range/algorithm/cxx14/gather.hpp index ce35cf76..c9fd8587 100644 --- a/sprout/range/algorithm/cxx14/gather.hpp +++ b/sprout/range/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/generate.hpp b/sprout/range/algorithm/cxx14/generate.hpp index 58f554fa..d75fec3b 100644 --- a/sprout/range/algorithm/cxx14/generate.hpp +++ b/sprout/range/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/inplace_merge.hpp b/sprout/range/algorithm/cxx14/inplace_merge.hpp index 8e0ecfba..9b5a5847 100644 --- a/sprout/range/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/range/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/make_heap.hpp b/sprout/range/algorithm/cxx14/make_heap.hpp index 3caea5d8..ba002d21 100644 --- a/sprout/range/algorithm/cxx14/make_heap.hpp +++ b/sprout/range/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/merge.hpp b/sprout/range/algorithm/cxx14/merge.hpp index d3acdb00..117d5c6a 100644 --- a/sprout/range/algorithm/cxx14/merge.hpp +++ b/sprout/range/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/move.hpp b/sprout/range/algorithm/cxx14/move.hpp index 9447e5d7..e2bb5dca 100644 --- a/sprout/range/algorithm/cxx14/move.hpp +++ b/sprout/range/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/move_backward.hpp b/sprout/range/algorithm/cxx14/move_backward.hpp index 02bfde96..4d04a584 100644 --- a/sprout/range/algorithm/cxx14/move_backward.hpp +++ b/sprout/range/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/next_permutation.hpp b/sprout/range/algorithm/cxx14/next_permutation.hpp index e8230b06..4ab5bca0 100644 --- a/sprout/range/algorithm/cxx14/next_permutation.hpp +++ b/sprout/range/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/nth_element.hpp b/sprout/range/algorithm/cxx14/nth_element.hpp index 72d198d6..153bf72f 100644 --- a/sprout/range/algorithm/cxx14/nth_element.hpp +++ b/sprout/range/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partial_sort.hpp b/sprout/range/algorithm/cxx14/partial_sort.hpp index 40053136..89def616 100644 --- a/sprout/range/algorithm/cxx14/partial_sort.hpp +++ b/sprout/range/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partial_sort_copy.hpp b/sprout/range/algorithm/cxx14/partial_sort_copy.hpp index 2e73a43a..7c0e91fa 100644 --- a/sprout/range/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/range/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partition.hpp b/sprout/range/algorithm/cxx14/partition.hpp index b7802e8e..67152c30 100644 --- a/sprout/range/algorithm/cxx14/partition.hpp +++ b/sprout/range/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partition_copy.hpp b/sprout/range/algorithm/cxx14/partition_copy.hpp index c1d1b166..716ac5f5 100644 --- a/sprout/range/algorithm/cxx14/partition_copy.hpp +++ b/sprout/range/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/pop_heap.hpp b/sprout/range/algorithm/cxx14/pop_heap.hpp index 02f1781d..55db01a3 100644 --- a/sprout/range/algorithm/cxx14/pop_heap.hpp +++ b/sprout/range/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/prev_permutation.hpp b/sprout/range/algorithm/cxx14/prev_permutation.hpp index f28e7b84..dfd16bbd 100644 --- a/sprout/range/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/range/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/push_heap.hpp b/sprout/range/algorithm/cxx14/push_heap.hpp index a4a74b18..43a08da2 100644 --- a/sprout/range/algorithm/cxx14/push_heap.hpp +++ b/sprout/range/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/random_shuffle.hpp b/sprout/range/algorithm/cxx14/random_shuffle.hpp index 46b240a5..928e841b 100644 --- a/sprout/range/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/range/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/random_swap.hpp b/sprout/range/algorithm/cxx14/random_swap.hpp index c4de495d..f0ba089a 100644 --- a/sprout/range/algorithm/cxx14/random_swap.hpp +++ b/sprout/range/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove.hpp b/sprout/range/algorithm/cxx14/remove.hpp index a102f2df..b666479f 100644 --- a/sprout/range/algorithm/cxx14/remove.hpp +++ b/sprout/range/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_copy.hpp b/sprout/range/algorithm/cxx14/remove_copy.hpp index 82b59013..e1178beb 100644 --- a/sprout/range/algorithm/cxx14/remove_copy.hpp +++ b/sprout/range/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_copy_if.hpp b/sprout/range/algorithm/cxx14/remove_copy_if.hpp index 72d562d5..907c0516 100644 --- a/sprout/range/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/range/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_if.hpp b/sprout/range/algorithm/cxx14/remove_if.hpp index e00322df..ded12d68 100644 --- a/sprout/range/algorithm/cxx14/remove_if.hpp +++ b/sprout/range/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace.hpp b/sprout/range/algorithm/cxx14/replace.hpp index 62a00839..62007edf 100644 --- a/sprout/range/algorithm/cxx14/replace.hpp +++ b/sprout/range/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_copy.hpp b/sprout/range/algorithm/cxx14/replace_copy.hpp index 02c12600..302f118b 100644 --- a/sprout/range/algorithm/cxx14/replace_copy.hpp +++ b/sprout/range/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_copy_if.hpp b/sprout/range/algorithm/cxx14/replace_copy_if.hpp index dda734d6..32dfd8fd 100644 --- a/sprout/range/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/range/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_if.hpp b/sprout/range/algorithm/cxx14/replace_if.hpp index 1b41be6e..1700150b 100644 --- a/sprout/range/algorithm/cxx14/replace_if.hpp +++ b/sprout/range/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/reverse.hpp b/sprout/range/algorithm/cxx14/reverse.hpp index 131a388c..a28fe2f3 100644 --- a/sprout/range/algorithm/cxx14/reverse.hpp +++ b/sprout/range/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/reverse_copy.hpp b/sprout/range/algorithm/cxx14/reverse_copy.hpp index da1a1cc2..6d8d91dd 100644 --- a/sprout/range/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/range/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/rotate.hpp b/sprout/range/algorithm/cxx14/rotate.hpp index 94a75bea..6347968d 100644 --- a/sprout/range/algorithm/cxx14/rotate.hpp +++ b/sprout/range/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/rotate_copy.hpp b/sprout/range/algorithm/cxx14/rotate_copy.hpp index 915b013f..af179c37 100644 --- a/sprout/range/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/range/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sample.hpp b/sprout/range/algorithm/cxx14/sample.hpp index c2051174..247ca8c6 100644 --- a/sprout/range/algorithm/cxx14/sample.hpp +++ b/sprout/range/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_difference.hpp b/sprout/range/algorithm/cxx14/set_difference.hpp index dac4733f..40e7f983 100644 --- a/sprout/range/algorithm/cxx14/set_difference.hpp +++ b/sprout/range/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_intersection.hpp b/sprout/range/algorithm/cxx14/set_intersection.hpp index 4964af7c..addc40ee 100644 --- a/sprout/range/algorithm/cxx14/set_intersection.hpp +++ b/sprout/range/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp b/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp index a877c1a9..539a844f 100644 --- a/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_union.hpp b/sprout/range/algorithm/cxx14/set_union.hpp index e9fe902d..eea6737b 100644 --- a/sprout/range/algorithm/cxx14/set_union.hpp +++ b/sprout/range/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/shuffle.hpp b/sprout/range/algorithm/cxx14/shuffle.hpp index d7cc501c..fbbba490 100644 --- a/sprout/range/algorithm/cxx14/shuffle.hpp +++ b/sprout/range/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sort.hpp b/sprout/range/algorithm/cxx14/sort.hpp index 9acca280..420d9011 100644 --- a/sprout/range/algorithm/cxx14/sort.hpp +++ b/sprout/range/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sort_heap.hpp b/sprout/range/algorithm/cxx14/sort_heap.hpp index f74db23c..2b34751d 100644 --- a/sprout/range/algorithm/cxx14/sort_heap.hpp +++ b/sprout/range/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/stable_partition.hpp b/sprout/range/algorithm/cxx14/stable_partition.hpp index 41f67ca9..cad869b4 100644 --- a/sprout/range/algorithm/cxx14/stable_partition.hpp +++ b/sprout/range/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/stable_sort.hpp b/sprout/range/algorithm/cxx14/stable_sort.hpp index 993a5c95..3a09d427 100644 --- a/sprout/range/algorithm/cxx14/stable_sort.hpp +++ b/sprout/range/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/swap_ranges.hpp b/sprout/range/algorithm/cxx14/swap_ranges.hpp index 955b9c97..bd609bd8 100644 --- a/sprout/range/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/range/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/transform.hpp b/sprout/range/algorithm/cxx14/transform.hpp index f3ae26bf..dcdfd07b 100644 --- a/sprout/range/algorithm/cxx14/transform.hpp +++ b/sprout/range/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/unique.hpp b/sprout/range/algorithm/cxx14/unique.hpp index 47ae7826..dd781a0d 100644 --- a/sprout/range/algorithm/cxx14/unique.hpp +++ b/sprout/range/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/unique_copy.hpp b/sprout/range/algorithm/cxx14/unique_copy.hpp index 5870ebf9..3f4903de 100644 --- a/sprout/range/algorithm/cxx14/unique_copy.hpp +++ b/sprout/range/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/equal.hpp b/sprout/range/algorithm/equal.hpp index a6e94395..9eafe2fa 100644 --- a/sprout/range/algorithm/equal.hpp +++ b/sprout/range/algorithm/equal.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/equal_range.hpp b/sprout/range/algorithm/equal_range.hpp index 983bb889..c429b313 100644 --- a/sprout/range/algorithm/equal_range.hpp +++ b/sprout/range/algorithm/equal_range.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fill.hpp b/sprout/range/algorithm/fill.hpp index b5d7936e..71d241e1 100644 --- a/sprout/range/algorithm/fill.hpp +++ b/sprout/range/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find.hpp b/sprout/range/algorithm/find.hpp index 0924c954..700a2ab7 100644 --- a/sprout/range/algorithm/find.hpp +++ b/sprout/range/algorithm/find.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_difference.hpp b/sprout/range/algorithm/find_difference.hpp index f9c719c9..b0062420 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_end.hpp b/sprout/range/algorithm/find_end.hpp index e78b2aa6..71ca3e4e 100644 --- a/sprout/range/algorithm/find_end.hpp +++ b/sprout/range/algorithm/find_end.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_first_of.hpp b/sprout/range/algorithm/find_first_of.hpp index 338eca0d..a08f3e05 100644 --- a/sprout/range/algorithm/find_first_of.hpp +++ b/sprout/range/algorithm/find_first_of.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_if.hpp b/sprout/range/algorithm/find_if.hpp index a30327e3..43adeead 100644 --- a/sprout/range/algorithm/find_if.hpp +++ b/sprout/range/algorithm/find_if.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_if_not.hpp b/sprout/range/algorithm/find_if_not.hpp index 4b8459c5..51ebb418 100644 --- a/sprout/range/algorithm/find_if_not.hpp +++ b/sprout/range/algorithm/find_if_not.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_intersection.hpp b/sprout/range/algorithm/find_intersection.hpp index 658a9086..2c8d46eb 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_symmetric_difference.hpp b/sprout/range/algorithm/find_symmetric_difference.hpp index 5df950a1..af4325e2 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit.hpp b/sprout/range/algorithm/fit.hpp index d24ea38e..c9942f0f 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/clamp_range_copy.hpp b/sprout/range/algorithm/fit/clamp_range_copy.hpp index 2c03c543..9ad3aac5 100644 --- a/sprout/range/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/range/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy.hpp b/sprout/range/algorithm/fit/copy.hpp index 5df6dd78..5c1ca0f9 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_backward.hpp b/sprout/range/algorithm/fit/copy_backward.hpp index b5daf856..2f809fec 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_if.hpp b/sprout/range/algorithm/fit/copy_if.hpp index 7172f062..e79e7315 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_until.hpp b/sprout/range/algorithm/fit/copy_until.hpp index d441206d..ed8a059b 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_while.hpp b/sprout/range/algorithm/fit/copy_while.hpp index 923bec67..07c2d791 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/merge.hpp b/sprout/range/algorithm/fit/merge.hpp index bb1a7356..96d9e880 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/partition_copy.hpp b/sprout/range/algorithm/fit/partition_copy.hpp index 75736df9..071036fc 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/remove_copy.hpp b/sprout/range/algorithm/fit/remove_copy.hpp index 87f58441..e032c7a3 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/remove_copy_if.hpp b/sprout/range/algorithm/fit/remove_copy_if.hpp index 94d9fff6..92436591 100644 --- a/sprout/range/algorithm/fit/remove_copy_if.hpp +++ b/sprout/range/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/replace_copy.hpp b/sprout/range/algorithm/fit/replace_copy.hpp index 30d0c917..0221b167 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/replace_copy_if.hpp b/sprout/range/algorithm/fit/replace_copy_if.hpp index 45b83285..75c6f611 100644 --- a/sprout/range/algorithm/fit/replace_copy_if.hpp +++ b/sprout/range/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/reverse_copy.hpp b/sprout/range/algorithm/fit/reverse_copy.hpp index 7fc55678..7344c4d4 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/rotate_copy.hpp b/sprout/range/algorithm/fit/rotate_copy.hpp index 26d7f931..5acf1b0c 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_difference.hpp b/sprout/range/algorithm/fit/set_difference.hpp index 43f4a780..a1e126e2 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_intersection.hpp b/sprout/range/algorithm/fit/set_intersection.hpp index 4b46b2d3..82f4766d 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_symmetric_difference.hpp b/sprout/range/algorithm/fit/set_symmetric_difference.hpp index c1d7e0d7..18073afb 100644 --- a/sprout/range/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_union.hpp b/sprout/range/algorithm/fit/set_union.hpp index bc907e1c..14b15765 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/stable_partition_copy.hpp b/sprout/range/algorithm/fit/stable_partition_copy.hpp index ff2df552..5496ea86 100644 --- a/sprout/range/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/range/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/swap_element_copy.hpp b/sprout/range/algorithm/fit/swap_element_copy.hpp index bffbf750..b915c53a 100644 --- a/sprout/range/algorithm/fit/swap_element_copy.hpp +++ b/sprout/range/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/transform.hpp b/sprout/range/algorithm/fit/transform.hpp index dc8a9289..1cd1568b 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/unique_copy.hpp b/sprout/range/algorithm/fit/unique_copy.hpp index 4aaaa893..987f4d95 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed.hpp b/sprout/range/algorithm/fixed.hpp index 88b72d47..892f0d38 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/clamp_range_copy.hpp b/sprout/range/algorithm/fixed/clamp_range_copy.hpp index 30e35a38..54f9269a 100644 --- a/sprout/range/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/range/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy.hpp b/sprout/range/algorithm/fixed/copy.hpp index 949b352c..fd93db2e 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_backward.hpp b/sprout/range/algorithm/fixed/copy_backward.hpp index 61d2d140..376850f2 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_if.hpp b/sprout/range/algorithm/fixed/copy_if.hpp index e87802e4..43bc793b 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_until.hpp b/sprout/range/algorithm/fixed/copy_until.hpp index 45137624..30dc99a9 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_while.hpp b/sprout/range/algorithm/fixed/copy_while.hpp index ce41a54d..7d33fb8a 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/merge.hpp b/sprout/range/algorithm/fixed/merge.hpp index 536e30d9..34a3e496 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/partition_copy.hpp b/sprout/range/algorithm/fixed/partition_copy.hpp index 5f0b69bc..41db923d 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/remove_copy.hpp b/sprout/range/algorithm/fixed/remove_copy.hpp index 840e1463..77a24798 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/remove_copy_if.hpp b/sprout/range/algorithm/fixed/remove_copy_if.hpp index f878936a..76db708f 100644 --- a/sprout/range/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/range/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/replace_copy.hpp b/sprout/range/algorithm/fixed/replace_copy.hpp index d3ecf5d9..ce776e94 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/replace_copy_if.hpp b/sprout/range/algorithm/fixed/replace_copy_if.hpp index 9ced4995..9125d154 100644 --- a/sprout/range/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/range/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/reverse_copy.hpp b/sprout/range/algorithm/fixed/reverse_copy.hpp index 2f5c19f6..d7fcb062 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/rotate_copy.hpp b/sprout/range/algorithm/fixed/rotate_copy.hpp index 84681c01..2f9eeb04 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_difference.hpp b/sprout/range/algorithm/fixed/set_difference.hpp index c4b859c8..75b5e7e7 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_intersection.hpp b/sprout/range/algorithm/fixed/set_intersection.hpp index 353e61e0..1220fa29 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_symmetric_difference.hpp b/sprout/range/algorithm/fixed/set_symmetric_difference.hpp index a1144882..0bffacb8 100644 --- a/sprout/range/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_union.hpp b/sprout/range/algorithm/fixed/set_union.hpp index fd36df7c..ac9a8207 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/stable_partition_copy.hpp b/sprout/range/algorithm/fixed/stable_partition_copy.hpp index b6b41085..0f9abac7 100644 --- a/sprout/range/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/range/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/swap_element_copy.hpp b/sprout/range/algorithm/fixed/swap_element_copy.hpp index 8d360d61..6ee250c0 100644 --- a/sprout/range/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/range/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/transform.hpp b/sprout/range/algorithm/fixed/transform.hpp index 91cf17a0..05e81abe 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/unique_copy.hpp b/sprout/range/algorithm/fixed/unique_copy.hpp index 315add09..4050594f 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/generate.hpp b/sprout/range/algorithm/generate.hpp index 76b85db1..3a75ebb4 100644 --- a/sprout/range/algorithm/generate.hpp +++ b/sprout/range/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/includes.hpp b/sprout/range/algorithm/includes.hpp index 5334acb8..29d95439 100644 --- a/sprout/range/algorithm/includes.hpp +++ b/sprout/range/algorithm/includes.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/inplace_merge.hpp b/sprout/range/algorithm/inplace_merge.hpp index e6367e3b..f3351d59 100644 --- a/sprout/range/algorithm/inplace_merge.hpp +++ b/sprout/range/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_decreasing.hpp b/sprout/range/algorithm/is_decreasing.hpp index 23015a56..b99b059d 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_heap.hpp b/sprout/range/algorithm/is_heap.hpp index 40ff175e..4d88e43d 100644 --- a/sprout/range/algorithm/is_heap.hpp +++ b/sprout/range/algorithm/is_heap.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_heap_until.hpp b/sprout/range/algorithm/is_heap_until.hpp index eb44127d..1dfb60a7 100644 --- a/sprout/range/algorithm/is_heap_until.hpp +++ b/sprout/range/algorithm/is_heap_until.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_increasing.hpp b/sprout/range/algorithm/is_increasing.hpp index 1166c74b..9adae581 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_partitioned.hpp b/sprout/range/algorithm/is_partitioned.hpp index 4a848915..110e7ffe 100644 --- a/sprout/range/algorithm/is_partitioned.hpp +++ b/sprout/range/algorithm/is_partitioned.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_permutation.hpp b/sprout/range/algorithm/is_permutation.hpp index f6a0db0f..c0a7b788 100644 --- a/sprout/range/algorithm/is_permutation.hpp +++ b/sprout/range/algorithm/is_permutation.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_sorted.hpp b/sprout/range/algorithm/is_sorted.hpp index 939ef0b8..32bc11e3 100644 --- a/sprout/range/algorithm/is_sorted.hpp +++ b/sprout/range/algorithm/is_sorted.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_sorted_until.hpp b/sprout/range/algorithm/is_sorted_until.hpp index c1d48e94..93bc68f0 100644 --- a/sprout/range/algorithm/is_sorted_until.hpp +++ b/sprout/range/algorithm/is_sorted_until.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_strictly_decreasing.hpp b/sprout/range/algorithm/is_strictly_decreasing.hpp index 626b3eca..61845f7d 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_strictly_increasing.hpp b/sprout/range/algorithm/is_strictly_increasing.hpp index 36ad853d..0cf5b7d0 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/lexicographical_compare.hpp b/sprout/range/algorithm/lexicographical_compare.hpp index 61ab9b12..63435ccc 100644 --- a/sprout/range/algorithm/lexicographical_compare.hpp +++ b/sprout/range/algorithm/lexicographical_compare.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/lower_bound.hpp b/sprout/range/algorithm/lower_bound.hpp index 1c111357..b8c4668b 100644 --- a/sprout/range/algorithm/lower_bound.hpp +++ b/sprout/range/algorithm/lower_bound.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/make_heap.hpp b/sprout/range/algorithm/make_heap.hpp index afb64727..a2005154 100644 --- a/sprout/range/algorithm/make_heap.hpp +++ b/sprout/range/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/max_element.hpp b/sprout/range/algorithm/max_element.hpp index 1d1d266d..7d55f46c 100644 --- a/sprout/range/algorithm/max_element.hpp +++ b/sprout/range/algorithm/max_element.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/merge.hpp b/sprout/range/algorithm/merge.hpp index 1f858e71..70ede5c8 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/min_element.hpp b/sprout/range/algorithm/min_element.hpp index a8bde572..9eb4d183 100644 --- a/sprout/range/algorithm/min_element.hpp +++ b/sprout/range/algorithm/min_element.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/minmax_element.hpp b/sprout/range/algorithm/minmax_element.hpp index f06c6595..b62e6869 100644 --- a/sprout/range/algorithm/minmax_element.hpp +++ b/sprout/range/algorithm/minmax_element.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/mismatch.hpp b/sprout/range/algorithm/mismatch.hpp index f5e297e8..5f95b4ec 100644 --- a/sprout/range/algorithm/mismatch.hpp +++ b/sprout/range/algorithm/mismatch.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/modifying.hpp b/sprout/range/algorithm/modifying.hpp index aab82804..3697ab59 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/move.hpp b/sprout/range/algorithm/move.hpp index a7b69581..3d9faadb 100644 --- a/sprout/range/algorithm/move.hpp +++ b/sprout/range/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/move_backward.hpp b/sprout/range/algorithm/move_backward.hpp index b6628ea4..ed47083b 100644 --- a/sprout/range/algorithm/move_backward.hpp +++ b/sprout/range/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_difference.hpp b/sprout/range/algorithm/next_difference.hpp index 6dc295b2..2b19856a 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_intersection.hpp b/sprout/range/algorithm/next_intersection.hpp index 9f529781..be2a62bf 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_permutation.hpp b/sprout/range/algorithm/next_permutation.hpp index 952f9553..6a8bfd74 100644 --- a/sprout/range/algorithm/next_permutation.hpp +++ b/sprout/range/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_symmetric_difference.hpp b/sprout/range/algorithm/next_symmetric_difference.hpp index 45ab311e..a27ea8f5 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_union.hpp b/sprout/range/algorithm/next_union.hpp index f9995ea3..6bf595d3 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/non_modifying.hpp b/sprout/range/algorithm/non_modifying.hpp index e1fbace4..f83b037d 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/none_of.hpp b/sprout/range/algorithm/none_of.hpp index e73869d6..03820e67 100644 --- a/sprout/range/algorithm/none_of.hpp +++ b/sprout/range/algorithm/none_of.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/none_of_equal.hpp b/sprout/range/algorithm/none_of_equal.hpp index 40a65fc5..9f8be09c 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/nth_element.hpp b/sprout/range/algorithm/nth_element.hpp index cb97ba5f..23a2652e 100644 --- a/sprout/range/algorithm/nth_element.hpp +++ b/sprout/range/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/one_of.hpp b/sprout/range/algorithm/one_of.hpp index 9b871742..9f7aa840 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/one_of_equal.hpp b/sprout/range/algorithm/one_of_equal.hpp index ee63bac7..87dcad14 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partial_sort.hpp b/sprout/range/algorithm/partial_sort.hpp index 777475b8..37ab3bc9 100644 --- a/sprout/range/algorithm/partial_sort.hpp +++ b/sprout/range/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partial_sort_copy.hpp b/sprout/range/algorithm/partial_sort_copy.hpp index 06336925..27110f61 100644 --- a/sprout/range/algorithm/partial_sort_copy.hpp +++ b/sprout/range/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition.hpp b/sprout/range/algorithm/partition.hpp index a3d230d2..d771d046 100644 --- a/sprout/range/algorithm/partition.hpp +++ b/sprout/range/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition_copy.hpp b/sprout/range/algorithm/partition_copy.hpp index 07571948..6885cc1a 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition_point.hpp b/sprout/range/algorithm/partition_point.hpp index 48d6cf32..d33a9115 100644 --- a/sprout/range/algorithm/partition_point.hpp +++ b/sprout/range/algorithm/partition_point.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/pop_heap.hpp b/sprout/range/algorithm/pop_heap.hpp index 1ab2ec71..fcca80b3 100644 --- a/sprout/range/algorithm/pop_heap.hpp +++ b/sprout/range/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/prev_permutation.hpp b/sprout/range/algorithm/prev_permutation.hpp index 52dcb439..afc0d9e4 100644 --- a/sprout/range/algorithm/prev_permutation.hpp +++ b/sprout/range/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/push_heap.hpp b/sprout/range/algorithm/push_heap.hpp index 20c15be0..0145cdd3 100644 --- a/sprout/range/algorithm/push_heap.hpp +++ b/sprout/range/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/random_shuffle.hpp b/sprout/range/algorithm/random_shuffle.hpp index 436bedd1..b4a2db48 100644 --- a/sprout/range/algorithm/random_shuffle.hpp +++ b/sprout/range/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/random_swap.hpp b/sprout/range/algorithm/random_swap.hpp index bc08db5e..77557ac3 100644 --- a/sprout/range/algorithm/random_swap.hpp +++ b/sprout/range/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove.hpp b/sprout/range/algorithm/remove.hpp index c641727b..9f8eba86 100644 --- a/sprout/range/algorithm/remove.hpp +++ b/sprout/range/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_copy.hpp b/sprout/range/algorithm/remove_copy.hpp index b785394e..5199f549 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_copy_if.hpp b/sprout/range/algorithm/remove_copy_if.hpp index 9dc0248a..865ce864 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_if.hpp b/sprout/range/algorithm/remove_if.hpp index 8560a074..f0467ee2 100644 --- a/sprout/range/algorithm/remove_if.hpp +++ b/sprout/range/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace.hpp b/sprout/range/algorithm/replace.hpp index 8890ad74..aee26862 100644 --- a/sprout/range/algorithm/replace.hpp +++ b/sprout/range/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_copy.hpp b/sprout/range/algorithm/replace_copy.hpp index 9f3fcdc6..b4fa15a8 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_copy_if.hpp b/sprout/range/algorithm/replace_copy_if.hpp index e834e7b5..ba6eb9cb 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_if.hpp b/sprout/range/algorithm/replace_if.hpp index 0aad9691..d0c86f47 100644 --- a/sprout/range/algorithm/replace_if.hpp +++ b/sprout/range/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/reverse.hpp b/sprout/range/algorithm/reverse.hpp index c186aa97..c263cad7 100644 --- a/sprout/range/algorithm/reverse.hpp +++ b/sprout/range/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/reverse_copy.hpp b/sprout/range/algorithm/reverse_copy.hpp index 9b1adbe6..5cf41059 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/rotate.hpp b/sprout/range/algorithm/rotate.hpp index 2db186d5..9e63a5cf 100644 --- a/sprout/range/algorithm/rotate.hpp +++ b/sprout/range/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/rotate_copy.hpp b/sprout/range/algorithm/rotate_copy.hpp index f4e6a251..b573375b 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sample.hpp b/sprout/range/algorithm/sample.hpp index 296325ea..60c4a7b7 100644 --- a/sprout/range/algorithm/sample.hpp +++ b/sprout/range/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/search.hpp b/sprout/range/algorithm/search.hpp index 48c2e688..80831093 100644 --- a/sprout/range/algorithm/search.hpp +++ b/sprout/range/algorithm/search.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/search_n.hpp b/sprout/range/algorithm/search_n.hpp index e3126395..8c3b4d3c 100644 --- a/sprout/range/algorithm/search_n.hpp +++ b/sprout/range/algorithm/search_n.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_difference.hpp b/sprout/range/algorithm/set_difference.hpp index 61e87260..e1977589 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_intersection.hpp b/sprout/range/algorithm/set_intersection.hpp index 7c602593..a4c75395 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_symmetric_difference.hpp b/sprout/range/algorithm/set_symmetric_difference.hpp index 72b6fd53..f9d7c9e4 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_union.hpp b/sprout/range/algorithm/set_union.hpp index 91ee5a31..07277191 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/shuffle.hpp b/sprout/range/algorithm/shuffle.hpp index d2a3d8d9..2958e62f 100644 --- a/sprout/range/algorithm/shuffle.hpp +++ b/sprout/range/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sort.hpp b/sprout/range/algorithm/sort.hpp index 15285d95..ff446d5c 100644 --- a/sprout/range/algorithm/sort.hpp +++ b/sprout/range/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sort_heap.hpp b/sprout/range/algorithm/sort_heap.hpp index 00fae18a..434d6fe5 100644 --- a/sprout/range/algorithm/sort_heap.hpp +++ b/sprout/range/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_partition.hpp b/sprout/range/algorithm/stable_partition.hpp index 757f0ceb..f94c6a61 100644 --- a/sprout/range/algorithm/stable_partition.hpp +++ b/sprout/range/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_partition_copy.hpp b/sprout/range/algorithm/stable_partition_copy.hpp index 516e0a91..859172a3 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_sort.hpp b/sprout/range/algorithm/stable_sort.hpp index a8f16ec4..b4425b49 100644 --- a/sprout/range/algorithm/stable_sort.hpp +++ b/sprout/range/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string.hpp b/sprout/range/algorithm/string.hpp index c977b92f..acc165f5 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/case_conv.hpp b/sprout/range/algorithm/string/case_conv.hpp index 8b6ed2e7..e91b5125 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/case_conv.hpp b/sprout/range/algorithm/string/fit/case_conv.hpp index 527b5bc5..d7e25939 100644 --- a/sprout/range/algorithm/string/fit/case_conv.hpp +++ b/sprout/range/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/to_lower_copy.hpp b/sprout/range/algorithm/string/fit/to_lower_copy.hpp index d625aaf0..7e139e24 100644 --- a/sprout/range/algorithm/string/fit/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/fit/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/to_upper_copy.hpp b/sprout/range/algorithm/string/fit/to_upper_copy.hpp index d37db9cb..e285eeb3 100644 --- a/sprout/range/algorithm/string/fit/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/fit/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/case_conv.hpp b/sprout/range/algorithm/string/fixed/case_conv.hpp index c640af10..485508e8 100644 --- a/sprout/range/algorithm/string/fixed/case_conv.hpp +++ b/sprout/range/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/to_lower_copy.hpp b/sprout/range/algorithm/string/fixed/to_lower_copy.hpp index 9f846433..7e423d1b 100644 --- a/sprout/range/algorithm/string/fixed/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/fixed/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/to_upper_copy.hpp b/sprout/range/algorithm/string/fixed/to_upper_copy.hpp index e6d1c618..737d9aca 100644 --- a/sprout/range/algorithm/string/fixed/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/fixed/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/to_lower_copy.hpp b/sprout/range/algorithm/string/to_lower_copy.hpp index f807a3ea..cec27643 100644 --- a/sprout/range/algorithm/string/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/to_upper_copy.hpp b/sprout/range/algorithm/string/to_upper_copy.hpp index ea97f465..9775c684 100644 --- a/sprout/range/algorithm/string/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/swap_element_copy.hpp b/sprout/range/algorithm/swap_element_copy.hpp index 898dfa09..464a245d 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/swap_ranges.hpp b/sprout/range/algorithm/swap_ranges.hpp index 30fdded8..dd5b9b8b 100644 --- a/sprout/range/algorithm/swap_ranges.hpp +++ b/sprout/range/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/transform.hpp b/sprout/range/algorithm/transform.hpp index 5884fb6c..ed8ff84c 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/tristate_lexicographical_compare.hpp b/sprout/range/algorithm/tristate_lexicographical_compare.hpp index fc14a5c7..502ff7ac 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/unique.hpp b/sprout/range/algorithm/unique.hpp index 1c65d893..ff68b301 100644 --- a/sprout/range/algorithm/unique.hpp +++ b/sprout/range/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/unique_copy.hpp b/sprout/range/algorithm/unique_copy.hpp index 511d93b3..e7cfc59b 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/upper_bound.hpp b/sprout/range/algorithm/upper_bound.hpp index 2a68161f..8daf8904 100644 --- a/sprout/range/algorithm/upper_bound.hpp +++ b/sprout/range/algorithm/upper_bound.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 RiSK (sscrisk) https://github.com/sscrisk/CEL---ConstExpr-Library - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric.hpp b/sprout/range/numeric.hpp index 92249bf6..f686bce3 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/accumulate.hpp b/sprout/range/numeric/accumulate.hpp index 2ca13ca3..3275b7a4 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/adjacent_difference.hpp b/sprout/range/numeric/adjacent_difference.hpp index 42619fac..4b826f1c 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14.hpp b/sprout/range/numeric/cxx14.hpp index 43c04c0e..2807548e 100644 --- a/sprout/range/numeric/cxx14.hpp +++ b/sprout/range/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/adjacent_difference.hpp b/sprout/range/numeric/cxx14/adjacent_difference.hpp index 7b75f50c..cd70f232 100644 --- a/sprout/range/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/range/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/exclusive_scan.hpp b/sprout/range/numeric/cxx14/exclusive_scan.hpp index 7c8bf470..ffe520b0 100644 --- a/sprout/range/numeric/cxx14/exclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/inclusive_scan.hpp b/sprout/range/numeric/cxx14/inclusive_scan.hpp index db18fac4..6e5b14fe 100644 --- a/sprout/range/numeric/cxx14/inclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/iota.hpp b/sprout/range/numeric/cxx14/iota.hpp index 22f93e7e..84ff5aa1 100644 --- a/sprout/range/numeric/cxx14/iota.hpp +++ b/sprout/range/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/partial_sum.hpp b/sprout/range/numeric/cxx14/partial_sum.hpp index 5cd30439..7158d281 100644 --- a/sprout/range/numeric/cxx14/partial_sum.hpp +++ b/sprout/range/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/transform_exclusive_scan.hpp b/sprout/range/numeric/cxx14/transform_exclusive_scan.hpp index e9fa8d30..a4181d1b 100644 --- a/sprout/range/numeric/cxx14/transform_exclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/transform_inclusive_scan.hpp b/sprout/range/numeric/cxx14/transform_inclusive_scan.hpp index 7828c6c2..5d753ca9 100644 --- a/sprout/range/numeric/cxx14/transform_inclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft.hpp b/sprout/range/numeric/dft.hpp index 8ddf40c6..4ac9ffb1 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/amplitude_spectrum.hpp b/sprout/range/numeric/dft/amplitude_spectrum.hpp index 4d7cd0bb..902d8bf5 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14.hpp b/sprout/range/numeric/dft/cxx14.hpp index b8a7ac0a..dc340a0c 100644 --- a/sprout/range/numeric/dft/cxx14.hpp +++ b/sprout/range/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp b/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp index c80d1b9a..ee6368a9 100644 --- a/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp b/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp index cefde92f..b455d5f9 100644 --- a/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/sawtooth.hpp b/sprout/range/numeric/dft/cxx14/sawtooth.hpp index 7e044e20..3cde3cf1 100644 --- a/sprout/range/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/range/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/sinusoid.hpp b/sprout/range/numeric/dft/cxx14/sinusoid.hpp index d589bad5..dbb833ed 100644 --- a/sprout/range/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/range/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/spectrum.hpp b/sprout/range/numeric/dft/cxx14/spectrum.hpp index 1a1c5f75..19176935 100644 --- a/sprout/range/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/square.hpp b/sprout/range/numeric/dft/cxx14/square.hpp index c87aa759..a623dc99 100644 --- a/sprout/range/numeric/dft/cxx14/square.hpp +++ b/sprout/range/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/triangle.hpp b/sprout/range/numeric/dft/cxx14/triangle.hpp index c7e2b67b..11a675eb 100644 --- a/sprout/range/numeric/dft/cxx14/triangle.hpp +++ b/sprout/range/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/wave.hpp b/sprout/range/numeric/dft/cxx14/wave.hpp index cf196c75..028cc73f 100644 --- a/sprout/range/numeric/dft/cxx14/wave.hpp +++ b/sprout/range/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/dft.hpp b/sprout/range/numeric/dft/dft.hpp index f06e933f..c260178a 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/dft_element.hpp b/sprout/range/numeric/dft/dft_element.hpp index a80ca3b1..4bc428eb 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit.hpp b/sprout/range/numeric/dft/fit.hpp index f6242472..466b8366 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp index 028dca01..44298d2d 100644 --- a/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/dft.hpp b/sprout/range/numeric/dft/fit/dft.hpp index 865adee3..69d4ae73 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/idft.hpp b/sprout/range/numeric/dft/fit/idft.hpp index e557a9c8..2d86dbbe 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/phase_spectrum.hpp b/sprout/range/numeric/dft/fit/phase_spectrum.hpp index 21ddac85..36b0482e 100644 --- a/sprout/range/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/spectrum.hpp b/sprout/range/numeric/dft/fit/spectrum.hpp index a483be97..4173a701 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed.hpp b/sprout/range/numeric/dft/fixed.hpp index 11c30967..531b5074 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp index 99c3fec3..58ffad8c 100644 --- a/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/dft.hpp b/sprout/range/numeric/dft/fixed/dft.hpp index abda3f33..ed18b109 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/idft.hpp b/sprout/range/numeric/dft/fixed/idft.hpp index 9779d4d2..1080c120 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/phase_spectrum.hpp b/sprout/range/numeric/dft/fixed/phase_spectrum.hpp index db3a5db0..8d6057f7 100644 --- a/sprout/range/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/spectrum.hpp b/sprout/range/numeric/dft/fixed/spectrum.hpp index 741df0b5..6eb5f9d1 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/idft.hpp b/sprout/range/numeric/dft/idft.hpp index f8ca341d..f03de6e1 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/idft_element.hpp b/sprout/range/numeric/dft/idft_element.hpp index c6104cb4..e9fffdd8 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/modifying.hpp b/sprout/range/numeric/dft/modifying.hpp index 9c343a5d..20e4e6d4 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/non_modifying.hpp b/sprout/range/numeric/dft/non_modifying.hpp index 3df2f4ca..613f7130 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/phase_spectrum.hpp b/sprout/range/numeric/dft/phase_spectrum.hpp index 08fc79a5..92722aba 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/spectrum.hpp b/sprout/range/numeric/dft/spectrum.hpp index 9ac07cb1..eb9994e3 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/exclusive_scan.hpp b/sprout/range/numeric/exclusive_scan.hpp index 6f461252..68f2c283 100644 --- a/sprout/range/numeric/exclusive_scan.hpp +++ b/sprout/range/numeric/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft.hpp b/sprout/range/numeric/fft.hpp index 3ed4e5ce..79b4b05a 100644 --- a/sprout/range/numeric/fft.hpp +++ b/sprout/range/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft/fft.hpp b/sprout/range/numeric/fft/fft.hpp index d4608f45..d0acaf63 100644 --- a/sprout/range/numeric/fft/fft.hpp +++ b/sprout/range/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft/ifft.hpp b/sprout/range/numeric/fft/ifft.hpp index 396da93e..930ce6a2 100644 --- a/sprout/range/numeric/fft/ifft.hpp +++ b/sprout/range/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit.hpp b/sprout/range/numeric/fit.hpp index c50635a1..f0eb694a 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/adjacent_difference.hpp b/sprout/range/numeric/fit/adjacent_difference.hpp index 36b8f460..7893fe20 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/exclusive_scan.hpp b/sprout/range/numeric/fit/exclusive_scan.hpp index 587e0384..da7589b5 100644 --- a/sprout/range/numeric/fit/exclusive_scan.hpp +++ b/sprout/range/numeric/fit/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/inclusive_scan.hpp b/sprout/range/numeric/fit/inclusive_scan.hpp index de609340..1ad6bb83 100644 --- a/sprout/range/numeric/fit/inclusive_scan.hpp +++ b/sprout/range/numeric/fit/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/partial_sum.hpp b/sprout/range/numeric/fit/partial_sum.hpp index 528835ea..813f1c9e 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/transform_exclusive_scan.hpp b/sprout/range/numeric/fit/transform_exclusive_scan.hpp index 06ce70ae..753252cf 100644 --- a/sprout/range/numeric/fit/transform_exclusive_scan.hpp +++ b/sprout/range/numeric/fit/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/transform_inclusive_scan.hpp b/sprout/range/numeric/fit/transform_inclusive_scan.hpp index 19412b7e..44073957 100644 --- a/sprout/range/numeric/fit/transform_inclusive_scan.hpp +++ b/sprout/range/numeric/fit/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed.hpp b/sprout/range/numeric/fixed.hpp index 0380ec71..133e2767 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/adjacent_difference.hpp b/sprout/range/numeric/fixed/adjacent_difference.hpp index 1d5b2c40..37e19a33 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/exclusive_scan.hpp b/sprout/range/numeric/fixed/exclusive_scan.hpp index b9ba5c7e..9337da33 100644 --- a/sprout/range/numeric/fixed/exclusive_scan.hpp +++ b/sprout/range/numeric/fixed/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/inclusive_scan.hpp b/sprout/range/numeric/fixed/inclusive_scan.hpp index db533681..c69e7930 100644 --- a/sprout/range/numeric/fixed/inclusive_scan.hpp +++ b/sprout/range/numeric/fixed/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/partial_sum.hpp b/sprout/range/numeric/fixed/partial_sum.hpp index 03701d28..71e5e377 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/transform_exclusive_scan.hpp b/sprout/range/numeric/fixed/transform_exclusive_scan.hpp index e7fbe347..33bf292d 100644 --- a/sprout/range/numeric/fixed/transform_exclusive_scan.hpp +++ b/sprout/range/numeric/fixed/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/transform_inclusive_scan.hpp b/sprout/range/numeric/fixed/transform_inclusive_scan.hpp index c3ea9977..38a890a0 100644 --- a/sprout/range/numeric/fixed/transform_inclusive_scan.hpp +++ b/sprout/range/numeric/fixed/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/inclusive_scan.hpp b/sprout/range/numeric/inclusive_scan.hpp index 9beb653c..574ee05b 100644 --- a/sprout/range/numeric/inclusive_scan.hpp +++ b/sprout/range/numeric/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/inner_product.hpp b/sprout/range/numeric/inner_product.hpp index 78f13425..6d98cab9 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/modifying.hpp b/sprout/range/numeric/modifying.hpp index 3c1189d4..371a81d7 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/non_modifying.hpp b/sprout/range/numeric/non_modifying.hpp index 9ea7ddb9..6f6aabc9 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/partial_sum.hpp b/sprout/range/numeric/partial_sum.hpp index d210f5e6..38dbbf06 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/reduce.hpp b/sprout/range/numeric/reduce.hpp index 34031490..bc2d93d5 100644 --- a/sprout/range/numeric/reduce.hpp +++ b/sprout/range/numeric/reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/transform_exclusive_scan.hpp b/sprout/range/numeric/transform_exclusive_scan.hpp index 3d5933a3..adebbdbd 100644 --- a/sprout/range/numeric/transform_exclusive_scan.hpp +++ b/sprout/range/numeric/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/transform_inclusive_scan.hpp b/sprout/range/numeric/transform_inclusive_scan.hpp index 34f380c2..8aaae2be 100644 --- a/sprout/range/numeric/transform_inclusive_scan.hpp +++ b/sprout/range/numeric/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/transform_reduce.hpp b/sprout/range/numeric/transform_reduce.hpp index 8f7ec34f..83aa0fde 100644 --- a/sprout/range/numeric/transform_reduce.hpp +++ b/sprout/range/numeric/transform_reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/ptr_range.hpp b/sprout/range/ptr_range.hpp index 3f236dad..f29be2e5 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range.hpp b/sprout/range/range.hpp index 988548d5..7b0ce060 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range_container.hpp b/sprout/range/range_container.hpp index 371533c9..db071a3c 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range_return.hpp b/sprout/range/range_return.hpp index ebd1b66a..dcd66881 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits.hpp b/sprout/range/type_traits.hpp index 8d9a5cc6..907a4d40 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits/lvalue_iterator.hpp b/sprout/range/type_traits/lvalue_iterator.hpp index ce755caa..99489c60 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits/lvalue_range.hpp b/sprout/range/type_traits/lvalue_range.hpp index 96b7ec10..0cf6c718 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational.hpp b/sprout/rational.hpp index 6ab44ae0..3a5e0c01 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/arithmetic.hpp b/sprout/rational/arithmetic.hpp index cac7aa86..63e8e503 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/comparison.hpp b/sprout/rational/comparison.hpp index fe0b445b..25186405 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/container.hpp b/sprout/rational/container.hpp index 2bb6f8b0..e7159f97 100644 --- a/sprout/rational/container.hpp +++ b/sprout/rational/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/conversion.hpp b/sprout/rational/conversion.hpp index 9d7d0014..4e1126e0 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/exceptions.hpp b/sprout/rational/exceptions.hpp index 6d41d4d6..f59a42c1 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/hash.hpp b/sprout/rational/hash.hpp index 2bdcff5c..c1da35e7 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/io.hpp b/sprout/rational/io.hpp index 0e7531e7..f3bca0bc 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/literals.hpp b/sprout/rational/literals.hpp index cd525911..cacdf60d 100644 --- a/sprout/rational/literals.hpp +++ b/sprout/rational/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/rational.hpp b/sprout/rational/rational.hpp index b2370326..88730733 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/tuple.hpp b/sprout/rational/tuple.hpp index 4a3084ae..a3c9fb92 100644 --- a/sprout/rational/tuple.hpp +++ b/sprout/rational/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/values.hpp b/sprout/rational/values.hpp index d1d481c5..664d1dfd 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit.hpp b/sprout/sized_pit.hpp index bad48278..505d96ed 100644 --- a/sprout/sized_pit.hpp +++ b/sprout/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/comparison.hpp b/sprout/sized_pit/comparison.hpp index 15da9aae..e2245cf6 100644 --- a/sprout/sized_pit/comparison.hpp +++ b/sprout/sized_pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/container.hpp b/sprout/sized_pit/container.hpp index 0871d6d4..71b7c0af 100644 --- a/sprout/sized_pit/container.hpp +++ b/sprout/sized_pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/hash.hpp b/sprout/sized_pit/hash.hpp index e64c4107..a5634679 100644 --- a/sprout/sized_pit/hash.hpp +++ b/sprout/sized_pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/sized_pit.hpp b/sprout/sized_pit/sized_pit.hpp index dd47db09..f9fd429a 100644 --- a/sprout/sized_pit/sized_pit.hpp +++ b/sprout/sized_pit/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/tuple.hpp b/sprout/sized_pit/tuple.hpp index 3da7b9b5..624adbce 100644 --- a/sprout/sized_pit/tuple.hpp +++ b/sprout/sized_pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sized_pit/type_traits.hpp b/sprout/sized_pit/type_traits.hpp index bd1fffa4..f54107de 100644 --- a/sprout/sized_pit/type_traits.hpp +++ b/sprout/sized_pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful.hpp b/sprout/stateful.hpp index 800ac819..885c4fec 100644 --- a/sprout/stateful.hpp +++ b/sprout/stateful.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/counter.hpp b/sprout/stateful/counter.hpp index 2be78821..c3dac575 100644 --- a/sprout/stateful/counter.hpp +++ b/sprout/stateful/counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/rand.hpp b/sprout/stateful/rand.hpp index edccb5e9..581b1485 100644 --- a/sprout/stateful/rand.hpp +++ b/sprout/stateful/rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/type_index.hpp b/sprout/stateful/type_index.hpp index 1ec8389b..fb0d5ac0 100644 --- a/sprout/stateful/type_index.hpp +++ b/sprout/stateful/type_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/typed_counter.hpp b/sprout/stateful/typed_counter.hpp index 6d8a156f..6729a211 100644 --- a/sprout/stateful/typed_counter.hpp +++ b/sprout/stateful/typed_counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/typed_id.hpp b/sprout/stateful/typed_id.hpp index de2a73e2..ad6d8ae6 100644 --- a/sprout/stateful/typed_id.hpp +++ b/sprout/stateful/typed_id.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/typed_rand.hpp b/sprout/stateful/typed_rand.hpp index a67d534a..27aaae80 100644 --- a/sprout/stateful/typed_rand.hpp +++ b/sprout/stateful/typed_rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/stateful/typed_slot.hpp b/sprout/stateful/typed_slot.hpp index 8c94b1e9..903a4ad8 100644 --- a/sprout/stateful/typed_slot.hpp +++ b/sprout/stateful/typed_slot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/static_assert.hpp b/sprout/static_assert.hpp index b5cf89cd..0389a01d 100644 --- a/sprout/static_assert.hpp +++ b/sprout/static_assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/static_warning.hpp b/sprout/static_warning.hpp index c3caf717..c5de9652 100644 --- a/sprout/static_warning.hpp +++ b/sprout/static_warning.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string.hpp b/sprout/string.hpp index 6ee1d0f5..1c307944 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/alias.hpp b/sprout/string/alias.hpp index e268ef7c..f225b076 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/char_traits.hpp b/sprout/string/char_traits.hpp index c3fd3dbc..96bff819 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/comparison.hpp b/sprout/string/comparison.hpp index 8e16f344..d2ba2236 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/concat.hpp b/sprout/string/concat.hpp index b378c445..82a2e844 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/container.hpp b/sprout/string/container.hpp index c3cf7a36..b9e0db07 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/conversion.hpp b/sprout/string/conversion.hpp index 845d1d36..4cad164b 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/compare.hpp b/sprout/string/detail/compare.hpp index 316b646a..e93cd895 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/find.hpp b/sprout/string/detail/find.hpp index 9c560bfd..620ce0f4 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/operations.hpp b/sprout/string/detail/operations.hpp index ee6e85a5..04ac4686 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/float_to_string.hpp b/sprout/string/float_to_string.hpp index 2113dbf0..8427f122 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/from_string.hpp b/sprout/string/from_string.hpp index b22cc9a8..76f4eeb6 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/hash.hpp b/sprout/string/hash.hpp index 57696fa0..0cbbcf8a 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/int_to_string.hpp b/sprout/string/int_to_string.hpp index 1da5420d..2d465f89 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/io.hpp b/sprout/string/io.hpp index 6c6da301..aceddb96 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/make_string.hpp b/sprout/string/make_string.hpp index 12cfdf29..2e7ae5e5 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/npos.hpp b/sprout/string/npos.hpp index 90f757c6..b2fa1afe 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/shift_concat.hpp b/sprout/string/shift_concat.hpp index 2a843a3b..c54d71f9 100644 --- a/sprout/string/shift_concat.hpp +++ b/sprout/string/shift_concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/shrink.hpp b/sprout/string/shrink.hpp index ca836c0b..7842a401 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/stretch.hpp b/sprout/string/stretch.hpp index 65e08deb..6f0215ba 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string.hpp b/sprout/string/string.hpp index df5e4784..f9f42f2d 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string_to_float.hpp b/sprout/string/string_to_float.hpp index 2efb6a96..3e1bdbda 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string_to_int.hpp b/sprout/string/string_to_int.hpp index a436ff4d..9a45c9c3 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string.hpp b/sprout/string/to_string.hpp index f80a2601..4e72239d 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string_array.hpp b/sprout/string/to_string_array.hpp index 47af14bb..02e3302d 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string_value.hpp b/sprout/string/to_string_value.hpp index d91ba385..5f047c7f 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/tuple.hpp b/sprout/string/tuple.hpp index ab46640b..3f71eb22 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/type_traits.hpp b/sprout/string/type_traits.hpp index 424a9172..4e77bdc0 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array.hpp b/sprout/sub_array.hpp index c8865b26..708e4188 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/array_sub.hpp b/sprout/sub_array/array_sub.hpp index 6a1a52ea..5aed7983 100644 --- a/sprout/sub_array/array_sub.hpp +++ b/sprout/sub_array/array_sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/comparison.hpp b/sprout/sub_array/comparison.hpp index 3e180823..3d598865 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/container.hpp b/sprout/sub_array/container.hpp index 7bb6a576..85e8c8fc 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/hash.hpp b/sprout/sub_array/hash.hpp index d2344eea..c1ac6083 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub.hpp b/sprout/sub_array/sub.hpp index 4c6ec7ef..a5783df0 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_array.hpp b/sprout/sub_array/sub_array.hpp index 60905eb8..4fbf5829 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_offset.hpp b/sprout/sub_array/sub_offset.hpp index b236abbb..4bbee791 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_window.hpp b/sprout/sub_array/sub_window.hpp index 3485cd83..886f1a8a 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/tuple.hpp b/sprout/sub_array/tuple.hpp index 4ae8ea94..3a586aee 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/type_traits.hpp b/sprout/sub_array/type_traits.hpp index 0ecb0f34..0df17d23 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm.hpp b/sprout/tpp/algorithm.hpp index ad6843be..d74c1509 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/all_of.hpp b/sprout/tpp/algorithm/all_of.hpp index fd3df256..d4cf1cbf 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/any_of.hpp b/sprout/tpp/algorithm/any_of.hpp index f66399b1..6178f194 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/max_element.hpp b/sprout/tpp/algorithm/max_element.hpp index 2115b3ff..8cf6c76d 100644 --- a/sprout/tpp/algorithm/max_element.hpp +++ b/sprout/tpp/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/min_element.hpp b/sprout/tpp/algorithm/min_element.hpp index d29104a9..ad38578a 100644 --- a/sprout/tpp/algorithm/min_element.hpp +++ b/sprout/tpp/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/none_of.hpp b/sprout/tpp/algorithm/none_of.hpp index f0b403cb..c5284801 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/one_of.hpp b/sprout/tpp/algorithm/one_of.hpp index 001a8d63..dfd54e43 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple.hpp b/sprout/tuple.hpp index 81fbe277..984a29b1 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/algorithm.hpp b/sprout/tuple/algorithm.hpp index 8a4e159c..540e8275 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/algorithm/copy.hpp b/sprout/tuple/algorithm/copy.hpp index 96a8e0e4..f3e08e40 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/apply.hpp b/sprout/tuple/apply.hpp index a2eb9803..9b6adaf7 100644 --- a/sprout/tuple/apply.hpp +++ b/sprout/tuple/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/boost/array.hpp b/sprout/tuple/boost/array.hpp index 9146cded..d7b4edde 100644 --- a/sprout/tuple/boost/array.hpp +++ b/sprout/tuple/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/deep_copy.hpp b/sprout/tuple/deep_copy.hpp index 1986d8d0..ef4f582b 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/default_construct.hpp b/sprout/tuple/default_construct.hpp index 026593ac..68aee921 100644 --- a/sprout/tuple/default_construct.hpp +++ b/sprout/tuple/default_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/flex.hpp b/sprout/tuple/flex.hpp index e603c609..60bb4c47 100644 --- a/sprout/tuple/flex.hpp +++ b/sprout/tuple/flex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/flexibly_construct.hpp b/sprout/tuple/flexibly_construct.hpp index 08bb9a14..743bd540 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/functions.hpp b/sprout/tuple/functions.hpp index 1b21d4d8..851e4ffa 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/fused.hpp b/sprout/tuple/fused.hpp index e7aafd0f..75c6d8b7 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/indexes.hpp b/sprout/tuple/indexes.hpp index cc06c81a..329aa79a 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/make.hpp b/sprout/tuple/make.hpp index 1d4640fb..973f0268 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/make_from_tuple.hpp b/sprout/tuple/make_from_tuple.hpp index cba1a84d..0d1decfe 100644 --- a/sprout/tuple/make_from_tuple.hpp +++ b/sprout/tuple/make_from_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/metafunctions.hpp b/sprout/tuple/metafunctions.hpp index dd7e52c1..4fa0273a 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation.hpp b/sprout/tuple/operation.hpp index 9c5d5f66..f9520fd7 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/append_back.hpp b/sprout/tuple/operation/append_back.hpp index 3f1037f7..363f243a 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/append_front.hpp b/sprout/tuple/operation/append_front.hpp index ab61ef1d..761eb972 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/pop_back.hpp b/sprout/tuple/operation/pop_back.hpp index 49c49ff7..dfae21a5 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/pop_front.hpp b/sprout/tuple/operation/pop_front.hpp index 481da9e9..fc5c0dd1 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/push_back.hpp b/sprout/tuple/operation/push_back.hpp index 2e560f84..af75d3ff 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/push_front.hpp b/sprout/tuple/operation/push_front.hpp index e47fc30e..49a978f1 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/remake.hpp b/sprout/tuple/remake.hpp index e35557e9..9b8c3dd7 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/sscrisk/cel/array.hpp b/sprout/tuple/sscrisk/cel/array.hpp index 799e1e09..ca64813b 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/sscrisk/cel/utility.hpp b/sprout/tuple/sscrisk/cel/utility.hpp index 955f2292..4d6bf9a9 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/array.hpp b/sprout/tuple/std/array.hpp index d226c344..4e3ebd28 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/complex.hpp b/sprout/tuple/std/complex.hpp index 5771c1da..0412c989 100644 --- a/sprout/tuple/std/complex.hpp +++ b/sprout/tuple/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/utility.hpp b/sprout/tuple/std/utility.hpp index b31fffa8..304c60f2 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/traits.hpp b/sprout/tuple/traits.hpp index d4a938cc..937cd397 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple.hpp b/sprout/tuple/tuple.hpp index 84393bf3..0f7ea164 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/comparison.hpp b/sprout/tuple/tuple/comparison.hpp index 8fb7a10d..b093c4b7 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/get.hpp b/sprout/tuple/tuple/get.hpp index 858a69e9..dc4ad3b5 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/has_sprout_get.hpp b/sprout/tuple/tuple/has_sprout_get.hpp new file mode 100644 index 00000000..39ec8b20 --- /dev/null +++ b/sprout/tuple/tuple/has_sprout_get.hpp @@ -0,0 +1,63 @@ +/*============================================================================= + Copyright (c) 2011-2019 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + 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) +=============================================================================*/ +#ifndef SPROUT_TUPLE_TUPLE_HAS_SPROUT_GET_HPP +#define SPROUT_TUPLE_TUPLE_HAS_SPROUT_GET_HPP + +#include +#include +#include +#include +#include +#include + +namespace sprout { + // + // has_sprout_get + // + namespace tuples { + namespace detail { + template + struct has_sprout_get_test { + public: + template< + typename U = T, + typename = typename sprout::identity(std::declval()))>::type + > + static sprout::true_type test(int); + static sprout::false_type test(...); + }; +#if defined(_MSC_VER) && (_MSC_VER > 1900) + template::test(0))>::type> + struct has_sprout_get + : public Base_ + {}; +#else + template + struct has_sprout_get + : public sprout::identity::test(0))>::type + {}; +#endif + } // namespace detail + template + struct has_sprout_get + : public sprout::tuples::detail::has_sprout_get + {}; + +#if SPROUT_USE_VARIABLE_TEMPLATES + template + SPROUT_STATIC_CONSTEXPR bool has_sprout_get_v = sprout::tuples::has_sprout_get::value; +#endif // #if SPROUT_USE_VARIABLE_TEMPLATES + } // namespace tuples + + using sprout::tuples::has_sprout_get; +#if SPROUT_USE_VARIABLE_TEMPLATES + using sprout::tuples::has_sprout_get_v; +#endif // #if SPROUT_USE_VARIABLE_TEMPLATES +} // namespace sprout + +#endif // #ifndef SPROUT_TUPLE_TUPLE_HAS_SPROUT_GET_HPP diff --git a/sprout/tuple/tuple/hash.hpp b/sprout/tuple/tuple/hash.hpp index e5a29a83..a8de569f 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/ignore.hpp b/sprout/tuple/tuple/ignore.hpp index 7b0ac631..2d0f45e4 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/make_tuple.hpp b/sprout/tuple/tuple/make_tuple.hpp index e42aca30..acfe3e40 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/traits.hpp b/sprout/tuple/tuple/traits.hpp index 4c2ef5fd..94b919fb 100644 --- a/sprout/tuple/tuple/traits.hpp +++ b/sprout/tuple/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -11,5 +11,6 @@ #include #include #include +#include #endif // #ifndef SPROUT_TUPLE_TUPLE_TRAITS_HPP diff --git a/sprout/tuple/tuple/tuple.hpp b/sprout/tuple/tuple/tuple.hpp index 43f2ff28..675d6734 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_access_traits.hpp b/sprout/tuple/tuple/tuple_access_traits.hpp index c92016ad..af837587 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_decl.hpp b/sprout/tuple/tuple/tuple_decl.hpp index 6a912ec1..4110cdf1 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_element.hpp b/sprout/tuple/tuple/tuple_element.hpp index 008f7277..93faa95b 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_fwd.hpp b/sprout/tuple/tuple/tuple_fwd.hpp index 8a385977..1bd087f7 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_size.hpp b/sprout/tuple/tuple/tuple_size.hpp index 6f233553..8903a506 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_traits.hpp b/sprout/tuple/tuple/tuple_traits.hpp index 01517c46..b135d20c 100644 --- a/sprout/tuple/tuple/tuple_traits.hpp +++ b/sprout/tuple/tuple/tuple_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/type_traits.hpp b/sprout/tuple/tuple/type_traits.hpp index c9a4a81c..d38f0d67 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type.hpp b/sprout/type.hpp index 7b526790..84ef2072 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm.hpp b/sprout/type/algorithm.hpp index 642ec65f..c56d7abd 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/accumulate.hpp b/sprout/type/algorithm/accumulate.hpp index ad5093af..9658361b 100644 --- a/sprout/type/algorithm/accumulate.hpp +++ b/sprout/type/algorithm/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/all_of.hpp b/sprout/type/algorithm/all_of.hpp index bdac2c6d..3d71fe20 100644 --- a/sprout/type/algorithm/all_of.hpp +++ b/sprout/type/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/all_of_same.hpp b/sprout/type/algorithm/all_of_same.hpp index 256846ef..62a9e757 100644 --- a/sprout/type/algorithm/all_of_same.hpp +++ b/sprout/type/algorithm/all_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/any_of.hpp b/sprout/type/algorithm/any_of.hpp index cb4f3ccb..86ac2155 100644 --- a/sprout/type/algorithm/any_of.hpp +++ b/sprout/type/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/any_of_same.hpp b/sprout/type/algorithm/any_of_same.hpp index 973c83ae..b8cb61ee 100644 --- a/sprout/type/algorithm/any_of_same.hpp +++ b/sprout/type/algorithm/any_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/contains.hpp b/sprout/type/algorithm/contains.hpp index cbf54093..a8ce7296 100644 --- a/sprout/type/algorithm/contains.hpp +++ b/sprout/type/algorithm/contains.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/contains_if.hpp b/sprout/type/algorithm/contains_if.hpp index 35bf0fe4..1b95ceb3 100644 --- a/sprout/type/algorithm/contains_if.hpp +++ b/sprout/type/algorithm/contains_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/count.hpp b/sprout/type/algorithm/count.hpp index 30815f8b..ca810f70 100644 --- a/sprout/type/algorithm/count.hpp +++ b/sprout/type/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/count_if.hpp b/sprout/type/algorithm/count_if.hpp index 3b852cf3..2ebb5ab9 100644 --- a/sprout/type/algorithm/count_if.hpp +++ b/sprout/type/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/detail/find_index_result.hpp b/sprout/type/algorithm/detail/find_index_result.hpp index 6dc63399..55204832 100644 --- a/sprout/type/algorithm/detail/find_index_result.hpp +++ b/sprout/type/algorithm/detail/find_index_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/find_index.hpp b/sprout/type/algorithm/find_index.hpp index 4424665a..b45e311c 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/find_index_if.hpp b/sprout/type/algorithm/find_index_if.hpp index 86990162..f88a2c9f 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/fold.hpp b/sprout/type/algorithm/fold.hpp index 5d10433a..b5dca93f 100644 --- a/sprout/type/algorithm/fold.hpp +++ b/sprout/type/algorithm/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/lower_bound_index.hpp b/sprout/type/algorithm/lower_bound_index.hpp index 14d34f42..f4a953b7 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/none_of.hpp b/sprout/type/algorithm/none_of.hpp index 14b18919..f9e78bcd 100644 --- a/sprout/type/algorithm/none_of.hpp +++ b/sprout/type/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/none_of_same.hpp b/sprout/type/algorithm/none_of_same.hpp index df573128..14d7ce66 100644 --- a/sprout/type/algorithm/none_of_same.hpp +++ b/sprout/type/algorithm/none_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/one_of.hpp b/sprout/type/algorithm/one_of.hpp index dc343254..6f1ba258 100644 --- a/sprout/type/algorithm/one_of.hpp +++ b/sprout/type/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/one_of_same.hpp b/sprout/type/algorithm/one_of_same.hpp index baba3942..de23826e 100644 --- a/sprout/type/algorithm/one_of_same.hpp +++ b/sprout/type/algorithm/one_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/partial_sum.hpp b/sprout/type/algorithm/partial_sum.hpp index 1d65871d..644a1bc7 100644 --- a/sprout/type/algorithm/partial_sum.hpp +++ b/sprout/type/algorithm/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/transform.hpp b/sprout/type/algorithm/transform.hpp index 3269cd9b..1eac0c1b 100644 --- a/sprout/type/algorithm/transform.hpp +++ b/sprout/type/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/upper_bound_index.hpp b/sprout/type/algorithm/upper_bound_index.hpp index 05ce7fc0..0343612e 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/apply.hpp b/sprout/type/apply.hpp index 16f85005..5e1d4777 100644 --- a/sprout/type/apply.hpp +++ b/sprout/type/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/detail/tuple_element.hpp b/sprout/type/boost/mpl/detail/tuple_element.hpp index 7272c7f9..78ce9c23 100644 --- a/sprout/type/boost/mpl/detail/tuple_element.hpp +++ b/sprout/type/boost/mpl/detail/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/string.hpp b/sprout/type/boost/mpl/string.hpp index 3fe75638..9ef84da3 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/v_iter.hpp b/sprout/type/boost/mpl/v_iter.hpp index 98a43776..49c75efe 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/vector.hpp b/sprout/type/boost/mpl/vector.hpp index 72817531..b21b452a 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/vector_c.hpp b/sprout/type/boost/mpl/vector_c.hpp index 49831fbb..8ed9e52b 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional.hpp b/sprout/type/functional.hpp index d96fb985..5a7054ac 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/arithmetic.hpp b/sprout/type/functional/arithmetic.hpp index abd0fb85..8dcdca60 100644 --- a/sprout/type/functional/arithmetic.hpp +++ b/sprout/type/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/comparison.hpp b/sprout/type/functional/comparison.hpp index 72c8c4e5..6df650c4 100644 --- a/sprout/type/functional/comparison.hpp +++ b/sprout/type/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/detail/arithmetic_op.hpp b/sprout/type/functional/detail/arithmetic_op.hpp index 52629c6b..b003d35b 100644 --- a/sprout/type/functional/detail/arithmetic_op.hpp +++ b/sprout/type/functional/detail/arithmetic_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/detail/comparison_op.hpp b/sprout/type/functional/detail/comparison_op.hpp index 1c32667d..fde646b1 100644 --- a/sprout/type/functional/detail/comparison_op.hpp +++ b/sprout/type/functional/detail/comparison_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/divides.hpp b/sprout/type/functional/divides.hpp index d1270c96..7439044e 100644 --- a/sprout/type/functional/divides.hpp +++ b/sprout/type/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/equal_to.hpp b/sprout/type/functional/equal_to.hpp index f9e8dcd6..d89f8793 100644 --- a/sprout/type/functional/equal_to.hpp +++ b/sprout/type/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/greater.hpp b/sprout/type/functional/greater.hpp index 25fbae42..2f6e3faf 100644 --- a/sprout/type/functional/greater.hpp +++ b/sprout/type/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/greater_equal.hpp b/sprout/type/functional/greater_equal.hpp index 50cc1b00..4d115f83 100644 --- a/sprout/type/functional/greater_equal.hpp +++ b/sprout/type/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/less.hpp b/sprout/type/functional/less.hpp index f15408c4..a6a20083 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/less_equal.hpp b/sprout/type/functional/less_equal.hpp index 08ee8498..a335e206 100644 --- a/sprout/type/functional/less_equal.hpp +++ b/sprout/type/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/minus.hpp b/sprout/type/functional/minus.hpp index ed6b5f83..0440dd14 100644 --- a/sprout/type/functional/minus.hpp +++ b/sprout/type/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/modulus.hpp b/sprout/type/functional/modulus.hpp index e6276d93..18278483 100644 --- a/sprout/type/functional/modulus.hpp +++ b/sprout/type/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/multiplies.hpp b/sprout/type/functional/multiplies.hpp index 09c2b0fa..0b972dc4 100644 --- a/sprout/type/functional/multiplies.hpp +++ b/sprout/type/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/negate.hpp b/sprout/type/functional/negate.hpp index 96f5a115..f7de184e 100644 --- a/sprout/type/functional/negate.hpp +++ b/sprout/type/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/not_equal_to.hpp b/sprout/type/functional/not_equal_to.hpp index 4a4c45a8..4e6bc4ea 100644 --- a/sprout/type/functional/not_equal_to.hpp +++ b/sprout/type/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/plus.hpp b/sprout/type/functional/plus.hpp index 4c630a1e..5f41b428 100644 --- a/sprout/type/functional/plus.hpp +++ b/sprout/type/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/posite.hpp b/sprout/type/functional/posite.hpp index bfb0ccce..02744785 100644 --- a/sprout/type/functional/posite.hpp +++ b/sprout/type/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/integral_array.hpp b/sprout/type/integral_array.hpp index d1c02972..0afe6850 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator.hpp b/sprout/type/iterator.hpp index aa6586be..abbc6042 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/advance.hpp b/sprout/type/iterator/advance.hpp index b221c1ce..5479cc27 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/deref.hpp b/sprout/type/iterator/deref.hpp index 57e79180..4dbecf23 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/distance.hpp b/sprout/type/iterator/distance.hpp index 92e2e698..d605fdb0 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/index_iterator.hpp b/sprout/type/iterator/index_iterator.hpp index 1cb6a943..7543b5de 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/next.hpp b/sprout/type/iterator/next.hpp index 145ae0a4..1e02a49a 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/prev.hpp b/sprout/type/iterator/prev.hpp index 0470b431..026511f3 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/joint_types.hpp b/sprout/type/joint_types.hpp index db244256..81682fbb 100644 --- a/sprout/type/joint_types.hpp +++ b/sprout/type/joint_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/map_types.hpp b/sprout/type/map_types.hpp index 9b87aa53..3657f90a 100644 --- a/sprout/type/map_types.hpp +++ b/sprout/type/map_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation.hpp b/sprout/type/operation.hpp index 7948f589..04e614b0 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/append_back.hpp b/sprout/type/operation/append_back.hpp index f03ff157..0e504218 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/append_front.hpp b/sprout/type/operation/append_front.hpp index be3ff453..41bb00bb 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/assign.hpp b/sprout/type/operation/assign.hpp index 65ca5b57..50a4e630 100644 --- a/sprout/type/operation/assign.hpp +++ b/sprout/type/operation/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/at.hpp b/sprout/type/operation/at.hpp index df6f3072..8702812f 100644 --- a/sprout/type/operation/at.hpp +++ b/sprout/type/operation/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/back.hpp b/sprout/type/operation/back.hpp index 79c9f3c0..c6e54f23 100644 --- a/sprout/type/operation/back.hpp +++ b/sprout/type/operation/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/empty.hpp b/sprout/type/operation/empty.hpp index f6525122..db45cb92 100644 --- a/sprout/type/operation/empty.hpp +++ b/sprout/type/operation/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/front.hpp b/sprout/type/operation/front.hpp index d5fb0381..e99514be 100644 --- a/sprout/type/operation/front.hpp +++ b/sprout/type/operation/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/map.hpp b/sprout/type/operation/map.hpp index 3fc248fd..80c62581 100644 --- a/sprout/type/operation/map.hpp +++ b/sprout/type/operation/map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/pop_back.hpp b/sprout/type/operation/pop_back.hpp index 2d4649ab..946f7f68 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/pop_front.hpp b/sprout/type/operation/pop_front.hpp index e5a45880..79aea621 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/push_back.hpp b/sprout/type/operation/push_back.hpp index d1d0c79f..b6e77d4c 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/push_front.hpp b/sprout/type/operation/push_front.hpp index 632ac736..758acd03 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/rebind.hpp b/sprout/type/operation/rebind.hpp index f1c094ae..02a6b587 100644 --- a/sprout/type/operation/rebind.hpp +++ b/sprout/type/operation/rebind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/size.hpp b/sprout/type/operation/size.hpp index 32709e7f..2e947563 100644 --- a/sprout/type/operation/size.hpp +++ b/sprout/type/operation/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/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 3bc24463..3144ed41 100644 --- a/sprout/type/operation/tuple_cat.hpp +++ b/sprout/type/operation/tuple_cat.hpp @@ -2,7 +2,7 @@ Copyright (c) 2015 fimbul https://github.com/fimbul/shiro - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/packer.hpp b/sprout/type/packer.hpp index b0b0ea26..1eb246d2 100644 --- a/sprout/type/packer.hpp +++ b/sprout/type/packer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/pop_front_types.hpp b/sprout/type/pop_front_types.hpp index 6e8baeb8..395e3500 100644 --- a/sprout/type/pop_front_types.hpp +++ b/sprout/type/pop_front_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/print.hpp b/sprout/type/print.hpp index 380a2e10..084b99cb 100644 --- a/sprout/type/print.hpp +++ b/sprout/type/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/quote.hpp b/sprout/type/quote.hpp index 13b1148a..34870919 100644 --- a/sprout/type/quote.hpp +++ b/sprout/type/quote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/rebind_types.hpp b/sprout/type/rebind_types.hpp index 3d0e7d12..f3e4fb01 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/self.hpp b/sprout/type/self.hpp index 819d5bff..2e96db46 100644 --- a/sprout/type/self.hpp +++ b/sprout/type/self.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm.hpp b/sprout/type/seq/algorithm.hpp index 9cc13a52..63d7c22d 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm/find.hpp b/sprout/type/seq/algorithm/find.hpp index 483183a8..105f0812 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm/find_if.hpp b/sprout/type/seq/algorithm/find_if.hpp index ed3dda06..c8acf02d 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string.hpp b/sprout/type/string.hpp index db3fb511..08258b38 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/alias.hpp b/sprout/type/string/alias.hpp index f07a6453..d495475e 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/string.hpp b/sprout/type/string/string.hpp index 42d73d0d..cadaad8b 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/to_string.hpp b/sprout/type/string/to_string.hpp index 6491b77c..eee1f808 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/to_string_constant.hpp b/sprout/type/string/to_string_constant.hpp index a77e46b0..2ce8b086 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/tuple.hpp b/sprout/type/tuple.hpp index b22ff782..2355b7ba 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/type_tuple.hpp b/sprout/type/type_tuple.hpp index f00fffcd..2f361e5d 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/type_tuple_decl.hpp b/sprout/type/type_tuple_decl.hpp index a98b8d05..dcc87b60 100644 --- a/sprout/type/type_tuple_decl.hpp +++ b/sprout/type/type_tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/uniform_types.hpp b/sprout/type/uniform_types.hpp index d7e7a96b..05b0d6d8 100644 --- a/sprout/type/uniform_types.hpp +++ b/sprout/type/uniform_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/void.hpp b/sprout/type/void.hpp index cc5c868b..08034f36 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits.hpp b/sprout/type_traits.hpp index a7164daf..033737b3 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_const.hpp b/sprout/type_traits/add_const.hpp index c68cc857..bb9f35b7 100644 --- a/sprout/type_traits/add_const.hpp +++ b/sprout/type_traits/add_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_cv.hpp b/sprout/type_traits/add_cv.hpp index 1969854f..511044d0 100644 --- a/sprout/type_traits/add_cv.hpp +++ b/sprout/type_traits/add_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_lvalue_reference.hpp b/sprout/type_traits/add_lvalue_reference.hpp index ca68dac0..80a90605 100644 --- a/sprout/type_traits/add_lvalue_reference.hpp +++ b/sprout/type_traits/add_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_pointer.hpp b/sprout/type_traits/add_pointer.hpp index c80a340b..0cfcc762 100644 --- a/sprout/type_traits/add_pointer.hpp +++ b/sprout/type_traits/add_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_rvalue_reference.hpp b/sprout/type_traits/add_rvalue_reference.hpp index 1bdc9db7..978d5a2e 100644 --- a/sprout/type_traits/add_rvalue_reference.hpp +++ b/sprout/type_traits/add_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/add_volatile.hpp b/sprout/type_traits/add_volatile.hpp index 7c5db6c0..8a00dca8 100644 --- a/sprout/type_traits/add_volatile.hpp +++ b/sprout/type_traits/add_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/aligned_storage.hpp b/sprout/type_traits/aligned_storage.hpp index 1cc56258..a3303ec6 100644 --- a/sprout/type_traits/aligned_storage.hpp +++ b/sprout/type_traits/aligned_storage.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/aligned_union.hpp b/sprout/type_traits/aligned_union.hpp index 7c8d420a..916a9df8 100644 --- a/sprout/type_traits/aligned_union.hpp +++ b/sprout/type_traits/aligned_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/alignment_of.hpp b/sprout/type_traits/alignment_of.hpp index 29b66194..54561532 100644 --- a/sprout/type_traits/alignment_of.hpp +++ b/sprout/type_traits/alignment_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/arithmetic_promote.hpp b/sprout/type_traits/arithmetic_promote.hpp index f938a692..d167d4f0 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/array_modification.hpp b/sprout/type_traits/array_modification.hpp index ad074251..aedb0ad4 100644 --- a/sprout/type_traits/array_modification.hpp +++ b/sprout/type_traits/array_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/category.hpp b/sprout/type_traits/category.hpp index 20e4c34d..2b46b477 100644 --- a/sprout/type_traits/category.hpp +++ b/sprout/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/common_decay.hpp b/sprout/type_traits/common_decay.hpp index 4facbff0..06c63297 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/common_type.hpp b/sprout/type_traits/common_type.hpp index f14e5304..24fec8f0 100644 --- a/sprout/type_traits/common_type.hpp +++ b/sprout/type_traits/common_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/complex_promote.hpp b/sprout/type_traits/complex_promote.hpp index 39e73353..5a0e26aa 100644 --- a/sprout/type_traits/complex_promote.hpp +++ b/sprout/type_traits/complex_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/composite_category.hpp b/sprout/type_traits/composite_category.hpp index a075f18b..959899b8 100644 --- a/sprout/type_traits/composite_category.hpp +++ b/sprout/type_traits/composite_category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/composite_modification.hpp b/sprout/type_traits/composite_modification.hpp index 98611e2d..9385fa12 100644 --- a/sprout/type_traits/composite_modification.hpp +++ b/sprout/type_traits/composite_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/conditional.hpp b/sprout/type_traits/conditional.hpp index f48a4a27..ea042c2e 100644 --- a/sprout/type_traits/conditional.hpp +++ b/sprout/type_traits/conditional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/conjunction.hpp b/sprout/type_traits/conjunction.hpp index 69b377fb..8d9c0f7a 100644 --- a/sprout/type_traits/conjunction.hpp +++ b/sprout/type_traits/conjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/const_reference.hpp b/sprout/type_traits/const_reference.hpp index 0820c248..f38efab3 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/copy_const.hpp b/sprout/type_traits/copy_const.hpp index 3c25681e..2185ffc7 100644 --- a/sprout/type_traits/copy_const.hpp +++ b/sprout/type_traits/copy_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/copy_cv.hpp b/sprout/type_traits/copy_cv.hpp index 97b35fae..f4924fbe 100644 --- a/sprout/type_traits/copy_cv.hpp +++ b/sprout/type_traits/copy_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/copy_volatile.hpp b/sprout/type_traits/copy_volatile.hpp index e2aa3324..61721506 100644 --- a/sprout/type_traits/copy_volatile.hpp +++ b/sprout/type_traits/copy_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/cv_modification.hpp b/sprout/type_traits/cv_modification.hpp index 713868be..2a845e4d 100644 --- a/sprout/type_traits/cv_modification.hpp +++ b/sprout/type_traits/cv_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/decay.hpp b/sprout/type_traits/decay.hpp index 6b63fc1b..2e71659b 100644 --- a/sprout/type_traits/decay.hpp +++ b/sprout/type_traits/decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/has_binary_op.hpp b/sprout/type_traits/detail/has_binary_op.hpp index bd491c54..46f6b031 100644 --- a/sprout/type_traits/detail/has_binary_op.hpp +++ b/sprout/type_traits/detail/has_binary_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/has_post_unary_op.hpp b/sprout/type_traits/detail/has_post_unary_op.hpp index 41dc5063..c65b2c14 100644 --- a/sprout/type_traits/detail/has_post_unary_op.hpp +++ b/sprout/type_traits/detail/has_post_unary_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/has_pre_unary_op.hpp b/sprout/type_traits/detail/has_pre_unary_op.hpp index cf7fa506..aa4bcd2a 100644 --- a/sprout/type_traits/detail/has_pre_unary_op.hpp +++ b/sprout/type_traits/detail/has_pre_unary_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/has_subscript_op.hpp b/sprout/type_traits/detail/has_subscript_op.hpp index 49362fdd..41915243 100644 --- a/sprout/type_traits/detail/has_subscript_op.hpp +++ b/sprout/type_traits/detail/has_subscript_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/invoke.hpp b/sprout/type_traits/detail/invoke.hpp index 21d47f66..9f80fce2 100644 --- a/sprout/type_traits/detail/invoke.hpp +++ b/sprout/type_traits/detail/invoke.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/type_traits_wrapper.hpp b/sprout/type_traits/detail/type_traits_wrapper.hpp index 7c6f8fe0..1f94c045 100644 --- a/sprout/type_traits/detail/type_traits_wrapper.hpp +++ b/sprout/type_traits/detail/type_traits_wrapper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/disjunction.hpp b/sprout/type_traits/disjunction.hpp index 215aa2c0..0910b924 100644 --- a/sprout/type_traits/disjunction.hpp +++ b/sprout/type_traits/disjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/dont_care.hpp b/sprout/type_traits/dont_care.hpp index c4a75c13..2b89b506 100644 --- a/sprout/type_traits/dont_care.hpp +++ b/sprout/type_traits/dont_care.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/enable_if.hpp b/sprout/type_traits/enable_if.hpp index e06f430b..41f62457 100644 --- a/sprout/type_traits/enable_if.hpp +++ b/sprout/type_traits/enable_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/enable_if_has_type.hpp b/sprout/type_traits/enable_if_has_type.hpp index fac1057c..a4e39ac7 100644 --- a/sprout/type_traits/enable_if_has_type.hpp +++ b/sprout/type_traits/enable_if_has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/enabler_if.hpp b/sprout/type_traits/enabler_if.hpp index 5602e15c..6fde24f0 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/extent.hpp b/sprout/type_traits/extent.hpp index 62e19a68..a0451023 100644 --- a/sprout/type_traits/extent.hpp +++ b/sprout/type_traits/extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/float_promote.hpp b/sprout/type_traits/float_promote.hpp index 2d7c94fd..ff6c2f34 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_address_of.hpp b/sprout/type_traits/has_address_of.hpp index 31ac90e3..4d9089d3 100644 --- a/sprout/type_traits/has_address_of.hpp +++ b/sprout/type_traits/has_address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_arithmetic_operator.hpp b/sprout/type_traits/has_arithmetic_operator.hpp index acdbc6c0..be94688b 100644 --- a/sprout/type_traits/has_arithmetic_operator.hpp +++ b/sprout/type_traits/has_arithmetic_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_assign.hpp b/sprout/type_traits/has_assign.hpp index 2ed9791a..2094f1cf 100644 --- a/sprout/type_traits/has_assign.hpp +++ b/sprout/type_traits/has_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_assignment_operator.hpp b/sprout/type_traits/has_assignment_operator.hpp index 29c97a38..6d1b36e9 100644 --- a/sprout/type_traits/has_assignment_operator.hpp +++ b/sprout/type_traits/has_assignment_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_and.hpp b/sprout/type_traits/has_bit_and.hpp index b6bbe91a..026b1656 100644 --- a/sprout/type_traits/has_bit_and.hpp +++ b/sprout/type_traits/has_bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_and_assign.hpp b/sprout/type_traits/has_bit_and_assign.hpp index adf88aeb..d89f3622 100644 --- a/sprout/type_traits/has_bit_and_assign.hpp +++ b/sprout/type_traits/has_bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_not.hpp b/sprout/type_traits/has_bit_not.hpp index 40e554a0..5e28dace 100644 --- a/sprout/type_traits/has_bit_not.hpp +++ b/sprout/type_traits/has_bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_or.hpp b/sprout/type_traits/has_bit_or.hpp index 1496b795..f513368f 100644 --- a/sprout/type_traits/has_bit_or.hpp +++ b/sprout/type_traits/has_bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_or_assign.hpp b/sprout/type_traits/has_bit_or_assign.hpp index 115e2f1b..1eb3d63d 100644 --- a/sprout/type_traits/has_bit_or_assign.hpp +++ b/sprout/type_traits/has_bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_xor.hpp b/sprout/type_traits/has_bit_xor.hpp index 70e121f7..95a81bb2 100644 --- a/sprout/type_traits/has_bit_xor.hpp +++ b/sprout/type_traits/has_bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bit_xor_assign.hpp b/sprout/type_traits/has_bit_xor_assign.hpp index 75f792e9..1969a4c3 100644 --- a/sprout/type_traits/has_bit_xor_assign.hpp +++ b/sprout/type_traits/has_bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_bitwise_operator.hpp b/sprout/type_traits/has_bitwise_operator.hpp index 35481ec3..36e79646 100644 --- a/sprout/type_traits/has_bitwise_operator.hpp +++ b/sprout/type_traits/has_bitwise_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_comma.hpp b/sprout/type_traits/has_comma.hpp index 4e8ffaa9..01a4eceb 100644 --- a/sprout/type_traits/has_comma.hpp +++ b/sprout/type_traits/has_comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_comparison_operator.hpp b/sprout/type_traits/has_comparison_operator.hpp index 30362ac0..a997c7ba 100644 --- a/sprout/type_traits/has_comparison_operator.hpp +++ b/sprout/type_traits/has_comparison_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_complement.hpp b/sprout/type_traits/has_complement.hpp index 6cea68da..a7373449 100644 --- a/sprout/type_traits/has_complement.hpp +++ b/sprout/type_traits/has_complement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_dereference.hpp b/sprout/type_traits/has_dereference.hpp index b62460fb..23c50d3a 100644 --- a/sprout/type_traits/has_dereference.hpp +++ b/sprout/type_traits/has_dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_divides.hpp b/sprout/type_traits/has_divides.hpp index 77654ab2..950bbc91 100644 --- a/sprout/type_traits/has_divides.hpp +++ b/sprout/type_traits/has_divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_divides_assign.hpp b/sprout/type_traits/has_divides_assign.hpp index 070a4cb8..3b9f3b33 100644 --- a/sprout/type_traits/has_divides_assign.hpp +++ b/sprout/type_traits/has_divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_equal_to.hpp b/sprout/type_traits/has_equal_to.hpp index 3b8b9e07..4b3965e6 100644 --- a/sprout/type_traits/has_equal_to.hpp +++ b/sprout/type_traits/has_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_greater.hpp b/sprout/type_traits/has_greater.hpp index e807582f..8bf96794 100644 --- a/sprout/type_traits/has_greater.hpp +++ b/sprout/type_traits/has_greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_greater_equal.hpp b/sprout/type_traits/has_greater_equal.hpp index 38732957..dda6741b 100644 --- a/sprout/type_traits/has_greater_equal.hpp +++ b/sprout/type_traits/has_greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_inc_dec_operator.hpp b/sprout/type_traits/has_inc_dec_operator.hpp index 77fb24f7..6c21ea3b 100644 --- a/sprout/type_traits/has_inc_dec_operator.hpp +++ b/sprout/type_traits/has_inc_dec_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_left_shift.hpp b/sprout/type_traits/has_left_shift.hpp index ccbaf9fd..761ce659 100644 --- a/sprout/type_traits/has_left_shift.hpp +++ b/sprout/type_traits/has_left_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_left_shift_assign.hpp b/sprout/type_traits/has_left_shift_assign.hpp index 991114a6..2bcdf95f 100644 --- a/sprout/type_traits/has_left_shift_assign.hpp +++ b/sprout/type_traits/has_left_shift_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_less.hpp b/sprout/type_traits/has_less.hpp index 9d2370c8..9fa324e3 100644 --- a/sprout/type_traits/has_less.hpp +++ b/sprout/type_traits/has_less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_less_equal.hpp b/sprout/type_traits/has_less_equal.hpp index baf1e469..3a030dba 100644 --- a/sprout/type_traits/has_less_equal.hpp +++ b/sprout/type_traits/has_less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_logical_and.hpp b/sprout/type_traits/has_logical_and.hpp index 30d7a604..0a9bbe06 100644 --- a/sprout/type_traits/has_logical_and.hpp +++ b/sprout/type_traits/has_logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_logical_not.hpp b/sprout/type_traits/has_logical_not.hpp index c32fe4c3..904ffd75 100644 --- a/sprout/type_traits/has_logical_not.hpp +++ b/sprout/type_traits/has_logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_logical_operator.hpp b/sprout/type_traits/has_logical_operator.hpp index eb90e846..ffb53ded 100644 --- a/sprout/type_traits/has_logical_operator.hpp +++ b/sprout/type_traits/has_logical_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_logical_or.hpp b/sprout/type_traits/has_logical_or.hpp index 20df3bb1..7aa23a64 100644 --- a/sprout/type_traits/has_logical_or.hpp +++ b/sprout/type_traits/has_logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_member.hpp b/sprout/type_traits/has_member.hpp index 0d823657..cbb0167e 100644 --- a/sprout/type_traits/has_member.hpp +++ b/sprout/type_traits/has_member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_member_pointer.hpp b/sprout/type_traits/has_member_pointer.hpp index cd08d6c2..24da17da 100644 --- a/sprout/type_traits/has_member_pointer.hpp +++ b/sprout/type_traits/has_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_members_operator.hpp b/sprout/type_traits/has_members_operator.hpp index 3a7cd260..27efb02c 100644 --- a/sprout/type_traits/has_members_operator.hpp +++ b/sprout/type_traits/has_members_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_minus.hpp b/sprout/type_traits/has_minus.hpp index 76f6cb54..5dd9db5f 100644 --- a/sprout/type_traits/has_minus.hpp +++ b/sprout/type_traits/has_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_minus_assign.hpp b/sprout/type_traits/has_minus_assign.hpp index 00dca39d..02125c2f 100644 --- a/sprout/type_traits/has_minus_assign.hpp +++ b/sprout/type_traits/has_minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_modulus.hpp b/sprout/type_traits/has_modulus.hpp index a3e0875b..ed2ad7ec 100644 --- a/sprout/type_traits/has_modulus.hpp +++ b/sprout/type_traits/has_modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_modulus_assign.hpp b/sprout/type_traits/has_modulus_assign.hpp index aee6410e..03c035a2 100644 --- a/sprout/type_traits/has_modulus_assign.hpp +++ b/sprout/type_traits/has_modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_multiplies.hpp b/sprout/type_traits/has_multiplies.hpp index 2bf6fad4..e253ae38 100644 --- a/sprout/type_traits/has_multiplies.hpp +++ b/sprout/type_traits/has_multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_multiplies_assign.hpp b/sprout/type_traits/has_multiplies_assign.hpp index 2e627ca4..02553b23 100644 --- a/sprout/type_traits/has_multiplies_assign.hpp +++ b/sprout/type_traits/has_multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_negate.hpp b/sprout/type_traits/has_negate.hpp index e79946e7..e24c37e3 100644 --- a/sprout/type_traits/has_negate.hpp +++ b/sprout/type_traits/has_negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_not_equal_to.hpp b/sprout/type_traits/has_not_equal_to.hpp index 446052be..4367b5db 100644 --- a/sprout/type_traits/has_not_equal_to.hpp +++ b/sprout/type_traits/has_not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_operator.hpp b/sprout/type_traits/has_operator.hpp index 803bd302..9825ada2 100644 --- a/sprout/type_traits/has_operator.hpp +++ b/sprout/type_traits/has_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_plus.hpp b/sprout/type_traits/has_plus.hpp index bafb62eb..25e126a4 100644 --- a/sprout/type_traits/has_plus.hpp +++ b/sprout/type_traits/has_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_plus_assign.hpp b/sprout/type_traits/has_plus_assign.hpp index 9488b614..b211fe85 100644 --- a/sprout/type_traits/has_plus_assign.hpp +++ b/sprout/type_traits/has_plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_posite.hpp b/sprout/type_traits/has_posite.hpp index 641e205a..0316dc7a 100644 --- a/sprout/type_traits/has_posite.hpp +++ b/sprout/type_traits/has_posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_post_decrement.hpp b/sprout/type_traits/has_post_decrement.hpp index 560b066b..da03ed2e 100644 --- a/sprout/type_traits/has_post_decrement.hpp +++ b/sprout/type_traits/has_post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_post_increment.hpp b/sprout/type_traits/has_post_increment.hpp index 2e22afba..ef855bc8 100644 --- a/sprout/type_traits/has_post_increment.hpp +++ b/sprout/type_traits/has_post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_pre_decrement.hpp b/sprout/type_traits/has_pre_decrement.hpp index 32519cb6..b73f1773 100644 --- a/sprout/type_traits/has_pre_decrement.hpp +++ b/sprout/type_traits/has_pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_pre_increment.hpp b/sprout/type_traits/has_pre_increment.hpp index a2e31b26..bf9a0e1f 100644 --- a/sprout/type_traits/has_pre_increment.hpp +++ b/sprout/type_traits/has_pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_reference_operator.hpp b/sprout/type_traits/has_reference_operator.hpp index 5fa10c45..a12a9e9f 100644 --- a/sprout/type_traits/has_reference_operator.hpp +++ b/sprout/type_traits/has_reference_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_right_shift.hpp b/sprout/type_traits/has_right_shift.hpp index a85a0bfd..6194d93b 100644 --- a/sprout/type_traits/has_right_shift.hpp +++ b/sprout/type_traits/has_right_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_right_shift_assign.hpp b/sprout/type_traits/has_right_shift_assign.hpp index f5d76ae4..911cd734 100644 --- a/sprout/type_traits/has_right_shift_assign.hpp +++ b/sprout/type_traits/has_right_shift_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_shift_left.hpp b/sprout/type_traits/has_shift_left.hpp index 4dfa0422..c42eaef3 100644 --- a/sprout/type_traits/has_shift_left.hpp +++ b/sprout/type_traits/has_shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_shift_left_assign.hpp b/sprout/type_traits/has_shift_left_assign.hpp index 6f1c2dc6..b02c79a4 100644 --- a/sprout/type_traits/has_shift_left_assign.hpp +++ b/sprout/type_traits/has_shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_shift_right.hpp b/sprout/type_traits/has_shift_right.hpp index 5583defe..8f86ed40 100644 --- a/sprout/type_traits/has_shift_right.hpp +++ b/sprout/type_traits/has_shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_shift_right_assign.hpp b/sprout/type_traits/has_shift_right_assign.hpp index eb51f958..71f11483 100644 --- a/sprout/type_traits/has_shift_right_assign.hpp +++ b/sprout/type_traits/has_shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_subscript.hpp b/sprout/type_traits/has_subscript.hpp index fe8bc66d..c403967f 100644 --- a/sprout/type_traits/has_subscript.hpp +++ b/sprout/type_traits/has_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_type.hpp b/sprout/type_traits/has_type.hpp index 3945bf07..6b5c6503 100644 --- a/sprout/type_traits/has_type.hpp +++ b/sprout/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_unary_minus.hpp b/sprout/type_traits/has_unary_minus.hpp index dac61d74..28a4d94e 100644 --- a/sprout/type_traits/has_unary_minus.hpp +++ b/sprout/type_traits/has_unary_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_unary_plus.hpp b/sprout/type_traits/has_unary_plus.hpp index 559197c7..4dd366cc 100644 --- a/sprout/type_traits/has_unary_plus.hpp +++ b/sprout/type_traits/has_unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_unique_object_representations.hpp b/sprout/type_traits/has_unique_object_representations.hpp index f79a63c9..29c7d5bc 100644 --- a/sprout/type_traits/has_unique_object_representations.hpp +++ b/sprout/type_traits/has_unique_object_representations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_value.hpp b/sprout/type_traits/has_value.hpp index 5881e283..70b159cc 100644 --- a/sprout/type_traits/has_value.hpp +++ b/sprout/type_traits/has_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_various_operator.hpp b/sprout/type_traits/has_various_operator.hpp index f0a71366..36dd8a78 100644 --- a/sprout/type_traits/has_various_operator.hpp +++ b/sprout/type_traits/has_various_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_virtual_destructor.hpp b/sprout/type_traits/has_virtual_destructor.hpp index c046c9ad..2846e59d 100644 --- a/sprout/type_traits/has_virtual_destructor.hpp +++ b/sprout/type_traits/has_virtual_destructor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_xxx.hpp b/sprout/type_traits/has_xxx.hpp index 11e01ff6..f98f43b6 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/identity.hpp b/sprout/type_traits/identity.hpp index 43427b1c..640d374c 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/inherit_if_type.hpp b/sprout/type_traits/inherit_if_type.hpp index f8a2fc43..89deea5a 100644 --- a/sprout/type_traits/inherit_if_type.hpp +++ b/sprout/type_traits/inherit_if_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/inherit_if_xxx.hpp b/sprout/type_traits/inherit_if_xxx.hpp index 8498ad44..73fcd267 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/integral_constant.hpp b/sprout/type_traits/integral_constant.hpp index 78e0e0eb..61d558d2 100644 --- a/sprout/type_traits/integral_constant.hpp +++ b/sprout/type_traits/integral_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/introspection.hpp b/sprout/type_traits/introspection.hpp index 80c650a4..de3adc28 100644 --- a/sprout/type_traits/introspection.hpp +++ b/sprout/type_traits/introspection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/invoke_result.hpp b/sprout/type_traits/invoke_result.hpp index 7aa1acb2..e3b92cc0 100644 --- a/sprout/type_traits/invoke_result.hpp +++ b/sprout/type_traits/invoke_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_abstract.hpp b/sprout/type_traits/is_abstract.hpp index 9f291019..d75373e8 100644 --- a/sprout/type_traits/is_abstract.hpp +++ b/sprout/type_traits/is_abstract.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_aggregate.hpp b/sprout/type_traits/is_aggregate.hpp index 0bf7ad06..eb0e600c 100644 --- a/sprout/type_traits/is_aggregate.hpp +++ b/sprout/type_traits/is_aggregate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_arithmetic.hpp b/sprout/type_traits/is_arithmetic.hpp index a236ae04..37c06564 100644 --- a/sprout/type_traits/is_arithmetic.hpp +++ b/sprout/type_traits/is_arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_array.hpp b/sprout/type_traits/is_array.hpp index bf498ec6..7f6eabf6 100644 --- a/sprout/type_traits/is_array.hpp +++ b/sprout/type_traits/is_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_assignable.hpp b/sprout/type_traits/is_assignable.hpp index 4bcf08e5..f46295df 100644 --- a/sprout/type_traits/is_assignable.hpp +++ b/sprout/type_traits/is_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_base_of.hpp b/sprout/type_traits/is_base_of.hpp index de14480f..ba82216d 100644 --- a/sprout/type_traits/is_base_of.hpp +++ b/sprout/type_traits/is_base_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_c_str.hpp b/sprout/type_traits/is_c_str.hpp index 6e235643..bd4a9784 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_char_type.hpp b/sprout/type_traits/is_char_type.hpp index 9399bec9..9efc746e 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_class.hpp b/sprout/type_traits/is_class.hpp index 230f08f9..06d34be3 100644 --- a/sprout/type_traits/is_class.hpp +++ b/sprout/type_traits/is_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_compound.hpp b/sprout/type_traits/is_compound.hpp index 73bbe0e2..3928fd7a 100644 --- a/sprout/type_traits/is_compound.hpp +++ b/sprout/type_traits/is_compound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_const.hpp b/sprout/type_traits/is_const.hpp index b7185121..80b3a0ae 100644 --- a/sprout/type_traits/is_const.hpp +++ b/sprout/type_traits/is_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_const_cast_convertible.hpp b/sprout/type_traits/is_const_cast_convertible.hpp index 86a81687..cb9ccffa 100644 --- a/sprout/type_traits/is_const_cast_convertible.hpp +++ b/sprout/type_traits/is_const_cast_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_const_unqualified.hpp b/sprout/type_traits/is_const_unqualified.hpp index a881b726..682728de 100644 --- a/sprout/type_traits/is_const_unqualified.hpp +++ b/sprout/type_traits/is_const_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_constructible.hpp b/sprout/type_traits/is_constructible.hpp index 6ff6f4e3..380587a5 100644 --- a/sprout/type_traits/is_constructible.hpp +++ b/sprout/type_traits/is_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_convert_constructible.hpp b/sprout/type_traits/is_convert_constructible.hpp index b29d2bcd..220d90d9 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_convertible.hpp b/sprout/type_traits/is_convertible.hpp index 642ea6f2..7ec22dc5 100644 --- a/sprout/type_traits/is_convertible.hpp +++ b/sprout/type_traits/is_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_copy_assignable.hpp b/sprout/type_traits/is_copy_assignable.hpp index b4390282..c8764540 100644 --- a/sprout/type_traits/is_copy_assignable.hpp +++ b/sprout/type_traits/is_copy_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_copy_constructible.hpp b/sprout/type_traits/is_copy_constructible.hpp index a22c650b..f347a9f4 100644 --- a/sprout/type_traits/is_copy_constructible.hpp +++ b/sprout/type_traits/is_copy_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_cv_unqualified.hpp b/sprout/type_traits/is_cv_unqualified.hpp index 3035cf5d..d03e2f1e 100644 --- a/sprout/type_traits/is_cv_unqualified.hpp +++ b/sprout/type_traits/is_cv_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_default_constructible.hpp b/sprout/type_traits/is_default_constructible.hpp index 594941a8..d4b3366c 100644 --- a/sprout/type_traits/is_default_constructible.hpp +++ b/sprout/type_traits/is_default_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_destructible.hpp b/sprout/type_traits/is_destructible.hpp index 48b254cc..103ce703 100644 --- a/sprout/type_traits/is_destructible.hpp +++ b/sprout/type_traits/is_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_empty.hpp b/sprout/type_traits/is_empty.hpp index 542478d2..c20b7ef7 100644 --- a/sprout/type_traits/is_empty.hpp +++ b/sprout/type_traits/is_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_enum.hpp b/sprout/type_traits/is_enum.hpp index 9de4a147..a2f21142 100644 --- a/sprout/type_traits/is_enum.hpp +++ b/sprout/type_traits/is_enum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_final.hpp b/sprout/type_traits/is_final.hpp index 856336e1..66c417fb 100644 --- a/sprout/type_traits/is_final.hpp +++ b/sprout/type_traits/is_final.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_floating_point.hpp b/sprout/type_traits/is_floating_point.hpp index 4663dad8..67f2b256 100644 --- a/sprout/type_traits/is_floating_point.hpp +++ b/sprout/type_traits/is_floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_function.hpp b/sprout/type_traits/is_function.hpp index 25465a4b..cffaf192 100644 --- a/sprout/type_traits/is_function.hpp +++ b/sprout/type_traits/is_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_fundamental.hpp b/sprout/type_traits/is_fundamental.hpp index 2263002e..8b13cd1b 100644 --- a/sprout/type_traits/is_fundamental.hpp +++ b/sprout/type_traits/is_fundamental.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_integral.hpp b/sprout/type_traits/is_integral.hpp index b6fdc019..b6aa357b 100644 --- a/sprout/type_traits/is_integral.hpp +++ b/sprout/type_traits/is_integral.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_invocable.hpp b/sprout/type_traits/is_invocable.hpp index 2104c0da..2fd3838e 100644 --- a/sprout/type_traits/is_invocable.hpp +++ b/sprout/type_traits/is_invocable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_invocable_r.hpp b/sprout/type_traits/is_invocable_r.hpp index 1fb57d62..3ea49624 100644 --- a/sprout/type_traits/is_invocable_r.hpp +++ b/sprout/type_traits/is_invocable_r.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_literal_type.hpp b/sprout/type_traits/is_literal_type.hpp index e380fc0f..062b15f4 100644 --- a/sprout/type_traits/is_literal_type.hpp +++ b/sprout/type_traits/is_literal_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_lvalue_reference.hpp b/sprout/type_traits/is_lvalue_reference.hpp index 40d6a780..e99f2172 100644 --- a/sprout/type_traits/is_lvalue_reference.hpp +++ b/sprout/type_traits/is_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_member_function_pointer.hpp b/sprout/type_traits/is_member_function_pointer.hpp index 5d4dade6..127ee508 100644 --- a/sprout/type_traits/is_member_function_pointer.hpp +++ b/sprout/type_traits/is_member_function_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_member_object_pointer.hpp b/sprout/type_traits/is_member_object_pointer.hpp index 4dcb05f3..d3ef0aaf 100644 --- a/sprout/type_traits/is_member_object_pointer.hpp +++ b/sprout/type_traits/is_member_object_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_member_pointer.hpp b/sprout/type_traits/is_member_pointer.hpp index 755b0aba..4aabfef1 100644 --- a/sprout/type_traits/is_member_pointer.hpp +++ b/sprout/type_traits/is_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_move_assignable.hpp b/sprout/type_traits/is_move_assignable.hpp index 53dee2e2..8d1321db 100644 --- a/sprout/type_traits/is_move_assignable.hpp +++ b/sprout/type_traits/is_move_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_move_constructible.hpp b/sprout/type_traits/is_move_constructible.hpp index 276edd2d..4f7c4a7f 100644 --- a/sprout/type_traits/is_move_constructible.hpp +++ b/sprout/type_traits/is_move_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_assignable.hpp b/sprout/type_traits/is_nothrow_assignable.hpp index 727dcbed..7bc0c48c 100644 --- a/sprout/type_traits/is_nothrow_assignable.hpp +++ b/sprout/type_traits/is_nothrow_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_constructible.hpp b/sprout/type_traits/is_nothrow_constructible.hpp index 6683a966..e1f039bf 100644 --- a/sprout/type_traits/is_nothrow_constructible.hpp +++ b/sprout/type_traits/is_nothrow_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_copy_assignable.hpp b/sprout/type_traits/is_nothrow_copy_assignable.hpp index 94bb9417..a40ab859 100644 --- a/sprout/type_traits/is_nothrow_copy_assignable.hpp +++ b/sprout/type_traits/is_nothrow_copy_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_copy_constructible.hpp b/sprout/type_traits/is_nothrow_copy_constructible.hpp index dd2b2860..7fa3561d 100644 --- a/sprout/type_traits/is_nothrow_copy_constructible.hpp +++ b/sprout/type_traits/is_nothrow_copy_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_default_constructible.hpp b/sprout/type_traits/is_nothrow_default_constructible.hpp index f195dea6..26c3584b 100644 --- a/sprout/type_traits/is_nothrow_default_constructible.hpp +++ b/sprout/type_traits/is_nothrow_default_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_destructible.hpp b/sprout/type_traits/is_nothrow_destructible.hpp index 6b55db7f..b11ad304 100644 --- a/sprout/type_traits/is_nothrow_destructible.hpp +++ b/sprout/type_traits/is_nothrow_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_invocable.hpp b/sprout/type_traits/is_nothrow_invocable.hpp index 30a78f66..16424b91 100644 --- a/sprout/type_traits/is_nothrow_invocable.hpp +++ b/sprout/type_traits/is_nothrow_invocable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_invocable_r.hpp b/sprout/type_traits/is_nothrow_invocable_r.hpp index 985d2c11..b5780d68 100644 --- a/sprout/type_traits/is_nothrow_invocable_r.hpp +++ b/sprout/type_traits/is_nothrow_invocable_r.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_move_assignable.hpp b/sprout/type_traits/is_nothrow_move_assignable.hpp index 31c44cbb..e189f6c9 100644 --- a/sprout/type_traits/is_nothrow_move_assignable.hpp +++ b/sprout/type_traits/is_nothrow_move_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_move_constructible.hpp b/sprout/type_traits/is_nothrow_move_constructible.hpp index d92062de..6226c9c5 100644 --- a/sprout/type_traits/is_nothrow_move_constructible.hpp +++ b/sprout/type_traits/is_nothrow_move_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_swappable.hpp b/sprout/type_traits/is_nothrow_swappable.hpp index bd716574..d941cf5f 100644 --- a/sprout/type_traits/is_nothrow_swappable.hpp +++ b/sprout/type_traits/is_nothrow_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nothrow_swappable_with.hpp b/sprout/type_traits/is_nothrow_swappable_with.hpp index d4c2e861..d0605145 100644 --- a/sprout/type_traits/is_nothrow_swappable_with.hpp +++ b/sprout/type_traits/is_nothrow_swappable_with.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_null_pointer.hpp b/sprout/type_traits/is_null_pointer.hpp index f1dd85a3..53b88f13 100644 --- a/sprout/type_traits/is_null_pointer.hpp +++ b/sprout/type_traits/is_null_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nullptr_cast.hpp b/sprout/type_traits/is_nullptr_cast.hpp index fb1a12a6..94aee556 100644 --- a/sprout/type_traits/is_nullptr_cast.hpp +++ b/sprout/type_traits/is_nullptr_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_object.hpp b/sprout/type_traits/is_object.hpp index f226af4b..1992fc97 100644 --- a/sprout/type_traits/is_object.hpp +++ b/sprout/type_traits/is_object.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_pod.hpp b/sprout/type_traits/is_pod.hpp index 36226969..d04b767e 100644 --- a/sprout/type_traits/is_pod.hpp +++ b/sprout/type_traits/is_pod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_pointer.hpp b/sprout/type_traits/is_pointer.hpp index 38e47b0c..1d23b706 100644 --- a/sprout/type_traits/is_pointer.hpp +++ b/sprout/type_traits/is_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_polymorphic.hpp b/sprout/type_traits/is_polymorphic.hpp index 9da753f0..c2e7bee7 100644 --- a/sprout/type_traits/is_polymorphic.hpp +++ b/sprout/type_traits/is_polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_reference.hpp b/sprout/type_traits/is_reference.hpp index 7fd0733f..66097903 100644 --- a/sprout/type_traits/is_reference.hpp +++ b/sprout/type_traits/is_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_rvalue_reference.hpp b/sprout/type_traits/is_rvalue_reference.hpp index 830bddb5..02506ed7 100644 --- a/sprout/type_traits/is_rvalue_reference.hpp +++ b/sprout/type_traits/is_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_same.hpp b/sprout/type_traits/is_same.hpp index 47ef2b4f..7ab11d8a 100644 --- a/sprout/type_traits/is_same.hpp +++ b/sprout/type_traits/is_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_scalar.hpp b/sprout/type_traits/is_scalar.hpp index e82a68f3..2d78537b 100644 --- a/sprout/type_traits/is_scalar.hpp +++ b/sprout/type_traits/is_scalar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_signed.hpp b/sprout/type_traits/is_signed.hpp index 26720d77..d1b202cd 100644 --- a/sprout/type_traits/is_signed.hpp +++ b/sprout/type_traits/is_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_sint.hpp b/sprout/type_traits/is_sint.hpp index 9b65d4c1..b1f388d3 100644 --- a/sprout/type_traits/is_sint.hpp +++ b/sprout/type_traits/is_sint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_standard_layout.hpp b/sprout/type_traits/is_standard_layout.hpp index 829759bd..92e7a717 100644 --- a/sprout/type_traits/is_standard_layout.hpp +++ b/sprout/type_traits/is_standard_layout.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_swappable.hpp b/sprout/type_traits/is_swappable.hpp index 79e175e6..f3f1d93e 100644 --- a/sprout/type_traits/is_swappable.hpp +++ b/sprout/type_traits/is_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_swappable_with.hpp b/sprout/type_traits/is_swappable_with.hpp index c971f189..83707fad 100644 --- a/sprout/type_traits/is_swappable_with.hpp +++ b/sprout/type_traits/is_swappable_with.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivial.hpp b/sprout/type_traits/is_trivial.hpp index 1da65f7e..d49aeb58 100644 --- a/sprout/type_traits/is_trivial.hpp +++ b/sprout/type_traits/is_trivial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_assignable.hpp b/sprout/type_traits/is_trivially_assignable.hpp index c5af0219..39b04fcc 100644 --- a/sprout/type_traits/is_trivially_assignable.hpp +++ b/sprout/type_traits/is_trivially_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_constructible.hpp b/sprout/type_traits/is_trivially_constructible.hpp index 4e17ffbb..5c36d93a 100644 --- a/sprout/type_traits/is_trivially_constructible.hpp +++ b/sprout/type_traits/is_trivially_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_copy_assignable.hpp b/sprout/type_traits/is_trivially_copy_assignable.hpp index ceefe0c0..318767e2 100644 --- a/sprout/type_traits/is_trivially_copy_assignable.hpp +++ b/sprout/type_traits/is_trivially_copy_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_copy_constructible.hpp b/sprout/type_traits/is_trivially_copy_constructible.hpp index 68f6d75f..ab3d0341 100644 --- a/sprout/type_traits/is_trivially_copy_constructible.hpp +++ b/sprout/type_traits/is_trivially_copy_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_copyable.hpp b/sprout/type_traits/is_trivially_copyable.hpp index 1a0efef1..faaf39f2 100644 --- a/sprout/type_traits/is_trivially_copyable.hpp +++ b/sprout/type_traits/is_trivially_copyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_default_constructible.hpp b/sprout/type_traits/is_trivially_default_constructible.hpp index 86e5450e..f3c14234 100644 --- a/sprout/type_traits/is_trivially_default_constructible.hpp +++ b/sprout/type_traits/is_trivially_default_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_destructible.hpp b/sprout/type_traits/is_trivially_destructible.hpp index baea15de..30b4e896 100644 --- a/sprout/type_traits/is_trivially_destructible.hpp +++ b/sprout/type_traits/is_trivially_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_move_assignable.hpp b/sprout/type_traits/is_trivially_move_assignable.hpp index 6ca11308..d3917e5f 100644 --- a/sprout/type_traits/is_trivially_move_assignable.hpp +++ b/sprout/type_traits/is_trivially_move_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_trivially_move_constructible.hpp b/sprout/type_traits/is_trivially_move_constructible.hpp index 9c0fac50..11ff0165 100644 --- a/sprout/type_traits/is_trivially_move_constructible.hpp +++ b/sprout/type_traits/is_trivially_move_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_uint.hpp b/sprout/type_traits/is_uint.hpp index 560f0c2e..ee5508c6 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_union.hpp b/sprout/type_traits/is_union.hpp index 5b3d1402..ef65a1a4 100644 --- a/sprout/type_traits/is_union.hpp +++ b/sprout/type_traits/is_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_unsigned.hpp b/sprout/type_traits/is_unsigned.hpp index ff804fb7..206fe3ea 100644 --- a/sprout/type_traits/is_unsigned.hpp +++ b/sprout/type_traits/is_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_upcast.hpp b/sprout/type_traits/is_upcast.hpp index 69a3a92c..4940bc6e 100644 --- a/sprout/type_traits/is_upcast.hpp +++ b/sprout/type_traits/is_upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_void.hpp b/sprout/type_traits/is_void.hpp index 660b3390..67a61736 100644 --- a/sprout/type_traits/is_void.hpp +++ b/sprout/type_traits/is_void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_volatile.hpp b/sprout/type_traits/is_volatile.hpp index aa78c1e5..547d0f2d 100644 --- a/sprout/type_traits/is_volatile.hpp +++ b/sprout/type_traits/is_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_volatile_unqualified.hpp b/sprout/type_traits/is_volatile_unqualified.hpp index b57d5007..78623e7e 100644 --- a/sprout/type_traits/is_volatile_unqualified.hpp +++ b/sprout/type_traits/is_volatile_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_within_namespace.hpp b/sprout/type_traits/is_within_namespace.hpp index 0c30ff04..00312879 100644 --- a/sprout/type_traits/is_within_namespace.hpp +++ b/sprout/type_traits/is_within_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_within_namespace_boost.hpp b/sprout/type_traits/is_within_namespace_boost.hpp index 7f2decce..a8b34ef5 100644 --- a/sprout/type_traits/is_within_namespace_boost.hpp +++ b/sprout/type_traits/is_within_namespace_boost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_within_namespace_sprout.hpp b/sprout/type_traits/is_within_namespace_sprout.hpp index 8a494cba..b24a3202 100644 --- a/sprout/type_traits/is_within_namespace_sprout.hpp +++ b/sprout/type_traits/is_within_namespace_sprout.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_within_namespace_std.hpp b/sprout/type_traits/is_within_namespace_std.hpp index f2e17645..e7796313 100644 --- a/sprout/type_traits/is_within_namespace_std.hpp +++ b/sprout/type_traits/is_within_namespace_std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_within_tag_namespace.hpp b/sprout/type_traits/is_within_tag_namespace.hpp index 893bfce8..8e8b1764 100644 --- a/sprout/type_traits/is_within_tag_namespace.hpp +++ b/sprout/type_traits/is_within_tag_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/logical.hpp b/sprout/type_traits/logical.hpp index cc83eb44..2ee71cc1 100644 --- a/sprout/type_traits/logical.hpp +++ b/sprout/type_traits/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/lvalue_reference.hpp b/sprout/type_traits/lvalue_reference.hpp index 2e43b495..3b7ab0f5 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/make_signed.hpp b/sprout/type_traits/make_signed.hpp index 63091138..2e8f0800 100644 --- a/sprout/type_traits/make_signed.hpp +++ b/sprout/type_traits/make_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/make_unsigned.hpp b/sprout/type_traits/make_unsigned.hpp index 626ef34f..7df1642d 100644 --- a/sprout/type_traits/make_unsigned.hpp +++ b/sprout/type_traits/make_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/negation.hpp b/sprout/type_traits/negation.hpp index 305f63ec..f1dddc0b 100644 --- a/sprout/type_traits/negation.hpp +++ b/sprout/type_traits/negation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/pointer_modification.hpp b/sprout/type_traits/pointer_modification.hpp index 148feb33..6db32962 100644 --- a/sprout/type_traits/pointer_modification.hpp +++ b/sprout/type_traits/pointer_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/property.hpp b/sprout/type_traits/property.hpp index 37406332..c8da6d3c 100644 --- a/sprout/type_traits/property.hpp +++ b/sprout/type_traits/property.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/property_query.hpp b/sprout/type_traits/property_query.hpp index ce681154..62d5a9a0 100644 --- a/sprout/type_traits/property_query.hpp +++ b/sprout/type_traits/property_query.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/rank.hpp b/sprout/type_traits/rank.hpp index fbac65cf..c11f1fa5 100644 --- a/sprout/type_traits/rank.hpp +++ b/sprout/type_traits/rank.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/ref_modification.hpp b/sprout/type_traits/ref_modification.hpp index 66dad800..560f0ab7 100644 --- a/sprout/type_traits/ref_modification.hpp +++ b/sprout/type_traits/ref_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/relationship.hpp b/sprout/type_traits/relationship.hpp index 8c3d2193..2860aa2c 100644 --- a/sprout/type_traits/relationship.hpp +++ b/sprout/type_traits/relationship.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_all_extents.hpp b/sprout/type_traits/remove_all_extents.hpp index 653b6030..6f74195b 100644 --- a/sprout/type_traits/remove_all_extents.hpp +++ b/sprout/type_traits/remove_all_extents.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_const.hpp b/sprout/type_traits/remove_const.hpp index 1c031acb..d005bbc8 100644 --- a/sprout/type_traits/remove_const.hpp +++ b/sprout/type_traits/remove_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_cv.hpp b/sprout/type_traits/remove_cv.hpp index cde6ad19..18936e89 100644 --- a/sprout/type_traits/remove_cv.hpp +++ b/sprout/type_traits/remove_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_cvref.hpp b/sprout/type_traits/remove_cvref.hpp index 76eaee33..32415d2d 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_extent.hpp b/sprout/type_traits/remove_extent.hpp index 63fc2f5a..bb1b5b09 100644 --- a/sprout/type_traits/remove_extent.hpp +++ b/sprout/type_traits/remove_extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_pointer.hpp b/sprout/type_traits/remove_pointer.hpp index 76d74bea..73b2b9cf 100644 --- a/sprout/type_traits/remove_pointer.hpp +++ b/sprout/type_traits/remove_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_reference.hpp b/sprout/type_traits/remove_reference.hpp index 1d8e652c..a3040c2d 100644 --- a/sprout/type_traits/remove_reference.hpp +++ b/sprout/type_traits/remove_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_const.hpp b/sprout/type_traits/remove_shallow_const.hpp index a8fada47..e1132c79 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_cv.hpp b/sprout/type_traits/remove_shallow_cv.hpp index 33421236..308a6bff 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_cvref.hpp b/sprout/type_traits/remove_shallow_cvref.hpp index 242e3953..07d403c7 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_volatile.hpp b/sprout/type_traits/remove_shallow_volatile.hpp index 7e885d36..143adde9 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_volatile.hpp b/sprout/type_traits/remove_volatile.hpp index f2ee05c3..0ad8a3b5 100644 --- a/sprout/type_traits/remove_volatile.hpp +++ b/sprout/type_traits/remove_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/result_of.hpp b/sprout/type_traits/result_of.hpp index c88c1540..0b69b91a 100644 --- a/sprout/type_traits/result_of.hpp +++ b/sprout/type_traits/result_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/sign_modification.hpp b/sprout/type_traits/sign_modification.hpp index d25c7be6..31f6fadf 100644 --- a/sprout/type_traits/sign_modification.hpp +++ b/sprout/type_traits/sign_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std.hpp b/sprout/type_traits/std.hpp index 350a5832..85bf6cee 100644 --- a/sprout/type_traits/std.hpp +++ b/sprout/type_traits/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_type_aliases.hpp b/sprout/type_traits/std_type_aliases.hpp index 39a8055c..071d0202 100644 --- a/sprout/type_traits/std_type_aliases.hpp +++ b/sprout/type_traits/std_type_aliases.hpp @@ -2,7 +2,7 @@ Copyright (c) 2011 osyo-manga http://d.hatena.ne.jp/osyo-manga/ - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_type_traits.hpp b/sprout/type_traits/std_type_traits.hpp index 3cafdf9e..03cf0262 100644 --- a/sprout/type_traits/std_type_traits.hpp +++ b/sprout/type_traits/std_type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_value_variables.hpp b/sprout/type_traits/std_value_variables.hpp index a4a48e85..a4c488ae 100644 --- a/sprout/type_traits/std_value_variables.hpp +++ b/sprout/type_traits/std_value_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/transformation.hpp b/sprout/type_traits/transformation.hpp index 408e9301..af479de5 100644 --- a/sprout/type_traits/transformation.hpp +++ b/sprout/type_traits/transformation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/underlying_type.hpp b/sprout/type_traits/underlying_type.hpp index 852236f8..ee1dd41b 100644 --- a/sprout/type_traits/underlying_type.hpp +++ b/sprout/type_traits/underlying_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/void_t.hpp b/sprout/type_traits/void_t.hpp index b856e380..5b42d4d5 100644 --- a/sprout/type_traits/void_t.hpp +++ b/sprout/type_traits/void_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/voider.hpp b/sprout/type_traits/voider.hpp index defeca78..c703115a 100644 --- a/sprout/type_traits/voider.hpp +++ b/sprout/type_traits/voider.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility.hpp b/sprout/utility.hpp index bd9d8ad3..9634b7b0 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/any_convertible.hpp b/sprout/utility/any_convertible.hpp index 68942882..7d0b6415 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/as_const.hpp b/sprout/utility/as_const.hpp index fc2decc9..b3566370 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/as_lvalue.hpp b/sprout/utility/as_lvalue.hpp index 33bb72e4..8ec09de6 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/as_non_const.hpp b/sprout/utility/as_non_const.hpp index 21d34efc..74957455 100644 --- a/sprout/utility/as_non_const.hpp +++ b/sprout/utility/as_non_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/cast.hpp b/sprout/utility/cast.hpp index 0e33a008..3f08b631 100644 --- a/sprout/utility/cast.hpp +++ b/sprout/utility/cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/compare_pointees.hpp b/sprout/utility/compare_pointees.hpp index 93a449fb..ca3b1738 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/comparison.hpp b/sprout/utility/comparison.hpp index d297f626..e0fbae4e 100644 --- a/sprout/utility/comparison.hpp +++ b/sprout/utility/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/dyn_cast.hpp b/sprout/utility/dyn_cast.hpp index 459ec4f8..007ae1b4 100644 --- a/sprout/utility/dyn_cast.hpp +++ b/sprout/utility/dyn_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/eat.hpp b/sprout/utility/eat.hpp index 6aa095c0..b46bd83f 100644 --- a/sprout/utility/eat.hpp +++ b/sprout/utility/eat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/enabler_if.hpp b/sprout/utility/enabler_if.hpp index 2523f94c..8830808b 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/exchange.hpp b/sprout/utility/exchange.hpp index 74c85eca..74579f3a 100644 --- a/sprout/utility/exchange.hpp +++ b/sprout/utility/exchange.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/fold.hpp b/sprout/utility/fold.hpp index 9b1f03ec..47d2f919 100644 --- a/sprout/utility/fold.hpp +++ b/sprout/utility/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/forward.hpp b/sprout/utility/forward.hpp index 099bfed7..071b6498 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/ignore_unused.hpp b/sprout/utility/ignore_unused.hpp index 55e265f3..a8603b73 100644 --- a/sprout/utility/ignore_unused.hpp +++ b/sprout/utility/ignore_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/implicit_cast.hpp b/sprout/utility/implicit_cast.hpp index a10b576a..f6c8df85 100644 --- a/sprout/utility/implicit_cast.hpp +++ b/sprout/utility/implicit_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/limited.hpp b/sprout/utility/limited.hpp index 6732338b..a33ad786 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/loop.hpp b/sprout/utility/loop.hpp index 80a53cb8..99dd5271 100644 --- a/sprout/utility/loop.hpp +++ b/sprout/utility/loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/lvalue_forward.hpp b/sprout/utility/lvalue_forward.hpp index 8a691fe6..406b7d00 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/move.hpp b/sprout/utility/move.hpp index 755b341a..98647ff3 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/noncopyable.hpp b/sprout/utility/noncopyable.hpp index fabd4996..98f2ce30 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/operation.hpp b/sprout/utility/operation.hpp index 3dd2bd3b..a8e2b2a3 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/operation_ext.hpp b/sprout/utility/operation_ext.hpp index c920170c..354c355f 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pack.hpp b/sprout/utility/pack.hpp index f3127780..dd03988e 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair.hpp b/sprout/utility/pair.hpp index 7cda7a68..b092750e 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/access.hpp b/sprout/utility/pair/access.hpp index b5900931..ad7429ce 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/comparison.hpp b/sprout/utility/pair/comparison.hpp index 6730eac8..4a3ec269 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/first.hpp b/sprout/utility/pair/first.hpp index 5603e5f7..c4c920de 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/hash.hpp b/sprout/utility/pair/hash.hpp index be226772..59300e38 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/make_pair.hpp b/sprout/utility/pair/make_pair.hpp index d342a619..f0266e62 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair.hpp b/sprout/utility/pair/pair.hpp index 8684fbd2..a72ff99f 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair_decl.hpp b/sprout/utility/pair/pair_decl.hpp index 13b1dcbc..b8935523 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair_fwd.hpp b/sprout/utility/pair/pair_fwd.hpp index d4bac62d..b88ae457 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/second.hpp b/sprout/utility/pair/second.hpp index 9d959352..737b2340 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/tuple.hpp b/sprout/utility/pair/tuple.hpp index 5c6e02f3..fdef3821 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pass_through.hpp b/sprout/utility/pass_through.hpp index c2952c95..fe1cc9a2 100644 --- a/sprout/utility/pass_through.hpp +++ b/sprout/utility/pass_through.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/reinter_cast.hpp b/sprout/utility/reinter_cast.hpp index b8f2364a..70a076db 100644 --- a/sprout/utility/reinter_cast.hpp +++ b/sprout/utility/reinter_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/rel_ops.hpp b/sprout/utility/rel_ops.hpp index aa111213..8f2ad0cf 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref.hpp b/sprout/utility/string_ref.hpp index 8d6f91d7..bc99560d 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view.hpp b/sprout/utility/string_view.hpp index e9b5ce37..c94459a9 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/alias.hpp b/sprout/utility/string_view/alias.hpp index 41ea55ad..81532ab6 100644 --- a/sprout/utility/string_view/alias.hpp +++ b/sprout/utility/string_view/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/comparison.hpp b/sprout/utility/string_view/comparison.hpp index 0997e8c9..0aba75ea 100644 --- a/sprout/utility/string_view/comparison.hpp +++ b/sprout/utility/string_view/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/conversion.hpp b/sprout/utility/string_view/conversion.hpp index 63126795..cef318f3 100644 --- a/sprout/utility/string_view/conversion.hpp +++ b/sprout/utility/string_view/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/from_string.hpp b/sprout/utility/string_view/from_string.hpp index 1aca3014..6b13ba46 100644 --- a/sprout/utility/string_view/from_string.hpp +++ b/sprout/utility/string_view/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/hash.hpp b/sprout/utility/string_view/hash.hpp index 218f4944..7639b759 100644 --- a/sprout/utility/string_view/hash.hpp +++ b/sprout/utility/string_view/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/io.hpp b/sprout/utility/string_view/io.hpp index 9a5f7ab8..711f0c4b 100644 --- a/sprout/utility/string_view/io.hpp +++ b/sprout/utility/string_view/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/literals.hpp b/sprout/utility/string_view/literals.hpp index 700cf35a..4893ea2b 100644 --- a/sprout/utility/string_view/literals.hpp +++ b/sprout/utility/string_view/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/string_ref.hpp b/sprout/utility/string_view/string_ref.hpp index b32731cf..dbb32760 100644 --- a/sprout/utility/string_view/string_ref.hpp +++ b/sprout/utility/string_view/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/string_to_float.hpp b/sprout/utility/string_view/string_to_float.hpp index 304eb108..00dd7c7b 100644 --- a/sprout/utility/string_view/string_to_float.hpp +++ b/sprout/utility/string_view/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/string_to_int.hpp b/sprout/utility/string_view/string_to_int.hpp index f008007a..947cc563 100644 --- a/sprout/utility/string_view/string_to_int.hpp +++ b/sprout/utility/string_view/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/string_view.hpp b/sprout/utility/string_view/string_view.hpp index 6e56feb3..0618b921 100644 --- a/sprout/utility/string_view/string_view.hpp +++ b/sprout/utility/string_view/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/string_view_fwd.hpp b/sprout/utility/string_view/string_view_fwd.hpp index cb98aada..d499eb5e 100644 --- a/sprout/utility/string_view/string_view_fwd.hpp +++ b/sprout/utility/string_view/string_view_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view/type_traits.hpp b/sprout/utility/string_view/type_traits.hpp index cb59d6fd..963829f0 100644 --- a/sprout/utility/string_view/type_traits.hpp +++ b/sprout/utility/string_view/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/swallow.hpp b/sprout/utility/swallow.hpp index cfe4717b..472b77d0 100644 --- a/sprout/utility/swallow.hpp +++ b/sprout/utility/swallow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/swap.hpp b/sprout/utility/swap.hpp index 3f7f8ec4..7ff29b00 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/unmove.hpp b/sprout/utility/unmove.hpp index 01c7255f..b48b9392 100644 --- a/sprout/utility/unmove.hpp +++ b/sprout/utility/unmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/until_loop.hpp b/sprout/utility/until_loop.hpp index c1a86f12..e0b15b36 100644 --- a/sprout/utility/until_loop.hpp +++ b/sprout/utility/until_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/upcast.hpp b/sprout/utility/upcast.hpp index f905ed1e..807b9115 100644 --- a/sprout/utility/upcast.hpp +++ b/sprout/utility/upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/use_default.hpp b/sprout/utility/use_default.hpp index 65f9b32c..e7b49e0f 100644 --- a/sprout/utility/use_default.hpp +++ b/sprout/utility/use_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder/get.hpp b/sprout/utility/value_holder/get.hpp index e6722f6b..da7a4167 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder/hash.hpp b/sprout/utility/value_holder/hash.hpp index 508bd7cf..0074f6f3 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/while_loop.hpp b/sprout/utility/while_loop.hpp index e827594d..cd1b7996 100644 --- a/sprout/utility/while_loop.hpp +++ b/sprout/utility/while_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid.hpp b/sprout/uuid.hpp index 4cd06325..d2c7b366 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/detail/table.hpp b/sprout/uuid/detail/table.hpp index cadef1c1..03b75eb8 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/generators.hpp b/sprout/uuid/generators.hpp index 9651bfff..d2514a4f 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/hash.hpp b/sprout/uuid/hash.hpp index 2ae16fee..8b7e55d0 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/io.hpp b/sprout/uuid/io.hpp index 0374ff40..4452e107 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/literals.hpp b/sprout/uuid/literals.hpp index dbadbfe0..728f330c 100644 --- a/sprout/uuid/literals.hpp +++ b/sprout/uuid/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/md5_name_generator.hpp b/sprout/uuid/md5_name_generator.hpp index 294e6a8a..412358a2 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/name_generator.hpp b/sprout/uuid/name_generator.hpp index 082d71e2..c38e2cc6 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/namespaces.hpp b/sprout/uuid/namespaces.hpp index 84f5b30d..1c5fad78 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/nil_generator.hpp b/sprout/uuid/nil_generator.hpp index 5f88c46d..93d0caf7 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/random_generator.hpp b/sprout/uuid/random_generator.hpp index 4c9d4db4..4baa004c 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/sha1_name_generator.hpp b/sprout/uuid/sha1_name_generator.hpp index 10c52d77..c2cbb383 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/string_generator.hpp b/sprout/uuid/string_generator.hpp index 8866b491..92aae7ec 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/tuple.hpp b/sprout/uuid/tuple.hpp index 6cc2183f..7ba170d9 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/uuid.hpp b/sprout/uuid/uuid.hpp index 8355419d..c1f57707 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray.hpp b/sprout/valarray.hpp index ae8b3ad4..9b0ccb07 100644 --- a/sprout/valarray.hpp +++ b/sprout/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/arithmetic.hpp b/sprout/valarray/arithmetic.hpp index 1d735723..a45f80ad 100644 --- a/sprout/valarray/arithmetic.hpp +++ b/sprout/valarray/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/bitwise.hpp b/sprout/valarray/bitwise.hpp index 7331776b..65a79d2b 100644 --- a/sprout/valarray/bitwise.hpp +++ b/sprout/valarray/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/comparison.hpp b/sprout/valarray/comparison.hpp index bc78cea8..16a021ac 100644 --- a/sprout/valarray/comparison.hpp +++ b/sprout/valarray/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/container.hpp b/sprout/valarray/container.hpp index bbb2097c..065615a5 100644 --- a/sprout/valarray/container.hpp +++ b/sprout/valarray/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/exponential.hpp b/sprout/valarray/exponential.hpp index 59d6ec2d..b7fa5512 100644 --- a/sprout/valarray/exponential.hpp +++ b/sprout/valarray/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/gslice_array.hpp b/sprout/valarray/gslice_array.hpp index abc243f4..990c90ab 100644 --- a/sprout/valarray/gslice_array.hpp +++ b/sprout/valarray/gslice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/hash.hpp b/sprout/valarray/hash.hpp index ba8c54aa..5d2ffa10 100644 --- a/sprout/valarray/hash.hpp +++ b/sprout/valarray/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/hyperbolic.hpp b/sprout/valarray/hyperbolic.hpp index ec699307..c7dba6bd 100644 --- a/sprout/valarray/hyperbolic.hpp +++ b/sprout/valarray/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/indirect_array.hpp b/sprout/valarray/indirect_array.hpp index c1cdf3c5..d11ba2cd 100644 --- a/sprout/valarray/indirect_array.hpp +++ b/sprout/valarray/indirect_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/logical.hpp b/sprout/valarray/logical.hpp index 67a9292f..760b0639 100644 --- a/sprout/valarray/logical.hpp +++ b/sprout/valarray/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/make_valarray.hpp b/sprout/valarray/make_valarray.hpp index 24bfde0f..f97cd457 100644 --- a/sprout/valarray/make_valarray.hpp +++ b/sprout/valarray/make_valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/mask_array.hpp b/sprout/valarray/mask_array.hpp index c1be40f5..ca1585ce 100644 --- a/sprout/valarray/mask_array.hpp +++ b/sprout/valarray/mask_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/power.hpp b/sprout/valarray/power.hpp index de25fdbc..448af941 100644 --- a/sprout/valarray/power.hpp +++ b/sprout/valarray/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/slice_array.hpp b/sprout/valarray/slice_array.hpp index 586ec1c3..062ff9c4 100644 --- a/sprout/valarray/slice_array.hpp +++ b/sprout/valarray/slice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/trigonometric.hpp b/sprout/valarray/trigonometric.hpp index 2ef7b352..2af31444 100644 --- a/sprout/valarray/trigonometric.hpp +++ b/sprout/valarray/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/tuple.hpp b/sprout/valarray/tuple.hpp index 92f6cbd0..f93c3dba 100644 --- a/sprout/valarray/tuple.hpp +++ b/sprout/valarray/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/type_traits.hpp b/sprout/valarray/type_traits.hpp index da14f33c..8f10387f 100644 --- a/sprout/valarray/type_traits.hpp +++ b/sprout/valarray/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/valarray.hpp b/sprout/valarray/valarray.hpp index ac285571..4fe21563 100644 --- a/sprout/valarray/valarray.hpp +++ b/sprout/valarray/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/valarray/valarray_fwd.hpp b/sprout/valarray/valarray_fwd.hpp index b6613606..4ed0a493 100644 --- a/sprout/valarray/valarray_fwd.hpp +++ b/sprout/valarray/valarray_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant.hpp b/sprout/variant.hpp index 3f3c2030..e19fce7c 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/apply_visitor.hpp b/sprout/variant/apply_visitor.hpp index de9fb7b6..6c2c7316 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/as_variant_visitor.hpp b/sprout/variant/as_variant_visitor.hpp index cc07eed2..18bbd7cd 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/as_visitor.hpp b/sprout/variant/as_visitor.hpp index 15dff0d2..ca7ebcb6 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/get.hpp b/sprout/variant/get.hpp index 3b105ab7..83135e43 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/hash.hpp b/sprout/variant/hash.hpp index 14b3c9ce..8e7e6735 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/io.hpp b/sprout/variant/io.hpp index 7d211ac1..9ddc8909 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/static_variant_visitor.hpp b/sprout/variant/static_variant_visitor.hpp index 8644017a..81a23366 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/static_visitor.hpp b/sprout/variant/static_visitor.hpp index 5c67040d..02064b39 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/tuple.hpp b/sprout/variant/tuple.hpp index a7fba54f..3bac7046 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/type_traits.hpp b/sprout/variant/type_traits.hpp index 6289c348..165142bd 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/variant.hpp b/sprout/variant/variant.hpp index 33d5ccf4..f8917a6b 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/variant_fwd.hpp b/sprout/variant/variant_fwd.hpp index 424f19f0..493b376e 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/visitor_result.hpp b/sprout/variant/visitor_result.hpp index b57a94aa..800239d6 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/version.hpp b/sprout/version.hpp index edd9fcf9..738f8c7d 100644 --- a/sprout/version.hpp +++ b/sprout/version.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -14,6 +14,6 @@ // SPROUT_VERSION_YYYYMMDD // (yyyyMMdd) // -#define SPROUT_VERSION_YYYYMMDD 20181230 +#define SPROUT_VERSION_YYYYMMDD 20190107 #endif // #ifndef SPROUT_VERSION_HPP diff --git a/sprout/weed.hpp b/sprout/weed.hpp index b8502e29..a01d3d97 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv.hpp b/sprout/weed/attr_cnv.hpp index e6028267..8ba0837b 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/bitwise_or.hpp b/sprout/weed/attr_cnv/bitwise_or.hpp index 31ba443f..8de59f99 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/mem_ptr.hpp b/sprout/weed/attr_cnv/mem_ptr.hpp index 39a63d2d..2d3837f9 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/modulus.hpp b/sprout/weed/attr_cnv/modulus.hpp index 46a57113..0e9d183c 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/negate.hpp b/sprout/weed/attr_cnv/negate.hpp index 3080d849..18f51c54 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results.hpp b/sprout/weed/attr_cnv/results.hpp index e67d1279..2220c827 100644 --- a/sprout/weed/attr_cnv/results.hpp +++ b/sprout/weed/attr_cnv/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/bitwise_or.hpp b/sprout/weed/attr_cnv/results/bitwise_or.hpp index 327ae5f7..6e23a74d 100644 --- a/sprout/weed/attr_cnv/results/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/results/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/mem_ptr.hpp b/sprout/weed/attr_cnv/results/mem_ptr.hpp index 20126a74..8897d7cb 100644 --- a/sprout/weed/attr_cnv/results/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/results/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/modulus.hpp b/sprout/weed/attr_cnv/results/modulus.hpp index 936e8db5..72584ecf 100644 --- a/sprout/weed/attr_cnv/results/modulus.hpp +++ b/sprout/weed/attr_cnv/results/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/negate.hpp b/sprout/weed/attr_cnv/results/negate.hpp index 319d1f0b..a3871d5f 100644 --- a/sprout/weed/attr_cnv/results/negate.hpp +++ b/sprout/weed/attr_cnv/results/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/shift_left.hpp b/sprout/weed/attr_cnv/results/shift_left.hpp index bc00bceb..a7659749 100644 --- a/sprout/weed/attr_cnv/results/shift_left.hpp +++ b/sprout/weed/attr_cnv/results/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/times.hpp b/sprout/weed/attr_cnv/results/times.hpp index a7b4050c..646ab982 100644 --- a/sprout/weed/attr_cnv/results/times.hpp +++ b/sprout/weed/attr_cnv/results/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/shift_left.hpp b/sprout/weed/attr_cnv/shift_left.hpp index 372622dd..4749c5c0 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/times.hpp b/sprout/weed/attr_cnv/times.hpp index b80a3aac..da10a109 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context.hpp b/sprout/weed/context.hpp index 34350378..1a7c5c96 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context.hpp b/sprout/weed/context/parse_context.hpp index 40fc2885..a3e1bb6e 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator.hpp b/sprout/weed/context/parse_context/operator.hpp index ab00fc5e..0e0395b4 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/address_of.hpp b/sprout/weed/context/parse_context/operator/address_of.hpp index de8ac750..a47f0721 100644 --- a/sprout/weed/context/parse_context/operator/address_of.hpp +++ b/sprout/weed/context/parse_context/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/bitwise_or.hpp b/sprout/weed/context/parse_context/operator/bitwise_or.hpp index 1bc28137..af467242 100644 --- a/sprout/weed/context/parse_context/operator/bitwise_or.hpp +++ b/sprout/weed/context/parse_context/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/dereference.hpp b/sprout/weed/context/parse_context/operator/dereference.hpp index c2b20afb..5aa4577b 100644 --- a/sprout/weed/context/parse_context/operator/dereference.hpp +++ b/sprout/weed/context/parse_context/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/logical_not.hpp b/sprout/weed/context/parse_context/operator/logical_not.hpp index 1d91484f..878f5185 100644 --- a/sprout/weed/context/parse_context/operator/logical_not.hpp +++ b/sprout/weed/context/parse_context/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/mem_ptr.hpp b/sprout/weed/context/parse_context/operator/mem_ptr.hpp index ecceebe8..43802b30 100644 --- a/sprout/weed/context/parse_context/operator/mem_ptr.hpp +++ b/sprout/weed/context/parse_context/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/minus.hpp b/sprout/weed/context/parse_context/operator/minus.hpp index 341e2b50..f56b406f 100644 --- a/sprout/weed/context/parse_context/operator/minus.hpp +++ b/sprout/weed/context/parse_context/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/modulus.hpp b/sprout/weed/context/parse_context/operator/modulus.hpp index 612107ef..1f549e95 100644 --- a/sprout/weed/context/parse_context/operator/modulus.hpp +++ b/sprout/weed/context/parse_context/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/negate.hpp b/sprout/weed/context/parse_context/operator/negate.hpp index eb61949c..6c994d48 100644 --- a/sprout/weed/context/parse_context/operator/negate.hpp +++ b/sprout/weed/context/parse_context/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/shift_left.hpp b/sprout/weed/context/parse_context/operator/shift_left.hpp index ff43122b..85158a32 100644 --- a/sprout/weed/context/parse_context/operator/shift_left.hpp +++ b/sprout/weed/context/parse_context/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/unary_plus.hpp b/sprout/weed/context/parse_context/operator/unary_plus.hpp index 02b7adf6..b6be7700 100644 --- a/sprout/weed/context/parse_context/operator/unary_plus.hpp +++ b/sprout/weed/context/parse_context/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal.hpp b/sprout/weed/context/parse_context/terminal.hpp index 075a9b9c..ede2478b 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/char_type.hpp b/sprout/weed/context/parse_context/terminal/char_type.hpp index 17ccbe10..76107d12 100644 --- a/sprout/weed/context/parse_context/terminal/char_type.hpp +++ b/sprout/weed/context/parse_context/terminal/char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/parser.hpp b/sprout/weed/context/parse_context/terminal/parser.hpp index e04f3721..6dc899e4 100644 --- a/sprout/weed/context/parse_context/terminal/parser.hpp +++ b/sprout/weed/context/parse_context/terminal/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/string.hpp b/sprout/weed/context/parse_context/terminal/string.hpp index c7de1db5..231a1f47 100644 --- a/sprout/weed/context/parse_context/terminal/string.hpp +++ b/sprout/weed/context/parse_context/terminal/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context_fwd.hpp b/sprout/weed/context/parse_context_fwd.hpp index 42dcbcaa..75433a5d 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/bdigits.hpp b/sprout/weed/detail/bdigits.hpp index a1aec657..a18841e8 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/c_str_as_string.hpp b/sprout/weed/detail/c_str_as_string.hpp index cceb5e7c..620d920b 100644 --- a/sprout/weed/detail/c_str_as_string.hpp +++ b/sprout/weed/detail/c_str_as_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/digits.hpp b/sprout/weed/detail/digits.hpp index 3136002c..8c76c4ce 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/find_character_set.hpp b/sprout/weed/detail/find_character_set.hpp index 1b9c0af6..8f4b3f90 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_both_tuple.hpp b/sprout/weed/detail/is_both_tuple.hpp index af074475..c7bdf7dc 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_both_unused.hpp b/sprout/weed/detail/is_both_unused.hpp index 2e177690..71daaa3b 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_container_and_elem.hpp b/sprout/weed/detail/is_container_and_elem.hpp index dedaea3f..4923d49e 100644 --- a/sprout/weed/detail/is_container_and_elem.hpp +++ b/sprout/weed/detail/is_container_and_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_different_elem.hpp b/sprout/weed/detail/is_different_elem.hpp index 70fc2af7..717ae10b 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_container.hpp b/sprout/weed/detail/is_elem_and_container.hpp index 0e5892c7..01ed5a2b 100644 --- a/sprout/weed/detail/is_elem_and_container.hpp +++ b/sprout/weed/detail/is_elem_and_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_tuple.hpp b/sprout/weed/detail/is_elem_and_tuple.hpp index afd14fc5..1ca77ae4 100644 --- a/sprout/weed/detail/is_elem_and_tuple.hpp +++ b/sprout/weed/detail/is_elem_and_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_unused.hpp b/sprout/weed/detail/is_elem_and_unused.hpp index 278002ae..a90700f0 100644 --- a/sprout/weed/detail/is_elem_and_unused.hpp +++ b/sprout/weed/detail/is_elem_and_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_same_container.hpp b/sprout/weed/detail/is_same_container.hpp index 74f06ced..2d1ce134 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_same_elem.hpp b/sprout/weed/detail/is_same_elem.hpp index c44211fc..eb781d7b 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_tuple_and_elem.hpp b/sprout/weed/detail/is_tuple_and_elem.hpp index 5017db23..388e964d 100644 --- a/sprout/weed/detail/is_tuple_and_elem.hpp +++ b/sprout/weed/detail/is_tuple_and_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_unused_and_elem.hpp b/sprout/weed/detail/is_unused_and_elem.hpp index af94795d..a4167ed1 100644 --- a/sprout/weed/detail/is_unused_and_elem.hpp +++ b/sprout/weed/detail/is_unused_and_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/ndigits.hpp b/sprout/weed/detail/ndigits.hpp index 61ff66b4..cbfc33e9 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/odigits.hpp b/sprout/weed/detail/odigits.hpp index fcae1253..3a33d945 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/xdigits.hpp b/sprout/weed/detail/xdigits.hpp index c2856cef..a8a4ad30 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/eval_result.hpp b/sprout/weed/eval_result.hpp index 7b55c605..2e898a32 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr.hpp b/sprout/weed/expr.hpp index d817f818..af5ef9ee 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/eval.hpp b/sprout/weed/expr/eval.hpp index 72b0b42a..fcd92284 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/expr.hpp b/sprout/weed/expr/expr.hpp index 19ed860e..0e5b7615 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/expr_fwd.hpp b/sprout/weed/expr/expr_fwd.hpp index ce0d7e95..0734a2d4 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_expr.hpp b/sprout/weed/expr/make_expr.hpp index e915577a..709fcd59 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_terminal.hpp b/sprout/weed/expr/make_terminal.hpp index b8c5ab23..8933f8fc 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_terminal_or_expr.hpp b/sprout/weed/expr/make_terminal_or_expr.hpp index 997b8f2c..ec53231e 100644 --- a/sprout/weed/expr/make_terminal_or_expr.hpp +++ b/sprout/weed/expr/make_terminal_or_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/tag.hpp b/sprout/weed/expr/tag.hpp index 57d84d26..f2872e86 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/limited.hpp b/sprout/weed/limited.hpp index 82727471..25b31b8a 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator.hpp b/sprout/weed/operator.hpp index 1b0a17ad..d727e095 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/address_of.hpp b/sprout/weed/operator/address_of.hpp index 7e873ce2..18f1b2fe 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/bitwise_or.hpp b/sprout/weed/operator/bitwise_or.hpp index 40b607d1..4380ad45 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/dereference.hpp b/sprout/weed/operator/dereference.hpp index fe89e1d4..d7c162bd 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/logical_not.hpp b/sprout/weed/operator/logical_not.hpp index a96c6525..6d35ae92 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/mem_ptr.hpp b/sprout/weed/operator/mem_ptr.hpp index b89b9675..787e3368 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/minus.hpp b/sprout/weed/operator/minus.hpp index 8907ec1f..d5ddb82a 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/modulus.hpp b/sprout/weed/operator/modulus.hpp index 6d58e2f8..1c4ae020 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/negate.hpp b/sprout/weed/operator/negate.hpp index 9f2325e6..8c97fe31 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/shift_left.hpp b/sprout/weed/operator/shift_left.hpp index 6b86ee26..6c41ffe9 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/unary_plus.hpp b/sprout/weed/operator/unary_plus.hpp index 9b2bb205..9f741727 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parse.hpp b/sprout/weed/parse.hpp index c2c94143..e92a66c3 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser.hpp b/sprout/weed/parser.hpp index a9da67be..aa050b68 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary.hpp b/sprout/weed/parser/auxiliary.hpp index d2dd9a69..eea25d8f 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eoi.hpp b/sprout/weed/parser/auxiliary/eoi.hpp index bb9351fd..c8862841 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eol.hpp b/sprout/weed/parser/auxiliary/eol.hpp index 11039bc9..59abcff2 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eps.hpp b/sprout/weed/parser/auxiliary/eps.hpp index 7a673228..3d25e2c5 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char.hpp b/sprout/weed/parser/char.hpp index fb08c78b..297c2159 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char/char.hpp b/sprout/weed/parser/char/char.hpp index 10e3573b..8aeda6ce 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char/char_class.hpp b/sprout/weed/parser/char/char_class.hpp index 133f09ee..3a137a68 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive.hpp b/sprout/weed/parser/directive.hpp index bcb81e2a..463fdc8e 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/as_array.hpp b/sprout/weed/parser/directive/as_array.hpp index faf0d087..80653802 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/as_tuple.hpp b/sprout/weed/parser/directive/as_tuple.hpp index fbb1b99d..5af3eec2 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/omit.hpp b/sprout/weed/parser/directive/omit.hpp index 26e38fc3..deadbbfd 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/repeat.hpp b/sprout/weed/parser/directive/repeat.hpp index 3dcac820..745a78de 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/replace.hpp b/sprout/weed/parser/directive/replace.hpp index 96f06dd0..418950f4 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/lim.hpp b/sprout/weed/parser/lim.hpp index 4ee7d79a..68cbce14 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/lit.hpp b/sprout/weed/parser/lit.hpp index 3663cf7c..ac2aaa97 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric.hpp b/sprout/weed/parser/numeric.hpp index 50778855..47377bd0 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/bin.hpp b/sprout/weed/parser/numeric/bin.hpp index ea03ca86..0167dee9 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/hex.hpp b/sprout/weed/parser/numeric/hex.hpp index c2799211..ca345297 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/int.hpp b/sprout/weed/parser/numeric/int.hpp index 3d7ebd34..fe4760a1 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/int_p.hpp b/sprout/weed/parser/numeric/int_p.hpp index d60fdd16..4280be07 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/oct.hpp b/sprout/weed/parser/numeric/oct.hpp index 94738edd..e9eb4335 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/uint.hpp b/sprout/weed/parser/numeric/uint.hpp index 6e0e3c94..2cf3e56c 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/uint_p.hpp b/sprout/weed/parser/numeric/uint_p.hpp index ca1d9490..2ca693f2 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/parser_base.hpp b/sprout/weed/parser/parser_base.hpp index 66779278..812fed9d 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/string.hpp b/sprout/weed/parser/string.hpp index f8e847ad..25887131 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/string/string.hpp b/sprout/weed/parser/string/string.hpp index 8266b04f..9771ef9f 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser_result.hpp b/sprout/weed/parser_result.hpp index 0451969b..a58b5282 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits.hpp b/sprout/weed/traits.hpp index f720560f..749c8bc7 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr.hpp b/sprout/weed/traits/expr.hpp index 025c7250..4f873c52 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/expr_of.hpp b/sprout/weed/traits/expr/expr_of.hpp index a381e420..6127f840 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/is_expr.hpp b/sprout/weed/traits/expr/is_expr.hpp index 18d9ca96..218f64cf 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/tag_of.hpp b/sprout/weed/traits/expr/tag_of.hpp index 4ae1e5c7..ad3f57b2 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/terminal_of.hpp b/sprout/weed/traits/expr/terminal_of.hpp index 00fec588..ce1bf1d4 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/terminal_or_expr_of.hpp b/sprout/weed/traits/expr/terminal_or_expr_of.hpp index fe67d82c..543442f8 100644 --- a/sprout/weed/traits/expr/terminal_or_expr_of.hpp +++ b/sprout/weed/traits/expr/terminal_or_expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser.hpp b/sprout/weed/traits/parser.hpp index 48bfc677..ede18412 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/attribute_of.hpp b/sprout/weed/traits/parser/attribute_of.hpp index 394be379..e4d8fec6 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/is_parser.hpp b/sprout/weed/traits/parser/is_parser.hpp index 30a21fc1..63072985 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/limit_of.hpp b/sprout/weed/traits/parser/limit_of.hpp index e9f20948..f4e6d247 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type.hpp b/sprout/weed/traits/type.hpp index 0586c82e..54488b47 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_c_str.hpp b/sprout/weed/traits/type/is_c_str.hpp index 70c65ab9..9d975c0e 100644 --- a/sprout/weed/traits/type/is_c_str.hpp +++ b/sprout/weed/traits/type/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_char_type.hpp b/sprout/weed/traits/type/is_char_type.hpp index fd631bbc..d7cfc67b 100644 --- a/sprout/weed/traits/type/is_char_type.hpp +++ b/sprout/weed/traits/type/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_container.hpp b/sprout/weed/traits/type/is_container.hpp index dabe8c60..b2310aa4 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_string.hpp b/sprout/weed/traits/type/is_string.hpp index cd050942..7ec3fe33 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_tuple.hpp b/sprout/weed/traits/type/is_tuple.hpp index 977b1cfe..0a5dd704 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_unused.hpp b/sprout/weed/traits/type/is_unused.hpp index 3648f979..3d2a4165 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/unused.hpp b/sprout/weed/unused.hpp index a00e0835..8a635d3c 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround.hpp b/sprout/workaround.hpp index cc32f6d7..51ef409c 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/base_class_construct.hpp b/sprout/workaround/base_class_construct.hpp index fa3d3a16..84a9029b 100644 --- a/sprout/workaround/base_class_construct.hpp +++ b/sprout/workaround/base_class_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/detail/uniform_int_distribution.hpp b/sprout/workaround/detail/uniform_int_distribution.hpp index 03dc4599..1970b140 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/enable_if_with_array.hpp b/sprout/workaround/enable_if_with_array.hpp index affdc2f4..6251bf28 100644 --- a/sprout/workaround/enable_if_with_array.hpp +++ b/sprout/workaround/enable_if_with_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/recursive_function_template.hpp b/sprout/workaround/recursive_function_template.hpp index 41254379..4d4e56f1 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/std/cstddef.hpp b/sprout/workaround/std/cstddef.hpp index 9f5ae9dc..1ff9e7e1 100644 --- a/sprout/workaround/std/cstddef.hpp +++ b/sprout/workaround/std/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/algorithm.hpp b/testspr/algorithm.hpp index f9dc4e06..a5da016b 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 83f178ed..3fdb2c73 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 03651bdb..547bb8ce 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 7ef13aa4..a97aa5c7 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 34c3dac6..c48d2133 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 035a5081..63d4dd09 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 6688abfc..cae57f33 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 8a04524a..b221a19e 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/singleton.hpp b/testspr/singleton.hpp index bf38edad..88cedb05 100644 --- a/testspr/singleton.hpp +++ b/testspr/singleton.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 e8e775d5..c0c10819 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 1ee1321b..da731d56 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/trace.hpp b/testspr/trace.hpp index 610d68f7..099aa6e3 100644 --- a/testspr/trace.hpp +++ b/testspr/trace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 3541a399..a778985e 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/utility.hpp b/testspr/utility.hpp index 5ce8267b..185a35bb 100644 --- a/testspr/utility.hpp +++ b/testspr/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 f618e798..a6c9767d 100644 --- a/tools/compost/wavconv.cpp +++ b/tools/compost/wavconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 761c7a73..eb5182f9 100644 --- a/tools/compost/wave_io.hpp +++ b/tools/compost/wave_io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 ea0251af..3d345cd7 100644 --- a/tools/darkroom/darkcult.cpp +++ b/tools/darkroom/darkcult.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 8a58b761..e885a349 100755 --- a/tools/darkroom/darkcult.py +++ b/tools/darkroom/darkcult.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2018 Bolero MURAKAMI +# Copyright (c) 2011-2019 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 439e74e2..b8b56c26 100755 --- a/tools/darkroom/darkcult.sh +++ b/tools/darkroom/darkcult.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2018 Bolero MURAKAMI +# Copyright (c) 2011-2019 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 b5a974b9..4f894fc6 100644 --- a/tools/darkroom/texconv.cpp +++ b/tools/darkroom/texconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 aa8259ab..9ed5dcfd 100644 --- a/tools/files/filegraph.cpp +++ b/tools/files/filegraph.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 172380a9..44d22bc1 100644 --- a/tools/sprig/algorithm/string.hpp +++ b/tools/sprig/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 2bdd44c9..d73fc54f 100644 --- a/tools/sprig/algorithm/string/find.hpp +++ b/tools/sprig/algorithm/string/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 4ee0d958..7ebd33b0 100644 --- a/tools/sprig/algorithm/string/find_between.hpp +++ b/tools/sprig/algorithm/string/find_between.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 528b4637..41fb1f6c 100644 --- a/tools/sprig/algorithm/string/find_skip.hpp +++ b/tools/sprig/algorithm/string/find_skip.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c7d98868..7a480052 100644 --- a/tools/sprig/graph/back_edge_recorder.hpp +++ b/tools/sprig/graph/back_edge_recorder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c84054d9..f755feb1 100644 --- a/tools/sprig/graph/depth_first_search.hpp +++ b/tools/sprig/graph/depth_first_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 3131d7de..15c8d78a 100644 --- a/tools/testspr/test.cpp +++ b/tools/testspr/test.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2018 Bolero MURAKAMI + Copyright (c) 2011-2019 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 c4052617..b7c63703 100644 --- a/tools/testspr/test.py +++ b/tools/testspr/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2018 Bolero MURAKAMI +# Copyright (c) 2011-2019 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 d0c67e4c..e1651c43 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2018 Bolero MURAKAMI +# Copyright (c) 2011-2019 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying