diff --git a/README.rst b/README.rst index 698a310f..e2ba999a 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,8 @@ Supported Compilers Linux: -* GCC, C++11/14/17(1z) mode: 4.7.0~4.7.4, 4.8.0~4.8.5, 4.9.0~4.9.4, 5.1.0~5.4.0, 6.1.0~6.4.0, 7.1.0~7.2.0 -* Clang, C++11/14/17(1z) mode: 3.2, 3.3, 3.4~3.4.2, 3.5.0~3.5.1, 3.6.0~3.6.2, 3.7.0~3.7.1, 3.8.0~3.8.1, 3.9.0~3.9.1, 4.0.0~4.0.1, 5.0.0 +* GCC, C++11/14/17 mode: 4.7.0~4.7.4, 4.8.0~4.8.5, 4.9.0~4.9.4, 5.1.0~5.5.0, 6.1.0~6.5.0, 7.1.0~7.4.0 8.1.0~8.2.0 +* Clang, C++11/14/17 mode: 3.2, 3.3, 3.4~3.4.2, 3.5.0~3.5.1, 3.6.0~3.6.2, 3.7.0~3.7.1, 3.8.0~3.8.1, 3.9.0~3.9.1, 4.0.0~4.0.1, 5.0.0~5.0.2, 6.0.0~6.0.1, 7.0.0 ******************************************************************************* Author @@ -49,7 +49,7 @@ Author Copyrights ******************************************************************************* -| Copyright (C) 2011-2017 Bolero MURAKAMI. +| Copyright (C) 2011-2018 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 28ae9477..1092bb46 100644 --- a/example/brainfuck/x86_compile.cpp +++ b/example/brainfuck/x86_compile.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 508837ee..05a4addf 100644 --- a/example/csv/main.cpp +++ b/example/csv/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ed37f407..495d1d1c 100644 --- a/example/darkroom/two_spheres.hpp +++ b/example/darkroom/two_spheres.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 342e9c77..bd321ce2 100644 --- a/example/hanoi/main.cpp +++ b/example/hanoi/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5da39a57..55c1ae72 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 54ebe28f..0336e9b4 100644 --- a/example/lifegame/main.cpp +++ b/example/lifegame/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ab646edd..c617021a 100644 --- a/example/perceptron/g3.cpp +++ b/example/perceptron/g3.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 925e564f..ddb998bf 100644 --- a/example/zundoko/main.cpp +++ b/example/zundoko/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 809a5446..b4303415 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7103f698..03fc2aea 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 65c968c4..e714c09c 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d41211b9..5b17bc72 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 892e3f55..e97060ad 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a31c058..5836e5af 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7a8db60f..a5fa9745 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78810814..9f198dd1 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b1fb568f..483fa5a7 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5fe4a594..1a1d79b5 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 08b6cb99..a28a56a5 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41569783..a706863a 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85d02421..753c04bc 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93318c5e..aa4233db 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b16264ac..c8f1895f 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9115a058..09df20c3 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3eb14d3b..6b40be4d 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d4eacf23..bd7ab64d 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6b33f8d..00c04a55 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41d7c4ca..08665f61 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa4652fc..8e9678ff 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 06b6311f..7b494726 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64fb64e1..bf34427b 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f63ff5f4..07048626 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e21d94e8..f8e53ea3 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2ae72b8f..786d8fde 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b735f05b..78e04878 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f528b706..9c4ecfb2 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ed951cf..df497292 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ca051534..ad3662d1 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 73a9c45a..0065d236 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11386559..b200efab 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 46d5a135..df6ec4d8 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d856079c..2471c185 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 179fca0e..0dbd30d8 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6bc626a7..fd617e95 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 14c0ab2c..421c1bd9 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba4ea4ea..801c45e0 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2aa27b4f..52daf28b 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 004d56a2..fd68e0cb 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e29617c..dbb7c91a 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9b0ee01..5df8bdd3 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a2294d7..b3cdf611 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc17ac47..bb4dafae 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a626939b..59132eab 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 254e513d..0915ab03 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6100b89..83289481 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 267b9faa..4b328c3b 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0a3e26ff..a2f1d316 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 caaa0d21..d6aac3df 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e008c390..61ae9a37 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67ae673e..6aca5d4d 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 381baccb..e8c5537e 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a0ba0015..b330a871 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13b2aa07..1ee03e9d 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5707c970..f2149457 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c4e9fbe..badf1177 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b181153d..0196e668 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7ccec64..6748d229 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a718bc37..1d267b5d 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87a8f032..7a5e5efc 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cca7a5d6..bf9d5c61 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1737ddb..bb8a8403 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3680a2de..7192d099 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9dd8583..79d4f13d 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b404684c..0d38bf86 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e74b6b21..e3593abb 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b50474b2..c9bce68d 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 77df5526..2592ee84 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4fad3bf1..5769a2df 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9eeaaac2..0e090bcb 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfee1e2b..1dc838c7 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0ce176cc..29164e47 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bc99f35c..b3f3e754 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e58f6f2b..c9edd691 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4734cc71..ba09012c 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e0c580a..7828e24f 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2e9f922..db9f29f4 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b9a15f5..c4c61321 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c1a32f2..afe9b66d 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d8e54dc9..ce728bf3 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 daa9947f..ffd1181c 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6c3b528..bb1d9bea 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27e4508a..77ffbbfa 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22a07e9b..b56f55f2 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d77fe0d1..e76045e7 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2891372a..6b4302d1 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 556f1c5a..0d42f917 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e345162b..1474d839 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86f79a48..426861fb 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7539e120..50e69bf3 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 092fb8b4..5c98ed5f 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d629072..3fce52c1 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef8c7fee..74335109 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88f17438..8cfe37e7 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2d6fcf90..58a99884 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e97132d4..f3963d52 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb20873d..bca93139 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66353f7e..1388757a 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 160ea7ff..3ec8d538 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9502f18f..2174c974 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9c709d8..47ec0763 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1477ec7e..cb5707aa 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23e75d51..b2c092e9 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f3ca83f..03f7d4c3 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e8341c45..6b206272 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 036c205a..0125d343 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b98c8d72..ef00e2e6 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 580fd94c..a3b17646 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6886e26d..bdf41f6d 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7add3348..f50c2516 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71c867a3..23aa2834 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50e4a48c..506b6f2a 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e5f5dba..35cb9bb7 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1147df3f..e06f6ba0 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 48f00197..f3cc8e51 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7557444d..7f5fcdb4 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7da575b..6b8e6f0b 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 152e2459..586b7250 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63126209..d82afe66 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e7fb36e..84fac7e0 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 286855a0..2d5d3b43 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfc7aa17..c2599004 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 634eda69..39b6ca10 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56a649cb..dede8884 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c2099cf..1d93c8ba 100644 --- a/libs/net/test/endian.cpp +++ b/libs/net/test/endian.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b506e027..4199fc81 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 31c99bf1..56c5533c 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a5c0b7d5..ca8c2a03 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e83e7509..5ce53a7f 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f8e38981..4927cf32 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ce9c7ab3..c1a74e91 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88450beb..0366b310 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f945b88..e8ae6938 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22038732..9bf41f39 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc666953..aa1e6b81 100644 --- a/libs/random/test/poisson_distribution.cpp +++ b/libs/random/test/poisson_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f5f7c36..f10b58bd 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0cb0e029..6b9568f2 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6eac94c5..ea09ba24 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0cc2b52b..2a35f355 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19974f4e..deedefd6 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8a52c47..98f9ea5b 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fbb1e46..accb7d1f 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b014095..a96baf8c 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63694bff..4d95780f 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c60aa87b..8f08cb41 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 993014d9..32bcbe12 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a236a3a..98b842c2 100644 --- a/sprout/adapt/boost/array.hpp +++ b/sprout/adapt/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a601a548..1c100851 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4e42dd39..85ee1af3 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0511d60a..0b9e7067 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6c97490..267a0687 100644 --- a/sprout/adapt/std/complex.hpp +++ b/sprout/adapt/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b1f8ce7..b558981a 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a7ec0f4..4bd78e1a 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02ccc925..1f33bb37 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5374909..de19669f 100644 --- a/sprout/algorithm/abs_diff.hpp +++ b/sprout/algorithm/abs_diff.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12cca6bd..8124beb8 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b46e273..09266326 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc2cf76c..7650784c 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fee8ade7..4920f7b7 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02c26b6c..ee4d9bc2 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53e72eac..988fd87d 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9eb663a5..d2a240af 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 21c99ff3..d1e6e316 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5053e41..f6ab2646 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86f84135..28262b69 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 318f6baf..af884cb4 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec5cf0de..959e0c5e 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb689c68..58c5de38 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8aaf467f..2359c9ff 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1f44166..f3186567 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44898f55..15fef907 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f156236f..ed6f5249 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f94a5966..4e5c73d1 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2533de14..3fb6785a 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 160a236d..dfc83ce2 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56f3a2b7..6609a379 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69d180cd..40a4820a 100644 --- a/sprout/algorithm/cxx14.hpp +++ b/sprout/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf1c3e26..f422e23f 100644 --- a/sprout/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62d876fc..7c7064db 100644 --- a/sprout/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b1835a10..8d6a4686 100644 --- a/sprout/algorithm/cxx14/clamp_range.hpp +++ b/sprout/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63f471e4..850b41b6 100644 --- a/sprout/algorithm/cxx14/copy.hpp +++ b/sprout/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f95a9df..484219a2 100644 --- a/sprout/algorithm/cxx14/copy_backward.hpp +++ b/sprout/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f863c71e..9cfbcb59 100644 --- a/sprout/algorithm/cxx14/copy_if.hpp +++ b/sprout/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d2e8950..c8daf0a7 100644 --- a/sprout/algorithm/cxx14/copy_n.hpp +++ b/sprout/algorithm/cxx14/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db97d8dd..78f64d63 100644 --- a/sprout/algorithm/cxx14/copy_until.hpp +++ b/sprout/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e2abdd7..442cea2d 100644 --- a/sprout/algorithm/cxx14/copy_while.hpp +++ b/sprout/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e4963c4..20ee739e 100644 --- a/sprout/algorithm/cxx14/detail/heap_tool.hpp +++ b/sprout/algorithm/cxx14/detail/heap_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93528c3f..ccaa63d7 100644 --- a/sprout/algorithm/cxx14/detail/insertion_sort.hpp +++ b/sprout/algorithm/cxx14/detail/insertion_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 65a33b80..a56166aa 100644 --- a/sprout/algorithm/cxx14/detail/sort_tool.hpp +++ b/sprout/algorithm/cxx14/detail/sort_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6581bf4e..607c8d3b 100644 --- a/sprout/algorithm/cxx14/fill.hpp +++ b/sprout/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9bc16f18..194cb7cb 100644 --- a/sprout/algorithm/cxx14/fill_n.hpp +++ b/sprout/algorithm/cxx14/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c4590a1..f4cb1781 100644 --- a/sprout/algorithm/cxx14/for_each.hpp +++ b/sprout/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f2cdc66..66285da8 100644 --- a/sprout/algorithm/cxx14/for_each_n.hpp +++ b/sprout/algorithm/cxx14/for_each_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4bab230..a618839b 100644 --- a/sprout/algorithm/cxx14/gather.hpp +++ b/sprout/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4a00877..7fc5800a 100644 --- a/sprout/algorithm/cxx14/generate.hpp +++ b/sprout/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a4f8e68..3d267307 100644 --- a/sprout/algorithm/cxx14/generate_n.hpp +++ b/sprout/algorithm/cxx14/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 127b5cfa..ad052e6d 100644 --- a/sprout/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70f9adb3..1f467318 100644 --- a/sprout/algorithm/cxx14/iter_swap.hpp +++ b/sprout/algorithm/cxx14/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7247183d..0e85aea9 100644 --- a/sprout/algorithm/cxx14/make_heap.hpp +++ b/sprout/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5749a63..90122a3f 100644 --- a/sprout/algorithm/cxx14/merge.hpp +++ b/sprout/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1656f112..1cb350af 100644 --- a/sprout/algorithm/cxx14/move.hpp +++ b/sprout/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dafcb7bd..647c1763 100644 --- a/sprout/algorithm/cxx14/move_backward.hpp +++ b/sprout/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e5d9efd..64f60605 100644 --- a/sprout/algorithm/cxx14/next_permutation.hpp +++ b/sprout/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f0bacef..6c431a47 100644 --- a/sprout/algorithm/cxx14/nth_element.hpp +++ b/sprout/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 03e2d451..c716d579 100644 --- a/sprout/algorithm/cxx14/partial_sort.hpp +++ b/sprout/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 43a9dc67..1b4f3cb1 100644 --- a/sprout/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3208face..d43dc495 100644 --- a/sprout/algorithm/cxx14/partition.hpp +++ b/sprout/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b5428417..3c71dfaf 100644 --- a/sprout/algorithm/cxx14/partition_copy.hpp +++ b/sprout/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19bb16b0..d3379a84 100644 --- a/sprout/algorithm/cxx14/pop_heap.hpp +++ b/sprout/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e23ba54..9aa00e99 100644 --- a/sprout/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6e778d1..50d47abd 100644 --- a/sprout/algorithm/cxx14/push_heap.hpp +++ b/sprout/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 130f0917..46ab302a 100644 --- a/sprout/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55d0981a..110b3ac3 100644 --- a/sprout/algorithm/cxx14/random_swap.hpp +++ b/sprout/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 06f654c1..fb9a6f1a 100644 --- a/sprout/algorithm/cxx14/remove.hpp +++ b/sprout/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 97075039..c91b4380 100644 --- a/sprout/algorithm/cxx14/remove_copy.hpp +++ b/sprout/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ef7a214..a63f5b5d 100644 --- a/sprout/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0defdd0a..5452d72d 100644 --- a/sprout/algorithm/cxx14/remove_if.hpp +++ b/sprout/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 139fc43a..0fb5fbbe 100644 --- a/sprout/algorithm/cxx14/replace.hpp +++ b/sprout/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6c0ac85d..4e5b22b8 100644 --- a/sprout/algorithm/cxx14/replace_copy.hpp +++ b/sprout/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 623cee5a..9dfb487e 100644 --- a/sprout/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6692a5dd..32f1c11f 100644 --- a/sprout/algorithm/cxx14/replace_if.hpp +++ b/sprout/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0cfcc558..e5182c3d 100644 --- a/sprout/algorithm/cxx14/reverse.hpp +++ b/sprout/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2683e4f..ab5da984 100644 --- a/sprout/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae0c39d9..4e9ebf93 100644 --- a/sprout/algorithm/cxx14/rotate.hpp +++ b/sprout/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5ac22b7d..78b2642a 100644 --- a/sprout/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6c0fe387..35de939c 100644 --- a/sprout/algorithm/cxx14/sample.hpp +++ b/sprout/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c910eaed..995aa2b8 100644 --- a/sprout/algorithm/cxx14/set_difference.hpp +++ b/sprout/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 95f401a1..d94d8c65 100644 --- a/sprout/algorithm/cxx14/set_intersection.hpp +++ b/sprout/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5315173..80afa9cd 100644 --- a/sprout/algorithm/cxx14/set_symmetric_difference.hpp +++ b/sprout/algorithm/cxx14/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a9b1dc9..b672b36d 100644 --- a/sprout/algorithm/cxx14/set_union.hpp +++ b/sprout/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0eb8df6a..48f86630 100644 --- a/sprout/algorithm/cxx14/shuffle.hpp +++ b/sprout/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c6dfa73..2f3e204f 100644 --- a/sprout/algorithm/cxx14/sort.hpp +++ b/sprout/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 39be36b4..492421be 100644 --- a/sprout/algorithm/cxx14/sort_heap.hpp +++ b/sprout/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87e8624e..d8d8b852 100644 --- a/sprout/algorithm/cxx14/stable_partition.hpp +++ b/sprout/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b1afd37f..92fb056a 100644 --- a/sprout/algorithm/cxx14/stable_sort.hpp +++ b/sprout/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dae276f4..cca01967 100644 --- a/sprout/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c0625bb8..a43ac298 100644 --- a/sprout/algorithm/cxx14/transform.hpp +++ b/sprout/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fadc5acd..18a5ebd6 100644 --- a/sprout/algorithm/cxx14/unique.hpp +++ b/sprout/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c736848..4c29b778 100644 --- a/sprout/algorithm/cxx14/unique_copy.hpp +++ b/sprout/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fffdbf1..a5b2aa24 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c43d9b6..2a9777ad 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15a8dd19..057ba847 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0bd29fd8..a98d9055 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 31b2e195..97c4c5d8 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8cb91c31..aae15760 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f228bc10..6e3adef0 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e439c6d..d421bb61 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc2de7ab..f526c714 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4bf7100..e38730fa 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dec433bc..f311e7a3 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 041cf7db..ad3e01d3 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0772e4c3..7f2b545f 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f4e5b8e..b4f790c4 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc562cab..db485c0e 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eeef79f3..30bcaa35 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbdcc3cb..7089ff4e 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3b641a9..8f1e99f0 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70a15a37..da166eb2 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 483806f6..7ea5ae1e 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8f15b2c4..3c0df666 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0baaadc3..14d95379 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 458c3633..acefd304 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f68a59a6..859b81b3 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d4c3a9ca..e608b6e9 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d445cd21..86317072 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf1f5b85..04fc77a5 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 033fb5d9..c8af40ae 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ceb0958..0922e7ea 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 89660f04..d91d8d1f 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2fd43e17..faa05576 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb66e397..68a910f7 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9626df4f..950fcd0e 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76692c45..855df7ec 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e0ced29..7235996e 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0125d53e..914aa253 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49c5b629..5cb1774e 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eece2ed1..b21d1607 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05577bb5..2222c3fc 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ea432d81..485a2dc2 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 309410e2..51605ad8 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93bc9620..71aa72f2 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91e94087..ea7723c5 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad0f0701..a83a1aea 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7345c377..a21f4eb3 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 25523d3e..61f9ea45 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c13039a7..e1acdf8c 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e83937d4..9f4d4398 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cede6a21..fbfd576f 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80b42d77..7a5bcaf7 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 45d94f2b..e3b01f1a 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a752b324..ce56adab 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 95f7d93b..4d3e29c0 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2fe17fdf..1bd075e7 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f5b2316..92cdd3b6 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 04fd7997..ac5e73d5 100644 --- a/sprout/algorithm/fit/results.hpp +++ b/sprout/algorithm/fit/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87470b0a..3c3c55e7 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13f48a42..52b859fb 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 edd96118..4931aca4 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44463e51..72c59dc1 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bc9f5a1a..f341a98c 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26e7d324..3bc03409 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2daa08f..7ae9abbb 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1da36b74..b705da8e 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ff15096..a226c363 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e9a598f4..ffa4a368 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e1e085f9..3f5cf338 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 277daa39..96173933 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 267154b9..d040e54f 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b43ecaf7..cb415232 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 838d1443..e39702c7 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ede06cf..5a3aaf4d 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac4f5228..f377d15a 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6888586a..d03c3d5a 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd381313..144d7b04 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b481a82..bdf973d8 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9605f2c9..9fd21ae3 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfe528a1..e91b089d 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 033be0d7..ab9f5a32 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91240ca2..c37680e9 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 129cf465..f5a2d661 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c83c3fa..603cebec 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8bb63295..d32617d7 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 945d13bb..9dfd6efc 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d467ea1..4c641f69 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dcf7d131..f908b354 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dad6af7d..efbd2623 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb2cd0a8..7b54c32a 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 52d34874..02a6230a 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e65c262b..1f86a73f 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b8bbc75..2ce41721 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 183a478c..2999bf39 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb1e70cf..60f30eb6 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fc2111a..83e3f571 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7776b57b..4dace850 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d0fb579..5343a761 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 052db2ac..8b062f03 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb766b20..15bd632c 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f1143c2..b19d253e 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c3c2752b..b796c056 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3412b4dd..38c4835e 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 52a2d291..7f57f6de 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 847c188d..02be783d 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5fd79dda..5da661e9 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49f43662..4f6ddbf3 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf75cfb3..830b6b30 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75785742..3894da00 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34e7ded9..251517aa 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c0b9be1..3b407ee2 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 291d8af5..1641f203 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5cf5e525..5281ee90 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9778af53..a434588c 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aba260a7..a2a4c12e 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb7b3a39..0b75f180 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0eb3d8af..949e5b35 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10e086cb..8e25bfd5 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34b61b54..e5612d5f 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07cf1174..89c1aaf9 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c3f6fccd..fa864f4f 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb06e9aa..ed689ab0 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dde57454..fbeb1b6e 100644 --- a/sprout/algorithm/fixed/results.hpp +++ b/sprout/algorithm/fixed/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cae57b72..a77801dc 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b00df288..f1b344ad 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 110a4814..7e611d15 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b20b7ad7..4ebdbb19 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2eef824..fb5fba66 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 60c2e29c..f91fd9cf 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbecbb61..c00b4485 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f73fdb9..8c426f0d 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94dc36c2..6479a2d8 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e9dd27b..5a204c43 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b8690ded..f886f7f3 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6419848a..e85d1797 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9eb8171..6411397c 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b0395aa9..7b0166f9 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c38b653d..0e23ec0b 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fd0c7838..7e39c511 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2e81f779..1d4bb518 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9dca624f..e5e73ccd 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a68c06df..7ec6409e 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d696d12..73ce5b75 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eff7ed7f..ba704c4e 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f6953b8..1b2164c6 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a62e054..66ed54f4 100644 --- a/sprout/algorithm/fold_until.hpp +++ b/sprout/algorithm/fold_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 83bc4f5f..bc62e3ae 100644 --- a/sprout/algorithm/fold_while.hpp +++ b/sprout/algorithm/fold_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f5934fa..dfc318de 100644 --- a/sprout/algorithm/for_each.hpp +++ b/sprout/algorithm/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1d9d4a1..23fb30fd 100644 --- a/sprout/algorithm/for_each_n.hpp +++ b/sprout/algorithm/for_each_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18cd8afb..5fa1c8bf 100644 --- a/sprout/algorithm/gather.hpp +++ b/sprout/algorithm/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9061fa9..6c3bf24f 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1253eb0..a9272475 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59d2ec88..fb201fba 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a17e67c1..03d74cfc 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 632c3f27..0a33b917 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b34d582..e0fd84c1 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ec2a921..fdeedda9 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66ec2db1..91538e51 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 61a8e483..93872d7f 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 810a050b..22311867 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 476faaef..148e07f6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a81adf56..92d7d072 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 037cc863..dc3099b3 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4057f96a..454a8127 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f60f796e..52265d8a 100644 --- a/sprout/algorithm/iter_swap.hpp +++ b/sprout/algorithm/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa67eb66..e0ff5977 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 31f53c55..67b4012c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27e7e8d4..70e81610 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d5989787..1034fee3 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f1c141c..2318252c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02ede4c4..2601927d 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9eec2a61..af95d513 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75817728..1f2fa234 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf33decb..2a818da9 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02c7a252..38bfe735 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d913939..b14126bb 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05607b47..bdb2a658 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 efa71558..5f5bf5be 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 960d5ecb..2124aac2 100644 --- a/sprout/algorithm/move.hpp +++ b/sprout/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67eb25c2..20e41d86 100644 --- a/sprout/algorithm/move_backward.hpp +++ b/sprout/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81ac1c10..9335b276 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d568be2d..be07d8c6 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 593fbf60..74a586b0 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 160deff6..f03d2583 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d2d9f3a..8ba454dc 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1bc88133..3f9ea0a1 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d2eb61b..cead5c99 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa8a0318..cfa14623 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cfca3898..2a0a4e90 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa547a40..2b22e981 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0ef8d8bb..cdf39e27 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3603dcd4..6496323b 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9069a54e..fa9b978f 100644 --- a/sprout/algorithm/partial_sort_copy.hpp +++ b/sprout/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4f4f4098..4612b551 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 21292f25..4c4ff878 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bce8a89..4a384835 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ba0dfa5..f775462d 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66bf2feb..5e221f51 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 230326bc..98a5227e 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b878d0f2..0990fd56 100644 --- a/sprout/algorithm/random_shuffle.hpp +++ b/sprout/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8db8b57c..fcd3db31 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f98364a2..d615b592 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1689d3c7..56c8a960 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55c4cf20..5af1e1d7 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7cc292fc..36375bc4 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa8aec9d..5ce18f0a 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2795233e..ada9fc14 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 09668b89..b4bc811b 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c55a2ad..47687abe 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b86c758..507060e8 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 672f481d..7302cc52 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eca2330b..6f0b5018 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85d5f1db..0b62abf9 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a9c0a4f..f466792b 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67f40264..cdacee4c 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d9bee916..19245d0f 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a882c2b1..5344f9da 100644 --- a/sprout/algorithm/sample.hpp +++ b/sprout/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a9c9900..6a8bf613 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ea82ab96..55a687f5 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f048924d..2b7b0db6 100644 --- a/sprout/algorithm/searching.hpp +++ b/sprout/algorithm/searching.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 712c3816..268d55f3 100644 --- a/sprout/algorithm/searching/default_searcher.hpp +++ b/sprout/algorithm/searching/default_searcher.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2993f16a..558d179b 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af10ea39..46c52ee5 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb6c552a..8dfc704f 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30d2f3cf..86bdccab 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5159616..67fa21b9 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bf732a4..6a40efc8 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 84dfa7cc..d3f2da82 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e98d3538..56b1fae6 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8335f45e..985f0156 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7079320..5ca6256a 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 feafcb0a..c615f038 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2fa5067..87c22b6c 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e924c617..02efc82b 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b5e59116..a9373cbe 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1d5a6ef..0c661a1d 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9d297b5..3fb806b1 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ecd16bb..43a34593 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7ded5002..7a223bd0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c1aca00..f0ee8122 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53659227..96ca4b02 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2cc47c08..492b0f50 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb0318e8..5d663e9a 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2d420cb..a9e6fd18 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92931a1b..d36263c9 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d554f6e..023a9093 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22047d14..95b42f02 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a57b064d..f3e0f52e 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7a194ee3..2e1cac66 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4af9b468..87f6904d 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5930b9e8..50c56671 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 313c913c..a78b1651 100644 --- a/sprout/algorithm/swap_ranges.hpp +++ b/sprout/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 349f12e1..2e82e6d1 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba9f50b3..d96f0ad2 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93a71ffe..5dc2f96c 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93c23a55..fe3420ce 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff58b18e..c93a21d1 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 471cdbde..0ee40485 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50c664c6..be95b553 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 60c32667..47b659e6 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ef70977..5571bfaf 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9df4e418..b1837285 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cae87917..aca2697f 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c271155..40ccb477 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc7e5c02..ed968761 100644 --- a/sprout/array/nested_array.hpp +++ b/sprout/array/nested_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 197d6a88..38f5ece1 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 085432e8..61315ba3 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 52004431..0afeac86 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fbb404f5..8d74ff23 100644 --- a/sprout/bit/bit_length.hpp +++ b/sprout/bit/bit_length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 644f39ab..c42654f9 100644 --- a/sprout/bit/bit_reverse.hpp +++ b/sprout/bit/bit_reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6aeab74f..e7545ddb 100644 --- a/sprout/bit/clrsb.hpp +++ b/sprout/bit/clrsb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a604f528..a16544a1 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c20197c4..7da26d7c 100644 --- a/sprout/bit/cntl0.hpp +++ b/sprout/bit/cntl0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d861331a..981a017c 100644 --- a/sprout/bit/cntl1.hpp +++ b/sprout/bit/cntl1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3fd7396d..bbba2fb8 100644 --- a/sprout/bit/cntt0.hpp +++ b/sprout/bit/cntt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 001921c3..f4be9949 100644 --- a/sprout/bit/cntt1.hpp +++ b/sprout/bit/cntt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33f2e8f0..75b052bf 100644 --- a/sprout/bit/count.hpp +++ b/sprout/bit/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e4e23d30..e988639c 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28f75961..c4c76b5e 100644 --- a/sprout/bit/flipbit.hpp +++ b/sprout/bit/flipbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2354beb..9e8ffec7 100644 --- a/sprout/bit/flipbitsge.hpp +++ b/sprout/bit/flipbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d952266..ee7dd0e9 100644 --- a/sprout/bit/flipbitsle.hpp +++ b/sprout/bit/flipbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ffaf531c..fb71aeaf 100644 --- a/sprout/bit/isols0b.hpp +++ b/sprout/bit/isols0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ed8e7a4..3845e3ce 100644 --- a/sprout/bit/isols1b.hpp +++ b/sprout/bit/isols1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 150f5883..bb4842cd 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1116afb..0e68d38c 100644 --- a/sprout/bit/maskt0.hpp +++ b/sprout/bit/maskt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e1e0ee7..37a56a71 100644 --- a/sprout/bit/maskt0ls1b.hpp +++ b/sprout/bit/maskt0ls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3fbd109a..ce8fc6c3 100644 --- a/sprout/bit/maskt1.hpp +++ b/sprout/bit/maskt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47a8c405..29ebba8b 100644 --- a/sprout/bit/maskt1ls0b.hpp +++ b/sprout/bit/maskt1ls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 074a31bd..16799526 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbbb38b0..ec03eafa 100644 --- a/sprout/bit/parity.hpp +++ b/sprout/bit/parity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30762eba..449af99c 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b43c496..2a548f17 100644 --- a/sprout/bit/range.hpp +++ b/sprout/bit/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d10518b..5b68ff20 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e816e17d..f8fe61b8 100644 --- a/sprout/bit/rightmost.hpp +++ b/sprout/bit/rightmost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68efe7af..fa321474 100644 --- a/sprout/bit/rotl.hpp +++ b/sprout/bit/rotl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 867bfa96..aa949a8a 100644 --- a/sprout/bit/rotr.hpp +++ b/sprout/bit/rotr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00a50119..726b2dc6 100644 --- a/sprout/bit/rstbit.hpp +++ b/sprout/bit/rstbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4b4f3aa..b1510dc6 100644 --- a/sprout/bit/rstbitsge.hpp +++ b/sprout/bit/rstbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b2b1d5b..aa1a5054 100644 --- a/sprout/bit/rstbitsle.hpp +++ b/sprout/bit/rstbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2d16782..08629600 100644 --- a/sprout/bit/rstls1b.hpp +++ b/sprout/bit/rstls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b81fd2c5..e536375b 100644 --- a/sprout/bit/rstt1.hpp +++ b/sprout/bit/rstt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b70c9ff..ec449c36 100644 --- a/sprout/bit/setbit.hpp +++ b/sprout/bit/setbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc260d15..29f8aaa0 100644 --- a/sprout/bit/setbitsge.hpp +++ b/sprout/bit/setbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dd1b3fce..f77d8c99 100644 --- a/sprout/bit/setbitsle.hpp +++ b/sprout/bit/setbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6f96423..766f0da5 100644 --- a/sprout/bit/setls0b.hpp +++ b/sprout/bit/setls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e622769..083e0c8f 100644 --- a/sprout/bit/sett0.hpp +++ b/sprout/bit/sett0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62a6899e..c4e69d07 100644 --- a/sprout/bit/shal.hpp +++ b/sprout/bit/shal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0094093..278b7c1b 100644 --- a/sprout/bit/shar.hpp +++ b/sprout/bit/shar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8addce99..d26c95af 100644 --- a/sprout/bit/shift.hpp +++ b/sprout/bit/shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d83af17..95a44048 100644 --- a/sprout/bit/shll.hpp +++ b/sprout/bit/shll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6dc224a8..9414961b 100644 --- a/sprout/bit/shlr.hpp +++ b/sprout/bit/shlr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9974df29..08a5d131 100644 --- a/sprout/bit/single.hpp +++ b/sprout/bit/single.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3aa6ea1..3508190d 100644 --- a/sprout/bit/testbit.hpp +++ b/sprout/bit/testbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 afe2ee77..c3cd2ddc 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85157d73..a6b3ffd4 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b2d38bbc..25e32a4a 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12663695..60b256d9 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c5efa40a..0b0cf6c9 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93f5733a..34389576 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bcc7ab6b..190bbdbc 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9e1afc3..c70e4a09 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f06890b8..dbce9d74 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ce7a45bc..1441f7ab 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d7688503..3c46ee3f 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 998abc5b..61dc8047 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 14b744b1..3a19b686 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53e046b0..dc77a1ca 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50a322e6..639a89cb 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f644f0fb..39f2d5db 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7cb3e681..05bdf651 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c50e25c..523b3ff3 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 789f6d74..4d60c673 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 35456141..7a42d66d 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a409996..b9e88118 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7c86056..020cc722 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51e1a646..a480fc89 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ab45e451..7cb6fd68 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 144f3368..9f1e439d 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e41f768e..9d7f940e 100644 --- a/sprout/complex/abs.hpp +++ b/sprout/complex/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd47ece5..bed5b9f1 100644 --- a/sprout/complex/acos.hpp +++ b/sprout/complex/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33272e79..b7f06249 100644 --- a/sprout/complex/acosh.hpp +++ b/sprout/complex/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 edb9cef6..d48a1d7f 100644 --- a/sprout/complex/arg.hpp +++ b/sprout/complex/arg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 895186ca..b58eaeab 100644 --- a/sprout/complex/arithmetic_operators.hpp +++ b/sprout/complex/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1db2388e..8e9bdade 100644 --- a/sprout/complex/asin.hpp +++ b/sprout/complex/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3aca708..a251b926 100644 --- a/sprout/complex/asinh.hpp +++ b/sprout/complex/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dac9c258..72861f16 100644 --- a/sprout/complex/atan.hpp +++ b/sprout/complex/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2c9f64c..4bdc9026 100644 --- a/sprout/complex/atanh.hpp +++ b/sprout/complex/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b96ce4ce..cca4cf37 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34a32c17..239061b3 100644 --- a/sprout/complex/conj.hpp +++ b/sprout/complex/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 857bb121..ee0dc42d 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bcc3ddb..578379b0 100644 --- a/sprout/complex/cos.hpp +++ b/sprout/complex/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f023bae3..6317db62 100644 --- a/sprout/complex/cosh.hpp +++ b/sprout/complex/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf473c4a..aa156c74 100644 --- a/sprout/complex/detail/copysign_mul.hpp +++ b/sprout/complex/detail/copysign_mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 52ea596d..5efa7787 100644 --- a/sprout/complex/euler.hpp +++ b/sprout/complex/euler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 369826b5..fadb4425 100644 --- a/sprout/complex/exp.hpp +++ b/sprout/complex/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1582e27a..603f6eb4 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d4e65a4..5b442689 100644 --- a/sprout/complex/imag.hpp +++ b/sprout/complex/imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27510dd6..47f7d417 100644 --- a/sprout/complex/literals.hpp +++ b/sprout/complex/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6c0d7c6..0d02b305 100644 --- a/sprout/complex/log.hpp +++ b/sprout/complex/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a58fcfc..92a46874 100644 --- a/sprout/complex/log10.hpp +++ b/sprout/complex/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92b37280..425c2acd 100644 --- a/sprout/complex/log2.hpp +++ b/sprout/complex/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91aae3d7..6c98bcdc 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23a251a5..50738e22 100644 --- a/sprout/complex/norm.hpp +++ b/sprout/complex/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2cba0483..6993b81b 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f034ca34..183e76d6 100644 --- a/sprout/complex/perp.hpp +++ b/sprout/complex/perp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c5a4408..a28300c8 100644 --- a/sprout/complex/polar.hpp +++ b/sprout/complex/polar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c6f3d5b..f0b505c8 100644 --- a/sprout/complex/pow.hpp +++ b/sprout/complex/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f27f7da7..68bc7225 100644 --- a/sprout/complex/proj.hpp +++ b/sprout/complex/proj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 784cede8..894f558f 100644 --- a/sprout/complex/real.hpp +++ b/sprout/complex/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b03cfbf..619ce7c2 100644 --- a/sprout/complex/sin.hpp +++ b/sprout/complex/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67ebaef3..76f39d15 100644 --- a/sprout/complex/sinh.hpp +++ b/sprout/complex/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7713ed77..6bec8a35 100644 --- a/sprout/complex/sqrt.hpp +++ b/sprout/complex/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9b4a547..19a95ad7 100644 --- a/sprout/complex/stream_operators.hpp +++ b/sprout/complex/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68ae2933..b456bda7 100644 --- a/sprout/complex/tan.hpp +++ b/sprout/complex/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff33c44c..2ca68141 100644 --- a/sprout/complex/tanh.hpp +++ b/sprout/complex/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b86b2ba..4fb6c2a7 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf07e2c0..c325b1ab 100644 --- a/sprout/complex/tuple.hpp +++ b/sprout/complex/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94fa1390..1c8e60b0 100644 --- a/sprout/complex/type_traits.hpp +++ b/sprout/complex/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02303092..bade4b6f 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 767dcb40..66c5352e 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 752397fc..e0f6ca4c 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6795c372..a13ab24f 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ddda74bf..c920451e 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 adf43652..c4d2b2db 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 98aebbdc..1e500385 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dd53bad5..461bab71 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6917c9c..e042cd4a 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4a37307..4d0c7a5e 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 673c111d..d8f6fd70 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bef61269..a963a3b1 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86d29d47..9dfd3304 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ebf9835..936b2122 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e97b21a..8f77da3a 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5222b89f..0aa4c419 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b2668b82..e4b8d8cd 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94b0b304..27b5c04c 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b76487c..281f9356 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 693c70cd..52b86c86 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2695855d..ae1d6a0b 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92c5a8e0..76bb6cc2 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 317f06bc..21d77c4a 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91da73cc..c300befa 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 325506b3..725afc22 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6bc1e87..5210614a 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b2b69800..a3221178 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81a46d99..890a425e 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8f39707d..be2ced59 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6520e31..dc2ac6fd 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 254cf447..ddcc3863 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f0c7c81..4753a4ed 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad424530..8a222202 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e77f78b0..2a28287c 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c9d7557..ddcec3bd 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3861298a..b296c12f 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1851e66..ff0d9a02 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9bd6a71f..58440f05 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 230731dd..d56c901c 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7f96f4d..c2f9aa6e 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cfd18b69..5ad735fe 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfb800ce..8da51aa6 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 29572a9d..45bc07eb 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1eca3f4..033bfff9 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19058965..7b99fd1b 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7df29b33..549bb3df 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e82f3330..a0a4c586 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0e360af7..5b7a555e 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6c658936..729ec7ba 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2d82c67..7b1e6ef4 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f0b3f7f..665bac5e 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e3a198a..8cc62929 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9765f6bc..106e8cc7 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7044d3f5..e236cafb 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 819872b2..ace730e7 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69e4fc7c..88c0122d 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33082abd..bdcae873 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55a38e56..3637171e 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8bf38d82..43a28b1f 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc276b50..03da0b5f 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0a18d92f..184d5f77 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 57e7906d..3944feac 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d0557b6..e7a96491 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e09a3f6..03f296f0 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26a8c463..25841d62 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7387f29a..d690eb80 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fbcba16c..02c28894 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f96a7eed..a2d09504 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8981f388..464a7381 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6ae5191..f95592a9 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9b8fb79..4f3fd085 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 783b43ae..7e411b80 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 972d839c..dd18d6d2 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8d39890..44df332c 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 728b71a4..156eeb97 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 828a9f67..4b3144e9 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62dbd87b..2683f704 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 955319c2..2c402741 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c8331118..32231ac1 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f91b19ec..1f833f5c 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb4d78b4..95e3788e 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a9575a8..2532b4ad 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94a911a9..28269b05 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d419439f..0d3e6a5f 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79eef637..13d7d83d 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e4636061..5769cf5f 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b88fa6f0..72561285 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf6d760b..309d3588 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53751ac8..3c337451 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 58f05194..e4d02f9b 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 54e45fb1..b30de0ab 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e9eaefdd..677168a2 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fb61302..9dedce6e 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18df8913..01f4287b 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 01a6d93a..136c4a8e 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d3f6859..eacb546e 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8f4243f..2b95874d 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3581bdcb..b56c7234 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f20ba60..e99daf43 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f378518..21c5ff21 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a4e8039..bd370872 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c3033f3..3d8531b5 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7832a5e..04ba97ea 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 341451e1..78616743 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbdb11a7..cfe559e2 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92b67658..443807f9 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4c7ab98..5087bd18 100644 --- a/sprout/config/user_config.hpp +++ b/sprout/config/user_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb2d5dfe..d4438d47 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 61409138..a942f9c4 100644 --- a/sprout/container/at.hpp +++ b/sprout/container/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c9f8941..e4c01d86 100644 --- a/sprout/container/back.hpp +++ b/sprout/container/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2e4585a7..ebd4200c 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78ebc6b6..4ae7cbfb 100644 --- a/sprout/container/boost/array.hpp +++ b/sprout/container/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb2ca044..23f9a63d 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef3e518c..56e1f11e 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e5a01dc..942a148c 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 29ef3afe..21385eda 100644 --- a/sprout/container/construct_functions.hpp +++ b/sprout/container/construct_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac303275..f6475303 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b10a569b..fbf79cbc 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92f590b9..6c3e3f7d 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ee9d70d..ae2cf557 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbaffbbf..4dab7ae3 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6936085..fb8f5260 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12ed7ca4..91c94773 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c6b0986..1f90dd72 100644 --- a/sprout/container/data.hpp +++ b/sprout/container/data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d81b99b1..e46c7498 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91fa7dac..7d3645dd 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e4c262c2..41baed52 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0e36aa5b..2f65052c 100644 --- a/sprout/container/detail/range_at.hpp +++ b/sprout/container/detail/range_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92aecea7..a7026057 100644 --- a/sprout/container/detail/range_back.hpp +++ b/sprout/container/detail/range_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e86d5c59..c6a3908a 100644 --- a/sprout/container/detail/range_begin.hpp +++ b/sprout/container/detail/range_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d930c1d0..30003660 100644 --- a/sprout/container/detail/range_data.hpp +++ b/sprout/container/detail/range_data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 20fe90e0..43cd825e 100644 --- a/sprout/container/detail/range_empty.hpp +++ b/sprout/container/detail/range_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d5125b4..983fe126 100644 --- a/sprout/container/detail/range_end.hpp +++ b/sprout/container/detail/range_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d69b03a..4516b601 100644 --- a/sprout/container/detail/range_front.hpp +++ b/sprout/container/detail/range_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb352f1d..ad760189 100644 --- a/sprout/container/detail/range_index_of.hpp +++ b/sprout/container/detail/range_index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db914214..e368b185 100644 --- a/sprout/container/detail/range_nth.hpp +++ b/sprout/container/detail/range_nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 554dabff..648876e4 100644 --- a/sprout/container/detail/range_size.hpp +++ b/sprout/container/detail/range_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0fd49622..a26d5f26 100644 --- a/sprout/container/detail/range_subscript_at.hpp +++ b/sprout/container/detail/range_subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f6b59f0..d1490801 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10f25338..f9b295bd 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c92520f..98a8e2cd 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 73773fbd..9f84e2b8 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a18a58a..c472c34c 100644 --- a/sprout/container/fitness_functions.hpp +++ b/sprout/container/fitness_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc9991c1..36d6e6a1 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76f9d7de..77b72318 100644 --- a/sprout/container/front.hpp +++ b/sprout/container/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 958ef93b..edac7cef 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fdc6621e..1b77d3f8 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a4164aa..a257c138 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/index_of.hpp b/sprout/container/index_of.hpp index 96234356..ebf57ec6 100644 --- a/sprout/container/index_of.hpp +++ b/sprout/container/index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3fff5cc2..8da1d09f 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66f879af..eeda009a 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40e895c6..c2da1322 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb2f8334..0a7e3f7b 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a0e70130..bacb675f 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 43cd83f7..85e4359b 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7ae35ecc..cb84018f 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8557071c..e75b192d 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78cacbad..7f9355d4 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71e389f8..91a6c858 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba194a0a..0510a42d 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5dde3555..5ff5c533 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f2eb287..07d60651 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f27df5ea..426f38f9 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/nth.hpp b/sprout/container/nth.hpp index 14723108..f158e350 100644 --- a/sprout/container/nth.hpp +++ b/sprout/container/nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f77f2d65..87ea82cb 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 971af11b..e6aa36ba 100644 --- a/sprout/container/range_functions.hpp +++ b/sprout/container/range_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6d16ba2..6c77e67c 100644 --- a/sprout/container/range_functions_fwd.hpp +++ b/sprout/container/range_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d068a03..22c469dd 100644 --- a/sprout/container/range_index_check.hpp +++ b/sprout/container/range_index_check.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d436b9a..c09d3866 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db0c87f5..8f52acaf 100644 --- a/sprout/container/rebind_type.hpp +++ b/sprout/container/rebind_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 98ad3ae9..2acc885c 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 623277d8..512c8238 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9f9f10d..9e36c4d0 100644 --- a/sprout/container/shrink_to_fit.hpp +++ b/sprout/container/shrink_to_fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7677e4f7..18b5c25e 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ed1ddff..d90c67a8 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c854e55..25c79891 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cdc032f3..f955a0ea 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bc8ae30a..094787a5 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df2408da..da72c361 100644 --- a/sprout/container/std/complex.hpp +++ b/sprout/container/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b086696..cee5ad4d 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b767142..1566849a 100644 --- a/sprout/container/sub_functions.hpp +++ b/sprout/container/sub_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a2546d1..b0841b14 100644 --- a/sprout/container/subscript_at.hpp +++ b/sprout/container/subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f58d0af..104be19d 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd7c4ae9..48a9a2bc 100644 --- a/sprout/container/traits_functions.hpp +++ b/sprout/container/traits_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28c160d0..17ae4161 100644 --- a/sprout/container/traits_fwd.hpp +++ b/sprout/container/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 508069f8..dfa4861a 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6bad7af9..cc7c8400 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2cf6eb3f..70fd8d24 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef32bc23..b4534e2e 100644 --- a/sprout/cstddef.hpp +++ b/sprout/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3ac34ec..f08d4b6c 100644 --- a/sprout/cstddef/literals.hpp +++ b/sprout/cstddef/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1367e17f..4eb6518f 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b556842e..7129d1a9 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bc305af8..dcf10704 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28bf2ece..35de3a45 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 284daebf..e8004a1a 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec6bd781..9e1b1543 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 320ef512..49126109 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d59941c2..14db20fd 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f734b3a..bd48b7fb 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c40131cd..f6d9c29c 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1511d618..e790a5dc 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1197af00..4be23be6 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d25c5a0a..7b806337 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b5ebf99..43470f45 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be5c8ae6..0a9e0511 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d462efbb..b1478016 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2233462f..11676845 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 73cbf008..17dd9167 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d560ecd1..45152b7e 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c67b69f6..253a7f3c 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2062569f..3b0d7506 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ea90fcbc..e785ae70 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4d63561..bbbfc451 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79fb78ee..6c61f103 100644 --- a/sprout/cstring/memcpy.hpp +++ b/sprout/cstring/memcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ae74a23..158168d8 100644 --- a/sprout/cstring/memmove.hpp +++ b/sprout/cstring/memmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8edda64a..2f6ec64b 100644 --- a/sprout/cstring/memset.hpp +++ b/sprout/cstring/memset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85fa79c5..3a7dde60 100644 --- a/sprout/cstring/strcat.hpp +++ b/sprout/cstring/strcat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c534f0df..8c9b270c 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 189e6208..318234a3 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d9f2891a..0622721e 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02783927..0e2e6707 100644 --- a/sprout/cstring/strcpy.hpp +++ b/sprout/cstring/strcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3811403..9d1a40a1 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3494576..72a71afe 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12e34b44..f8cfb53e 100644 --- a/sprout/cstring/strncat.hpp +++ b/sprout/cstring/strncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5ab85afb..216f3043 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecf4a3c8..feb9d13a 100644 --- a/sprout/cstring/strncpy.hpp +++ b/sprout/cstring/strncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1856452f..aa737e66 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b7b7287b..6a06fc7f 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 60defe18..4c3c9732 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b5791d08..57932d63 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11ca7306..d791170f 100644 --- a/sprout/ctime.hpp +++ b/sprout/ctime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 277bbe64..d7fb37b9 100644 --- a/sprout/ctime/difftime.hpp +++ b/sprout/ctime/difftime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a90b29ef..7e8d4f19 100644 --- a/sprout/ctime/to_time_t.hpp +++ b/sprout/ctime/to_time_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bce4632..8385455f 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d269e8b9..806f007e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1cf76582..be30a3a2 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f64a67e..22189644 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d833b1a..1da78349 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0f33d0a..e12a954c 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c084fb2..9ee60d75 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c5ce7ed..3a8f65b1 100644 --- a/sprout/cwchar/wcscat.hpp +++ b/sprout/cwchar/wcscat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00743268..a4e417c2 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dfe7603c..2717f5e9 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 909c8b64..e22900ee 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47aa8167..d475a2b2 100644 --- a/sprout/cwchar/wcscpy.hpp +++ b/sprout/cwchar/wcscpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c2e8469..f2e4b48a 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b7a9c2b..11a339be 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee89fd94..ae1200ef 100644 --- a/sprout/cwchar/wcsncat.hpp +++ b/sprout/cwchar/wcsncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd82b9f5..f2122803 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 698d26f5..a3a433f8 100644 --- a/sprout/cwchar/wcsncpy.hpp +++ b/sprout/cwchar/wcsncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 220cae10..70746633 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 acf89972..2a21dc28 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1f2ce79..fed84734 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f92e04b..fb2bb606 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1350efe4..6e9955fd 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 20c2bc27..d397940c 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9578f833..e11020be 100644 --- a/sprout/cwchar/wmemcpy.hpp +++ b/sprout/cwchar/wmemcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02146458..dddd024a 100644 --- a/sprout/cwchar/wmemmove.hpp +++ b/sprout/cwchar/wmemmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3bdf500..d0a7bff8 100644 --- a/sprout/cwchar/wmemset.hpp +++ b/sprout/cwchar/wmemset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e7828f58..d7dc0d11 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2a6184b..1800dad2 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f5614a7..b62196ef 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c3f61bc..5b632af7 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f331fbb9..3e689721 100644 --- a/sprout/darkroom/access/traits.hpp +++ b/sprout/darkroom/access/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f3ce301..cba50c6d 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2e3771d7..3753da0f 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9cadcdd4..6a34bbc7 100644 --- a/sprout/darkroom/cameras/calculate.hpp +++ b/sprout/darkroom/cameras/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c579d25a..735dd194 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 020d47af..1763e65a 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ef9496b..db808f83 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac864a73..f3bfa356 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 04ae1dc6..72bc5a01 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4626e77..d198640d 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a919fef1..e50e5573 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 24b388b6..2458a517 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5feae938..b721c26d 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9538f11..b71a32ac 100644 --- a/sprout/darkroom/lights/calculate.hpp +++ b/sprout/darkroom/lights/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd5651bd..0b81d77d 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6f6207d..06e9c5a2 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6695f720..997ad969 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dac36454..8a15d026 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a5da58e..ca119de6 100644 --- a/sprout/darkroom/materials/calculate.hpp +++ b/sprout/darkroom/materials/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b4ee0a9..e3c135be 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2558e32a..d937652c 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c05687a..cb16ec15 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c3bdd902..f9f9a649 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f0c60930..4c99fc5a 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fc0c9d5..44803137 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e220515..70fd333e 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c131fb39..e7de7d22 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d4bf65b..e1d7835a 100644 --- a/sprout/darkroom/objects/object_list.hpp +++ b/sprout/darkroom/objects/object_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 21e5ad80..c2bd94ad 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fe0e743..15598ec5 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a8ecb20..c29f35d4 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a4377fc..102c5bbd 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 42c5939e..70381ed0 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb4912de..b7e3d1ad 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68c0f91d..c74a7d21 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b705a58c..6306eb14 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4de8083f..1f7907a5 100644 --- a/sprout/darkroom/renderers/calculate.hpp +++ b/sprout/darkroom/renderers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26c5f3c2..434719f5 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e94fdc51..34354755 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5501cb18..d9c7ab5f 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e784e399..d26c5632 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63ddeabe..d85f9ec7 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51092c3b..103e7e97 100644 --- a/sprout/darkroom/tracers/calculate.hpp +++ b/sprout/darkroom/tracers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70ff769a..993b7a4f 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba4797f9..4f6c1b37 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1813944d..88e0f57c 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5f43592c..afe814cf 100644 --- a/sprout/detail/algorithm/mask_index.hpp +++ b/sprout/detail/algorithm/mask_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfd38732..38b59f06 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a6f6764..52148d9e 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23f0d626..88e95762 100644 --- a/sprout/detail/algorithm/search_one_rev.hpp +++ b/sprout/detail/algorithm/search_one_rev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b22e0d4e..08edb9b9 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6cb6e610..83309bd9 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4763af7c..2435b93e 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f84e9f84..8d883e7a 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92b11adf..0869b5a0 100644 --- a/sprout/detail/char_literal.hpp +++ b/sprout/detail/char_literal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ab2514d7..f3aa8947 100644 --- a/sprout/detail/char_type_of_consecutive.hpp +++ b/sprout/detail/char_type_of_consecutive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf1dbda6..b94d5ed3 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c5fa4fb4..8d353de7 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18357417..f03448d0 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7f7911e..325d375e 100644 --- a/sprout/detail/do_nothing_statement.hpp +++ b/sprout/detail/do_nothing_statement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3cf7d63a..ce1f03d0 100644 --- a/sprout/detail/functional/const_subscript.hpp +++ b/sprout/detail/functional/const_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e7416fe..9a3f6376 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c3ad541..a5bedeb9 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 500e5ee0..a1164faa 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4608038d..d0cfa336 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4998acc..2adcd95c 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a25c4a86..a3d98d13 100644 --- a/sprout/detail/literal_def.hpp +++ b/sprout/detail/literal_def.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4613b90..9ca960aa 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d72cf17c..bd3bd64f 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3b908ae..e5c45628 100644 --- a/sprout/detail/nil_base.hpp +++ b/sprout/detail/nil_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2af9f788..84c4d2c4 100644 --- a/sprout/detail/one_type.hpp +++ b/sprout/detail/one_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f2cf18a..03a470ae 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf5ed119..ed4e88f2 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38393d78..604dca9f 100644 --- a/sprout/detail/predef.hpp +++ b/sprout/detail/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae24f08f..895bca5e 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6fbd43f0..901b6d49 100644 --- a/sprout/detail/static_size.hpp +++ b/sprout/detail/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 062c585a..abd6a52a 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c51c50fb..93a8ae00 100644 --- a/sprout/detail/udl_namespace.hpp +++ b/sprout/detail/udl_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fadab1bf..b2ae7567 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a2b7378..0e0a49df 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7bc4772c..9f260914 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d20cfc5e..b0700bc0 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59edd802..a39d6506 100644 --- a/sprout/functional/address_of.hpp +++ b/sprout/functional/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ebfbfb25..1a7e7f2a 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22ce5f5f..0ee079d0 100644 --- a/sprout/functional/assign.hpp +++ b/sprout/functional/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 782a0d22..563c3daf 100644 --- a/sprout/functional/assignment.hpp +++ b/sprout/functional/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3acd9183..eb03cdcc 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d0c1b02..7ca44e34 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33d3cdcc..bb9cf5c0 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f696d5c3..1ab35e02 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71f7c8a6..a6f6d4b3 100644 --- a/sprout/functional/bind/literals.hpp +++ b/sprout/functional/bind/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c727a76..1f74324e 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4a106e1..4f832141 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f0a4f06..f8bc529c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f0892ff..40754fd7 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ecdd326..785c3303 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22372c16..89b6a0cf 100644 --- a/sprout/functional/bit_and_assign.hpp +++ b/sprout/functional/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f868283a..d81de2dd 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6353c924..aa05abfc 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4138cfc6..cd94d1c6 100644 --- a/sprout/functional/bit_or_assign.hpp +++ b/sprout/functional/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86ff91ae..f9be006d 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 36329789..9525ed4c 100644 --- a/sprout/functional/bit_xor_assign.hpp +++ b/sprout/functional/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 741ce219..7780c4ab 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2732786..052bb066 100644 --- a/sprout/functional/call_fun.hpp +++ b/sprout/functional/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e705a3d..d2255773 100644 --- a/sprout/functional/comma.hpp +++ b/sprout/functional/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41761a4a..4fc0c378 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 996d8503..41723bf2 100644 --- a/sprout/functional/cond.hpp +++ b/sprout/functional/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b4c128b..0af2506c 100644 --- a/sprout/functional/dereference.hpp +++ b/sprout/functional/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8d00cfb1..30909ebd 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cee2e159..1c2b0977 100644 --- a/sprout/functional/divides_assign.hpp +++ b/sprout/functional/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3378950a..1e20b1f4 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 865a8362..315201ea 100644 --- a/sprout/functional/equiv.hpp +++ b/sprout/functional/equiv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b768c124..0c79a30e 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0728b80d..0a81f1df 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9a75398..0a79d2f0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fdb039a3..6542abab 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 277f1c06..ffac5f96 100644 --- a/sprout/functional/hash/boost/array.hpp +++ b/sprout/functional/hash/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e9bd31e..95a52d9a 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d2e1cf5..41364f7b 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7e311f2..2c36b41f 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 771fe098..2ea1c6eb 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c39ca0b3..2f59ffe3 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56af0b89..d4229d37 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 440549b6..3cbaa3e7 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 838f6f1d..7a7d764a 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d1a4f06..8b2332f0 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 14d839b1..1fba4d7c 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd5a53a8..ff52b02b 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7f375b9..805abc81 100644 --- a/sprout/functional/hash/std/complex.hpp +++ b/sprout/functional/hash/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a0fd134..e4d67660 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 985e378f..b76bd465 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7973f7d6..6e859f9f 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 deb84c37..f74a1a0c 100644 --- a/sprout/functional/inc_dec.hpp +++ b/sprout/functional/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbb87d76..fe41720b 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4f28a84..f6a4fc7b 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4801ece5..3ebc6272 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fca0042..dba3cc6b 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 453cec2e..58affa9c 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 051d7801..b4766def 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e00a2079..005412d8 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7dd4c0de..7d549f0b 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9116a012..80b8623f 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e16660af..6f74b149 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26e8777f..a1df8bf0 100644 --- a/sprout/functional/member.hpp +++ b/sprout/functional/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b788e2c..ff36175d 100644 --- a/sprout/functional/member_pointer.hpp +++ b/sprout/functional/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 21225ec5..56b45421 100644 --- a/sprout/functional/members.hpp +++ b/sprout/functional/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6f7d453..557875de 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e52063f9..4ebd2735 100644 --- a/sprout/functional/minus_assign.hpp +++ b/sprout/functional/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81ee5b38..3df22b5d 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c39acb1a..590b5c91 100644 --- a/sprout/functional/modulus_assign.hpp +++ b/sprout/functional/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b889cc41..744071a0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 acc408d7..7add9cc2 100644 --- a/sprout/functional/multiplies_assign.hpp +++ b/sprout/functional/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 407d785a..348086fe 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cfdec969..8f5064b3 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49b6d837..dfa0489f 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6c1e9581..733e6498 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e5cfbaa8..a3b488bd 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5613dbed..0e58d26e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee10e5c5..952bb294 100644 --- a/sprout/functional/plus_assign.hpp +++ b/sprout/functional/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0ede03db..cc1aac48 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47861433..a54efc50 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7de579c..7ad3aafd 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 136f5e1f..712af7bc 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd48fb1e..4c011d88 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a2050f1..b3ea9687 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb6ea4d3..ef037173 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3756970..e6b4cfb0 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3dd15832..c2cffcfe 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c88d7ff5..f15de87f 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3092a1d7..a4e25ce8 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6548f0f2..d4bb7d47 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d0091d8..281fcdec 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69f44d4c..6ec6bafd 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 abca0014..e0733cb3 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 764aef03..42384a33 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f00e1c8c..4fe20148 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ec19726..8107543b 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a32aff0..575123eb 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2037aba..bdeca8bf 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a34aebc..6cc49ea5 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d9f03e36..f78a2c88 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 adb668da..941f7c53 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 732e803d..d229d1cf 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a175f6d..531f05ed 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 43596788..dc48eb4f 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a579baf8..03b9b1e7 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cacfacb5..7a3a4dce 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e9037d82..73366d02 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ddfb8255..6b18a35f 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9219ed0c..f415b9f8 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba516fec..e1cf8b8b 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44d1f5bd..f4ee85cc 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1d85a29..3da8e373 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 364de7fe..06d2e166 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b97cf85a..8815d68f 100644 --- a/sprout/functional/polymorphic/member_pointer.hpp +++ b/sprout/functional/polymorphic/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5cf7aa1e..61a28e1b 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 433cb36b..34a9a235 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dd1e87ec..160bbbf3 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f0325781..d31141dc 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8c5f575..5b56cdf0 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64310bd1..dbb5722d 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fa79b53..455ff888 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2090304f..0f95ee84 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d78e66a3..59a12902 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8fc139aa..76e793f5 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ea80ecf8..c88fe742 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cfa66b29..2a6bdc9e 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fd4f835a..15832187 100644 --- a/sprout/functional/polymorphic/post_decrement.hpp +++ b/sprout/functional/polymorphic/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 829e4324..78e0453e 100644 --- a/sprout/functional/polymorphic/post_increment.hpp +++ b/sprout/functional/polymorphic/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8beca3f9..0d23a97d 100644 --- a/sprout/functional/polymorphic/pre_decrement.hpp +++ b/sprout/functional/polymorphic/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d28adc8..f0dbeb17 100644 --- a/sprout/functional/polymorphic/pre_increment.hpp +++ b/sprout/functional/polymorphic/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae619917..55c22431 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7a894317..a49cf01d 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4fbeaa69..737673aa 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e46825e2..7c4450b4 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7369eaa..7d250c85 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4645095f..0c8c1998 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9039e75a..467ae223 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23b8b9d6..ca98c8fb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae49872e..3912179a 100644 --- a/sprout/functional/post_decrement.hpp +++ b/sprout/functional/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b9760cc9..1acd1882 100644 --- a/sprout/functional/post_increment.hpp +++ b/sprout/functional/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bae976df..9e901262 100644 --- a/sprout/functional/pre_decrement.hpp +++ b/sprout/functional/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 322cb58f..43341444 100644 --- a/sprout/functional/pre_increment.hpp +++ b/sprout/functional/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 58f6e135..aa1b6dfa 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a11f6733..d6429ba6 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b1c9d4af..217645df 100644 --- a/sprout/functional/reference.hpp +++ b/sprout/functional/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50be4ae7..dda37585 100644 --- a/sprout/functional/shift_left.hpp +++ b/sprout/functional/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e2916ea..00bdaf50 100644 --- a/sprout/functional/shift_left_assign.hpp +++ b/sprout/functional/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0badb8a0..162fa194 100644 --- a/sprout/functional/shift_right.hpp +++ b/sprout/functional/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c7a2719..9e122e83 100644 --- a/sprout/functional/shift_right_assign.hpp +++ b/sprout/functional/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 614555d1..a0527e2c 100644 --- a/sprout/functional/subscript.hpp +++ b/sprout/functional/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d244dd54..eb950c46 100644 --- a/sprout/functional/transparent.hpp +++ b/sprout/functional/transparent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23ade598..7841e138 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 31cf387b..e9ca256f 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b0b9f39..15b0670a 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7e55122..93a15297 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88e66889..2d8585d1 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1dc8c8cf..c4e58bbd 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad8aba2a..3370318e 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb1a3685..7f85e34a 100644 --- a/sprout/functional/various.hpp +++ b/sprout/functional/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 128e9942..8f216bf5 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3d875ac..17a1f40b 100644 --- a/sprout/generator/access_functions.hpp +++ b/sprout/generator/access_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b5394f7..8973ed54 100644 --- a/sprout/generator/access_functions_fwd.hpp +++ b/sprout/generator/access_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15fd585e..65e76656 100644 --- a/sprout/generator/detail/generated_value.hpp +++ b/sprout/generator/detail/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb07081a..19ab8f46 100644 --- a/sprout/generator/detail/next_generator.hpp +++ b/sprout/generator/detail/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c178cedf..7c1b4085 100644 --- a/sprout/generator/detail/next_value.hpp +++ b/sprout/generator/detail/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3368084a..171137c2 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7751ae52..4dc31848 100644 --- a/sprout/generator/generate_functions.hpp +++ b/sprout/generator/generate_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e7df01ed..f9307477 100644 --- a/sprout/generator/generate_functions_fwd.hpp +++ b/sprout/generator/generate_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6c82813..d75e8ade 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b18a5e5..78650f27 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 091795c3..88058da9 100644 --- a/sprout/generator/generator_generate_traits.hpp +++ b/sprout/generator/generator_generate_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d25fbe5..9ad4a784 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2d156c75..a7593fe8 100644 --- a/sprout/generator/next_value.hpp +++ b/sprout/generator/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f77f312d..7a2498b6 100644 --- a/sprout/generator/results.hpp +++ b/sprout/generator/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f506d6ac..b36f22cb 100644 --- a/sprout/generator/traits.hpp +++ b/sprout/generator/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1365b3cc..0b12ceab 100644 --- a/sprout/generator/traits_fwd.hpp +++ b/sprout/generator/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1559671..4884bb74 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5625db33..309661bc 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66ee2c48..f2b5e66a 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ead494c9..66e927f6 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d76f7653..4def5cbe 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9be27f8e..2135cf96 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e1ceb420..2cec995e 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 37db904c..c60fdfe8 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75e700fa..53c243f8 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3a7dd05..57637d0a 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0bc088bf..c0fc97d1 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fee0c5aa..f0c4e982 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6784829..b29f2f8b 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 20fe5722..e255a75e 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 714868e8..81b8fddb 100644 --- a/sprout/index_tuple/literals.hpp +++ b/sprout/index_tuple/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6de68a16..68dd73d8 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 04554119..6fdd946d 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc081b73..ee926f98 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d350764..249c9ef2 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 765a1eac..64ca5d40 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 848d6a59..8660a694 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fd40e915..0be0d2ae 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df36e577..d6409d7a 100644 --- a/sprout/integer.hpp +++ b/sprout/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f3c984d..95353b53 100644 --- a/sprout/integer/carry_to_exp2.hpp +++ b/sprout/integer/carry_to_exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94f02055..2f966a5b 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e77901f4..aa6d1c15 100644 --- a/sprout/integer/static_pow.hpp +++ b/sprout/integer/static_pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3810062b..1a3492f8 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 666e2156..a64ecc12 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68b0f4a6..dc4d88f9 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ebb68f6..ae86b4f2 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2cfa37f1..c2b59746 100644 --- a/sprout/iterator/advance.hpp +++ b/sprout/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9ad19a7..d5d6bb92 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2967c666..a7bb5959 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd30160d..1a153161 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8f4a83b8..e3a9d7de 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3df8e5b..d8062862 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07aa2efa..31fa904d 100644 --- a/sprout/iterator/const_iterator_cast.hpp +++ b/sprout/iterator/const_iterator_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f02bd2d5..6ef3ffdc 100644 --- a/sprout/iterator/const_reference_cast.hpp +++ b/sprout/iterator/const_reference_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05443a16..d9300617 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2b4da2e..c427c64d 100644 --- a/sprout/iterator/detail/iterator_base.hpp +++ b/sprout/iterator/detail/iterator_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c10cb57..ab4de3a6 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 260e7995..c9aa586a 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d4d9765..75a1b006 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d95ece35..3a892372 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 72357228..d8dd78d1 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90684275..4b2b295e 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fa0043a..5a37a515 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07a01832..b5386bab 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34fcb70f..6ec49dca 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ab11986..80ca7274 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5ac4881a..90cf0d19 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff4ef294..569084c5 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd0ad3d1..3b892217 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ebecd89..5436431d 100644 --- a/sprout/iterator/iterator.hpp +++ b/sprout/iterator/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b40b932a..5940487b 100644 --- a/sprout/iterator/iterator_traits.hpp +++ b/sprout/iterator/iterator_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f71b5cb2..136f0d95 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a59b8c77..cdc0aa67 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15fdc7db..6cecbda1 100644 --- a/sprout/iterator/move_iterator.hpp +++ b/sprout/iterator/move_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef57879f..9f3c27ca 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75328452..0b662897 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fcfedd0..9a354a52 100644 --- a/sprout/iterator/next_iterator.hpp +++ b/sprout/iterator/next_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad2783e8..205fe4c6 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0283ae9b..8f7ee396 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1f378e1..11fda068 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 42fc1ee3..961ff964 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b5def47..a1e87e8d 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7cd65061..0c9f95b8 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 266adb6e..42c90ee3 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 46c7189e..7c8512ec 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 557c51f4..d17bae88 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40f4bb5a..4cd4a888 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe65fb6b..3ece9a98 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e2cb9af..53b9cb69 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62043dbf..9e4904c3 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1e51ad1..031931e9 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2102d1e..f239a7c2 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a252a689..5ae047ae 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b9d6c32..8e5cd06a 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 98748047..9ca9d0ef 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ace57f8..d372f3b2 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 897571d7..bf148873 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1475bccc..163d5177 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7cf1123b..35f096ed 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94e6add2..4a2c8c9a 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4dda2060..96529e3a 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f82d3009..b9a8172e 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af9a31e2..3a9577f7 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 000cc238..d7f4b214 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c039b955..0671872e 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 378f883f..f0ee3a4d 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b98dacbb..a87e0fc2 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 629ec047..4b699ca2 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13993264..91af2fa3 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d90252bb..07ccb558 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34ec9ff2..86bb3e7f 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fcc85f61..c5839531 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ea4946ce..8ccdfa98 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40514cf7..da06a851 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30bcf5a0..e1311600 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 058ed83b..0e60ab0f 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fec56c09..208bcd0f 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62c22d51..90c75a8a 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 335c5d50..44b0634d 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e8e12571..ce356891 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c031392d..60f1a3ce 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 48d30949..dfb06274 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86b6d03f..7723d81e 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0192b1fc..1ae3bd63 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2740b5af..17d17046 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b5ad5a5..8fbcc12f 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbe6a3a3..ae3b34d0 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d2dc380..49fc5252 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 99b009e1..3c75d50f 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3aa2b7d..3977cf4c 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 245c8c09..0c06b3fc 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 73f04416..62d57734 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 54f41db6..c3257a7b 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22f9f7cf..904f8038 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0be640af..2de8cbfa 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d2a390a..51997fbc 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a80f2499..1e070efc 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a63819e..86815a60 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a0b9d51..8f08fa7e 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7c96674..b343a4f7 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe2b18dc..69066e41 100644 --- a/sprout/math/comparisons.hpp +++ b/sprout/math/comparisons.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a56c642..27bdbaca 100644 --- a/sprout/math/constant_variables.hpp +++ b/sprout/math/constant_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3143c142..0e3de74d 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0016031b..bc763720 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 140d3e8b..3d8e7744 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4028358a..3d5d5606 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 740293a0..cd3099ed 100644 --- a/sprout/math/curve.hpp +++ b/sprout/math/curve.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eaf731c5..a69bc1bf 100644 --- a/sprout/math/curve/bezier.hpp +++ b/sprout/math/curve/bezier.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 09a34edd..25a43a89 100644 --- a/sprout/math/curve/catmull_rom_spline.hpp +++ b/sprout/math/curve/catmull_rom_spline.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 615fbc36..3d27676a 100644 --- a/sprout/math/curve/curve_point.hpp +++ b/sprout/math/curve/curve_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 884f108b..e1887dcc 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78756403..9a1c1000 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 314e7aa7..1a0e4de1 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fee7b4d8..1ea683ee 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6720c3dc..9ab61130 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c295d0f..0c644f7c 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b239386..97c0dfa8 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c07330c..1d20520b 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b7bd547f..cd40b2ab 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 888cc4e7..82b68a29 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3e5b3df0..28a403a6 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87a3774a..d5e4e3c4 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f26c930..46f1f8e2 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50837dfe..5be1ccee 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff5ebd37..584416ca 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0dd08801..3ab81742 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78ce800f..f26714f8 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55e56229..03e8767b 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8dfb1b11..d30a5614 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c9dcd51..09ba9590 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e814eebb..ef43c016 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30252fb4..006992fb 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 903aede8..ee1cd8f6 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb7bc96c..f9112e55 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5134e8ac..ca6ce3d2 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d8d6d64..f9c140a5 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 84706dd4..41b06cef 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 805c98a8..b5bd89ab 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 99a53cdf..d3b0e1f7 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 48c71e19..1ed39907 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15c46f7d..3ef0c7f1 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 929caa53..b3d73f99 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e5f60a91..a11716e4 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 353a9d3d..5bbc672f 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c51ad36..6025b06a 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd35913e..92fd84a9 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f69114d..61a0356f 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ebccc7ab..fa9d50fc 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 013a4541..d76af7a3 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2b35249..1ce97656 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a0cb2e9..bdcc1c0c 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53b522e4..a1650607 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a07b2008..319745f1 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a5ece37..dd2ae6d1 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3af85ac..88aa6f51 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a00f29d..eae009fb 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0083347b..fc755bc3 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68fcd657..1b09f283 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4d6684ca..b162bd37 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ae2017e..1ba71407 100644 --- a/sprout/math/isgreater.hpp +++ b/sprout/math/isgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4144c38..3262fc49 100644 --- a/sprout/math/isgreaterequal.hpp +++ b/sprout/math/isgreaterequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 209fb865..0a08d161 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c441cbc1..dc183779 100644 --- a/sprout/math/isless.hpp +++ b/sprout/math/isless.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00fde742..8ffbbdd4 100644 --- a/sprout/math/islessequal.hpp +++ b/sprout/math/islessequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d30f9b2..20bbb839 100644 --- a/sprout/math/islessgreater.hpp +++ b/sprout/math/islessgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94fcaa36..09e51593 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 925769e5..ce9a9aca 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 badea999..7be212a6 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf8756f0..c443913b 100644 --- a/sprout/math/isunordered.hpp +++ b/sprout/math/isunordered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ffe2bc80..b0c9001c 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2553e6c0..73adc22c 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c819c288..bee56bcb 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 797bb150..dfc16f39 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d99af5bb..18596b76 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6883a1ec..d32e0e50 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 296e274a..8d0e597e 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49128cbb..8ac97090 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7295e89e..3fde4009 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee2cc134..25685817 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1434c340..ff690656 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 09f0fc88..57a661c4 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90b296bf..cf41df21 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ba112db..83c15a92 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 decde890..3f51d2fd 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8be9865c..64caa3b9 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3317d8a..5886bb0e 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 664c8b47..93b5afe6 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0dbc9710..3eeaabbc 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eab5cceb..3c9dfef6 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38c52081..46597618 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fda2ab85..3d9cedaf 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7a8127f9..760ea8eb 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 106b7110..f5885fc9 100644 --- a/sprout/math/quaternion.hpp +++ b/sprout/math/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b8643a2..7fb6fff3 100644 --- a/sprout/math/quaternion/abs.hpp +++ b/sprout/math/quaternion/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0a9953e..562e59df 100644 --- a/sprout/math/quaternion/arithmetic_operators.hpp +++ b/sprout/math/quaternion/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4e112297..106cb294 100644 --- a/sprout/math/quaternion/conj.hpp +++ b/sprout/math/quaternion/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 346a6092..c85665da 100644 --- a/sprout/math/quaternion/container.hpp +++ b/sprout/math/quaternion/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2599649b..bd3003c6 100644 --- a/sprout/math/quaternion/cos.hpp +++ b/sprout/math/quaternion/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4b8a9ba..23fd071f 100644 --- a/sprout/math/quaternion/cosh.hpp +++ b/sprout/math/quaternion/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7acb346..4a149c7f 100644 --- a/sprout/math/quaternion/creations.hpp +++ b/sprout/math/quaternion/creations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 36ba6ae2..36665df8 100644 --- a/sprout/math/quaternion/cylindrical.hpp +++ b/sprout/math/quaternion/cylindrical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 54170376..adc05260 100644 --- a/sprout/math/quaternion/cylindrospherical.hpp +++ b/sprout/math/quaternion/cylindrospherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8da1f488..9ce72b3e 100644 --- a/sprout/math/quaternion/detail/abs_max.hpp +++ b/sprout/math/quaternion/detail/abs_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33b9795a..3c0dd195 100644 --- a/sprout/math/quaternion/detail/mul.hpp +++ b/sprout/math/quaternion/detail/mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63f9b891..7342e763 100644 --- a/sprout/math/quaternion/detail/sum.hpp +++ b/sprout/math/quaternion/detail/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c0073d09..48cc7b3f 100644 --- a/sprout/math/quaternion/exp.hpp +++ b/sprout/math/quaternion/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fcf3f0e3..4558412a 100644 --- a/sprout/math/quaternion/hash.hpp +++ b/sprout/math/quaternion/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc7ae587..c676e596 100644 --- a/sprout/math/quaternion/l1.hpp +++ b/sprout/math/quaternion/l1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b96cca0..d284f7b9 100644 --- a/sprout/math/quaternion/literals.hpp +++ b/sprout/math/quaternion/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 372134ec..b069123c 100644 --- a/sprout/math/quaternion/multipolar.hpp +++ b/sprout/math/quaternion/multipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d8275000..cc8cd12a 100644 --- a/sprout/math/quaternion/norm.hpp +++ b/sprout/math/quaternion/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f74ba26..4bac4cd5 100644 --- a/sprout/math/quaternion/operators.hpp +++ b/sprout/math/quaternion/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18b043d4..a3c03f47 100644 --- a/sprout/math/quaternion/pow.hpp +++ b/sprout/math/quaternion/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d820356c..ac33b391 100644 --- a/sprout/math/quaternion/quaternion.hpp +++ b/sprout/math/quaternion/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ce10c370..000d34f7 100644 --- a/sprout/math/quaternion/real.hpp +++ b/sprout/math/quaternion/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74e84fd5..58128163 100644 --- a/sprout/math/quaternion/semipolar.hpp +++ b/sprout/math/quaternion/semipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 edbd5430..8f195757 100644 --- a/sprout/math/quaternion/sin.hpp +++ b/sprout/math/quaternion/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1df64f36..1c8edcf4 100644 --- a/sprout/math/quaternion/sinh.hpp +++ b/sprout/math/quaternion/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 077900e0..96117509 100644 --- a/sprout/math/quaternion/spherical.hpp +++ b/sprout/math/quaternion/spherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b87e9d7d..cac3d41a 100644 --- a/sprout/math/quaternion/stream_operators.hpp +++ b/sprout/math/quaternion/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8612237f..3a183fc0 100644 --- a/sprout/math/quaternion/sup.hpp +++ b/sprout/math/quaternion/sup.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64ee347c..197c822a 100644 --- a/sprout/math/quaternion/tan.hpp +++ b/sprout/math/quaternion/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 142e90f6..7fadfdbf 100644 --- a/sprout/math/quaternion/tanh.hpp +++ b/sprout/math/quaternion/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d5bf365..896b1b87 100644 --- a/sprout/math/quaternion/transcendentals.hpp +++ b/sprout/math/quaternion/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b25a175e..0e5b7f5f 100644 --- a/sprout/math/quaternion/tuple.hpp +++ b/sprout/math/quaternion/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fbeddbcb..ece226a7 100644 --- a/sprout/math/quaternion/type_traits.hpp +++ b/sprout/math/quaternion/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2a5d256..a439646a 100644 --- a/sprout/math/quaternion/unreal.hpp +++ b/sprout/math/quaternion/unreal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49a10717..7947c0c9 100644 --- a/sprout/math/quaternion/values.hpp +++ b/sprout/math/quaternion/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c73cd65f..1645b2a2 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cdc4992a..60f966ee 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf65f690..214818c7 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19479cc9..982ae4d1 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c6247a2..8055256c 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e29ec996..7f729e90 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 45e101db..ae7f272a 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 703cbe7f..f97b9471 100644 --- a/sprout/math/sigmoid.hpp +++ b/sprout/math/sigmoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b3063ad..0bb9be69 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0baa22a0..5f53f521 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ade896f..5fb0054e 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6c6a8fc..a36ccab5 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 37da26ff..d66898f9 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05e7064b..138b987c 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fb2e50a..7e7081dc 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2fde56ef..46d8d0cc 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b9c5a69c..b842bca7 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80b36251..9a74839e 100644 --- a/sprout/memory.hpp +++ b/sprout/memory.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a19daf0..d4c20484 100644 --- a/sprout/memory/addressof.hpp +++ b/sprout/memory/addressof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ab885678..ec7ec431 100644 --- a/sprout/memory/exempt_ptr.hpp +++ b/sprout/memory/exempt_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f149714d..37f28a71 100644 --- a/sprout/memory/get_pointer.hpp +++ b/sprout/memory/get_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c715734..e7fdee7c 100644 --- a/sprout/memory/observer_ptr.hpp +++ b/sprout/memory/observer_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eede3066..3f167deb 100644 --- a/sprout/memory/pointer_cast.hpp +++ b/sprout/memory/pointer_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3af6610..e748896d 100644 --- a/sprout/net.hpp +++ b/sprout/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9e876e5..3aa82f6b 100644 --- a/sprout/net/endian.hpp +++ b/sprout/net/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2015 Chris KAY diff --git a/sprout/none.hpp b/sprout/none.hpp index 2497e3b0..2024375c 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac61796a..0e1b638e 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 282fd4d0..875273da 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d5ec2a55..da1f3867 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6b2208c6..a7b510c5 100644 --- a/sprout/numeric/cxx14.hpp +++ b/sprout/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d35ce344..078d777d 100644 --- a/sprout/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e9157f83..26852b7e 100644 --- a/sprout/numeric/cxx14/exclusive_scan.hpp +++ b/sprout/numeric/cxx14/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8bcf6a21..2065e715 100644 --- a/sprout/numeric/cxx14/inclusive_scan.hpp +++ b/sprout/numeric/cxx14/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2d70ec0..47c0a963 100644 --- a/sprout/numeric/cxx14/iota.hpp +++ b/sprout/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62ada116..effa91b5 100644 --- a/sprout/numeric/cxx14/partial_sum.hpp +++ b/sprout/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f80c8f2f..ed880757 100644 --- a/sprout/numeric/cxx14/transform_exclusive_scan.hpp +++ b/sprout/numeric/cxx14/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2af7592b..ad8e2179 100644 --- a/sprout/numeric/cxx14/transform_inclusive_scan.hpp +++ b/sprout/numeric/cxx14/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ef27ab8..c2b4d0a5 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 de242ccb..0ba0d546 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 822b88ac..e7c169be 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a25d3271..808d667e 100644 --- a/sprout/numeric/dft/cxx14.hpp +++ b/sprout/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56c58f22..2260e05b 100644 --- a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0615d63..602d604f 100644 --- a/sprout/numeric/dft/cxx14/phase_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c13ff88..44bd3f9a 100644 --- a/sprout/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80c38b6c..e885674b 100644 --- a/sprout/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0e029be..e888cf5b 100644 --- a/sprout/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 156eea31..9f4391b6 100644 --- a/sprout/numeric/dft/cxx14/square.hpp +++ b/sprout/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bed00211..d28a00b7 100644 --- a/sprout/numeric/dft/cxx14/triangle.hpp +++ b/sprout/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 01e76759..187b9b85 100644 --- a/sprout/numeric/dft/cxx14/wave.hpp +++ b/sprout/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f86e3fb7..dc9659b1 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a32e858a..b9de589f 100644 --- a/sprout/numeric/dft/detail/sawtooth.hpp +++ b/sprout/numeric/dft/detail/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e97590ff..080d163c 100644 --- a/sprout/numeric/dft/detail/sinusoid.hpp +++ b/sprout/numeric/dft/detail/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b5245b8d..1411a1db 100644 --- a/sprout/numeric/dft/detail/square.hpp +++ b/sprout/numeric/dft/detail/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47eb66d1..1c296c54 100644 --- a/sprout/numeric/dft/detail/triangle.hpp +++ b/sprout/numeric/dft/detail/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc631a95..6248e783 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 412276a6..232b2ce6 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 99e9a4d3..5d9762d9 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27a17432..dfa96c7c 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1b6d32b..f728bb90 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 983c9d6a..0bc6fb5c 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6cca394f..5aa2f507 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 837031e4..808069ad 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bc5b03eb..42f88e16 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 42a8160f..c7455c34 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db0c0de3..8d823e99 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4baa679b..1d3a5a4e 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b717e1e..48885739 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13224aa1..93738109 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 65bfd9ab..c81e5afa 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a782ad3e..0c7fc66c 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b29a02d..b93e3d57 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac022d12..cf9fa350 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6cdf62e5..59b7107d 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90580f15..bede7ce6 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b19875a4..ffc238bb 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 338166c4..7dac27cd 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88475c3d..79a82bd0 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ed19d28c..81360f7d 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 089b3b76..6316bcb6 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4bd47cc7..209cad71 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a14cf172..800efc17 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae0ad29d..4b05a4ff 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c82588a6..f17dfa16 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5879c779..a178c03d 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe90a007..e0b9cf20 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28af7b2f..116665dd 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62ece5e1..acc8a37a 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c608f0a..160b7c9f 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d4071331..6390a813 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86808dfc..3cfd5727 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b01933d..41923696 100644 --- a/sprout/numeric/exclusive_scan.hpp +++ b/sprout/numeric/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af928958..a048c821 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1136b0c1..d3899171 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4196fe7..d06895c6 100644 --- a/sprout/numeric/fft/coefficients.hpp +++ b/sprout/numeric/fft/coefficients.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92562f0f..ee2a8e1f 100644 --- a/sprout/numeric/fft/cxx14/fft.hpp +++ b/sprout/numeric/fft/cxx14/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe7920c0..cc75aea5 100644 --- a/sprout/numeric/fft/cxx14/ifft.hpp +++ b/sprout/numeric/fft/cxx14/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55f014b3..9192edf8 100644 --- a/sprout/numeric/fft/fft.hpp +++ b/sprout/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 96b5defe..b3699dec 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75c01a63..ad8ec6e1 100644 --- a/sprout/numeric/fft/fit/fft.hpp +++ b/sprout/numeric/fft/fit/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f715d8b0..33f69d17 100644 --- a/sprout/numeric/fft/fit/ifft.hpp +++ b/sprout/numeric/fft/fit/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28ac12fe..46830d13 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d858845..1d04dc52 100644 --- a/sprout/numeric/fft/fixed/fft.hpp +++ b/sprout/numeric/fft/fixed/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3d820f6..1f3a9cba 100644 --- a/sprout/numeric/fft/fixed/ifft.hpp +++ b/sprout/numeric/fft/fixed/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b2bd2c1..2a6e5f2e 100644 --- a/sprout/numeric/fft/ifft.hpp +++ b/sprout/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 459a9974..ed3e38bb 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10d169ea..75f254e7 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38b43033..c613a785 100644 --- a/sprout/numeric/fit/exclusive_scan.hpp +++ b/sprout/numeric/fit/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac05543a..b0122bba 100644 --- a/sprout/numeric/fit/inclusive_scan.hpp +++ b/sprout/numeric/fit/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f6677b3f..00923440 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 991c80ce..3baa0a8a 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22b1cf28..f5e5b804 100644 --- a/sprout/numeric/fit/transform_exclusive_scan.hpp +++ b/sprout/numeric/fit/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79b6edb6..fe440b07 100644 --- a/sprout/numeric/fit/transform_inclusive_scan.hpp +++ b/sprout/numeric/fit/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e31dc41..9da72cb8 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 49624986..40ebc5c0 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d7d80ffa..2dd5af68 100644 --- a/sprout/numeric/fixed/exclusive_scan.hpp +++ b/sprout/numeric/fixed/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 01cb0dc3..e49dd341 100644 --- a/sprout/numeric/fixed/inclusive_scan.hpp +++ b/sprout/numeric/fixed/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 837c539c..c321b708 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e5081d02..b282a96a 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c5eb5d0a..83eb265c 100644 --- a/sprout/numeric/fixed/transform_exclusive_scan.hpp +++ b/sprout/numeric/fixed/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44d12d8d..69ba2d1c 100644 --- a/sprout/numeric/fixed/transform_inclusive_scan.hpp +++ b/sprout/numeric/fixed/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71878889..f8c577ef 100644 --- a/sprout/numeric/inclusive_scan.hpp +++ b/sprout/numeric/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 760ebde5..94c23327 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4059fbd6..1a565ec5 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 745afd8c..3e83a830 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1048b1f2..b407c9d3 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30a2fe1b..b5f9d697 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f6db96fc..67478663 100644 --- a/sprout/numeric/reduce.hpp +++ b/sprout/numeric/reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d5aa479..8b6ee567 100644 --- a/sprout/numeric/transform_exclusive_scan.hpp +++ b/sprout/numeric/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2d00571..ab37d0ad 100644 --- a/sprout/numeric/transform_inclusive_scan.hpp +++ b/sprout/numeric/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0494e1f..91f4dc35 100644 --- a/sprout/numeric/transform_reduce.hpp +++ b/sprout/numeric/transform_reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8706c25e..95a8fbef 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1bba57a0..c42296f5 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 17eaf49f..4b146892 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a7c2a46..d06b2cbe 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bd568ec2..c9d53fab 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c0c1c702..bf195442 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c230be1b..1a003304 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d40e42d..0cc0a37c 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ff1f60d..a2b73796 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1e57e84..44e2e3dc 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e52c391..2093b54a 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecc55abf..2bde6b04 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d76a7bc6..2e7097ce 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1f11ed0..1b516801 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2ce53d40..202dbc01 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e223548..568973c0 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7606d13c..89a7b299 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3968c1d9..08a218fc 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a221391a..b6c6bf3e 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 da087367..19b9980e 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7ee349b9..48ff037c 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ad59011..6976cefd 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94785e38..e4c6d05c 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6a0364e..f39f6d04 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13de9cb8..7f2d3678 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c116df7..0de1c13a 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d8c1021..4bfaa03c 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07cbe8b2..75d513e6 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 02e5667b..0513bf6c 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c58ba080..0b8035da 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc2e8c4a..c5a7bf04 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e7c9ef9d..23aaee65 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c23a5e1d..cbc8cb8b 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa75689c..8cbee46e 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44f38950..6f15f600 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30ec8874..c9add98b 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0316c94b..eb65d922 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dacbfc24..7204310d 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7541434d..cc14246d 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55447de6..10df7e70 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd69b027..d851ec81 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85342eb3..568a216b 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10b138e4..2e86f0c0 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ea18749..cf3e2e40 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 401dfb7c..108252ba 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b25e1e2f..f8a6a5e7 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81707451..eee1fac7 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 85bb6ec0..2b7f34e8 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 921d95b9..951c9585 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d738a35..7d40e34e 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 711511bc..d686de57 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fdbc7bd3..5b2ab70d 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 344b3ee8..34e6bbe6 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f966efc0..eca5b451 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 46e44d3e..0ab94eda 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9bc515b6..df54b384 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b98fa00..441228e4 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2da3f623..1cbbd1ab 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0ce80e3..d2e89c87 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e04453c5..5e6b24c4 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8a069b5..fb6db93d 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a95f2f94..954cebee 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64fab367..8c1b16e7 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 16302a53..d440734a 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4bd65ed..59bda4b2 100644 --- a/sprout/optional/container.hpp +++ b/sprout/optional/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e85c0df8..8fd0a39a 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 972b8f46..c687a48a 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 689e594e..7c5e351d 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19ae6d5d..b5b59318 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 72eca51c..a3a68424 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2c1bbf9..534265c0 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c918356..61e63e7e 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b1ab6859..d610f195 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2596264..1ad6c19e 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbcb0acd..72cb5e22 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c99ddfdc..d4c043f3 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a21c3ab..16fa6376 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b25603d1..479982c6 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cf579c35..65323b6a 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 680d5469..9b0812c7 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 75d3797f..066c874d 100644 --- a/sprout/predef.hpp +++ b/sprout/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 793d72cc..9b263aee 100644 --- a/sprout/predef/architecture.hpp +++ b/sprout/predef/architecture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f15d2f3..e62a9b5f 100644 --- a/sprout/predef/architecture/alpha.hpp +++ b/sprout/predef/architecture/alpha.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f28226c..40ba7a2d 100644 --- a/sprout/predef/architecture/arm.hpp +++ b/sprout/predef/architecture/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d71baac..0a2a7413 100644 --- a/sprout/predef/architecture/blackfin.hpp +++ b/sprout/predef/architecture/blackfin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b909b6e..12ad9b26 100644 --- a/sprout/predef/architecture/convex.hpp +++ b/sprout/predef/architecture/convex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1619a93c..e2f571fb 100644 --- a/sprout/predef/architecture/ia64.hpp +++ b/sprout/predef/architecture/ia64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92a392a1..ff5115ed 100644 --- a/sprout/predef/architecture/m68k.hpp +++ b/sprout/predef/architecture/m68k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4671671..25563097 100644 --- a/sprout/predef/architecture/mips.hpp +++ b/sprout/predef/architecture/mips.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9848311..c8e31db4 100644 --- a/sprout/predef/architecture/parisc.hpp +++ b/sprout/predef/architecture/parisc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e645bca7..31e7bd6c 100644 --- a/sprout/predef/architecture/ppc.hpp +++ b/sprout/predef/architecture/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88bc7b1d..422f2489 100644 --- a/sprout/predef/architecture/pyramid.hpp +++ b/sprout/predef/architecture/pyramid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7798af70..5579310a 100644 --- a/sprout/predef/architecture/rs6k.hpp +++ b/sprout/predef/architecture/rs6k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a3ff50fa..a5127316 100644 --- a/sprout/predef/architecture/sparc.hpp +++ b/sprout/predef/architecture/sparc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e1c45d3..5673bac0 100644 --- a/sprout/predef/architecture/superh.hpp +++ b/sprout/predef/architecture/superh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6597c27..247e0824 100644 --- a/sprout/predef/architecture/sys370.hpp +++ b/sprout/predef/architecture/sys370.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 183e5b7f..65d356cf 100644 --- a/sprout/predef/architecture/sys390.hpp +++ b/sprout/predef/architecture/sys390.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3a1a61b..d916a319 100644 --- a/sprout/predef/architecture/x86.hpp +++ b/sprout/predef/architecture/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07f0d376..3ac8c66c 100644 --- a/sprout/predef/architecture/x86/32.hpp +++ b/sprout/predef/architecture/x86/32.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f6e0e1e..b288609d 100644 --- a/sprout/predef/architecture/x86/64.hpp +++ b/sprout/predef/architecture/x86/64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ceb0da4..3bc84ec1 100644 --- a/sprout/predef/architecture/z.hpp +++ b/sprout/predef/architecture/z.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a208301..665a728c 100644 --- a/sprout/predef/compiler.hpp +++ b/sprout/predef/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 91018954..f08aadea 100644 --- a/sprout/predef/compiler/borland.hpp +++ b/sprout/predef/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c68c744..dff7e6bc 100644 --- a/sprout/predef/compiler/clang.hpp +++ b/sprout/predef/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1068d821..9a2d64a2 100644 --- a/sprout/predef/compiler/comeau.hpp +++ b/sprout/predef/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb5f4d9b..7ad464d0 100644 --- a/sprout/predef/compiler/compaq.hpp +++ b/sprout/predef/compiler/compaq.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b72c9c80..c8553e0a 100644 --- a/sprout/predef/compiler/diab.hpp +++ b/sprout/predef/compiler/diab.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e9688afc..0a2d8019 100644 --- a/sprout/predef/compiler/digitalmars.hpp +++ b/sprout/predef/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70285ec4..d411c4ca 100644 --- a/sprout/predef/compiler/dignus.hpp +++ b/sprout/predef/compiler/dignus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69973f5b..6d5b1490 100644 --- a/sprout/predef/compiler/edg.hpp +++ b/sprout/predef/compiler/edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e1757ba4..92ae08bd 100644 --- a/sprout/predef/compiler/ekopath.hpp +++ b/sprout/predef/compiler/ekopath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9c08d6f..f5ba0fec 100644 --- a/sprout/predef/compiler/gcc.hpp +++ b/sprout/predef/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ff83dbb..2adcc472 100644 --- a/sprout/predef/compiler/gcc_xml.hpp +++ b/sprout/predef/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3b5aebc..15435f93 100644 --- a/sprout/predef/compiler/greenhills.hpp +++ b/sprout/predef/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63549a41..9d7c222c 100644 --- a/sprout/predef/compiler/hp_acc.hpp +++ b/sprout/predef/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee95e448..89b0793f 100644 --- a/sprout/predef/compiler/iar.hpp +++ b/sprout/predef/compiler/iar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63949b92..afe6a1ad 100644 --- a/sprout/predef/compiler/ibm.hpp +++ b/sprout/predef/compiler/ibm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7785b898..b9e1c012 100644 --- a/sprout/predef/compiler/intel.hpp +++ b/sprout/predef/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c82f01ee..bbc33bf6 100644 --- a/sprout/predef/compiler/kai.hpp +++ b/sprout/predef/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1a5e7b1f..37426f18 100644 --- a/sprout/predef/compiler/llvm.hpp +++ b/sprout/predef/compiler/llvm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c73a65b..42fbb018 100644 --- a/sprout/predef/compiler/metaware.hpp +++ b/sprout/predef/compiler/metaware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 456bb4a6..88bbef2c 100644 --- a/sprout/predef/compiler/metrowerks.hpp +++ b/sprout/predef/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40f4a7a9..8612a6c9 100644 --- a/sprout/predef/compiler/microtec.hpp +++ b/sprout/predef/compiler/microtec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6501757f..27e83ebd 100644 --- a/sprout/predef/compiler/mpw.hpp +++ b/sprout/predef/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 671db2df..1f00dbfa 100644 --- a/sprout/predef/compiler/palm.hpp +++ b/sprout/predef/compiler/palm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f73a580b..ce39fa2d 100644 --- a/sprout/predef/compiler/pgi.hpp +++ b/sprout/predef/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecf8623c..844930ca 100644 --- a/sprout/predef/compiler/sgi_mipspro.hpp +++ b/sprout/predef/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e33b630..94eae8f9 100644 --- a/sprout/predef/compiler/sunpro.hpp +++ b/sprout/predef/compiler/sunpro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f955ae01..25a0722c 100644 --- a/sprout/predef/compiler/tendra.hpp +++ b/sprout/predef/compiler/tendra.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 454533ee..607b6e6f 100644 --- a/sprout/predef/compiler/visualc.hpp +++ b/sprout/predef/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 04c28c32..82cb7f12 100644 --- a/sprout/predef/compiler/watcom.hpp +++ b/sprout/predef/compiler/watcom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d28bde24..ee152f0a 100644 --- a/sprout/predef/detail/comp_detected.hpp +++ b/sprout/predef/detail/comp_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b057d60b..333f4d6f 100644 --- a/sprout/predef/detail/endian_compat.hpp +++ b/sprout/predef/detail/endian_compat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bcca0a10..b41de986 100644 --- a/sprout/predef/detail/os_detected.hpp +++ b/sprout/predef/detail/os_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b834ad1..d8ef60fd 100644 --- a/sprout/predef/detail/platform_detected.hpp +++ b/sprout/predef/detail/platform_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c0708730..be5d842b 100644 --- a/sprout/predef/hardware.hpp +++ b/sprout/predef/hardware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8fa1d09a..c9f6e322 100644 --- a/sprout/predef/hardware/simd.hpp +++ b/sprout/predef/hardware/simd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ade234ea..f41d9da6 100644 --- a/sprout/predef/hardware/simd/arm.hpp +++ b/sprout/predef/hardware/simd/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d025056d..5ca5ccb8 100644 --- a/sprout/predef/hardware/simd/arm/versions.hpp +++ b/sprout/predef/hardware/simd/arm/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 48952e28..62cd7b40 100644 --- a/sprout/predef/hardware/simd/ppc.hpp +++ b/sprout/predef/hardware/simd/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d7634813..cd22a011 100644 --- a/sprout/predef/hardware/simd/ppc/versions.hpp +++ b/sprout/predef/hardware/simd/ppc/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 61ee34e3..083292d9 100644 --- a/sprout/predef/hardware/simd/x86.hpp +++ b/sprout/predef/hardware/simd/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a0aa8457..8a192f08 100644 --- a/sprout/predef/hardware/simd/x86/versions.hpp +++ b/sprout/predef/hardware/simd/x86/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f51c831..eefb377f 100644 --- a/sprout/predef/hardware/simd/x86_amd.hpp +++ b/sprout/predef/hardware/simd/x86_amd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d97d9fe..0edf0e65 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e865288..27cfb463 100644 --- a/sprout/predef/language.hpp +++ b/sprout/predef/language.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 97cc5966..798c1001 100644 --- a/sprout/predef/language/objc.hpp +++ b/sprout/predef/language/objc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b764ce9c..6a4e2437 100644 --- a/sprout/predef/language/stdc.hpp +++ b/sprout/predef/language/stdc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70970fbf..5e62662d 100644 --- a/sprout/predef/language/stdcpp.hpp +++ b/sprout/predef/language/stdcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cafd8142..23e7816e 100644 --- a/sprout/predef/library.hpp +++ b/sprout/predef/library.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a08f04f..d2a9bfd9 100644 --- a/sprout/predef/library/c.hpp +++ b/sprout/predef/library/c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 086bf28a..94890fb6 100644 --- a/sprout/predef/library/c/gnu.hpp +++ b/sprout/predef/library/c/gnu.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 77242669..881b5404 100644 --- a/sprout/predef/library/c/prefix.hpp +++ b/sprout/predef/library/c/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b71e6b25..3e9f416a 100644 --- a/sprout/predef/library/c/uc.hpp +++ b/sprout/predef/library/c/uc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41832aa3..df1fd010 100644 --- a/sprout/predef/library/c/vms.hpp +++ b/sprout/predef/library/c/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a5006910..5b20473e 100644 --- a/sprout/predef/library/c/zos.hpp +++ b/sprout/predef/library/c/zos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b0c2cfb7..dda7747f 100644 --- a/sprout/predef/library/std.hpp +++ b/sprout/predef/library/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30dc5a6a..f8af9e96 100644 --- a/sprout/predef/library/std/cxx.hpp +++ b/sprout/predef/library/std/cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 755a4ea9..3176f7d4 100644 --- a/sprout/predef/library/std/dinkumware.hpp +++ b/sprout/predef/library/std/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 04d50254..68a2a2c6 100644 --- a/sprout/predef/library/std/libcomo.hpp +++ b/sprout/predef/library/std/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8542937b..384ae5fa 100644 --- a/sprout/predef/library/std/modena.hpp +++ b/sprout/predef/library/std/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af1dadac..f3db7678 100644 --- a/sprout/predef/library/std/msl.hpp +++ b/sprout/predef/library/std/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90ce289b..961ec9ba 100644 --- a/sprout/predef/library/std/prefix.hpp +++ b/sprout/predef/library/std/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa5e79ee..2aee8346 100644 --- a/sprout/predef/library/std/roguewave.hpp +++ b/sprout/predef/library/std/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 95114b1c..fe3cdd90 100644 --- a/sprout/predef/library/std/sgi.hpp +++ b/sprout/predef/library/std/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb4a583d..6763a62a 100644 --- a/sprout/predef/library/std/stdcpp3.hpp +++ b/sprout/predef/library/std/stdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63a8bc18..1de2ceca 100644 --- a/sprout/predef/library/std/stlport.hpp +++ b/sprout/predef/library/std/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5276e619..ba444f24 100644 --- a/sprout/predef/library/std/vacpp.hpp +++ b/sprout/predef/library/std/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6186e8bd..03fcaa39 100644 --- a/sprout/predef/make.hpp +++ b/sprout/predef/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4d572fb8..720e4a36 100644 --- a/sprout/predef/os.hpp +++ b/sprout/predef/os.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0f9c527..d59c3b50 100644 --- a/sprout/predef/os/aix.hpp +++ b/sprout/predef/os/aix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74d3481c..3fe0b400 100644 --- a/sprout/predef/os/amigaos.hpp +++ b/sprout/predef/os/amigaos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ae5bc6eb..0fd1e9af 100644 --- a/sprout/predef/os/android.hpp +++ b/sprout/predef/os/android.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38169cac..dd1e3e70 100644 --- a/sprout/predef/os/beos.hpp +++ b/sprout/predef/os/beos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3de13dc7..261a85e2 100644 --- a/sprout/predef/os/bsd.hpp +++ b/sprout/predef/os/bsd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 febc2bbc..c8c8744d 100644 --- a/sprout/predef/os/bsd/bsdi.hpp +++ b/sprout/predef/os/bsd/bsdi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8d928325..936d39ff 100644 --- a/sprout/predef/os/bsd/dragonfly.hpp +++ b/sprout/predef/os/bsd/dragonfly.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 39992bab..2bdb037a 100644 --- a/sprout/predef/os/bsd/free.hpp +++ b/sprout/predef/os/bsd/free.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78205b5e..66ff6441 100644 --- a/sprout/predef/os/bsd/net.hpp +++ b/sprout/predef/os/bsd/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0516291c..848e7d29 100644 --- a/sprout/predef/os/bsd/open.hpp +++ b/sprout/predef/os/bsd/open.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69eb3bdf..afed65fe 100644 --- a/sprout/predef/os/cygwin.hpp +++ b/sprout/predef/os/cygwin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9e60401..714256bc 100644 --- a/sprout/predef/os/haiku.hpp +++ b/sprout/predef/os/haiku.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 300ff496..db7c7084 100644 --- a/sprout/predef/os/hpux.hpp +++ b/sprout/predef/os/hpux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b33fe16..ee55cf59 100644 --- a/sprout/predef/os/ios.hpp +++ b/sprout/predef/os/ios.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9058fee4..dd4c41db 100644 --- a/sprout/predef/os/irix.hpp +++ b/sprout/predef/os/irix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 840bf52e..f6d24c30 100644 --- a/sprout/predef/os/linux.hpp +++ b/sprout/predef/os/linux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df010653..6ea33fdd 100644 --- a/sprout/predef/os/macos.hpp +++ b/sprout/predef/os/macos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b219ac7..9e7a11ff 100644 --- a/sprout/predef/os/os400.hpp +++ b/sprout/predef/os/os400.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d7065b8..d297f72a 100644 --- a/sprout/predef/os/qnxnto.hpp +++ b/sprout/predef/os/qnxnto.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d794cd9c..6d34531c 100644 --- a/sprout/predef/os/solaris.hpp +++ b/sprout/predef/os/solaris.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2f6ab56..a6a0c1b8 100644 --- a/sprout/predef/os/unix.hpp +++ b/sprout/predef/os/unix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9864f4e4..2388ce11 100644 --- a/sprout/predef/os/vms.hpp +++ b/sprout/predef/os/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a905329..73d3a0ff 100644 --- a/sprout/predef/os/windows.hpp +++ b/sprout/predef/os/windows.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1cfeac21..20e36aa4 100644 --- a/sprout/predef/other.hpp +++ b/sprout/predef/other.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a94e7ece..05162a80 100644 --- a/sprout/predef/other/endian.hpp +++ b/sprout/predef/other/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3109ed3..37f927c1 100644 --- a/sprout/predef/platform.hpp +++ b/sprout/predef/platform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a39afef..c8ce4b4a 100644 --- a/sprout/predef/platform/mingw.hpp +++ b/sprout/predef/platform/mingw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0b0baff..dcd3995c 100644 --- a/sprout/predef/platform/windows_desktop.hpp +++ b/sprout/predef/platform/windows_desktop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0126f8a9..82613fa5 100644 --- a/sprout/predef/platform/windows_phone.hpp +++ b/sprout/predef/platform/windows_phone.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9eb76506..a6ec9e9c 100644 --- a/sprout/predef/platform/windows_runtime.hpp +++ b/sprout/predef/platform/windows_runtime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10bfb960..aa2d7cd0 100644 --- a/sprout/predef/platform/windows_store.hpp +++ b/sprout/predef/platform/windows_store.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 29970457..4365f8c8 100644 --- a/sprout/predef/version_number.hpp +++ b/sprout/predef/version_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a6f61c74..5c92854f 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1bed4adf..00479e98 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3b82440..76a00759 100644 --- a/sprout/preprocessor/comma.hpp +++ b/sprout/preprocessor/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa7c700f..e90137ba 100644 --- a/sprout/preprocessor/config.hpp +++ b/sprout/preprocessor/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f7167bb..7e4d5c9b 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9d41c28..665b3bc2 100644 --- a/sprout/preprocessor/some_number.hpp +++ b/sprout/preprocessor/some_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d67ee2e2..bad4e379 100644 --- a/sprout/preprocessor/str.hpp +++ b/sprout/preprocessor/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55fcbc26..69a7f6ec 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 853549e6..f45b8159 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f14454a2..608af0ca 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e2d812b..c1b31fce 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d07a1494..2113b9d4 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3216f2be..5ab7275d 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9c49dbc..df3542a3 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 233323a6..e1f79c2a 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e331f04..188a612f 100644 --- a/sprout/preprocessor/variadic.hpp +++ b/sprout/preprocessor/variadic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 370f16ec..8a258878 100644 --- a/sprout/preprocessor/variadic/elem.hpp +++ b/sprout/preprocessor/variadic/elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5f6b8e48..af0033f6 100644 --- a/sprout/preprocessor/variadic/size.hpp +++ b/sprout/preprocessor/variadic/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ce8919b1..5361bcae 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1aae1e3b..15123b45 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8de680cb..d34e5660 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1baca0ff..fb35b559 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 561e454d..7b1894f9 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68faa667..16ec289d 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3dddf67..86ef995b 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cda91b5e..3922040f 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c04afe0..c3aebc7a 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e33d8db9..0c15a7dc 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf648d10..1d813cda 100644 --- a/sprout/random/detail/seed_impl.hpp +++ b/sprout/random/detail/seed_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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/signed_unsigned_tools.hpp b/sprout/random/detail/signed_unsigned_tools.hpp index 109bfb6f..1ce0cb5a 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ebf75de..6d8b7f39 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c621e45..bbeff97d 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b86e1a8..78feffb6 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be8871d7..9bec0e50 100644 --- a/sprout/random/generate_array.hpp +++ b/sprout/random/generate_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2923ab3..2e588442 100644 --- a/sprout/random/generate_canonical.hpp +++ b/sprout/random/generate_canonical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c1ae095..06f023ee 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07ebf099..98120a27 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 691ca5c9..20108ebb 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5407d77b..813540b9 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb5c3aa5..bc9a48dc 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cdc630a5..5bca267b 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8cc3c8f7..5ed69d01 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a19d1e4..0c834030 100644 --- a/sprout/random/poisson_distribution.hpp +++ b/sprout/random/poisson_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbe5d2c2..eb3ce55c 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26d1d017..cc7a1903 100644 --- a/sprout/random/random_result_fwd.hpp +++ b/sprout/random/random_result_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6eaf80ab..91049aff 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 957b9a10..c6ec92f2 100644 --- a/sprout/random/results.hpp +++ b/sprout/random/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d5a3c5e..b9f2e404 100644 --- a/sprout/random/seed.hpp +++ b/sprout/random/seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6953a15..7844e231 100644 --- a/sprout/random/seed_array.hpp +++ b/sprout/random/seed_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d8fee6b..aa822101 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 292720ae..a67f6a26 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbe80501..80a43bcc 100644 --- a/sprout/random/type_traits.hpp +++ b/sprout/random/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 efdcc4f9..55f054cd 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c8322cd..90a4d949 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1406f986..e3391342 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7c6397d..32a854dc 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6b9ba445..472cbe66 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dab517ed..290bd977 100644 --- a/sprout/random/utility.hpp +++ b/sprout/random/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b198f9cb..d83c0ccb 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c2bce5c..7d4f2cc7 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b793a061..190efff9 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 424ba67a..9059fe53 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7ef82f0d..e9738248 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8032c787..34969611 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9619f5ae..19ba971d 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 493d6ed1..bcac6577 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d8a4b437..351f226e 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b4ea277..8553b345 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b55aeb9f..2e8b9386 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27f831f2..690ae663 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba0f2d2b..b2fe4b6a 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0c7455c..6b3e7992 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b07e77c3..bc901839 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6f4c434..8593e064 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f655563e..0a9b3f7a 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 605fcb53..f82989e7 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9f2a7ff..6b7d412c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 77a0c015..809c2a5e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4295eb52..3ee5c550 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7831233d..c4a20fca 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1517f87a..aa7ba574 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa0c3999..2cfbf70b 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b2080fa..19ff3839 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 731a51e0..f2d5fab2 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc2b17c0..920d69a6 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5bf1ab10..5e93e0e2 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 de5c5120..d9b5cd5c 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d71f5fa5..49923bba 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2521a0ce..c8f6652b 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fa5df3c9..41372c90 100644 --- a/sprout/range/adaptor/moved.hpp +++ b/sprout/range/adaptor/moved.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3149b66..1288f8ba 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0608fa9b..4ed1d0de 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a6d4eea..82f2ef3e 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec47f7f9..d3b85936 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c6fafdd..8d15f1b9 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b7bc278..37972311 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6be3d413..74119ede 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 72d6f23b..4f562084 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53d45240..9df9ead6 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64290c72..f12532b3 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0a224868..3f3dcf12 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9824a6fa..48da0204 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2733d144..cb8768ca 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 810d2443..f27dcfce 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 546dc33d..80d42272 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bcbb3fff..ab0ea4d5 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1aa77e16..0adf85e2 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12841273..af7ddbd0 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6636ea57..ce84dc7b 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12955075..31384dbf 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e8a61b6b..0d6e8c0e 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 783c782a..638804f5 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 36d9b223..3c5c3843 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6cb289f..b55303e3 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18a65443..9c5e7054 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c8dcd04..9997eed0 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f35d3ce..03ec7e09 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1f0ea8c..04a235a6 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7be587d5..5d61e1d9 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba3b69f7..1e1d1da5 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8272f3fe..3f9193a8 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63828f7b..7995205f 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80aef67c..2cbbbe26 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac1a794d..8e29062f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f65a6179..0a999cb3 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69ea09aa..d41c85ee 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ecadf17..22ec6a92 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3144e455..68e931cf 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 621a2e5d..680e1add 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d4533e0..76615d3d 100644 --- a/sprout/range/algorithm/bogo_sort.hpp +++ b/sprout/range/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53d479a2..2cfca1a1 100644 --- a/sprout/range/algorithm/bozo_sort.hpp +++ b/sprout/range/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0324300..27ee787b 100644 --- a/sprout/range/algorithm/clamp_range.hpp +++ b/sprout/range/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 119284fc..a5a2866c 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6368824..7356ce6a 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 289ede42..7ee67de9 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d633f78..08bc7606 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8217f6b6..50fd899e 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 98958c13..66c750a5 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10dc547d..3ba9ffa7 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 190605d3..599fe213 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 411bba94..10a26ca9 100644 --- a/sprout/range/algorithm/cxx14.hpp +++ b/sprout/range/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 041627db..b799ab30 100644 --- a/sprout/range/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e1f9f41d..931cbeeb 100644 --- a/sprout/range/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa91edc0..c45a5260 100644 --- a/sprout/range/algorithm/cxx14/clamp_range.hpp +++ b/sprout/range/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e385ab3..0f4b482d 100644 --- a/sprout/range/algorithm/cxx14/copy.hpp +++ b/sprout/range/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7d8e269..8ab82f93 100644 --- a/sprout/range/algorithm/cxx14/copy_backward.hpp +++ b/sprout/range/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd56262c..06b3ff65 100644 --- a/sprout/range/algorithm/cxx14/copy_if.hpp +++ b/sprout/range/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c9de242..792d333f 100644 --- a/sprout/range/algorithm/cxx14/copy_until.hpp +++ b/sprout/range/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe22eb5e..01301162 100644 --- a/sprout/range/algorithm/cxx14/copy_while.hpp +++ b/sprout/range/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c696a4d..af8cec59 100644 --- a/sprout/range/algorithm/cxx14/fill.hpp +++ b/sprout/range/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53722607..551649c8 100644 --- a/sprout/range/algorithm/cxx14/for_each.hpp +++ b/sprout/range/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71c077fd..ce35cf76 100644 --- a/sprout/range/algorithm/cxx14/gather.hpp +++ b/sprout/range/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64aeed78..58f554fa 100644 --- a/sprout/range/algorithm/cxx14/generate.hpp +++ b/sprout/range/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3076499..8e0ecfba 100644 --- a/sprout/range/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/range/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f8eaa7a7..3caea5d8 100644 --- a/sprout/range/algorithm/cxx14/make_heap.hpp +++ b/sprout/range/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 884e2d90..d3acdb00 100644 --- a/sprout/range/algorithm/cxx14/merge.hpp +++ b/sprout/range/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e119a808..9447e5d7 100644 --- a/sprout/range/algorithm/cxx14/move.hpp +++ b/sprout/range/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76aa6d5a..02bfde96 100644 --- a/sprout/range/algorithm/cxx14/move_backward.hpp +++ b/sprout/range/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 89f487d2..e8230b06 100644 --- a/sprout/range/algorithm/cxx14/next_permutation.hpp +++ b/sprout/range/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8bde51f6..72d198d6 100644 --- a/sprout/range/algorithm/cxx14/nth_element.hpp +++ b/sprout/range/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74faf01f..40053136 100644 --- a/sprout/range/algorithm/cxx14/partial_sort.hpp +++ b/sprout/range/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f1ed8a62..2e73a43a 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3026aaa..b7802e8e 100644 --- a/sprout/range/algorithm/cxx14/partition.hpp +++ b/sprout/range/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f80a205..c1d1b166 100644 --- a/sprout/range/algorithm/cxx14/partition_copy.hpp +++ b/sprout/range/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44b77e74..02f1781d 100644 --- a/sprout/range/algorithm/cxx14/pop_heap.hpp +++ b/sprout/range/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6074d764..f28e7b84 100644 --- a/sprout/range/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/range/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 014c121d..a4a74b18 100644 --- a/sprout/range/algorithm/cxx14/push_heap.hpp +++ b/sprout/range/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0648e9a5..46b240a5 100644 --- a/sprout/range/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/range/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12ba5abf..c4de495d 100644 --- a/sprout/range/algorithm/cxx14/random_swap.hpp +++ b/sprout/range/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 955f0dd4..a102f2df 100644 --- a/sprout/range/algorithm/cxx14/remove.hpp +++ b/sprout/range/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 89513903..82b59013 100644 --- a/sprout/range/algorithm/cxx14/remove_copy.hpp +++ b/sprout/range/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fd3f3ef5..72d562d5 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 53e5a737..e00322df 100644 --- a/sprout/range/algorithm/cxx14/remove_if.hpp +++ b/sprout/range/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 581d717b..62a00839 100644 --- a/sprout/range/algorithm/cxx14/replace.hpp +++ b/sprout/range/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 104f2df6..02c12600 100644 --- a/sprout/range/algorithm/cxx14/replace_copy.hpp +++ b/sprout/range/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2249490..dda734d6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 815d79f3..1b41be6e 100644 --- a/sprout/range/algorithm/cxx14/replace_if.hpp +++ b/sprout/range/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13a1cf4c..131a388c 100644 --- a/sprout/range/algorithm/cxx14/reverse.hpp +++ b/sprout/range/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fcd6dd82..da1a1cc2 100644 --- a/sprout/range/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/range/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d5dbeb32..94a75bea 100644 --- a/sprout/range/algorithm/cxx14/rotate.hpp +++ b/sprout/range/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e059e41f..915b013f 100644 --- a/sprout/range/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/range/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 97562fa0..c2051174 100644 --- a/sprout/range/algorithm/cxx14/sample.hpp +++ b/sprout/range/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 afd3798a..dac4733f 100644 --- a/sprout/range/algorithm/cxx14/set_difference.hpp +++ b/sprout/range/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d38a9bd8..4964af7c 100644 --- a/sprout/range/algorithm/cxx14/set_intersection.hpp +++ b/sprout/range/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 146dab27..a877c1a9 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 35288334..e9fe902d 100644 --- a/sprout/range/algorithm/cxx14/set_union.hpp +++ b/sprout/range/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47a98010..d7cc501c 100644 --- a/sprout/range/algorithm/cxx14/shuffle.hpp +++ b/sprout/range/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf54c9b2..9acca280 100644 --- a/sprout/range/algorithm/cxx14/sort.hpp +++ b/sprout/range/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b0f4c463..f74db23c 100644 --- a/sprout/range/algorithm/cxx14/sort_heap.hpp +++ b/sprout/range/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7aefc2f..41f67ca9 100644 --- a/sprout/range/algorithm/cxx14/stable_partition.hpp +++ b/sprout/range/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a3360fd4..993a5c95 100644 --- a/sprout/range/algorithm/cxx14/stable_sort.hpp +++ b/sprout/range/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e36a8d86..955b9c97 100644 --- a/sprout/range/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/range/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f6a641df..f3ae26bf 100644 --- a/sprout/range/algorithm/cxx14/transform.hpp +++ b/sprout/range/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cec261c1..47ae7826 100644 --- a/sprout/range/algorithm/cxx14/unique.hpp +++ b/sprout/range/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c0dd3db1..5870ebf9 100644 --- a/sprout/range/algorithm/cxx14/unique_copy.hpp +++ b/sprout/range/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63002077..a6e94395 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e20d388a..983bb889 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db106d0b..b5d7936e 100644 --- a/sprout/range/algorithm/fill.hpp +++ b/sprout/range/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f0b86279..0924c954 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba69a4fb..f9c719c9 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f8cb3c17..e78b2aa6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64bc0f7c..338eca0d 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b017e95e..a30327e3 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e699f374..4b8459c5 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4597785..658a9086 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2e751147..5df950a1 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fed15e58..d24ea38e 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c4f9952..2c03c543 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e556b990..5df6dd78 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e694f6a..b5daf856 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88528fcf..7172f062 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d9e7689f..d441206d 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 29ded4b4..923bec67 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b5d4277..bb1a7356 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c47add95..75736df9 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b09478a..87f58441 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 122a4e09..94d9fff6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1dee2c7..30d0c917 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9860edce..45b83285 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f01c18d..7fc55678 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07154bd4..26d7f931 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 286818d3..43f4a780 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74b0a919..4b46b2d3 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b62232d8..c1d7e0d7 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f8520db..bc907e1c 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b115fb22..ff2df552 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c315c0c3..bffbf750 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74f0ca2e..dc8a9289 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a167d75d..4aaaa893 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c4303a7..88b72d47 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b4ac160..30e35a38 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9aefb2fa..949b352c 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f84475f..61d2d140 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b9d5000..e87802e4 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c550bc69..45137624 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 293943f4..ce41a54d 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3edcfdf4..536e30d9 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ae6da55..5f0b69bc 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87f60567..840e1463 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b5ef93f..f878936a 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3418ca8..d3ecf5d9 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 84f52f6a..9ced4995 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90a25287..2f5c19f6 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b7617329..84681c01 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dee4c273..c4b859c8 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00e60f51..353e61e0 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d5659943..a1144882 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc191d76..fd36df7c 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 269438f8..b6b41085 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8da884f5..8d360d61 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b2aa35a..91cf17a0 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51acb57f..315add09 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 18cd09cc..76b85db1 100644 --- a/sprout/range/algorithm/generate.hpp +++ b/sprout/range/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 062d29e5..5334acb8 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66bb84ac..e6367e3b 100644 --- a/sprout/range/algorithm/inplace_merge.hpp +++ b/sprout/range/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b5a7432d..23015a56 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 207ef6dd..40ff175e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff6bd9f4..eb44127d 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5279fc36..1166c74b 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 66cd5aa7..4a848915 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a5897814..f6a0db0f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71f7cf4e..939ef0b8 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c30630c..c1d48e94 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b0e8e3b..626b3eca 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f0b707c..36ad853d 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1588dc94..61ab9b12 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e8169f9..1c111357 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 92cb460c..afb64727 100644 --- a/sprout/range/algorithm/make_heap.hpp +++ b/sprout/range/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1734d0d..1d1d266d 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 01a29198..1f858e71 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9048ce2e..a8bde572 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41210479..f06c6595 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b228b92e..f5e297e8 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63b6f0d6..aab82804 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f1be0a7..a7b69581 100644 --- a/sprout/range/algorithm/move.hpp +++ b/sprout/range/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a27c0efc..b6628ea4 100644 --- a/sprout/range/algorithm/move_backward.hpp +++ b/sprout/range/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3ec6d685..6dc295b2 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50ed4e51..9f529781 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e764ef3a..952f9553 100644 --- a/sprout/range/algorithm/next_permutation.hpp +++ b/sprout/range/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8822139b..45ab311e 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51b9b1d9..f9995ea3 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0a8f0a65..e1fbace4 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 575925c3..e73869d6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c971fbbd..40a65fc5 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b94436f..cb97ba5f 100644 --- a/sprout/range/algorithm/nth_element.hpp +++ b/sprout/range/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e480768..9b871742 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d100740..ee63bac7 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 382f7138..777475b8 100644 --- a/sprout/range/algorithm/partial_sort.hpp +++ b/sprout/range/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9dd141c7..06336925 100644 --- a/sprout/range/algorithm/partial_sort_copy.hpp +++ b/sprout/range/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 36a945d5..a3d230d2 100644 --- a/sprout/range/algorithm/partition.hpp +++ b/sprout/range/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b723b32..07571948 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cbfd49e0..48d6cf32 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dffd5510..1ab2ec71 100644 --- a/sprout/range/algorithm/pop_heap.hpp +++ b/sprout/range/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b04227f9..52dcb439 100644 --- a/sprout/range/algorithm/prev_permutation.hpp +++ b/sprout/range/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 773f495e..20c15be0 100644 --- a/sprout/range/algorithm/push_heap.hpp +++ b/sprout/range/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d7912219..436bedd1 100644 --- a/sprout/range/algorithm/random_shuffle.hpp +++ b/sprout/range/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b088edd..bc08db5e 100644 --- a/sprout/range/algorithm/random_swap.hpp +++ b/sprout/range/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8148620b..c641727b 100644 --- a/sprout/range/algorithm/remove.hpp +++ b/sprout/range/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3187305..b785394e 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 45522c3f..9dc0248a 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f748ee1..8560a074 100644 --- a/sprout/range/algorithm/remove_if.hpp +++ b/sprout/range/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c7160e5..8890ad74 100644 --- a/sprout/range/algorithm/replace.hpp +++ b/sprout/range/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c66d067e..9f3fcdc6 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d54a70d6..e834e7b5 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fd343119..0aad9691 100644 --- a/sprout/range/algorithm/replace_if.hpp +++ b/sprout/range/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8d3df10d..c186aa97 100644 --- a/sprout/range/algorithm/reverse.hpp +++ b/sprout/range/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50a8a3af..9b1adbe6 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a0207bd..2db186d5 100644 --- a/sprout/range/algorithm/rotate.hpp +++ b/sprout/range/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7badd679..f4e6a251 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3125c137..296325ea 100644 --- a/sprout/range/algorithm/sample.hpp +++ b/sprout/range/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86159636..48c2e688 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ff8066a..e3126395 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0248aa2c..61e87260 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a179a09..7c602593 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f420280a..72b6fd53 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a5455588..91ee5a31 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1603f27a..d2a3d8d9 100644 --- a/sprout/range/algorithm/shuffle.hpp +++ b/sprout/range/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa70d669..15285d95 100644 --- a/sprout/range/algorithm/sort.hpp +++ b/sprout/range/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f6604af..00fae18a 100644 --- a/sprout/range/algorithm/sort_heap.hpp +++ b/sprout/range/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c84787a..757f0ceb 100644 --- a/sprout/range/algorithm/stable_partition.hpp +++ b/sprout/range/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4979ae28..516e0a91 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5dcbe18b..a8f16ec4 100644 --- a/sprout/range/algorithm/stable_sort.hpp +++ b/sprout/range/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f79e5c5..c977b92f 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 35737790..8b6ed2e7 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55128ad5..527b5bc5 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d50e3ced..d625aaf0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b7904ff..d37db9cb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0d55622..c640af10 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 97ef7465..9f846433 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfa5afac..e6d1c618 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12bb01fc..f807a3ea 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86f1d1b8..ea97f465 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bc4f317..898dfa09 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6dd8df76..30fdded8 100644 --- a/sprout/range/algorithm/swap_ranges.hpp +++ b/sprout/range/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f589926..5884fb6c 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1fc9c3e..fc14a5c7 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b8f5101b..1c65d893 100644 --- a/sprout/range/algorithm/unique.hpp +++ b/sprout/range/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3561f57..511d93b3 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7679428..2a68161f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5bfe2aa0..92249bf6 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c3893cf6..2ca13ca3 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df68eef1..42619fac 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 271c66c3..43c04c0e 100644 --- a/sprout/range/numeric/cxx14.hpp +++ b/sprout/range/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2de2547..7b75f50c 100644 --- a/sprout/range/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/range/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4c0bb4d8..7c8bf470 100644 --- a/sprout/range/numeric/cxx14/exclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee7ab3ad..db18fac4 100644 --- a/sprout/range/numeric/cxx14/inclusive_scan.hpp +++ b/sprout/range/numeric/cxx14/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0a5d822f..22f93e7e 100644 --- a/sprout/range/numeric/cxx14/iota.hpp +++ b/sprout/range/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dfac4d14..5cd30439 100644 --- a/sprout/range/numeric/cxx14/partial_sum.hpp +++ b/sprout/range/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b84a55e..e9fa8d30 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 83883607..7828c6c2 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 55c75e5f..8ddf40c6 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ee06ef4..4d7cd0bb 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc312c16..b8a7ac0a 100644 --- a/sprout/range/numeric/dft/cxx14.hpp +++ b/sprout/range/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5fe555df..c80d1b9a 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 280d53f1..cefde92f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b24dccb..7e044e20 100644 --- a/sprout/range/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/range/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0201408c..d589bad5 100644 --- a/sprout/range/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/range/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba990029..1a1c5f75 100644 --- a/sprout/range/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 147c7419..c87aa759 100644 --- a/sprout/range/numeric/dft/cxx14/square.hpp +++ b/sprout/range/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4ff95c8..c7e2b67b 100644 --- a/sprout/range/numeric/dft/cxx14/triangle.hpp +++ b/sprout/range/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad9d2892..cf196c75 100644 --- a/sprout/range/numeric/dft/cxx14/wave.hpp +++ b/sprout/range/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b5aceba..f06e933f 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2d66141..a80ca3b1 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63e1db67..f6242472 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0562738e..028dca01 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 117322e4..865adee3 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a21364d4..e557a9c8 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3f1c5df..21ddac85 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b70974aa..a483be97 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a240f71..11c30967 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 791755f8..99c3fec3 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b7e3283e..abda3f33 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e963c0d6..9779d4d2 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d725e605..db3a5db0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a444b50..741df0b5 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 daaf793e..f8ca341d 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eee229fa..c6104cb4 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a05bc1c..9c343a5d 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70ef4d8a..3df2f4ca 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 50aad9f9..08fc79a5 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bbe10109..9ac07cb1 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f78eeeaa..6f461252 100644 --- a/sprout/range/numeric/exclusive_scan.hpp +++ b/sprout/range/numeric/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1518c816..3ed4e5ce 100644 --- a/sprout/range/numeric/fft.hpp +++ b/sprout/range/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4dd1df21..d4608f45 100644 --- a/sprout/range/numeric/fft/fft.hpp +++ b/sprout/range/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5cc9f9cf..396da93e 100644 --- a/sprout/range/numeric/fft/ifft.hpp +++ b/sprout/range/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0bf466d5..c50635a1 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8630d5d..36b8f460 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 145c8102..587e0384 100644 --- a/sprout/range/numeric/fit/exclusive_scan.hpp +++ b/sprout/range/numeric/fit/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be1f7072..de609340 100644 --- a/sprout/range/numeric/fit/inclusive_scan.hpp +++ b/sprout/range/numeric/fit/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ad4e0ed..528835ea 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 57cc968e..06ce70ae 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f65f609..19412b7e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 095ac8e2..0380ec71 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 640674f2..1d5b2c40 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 16ddd617..b9ba5c7e 100644 --- a/sprout/range/numeric/fixed/exclusive_scan.hpp +++ b/sprout/range/numeric/fixed/exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 35f677fd..db533681 100644 --- a/sprout/range/numeric/fixed/inclusive_scan.hpp +++ b/sprout/range/numeric/fixed/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4cc11160..03701d28 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0910f36e..e7fbe347 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1cddb274..c3ea9977 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ffe6210..9beb653c 100644 --- a/sprout/range/numeric/inclusive_scan.hpp +++ b/sprout/range/numeric/inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ab56821..78f13425 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68654777..3c1189d4 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 839defc3..9ea7ddb9 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 394e6080..d210f5e6 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15672e00..34031490 100644 --- a/sprout/range/numeric/reduce.hpp +++ b/sprout/range/numeric/reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 549cb7d0..3d5933a3 100644 --- a/sprout/range/numeric/transform_exclusive_scan.hpp +++ b/sprout/range/numeric/transform_exclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d5943e16..34f380c2 100644 --- a/sprout/range/numeric/transform_inclusive_scan.hpp +++ b/sprout/range/numeric/transform_inclusive_scan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c6c97867..8f7ec34f 100644 --- a/sprout/range/numeric/transform_reduce.hpp +++ b/sprout/range/numeric/transform_reduce.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38b85896..3f236dad 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b02d6e7f..988548d5 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e5ce298..371533c9 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67dbe66d..ebd1b66a 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e20e978a..8d9a5cc6 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 06ba35f6..ce755caa 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b37ecc2..96b7ec10 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 67918928..6ab44ae0 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f052677..cac7aa86 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4edb1c34..fe0b445b 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7da5766..2bb6f8b0 100644 --- a/sprout/rational/container.hpp +++ b/sprout/rational/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 574021d4..9d7d0014 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9dc3e6a..6d41d4d6 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f224e803..2bdcff5c 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c2cad3f..0e7531e7 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7cdb4a42..cd525911 100644 --- a/sprout/rational/literals.hpp +++ b/sprout/rational/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6ccd71cc..b2370326 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1ed3369b..4a3084ae 100644 --- a/sprout/rational/tuple.hpp +++ b/sprout/rational/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1eb0185..d1d481c5 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9572dba..bad48278 100644 --- a/sprout/sized_pit.hpp +++ b/sprout/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4df2305b..15da9aae 100644 --- a/sprout/sized_pit/comparison.hpp +++ b/sprout/sized_pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 edbfc771..0871d6d4 100644 --- a/sprout/sized_pit/container.hpp +++ b/sprout/sized_pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 727ff1cf..e64c4107 100644 --- a/sprout/sized_pit/hash.hpp +++ b/sprout/sized_pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b7baa58..dd47db09 100644 --- a/sprout/sized_pit/sized_pit.hpp +++ b/sprout/sized_pit/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e09aca85..3da7b9b5 100644 --- a/sprout/sized_pit/tuple.hpp +++ b/sprout/sized_pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2e6b3f88..bd1fffa4 100644 --- a/sprout/sized_pit/type_traits.hpp +++ b/sprout/sized_pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0dca9e71..800ac819 100644 --- a/sprout/stateful.hpp +++ b/sprout/stateful.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d4513c38..2be78821 100644 --- a/sprout/stateful/counter.hpp +++ b/sprout/stateful/counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dcd2bc56..edccb5e9 100644 --- a/sprout/stateful/rand.hpp +++ b/sprout/stateful/rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e39dac77..1ec8389b 100644 --- a/sprout/stateful/type_index.hpp +++ b/sprout/stateful/type_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c286f3fd..6d8a156f 100644 --- a/sprout/stateful/typed_counter.hpp +++ b/sprout/stateful/typed_counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ca9661c3..de2a73e2 100644 --- a/sprout/stateful/typed_id.hpp +++ b/sprout/stateful/typed_id.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 da55944e..a67d534a 100644 --- a/sprout/stateful/typed_rand.hpp +++ b/sprout/stateful/typed_rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f8d788b..8c94b1e9 100644 --- a/sprout/stateful/typed_slot.hpp +++ b/sprout/stateful/typed_slot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2857a340..b5cf89cd 100644 --- a/sprout/static_assert.hpp +++ b/sprout/static_assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e229aecf..c3caf717 100644 --- a/sprout/static_warning.hpp +++ b/sprout/static_warning.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8dcf9ba7..6ee1d0f5 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80ea9561..e268ef7c 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93946010..c3fd3dbc 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 557e4e15..8e16f344 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af066390..b378c445 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fc63607a..c3cf7a36 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 37414399..845d1d36 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad225e96..316b646a 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be02f106..9c560bfd 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d39f0d7..ee6e85a5 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 73ef1290..2113dbf0 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c6c7e68..b22cc9a8 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 770daa2c..57696fa0 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88f35e5e..1da5420d 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 47437e3b..6c6da301 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63629ff6..12cfdf29 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fc3b96f..90f757c6 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e898c26..2a843a3b 100644 --- a/sprout/string/shift_concat.hpp +++ b/sprout/string/shift_concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3af32c8..ca836c0b 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df195c80..65e08deb 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac98b390..df5e4784 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -886,8 +886,8 @@ namespace sprout { SPROUT_EXPLICIT_CONVERSION SPROUT_NON_CONSTEXPR operator std::basic_string() const { return std::basic_string(data(), size()); } - operator sprout::basic_string_view() const SPROUT_NOEXCEPT { - return sprout::basic_string_view(*this); + SPROUT_CONSTEXPR operator sprout::basic_string_view() const SPROUT_NOEXCEPT { + return sprout::basic_string_view(data(), size()); } SPROUT_CXX14_CONSTEXPR void rangecheck(size_type i) const { diff --git a/sprout/string/string_to_float.hpp b/sprout/string/string_to_float.hpp index a5366020..2efb6a96 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dca27eab..a436ff4d 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb734954..f80a2601 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af469e0f..47af14bb 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7a47312d..d91ba385 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a5d9b0c..ab46640b 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8598f8f5..424a9172 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c90bd902..c8865b26 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ce57d82..6a1a52ea 100644 --- a/sprout/sub_array/array_sub.hpp +++ b/sprout/sub_array/array_sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8e12bb14..3e180823 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a8b8031e..7bb6a576 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b270a4f..d2344eea 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eefce31d..4c6ec7ef 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 451c571e..60905eb8 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec41294a..b236abbb 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 32b3a71d..3485cd83 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00abdb53..4ae8ea94 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bcdb20d3..0ecb0f34 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb268a87..ad6843be 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56a3a85e..fd3df256 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 060c3365..f66399b1 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26c1e4f5..2115b3ff 100644 --- a/sprout/tpp/algorithm/max_element.hpp +++ b/sprout/tpp/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3be84d39..d29104a9 100644 --- a/sprout/tpp/algorithm/min_element.hpp +++ b/sprout/tpp/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb87955b..f0b403cb 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dac981b3..001a8d63 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 edf4c96f..81fbe277 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6a05476a..8a4e159c 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1dd46e50..96a8e0e4 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e8942c9..a2eb9803 100644 --- a/sprout/tuple/apply.hpp +++ b/sprout/tuple/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee36120b..9146cded 100644 --- a/sprout/tuple/boost/array.hpp +++ b/sprout/tuple/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 37127542..1986d8d0 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 70cbd600..026593ac 100644 --- a/sprout/tuple/default_construct.hpp +++ b/sprout/tuple/default_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 29828df2..e603c609 100644 --- a/sprout/tuple/flex.hpp +++ b/sprout/tuple/flex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8cd22f70..08bb9a14 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30959b6b..1b21d4d8 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fc43013..e7aafd0f 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 897b106a..cc06c81a 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3277f117..1d4640fb 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e8994876..cba1a84d 100644 --- a/sprout/tuple/make_from_tuple.hpp +++ b/sprout/tuple/make_from_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4db70b1..dd7e52c1 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6f3073b9..9c5d5f66 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4daf22b5..3f1037f7 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ac801dc0..ab61ef1d 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c3e8edd..49c49ff7 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59e495aa..481da9e9 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c143cb06..2e560f84 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93811093..e47fc30e 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2122ec7..e35557e9 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecdb9763..799e1e09 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c214bbb1..955f2292 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c994996a..d226c344 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ad56cab2..5771c1da 100644 --- a/sprout/tuple/std/complex.hpp +++ b/sprout/tuple/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 db836a52..b31fffa8 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 591ff03b..d4a938cc 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b6d0c74..84393bf3 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2df4f54..8fb7a10d 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0fc136c..858a69e9 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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/hash.hpp b/sprout/tuple/tuple/hash.hpp index 2e5bbd69..e5a29a83 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b7882015..7b0ac631 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 769b51e5..e42aca30 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 69937772..4c2ef5fd 100644 --- a/sprout/tuple/tuple/traits.hpp +++ b/sprout/tuple/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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.hpp b/sprout/tuple/tuple/tuple.hpp index 38d2e8a4..43f2ff28 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a6a6dbb..c92016ad 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c0d458e..6a912ec1 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c8eb285f..008f7277 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb86b049..8a385977 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6348393f..6f233553 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d85c8e93..01517c46 100644 --- a/sprout/tuple/tuple/tuple_traits.hpp +++ b/sprout/tuple/tuple/tuple_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 19d88a84..c9a4a81c 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 45bf7f3b..7b526790 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e1cb7f78..642ec65f 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bf4fbee6..ad5093af 100644 --- a/sprout/type/algorithm/accumulate.hpp +++ b/sprout/type/algorithm/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e30c05a7..bdac2c6d 100644 --- a/sprout/type/algorithm/all_of.hpp +++ b/sprout/type/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d6abc96..256846ef 100644 --- a/sprout/type/algorithm/all_of_same.hpp +++ b/sprout/type/algorithm/all_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3db6bd84..cb4f3ccb 100644 --- a/sprout/type/algorithm/any_of.hpp +++ b/sprout/type/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 444759bc..973c83ae 100644 --- a/sprout/type/algorithm/any_of_same.hpp +++ b/sprout/type/algorithm/any_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 919dd325..cbf54093 100644 --- a/sprout/type/algorithm/contains.hpp +++ b/sprout/type/algorithm/contains.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a2040357..35bf0fe4 100644 --- a/sprout/type/algorithm/contains_if.hpp +++ b/sprout/type/algorithm/contains_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4003c0a5..30815f8b 100644 --- a/sprout/type/algorithm/count.hpp +++ b/sprout/type/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 82c09f1f..3b852cf3 100644 --- a/sprout/type/algorithm/count_if.hpp +++ b/sprout/type/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c320c2b8..6dc63399 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 306d0d7d..4424665a 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4d458379..86990162 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 83bd90da..5d10433a 100644 --- a/sprout/type/algorithm/fold.hpp +++ b/sprout/type/algorithm/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be145481..14d34f42 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2ff0fa61..14b18919 100644 --- a/sprout/type/algorithm/none_of.hpp +++ b/sprout/type/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f6f3373d..df573128 100644 --- a/sprout/type/algorithm/none_of_same.hpp +++ b/sprout/type/algorithm/none_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d482bad..dc343254 100644 --- a/sprout/type/algorithm/one_of.hpp +++ b/sprout/type/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1bb86b6e..baba3942 100644 --- a/sprout/type/algorithm/one_of_same.hpp +++ b/sprout/type/algorithm/one_of_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cba54b58..1d65871d 100644 --- a/sprout/type/algorithm/partial_sum.hpp +++ b/sprout/type/algorithm/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3a69c36c..3269cd9b 100644 --- a/sprout/type/algorithm/transform.hpp +++ b/sprout/type/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d333889d..05ce7fc0 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e805b833..16f85005 100644 --- a/sprout/type/apply.hpp +++ b/sprout/type/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4e5ebc6..7272c7f9 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e5679ea..3fe75638 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7bd9ba96..98a43776 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fafa08cd..72817531 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1844866..49831fbb 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e4065668..d96fb985 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4223632..abd0fb85 100644 --- a/sprout/type/functional/arithmetic.hpp +++ b/sprout/type/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 12ae3319..72c8c4e5 100644 --- a/sprout/type/functional/comparison.hpp +++ b/sprout/type/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56306add..52629c6b 100644 --- a/sprout/type/functional/detail/arithmetic_op.hpp +++ b/sprout/type/functional/detail/arithmetic_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 296a7bb7..1c32667d 100644 --- a/sprout/type/functional/detail/comparison_op.hpp +++ b/sprout/type/functional/detail/comparison_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9d031b2..d1270c96 100644 --- a/sprout/type/functional/divides.hpp +++ b/sprout/type/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7decd8a..f9e8dcd6 100644 --- a/sprout/type/functional/equal_to.hpp +++ b/sprout/type/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8940160c..25fbae42 100644 --- a/sprout/type/functional/greater.hpp +++ b/sprout/type/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a69c9e5b..50cc1b00 100644 --- a/sprout/type/functional/greater_equal.hpp +++ b/sprout/type/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2474b02d..f15408c4 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b38c1eae..08ee8498 100644 --- a/sprout/type/functional/less_equal.hpp +++ b/sprout/type/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4f2b3d7c..ed6b5f83 100644 --- a/sprout/type/functional/minus.hpp +++ b/sprout/type/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15eaf9c0..e6276d93 100644 --- a/sprout/type/functional/modulus.hpp +++ b/sprout/type/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d76b899e..09c2b0fa 100644 --- a/sprout/type/functional/multiplies.hpp +++ b/sprout/type/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb4dc740..96f5a115 100644 --- a/sprout/type/functional/negate.hpp +++ b/sprout/type/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c66e6ef..4a4c45a8 100644 --- a/sprout/type/functional/not_equal_to.hpp +++ b/sprout/type/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 08f248e9..4c630a1e 100644 --- a/sprout/type/functional/plus.hpp +++ b/sprout/type/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11b6b41c..bfb0ccce 100644 --- a/sprout/type/functional/posite.hpp +++ b/sprout/type/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 27f72571..d1c02972 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90d8088b..aa6586be 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a0874d8d..b221c1ce 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1acd6305..57e79180 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f4703fbb..92e2e698 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6725f201..1cb6a943 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0de9c814..145ae0a4 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe351300..0470b431 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 93270366..db244256 100644 --- a/sprout/type/joint_types.hpp +++ b/sprout/type/joint_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e40279d4..9b87aa53 100644 --- a/sprout/type/map_types.hpp +++ b/sprout/type/map_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79f57aa5..7948f589 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ca9918c..f03ff157 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d53b72da..be3ff453 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3d8f13e8..65ca5b57 100644 --- a/sprout/type/operation/assign.hpp +++ b/sprout/type/operation/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cb8f7572..df6f3072 100644 --- a/sprout/type/operation/at.hpp +++ b/sprout/type/operation/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 780b33b1..79c9f3c0 100644 --- a/sprout/type/operation/back.hpp +++ b/sprout/type/operation/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ed7c08e..f6525122 100644 --- a/sprout/type/operation/empty.hpp +++ b/sprout/type/operation/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7f29a323..d5fb0381 100644 --- a/sprout/type/operation/front.hpp +++ b/sprout/type/operation/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3171ec9c..3fc248fd 100644 --- a/sprout/type/operation/map.hpp +++ b/sprout/type/operation/map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8f8658da..2d4649ab 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e5a980e8..e5a45880 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ed05a48f..d1d0c79f 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b159451c..632ac736 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c65f61a3..f1c094ae 100644 --- a/sprout/type/operation/rebind.hpp +++ b/sprout/type/operation/rebind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c3e953e..32709e7f 100644 --- a/sprout/type/operation/size.hpp +++ b/sprout/type/operation/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecdc17e6..3bc24463 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b67da3b..b0b0ea26 100644 --- a/sprout/type/packer.hpp +++ b/sprout/type/packer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eaa7cd18..6e8baeb8 100644 --- a/sprout/type/pop_front_types.hpp +++ b/sprout/type/pop_front_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c18c3989..380a2e10 100644 --- a/sprout/type/print.hpp +++ b/sprout/type/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 113e8aad..13b1148a 100644 --- a/sprout/type/quote.hpp +++ b/sprout/type/quote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb84906c..3d0e7d12 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63e8e7e3..819d5bff 100644 --- a/sprout/type/self.hpp +++ b/sprout/type/self.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 855b69a1..9cc13a52 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 608645f2..483183a8 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 390fa445..ed3dda06 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56a42d4b..db3fb511 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef038699..f07a6453 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10c57699..42d73d0d 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d6f1bf5..6491b77c 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e5e87130..a77e46b0 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 94703bab..b22ff782 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76c19d6b..f00fffcd 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44697a3e..a98b8d05 100644 --- a/sprout/type/type_tuple_decl.hpp +++ b/sprout/type/type_tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c713628c..d7e7a96b 100644 --- a/sprout/type/uniform_types.hpp +++ b/sprout/type/uniform_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71934d5a..cc5c868b 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 44801386..a7164daf 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6b62b3f..c68cc857 100644 --- a/sprout/type_traits/add_const.hpp +++ b/sprout/type_traits/add_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d6d8b822..1969854f 100644 --- a/sprout/type_traits/add_cv.hpp +++ b/sprout/type_traits/add_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb3aa3d5..ca68dac0 100644 --- a/sprout/type_traits/add_lvalue_reference.hpp +++ b/sprout/type_traits/add_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f56dcc22..c80a340b 100644 --- a/sprout/type_traits/add_pointer.hpp +++ b/sprout/type_traits/add_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 25174bfe..1bdc9db7 100644 --- a/sprout/type_traits/add_rvalue_reference.hpp +++ b/sprout/type_traits/add_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f1284b5..7c5db6c0 100644 --- a/sprout/type_traits/add_volatile.hpp +++ b/sprout/type_traits/add_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9e0c1cb..1cc56258 100644 --- a/sprout/type_traits/aligned_storage.hpp +++ b/sprout/type_traits/aligned_storage.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9527d57a..7c8d420a 100644 --- a/sprout/type_traits/aligned_union.hpp +++ b/sprout/type_traits/aligned_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d7eb1ea..29b66194 100644 --- a/sprout/type_traits/alignment_of.hpp +++ b/sprout/type_traits/alignment_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23d43fe1..f938a692 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e38995eb..ad074251 100644 --- a/sprout/type_traits/array_modification.hpp +++ b/sprout/type_traits/array_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cab0e444..20e4c34d 100644 --- a/sprout/type_traits/category.hpp +++ b/sprout/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b49813b0..4facbff0 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 56f6f2cf..f14e5304 100644 --- a/sprout/type_traits/common_type.hpp +++ b/sprout/type_traits/common_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 83454f6c..39e73353 100644 --- a/sprout/type_traits/complex_promote.hpp +++ b/sprout/type_traits/complex_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 09f77ed7..a075f18b 100644 --- a/sprout/type_traits/composite_category.hpp +++ b/sprout/type_traits/composite_category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e66a8f0b..98611e2d 100644 --- a/sprout/type_traits/composite_modification.hpp +++ b/sprout/type_traits/composite_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a61f01e3..f48a4a27 100644 --- a/sprout/type_traits/conditional.hpp +++ b/sprout/type_traits/conditional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c81c23cf..69b377fb 100644 --- a/sprout/type_traits/conjunction.hpp +++ b/sprout/type_traits/conjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a54cd010..0820c248 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb6dd478..3c25681e 100644 --- a/sprout/type_traits/copy_const.hpp +++ b/sprout/type_traits/copy_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 46cff134..97b35fae 100644 --- a/sprout/type_traits/copy_cv.hpp +++ b/sprout/type_traits/copy_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a15b0b8d..e2aa3324 100644 --- a/sprout/type_traits/copy_volatile.hpp +++ b/sprout/type_traits/copy_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 062f0996..713868be 100644 --- a/sprout/type_traits/cv_modification.hpp +++ b/sprout/type_traits/cv_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f38cf468..6b63fc1b 100644 --- a/sprout/type_traits/decay.hpp +++ b/sprout/type_traits/decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 57ccce3d..bd491c54 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5ecf1e3c..41dc5063 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 06146572..cf7fa506 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 25add8a6..49362fdd 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8aef3a5b..21d47f66 100644 --- a/sprout/type_traits/detail/invoke.hpp +++ b/sprout/type_traits/detail/invoke.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1de25931..7c6f8fe0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76bad540..215aa2c0 100644 --- a/sprout/type_traits/disjunction.hpp +++ b/sprout/type_traits/disjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 28167102..c4a75c13 100644 --- a/sprout/type_traits/dont_care.hpp +++ b/sprout/type_traits/dont_care.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7225b78..e06f430b 100644 --- a/sprout/type_traits/enable_if.hpp +++ b/sprout/type_traits/enable_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b62a1f8a..fac1057c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9e0af8e0..5602e15c 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 da09b2c0..62e19a68 100644 --- a/sprout/type_traits/extent.hpp +++ b/sprout/type_traits/extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4680a018..2d7c94fd 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23fe565c..31ac90e3 100644 --- a/sprout/type_traits/has_address_of.hpp +++ b/sprout/type_traits/has_address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7ff604b..acdbc6c0 100644 --- a/sprout/type_traits/has_arithmetic_operator.hpp +++ b/sprout/type_traits/has_arithmetic_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd48290f..2ed9791a 100644 --- a/sprout/type_traits/has_assign.hpp +++ b/sprout/type_traits/has_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79d9e069..29c97a38 100644 --- a/sprout/type_traits/has_assignment_operator.hpp +++ b/sprout/type_traits/has_assignment_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e7ce0e08..b6bbe91a 100644 --- a/sprout/type_traits/has_bit_and.hpp +++ b/sprout/type_traits/has_bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 72fbe901..adf88aeb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 07c5511e..40e554a0 100644 --- a/sprout/type_traits/has_bit_not.hpp +++ b/sprout/type_traits/has_bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b01dd9e7..1496b795 100644 --- a/sprout/type_traits/has_bit_or.hpp +++ b/sprout/type_traits/has_bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c12c3e21..115e2f1b 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 485c67b9..70e121f7 100644 --- a/sprout/type_traits/has_bit_xor.hpp +++ b/sprout/type_traits/has_bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1340c51e..75f792e9 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b6262ee..35481ec3 100644 --- a/sprout/type_traits/has_bitwise_operator.hpp +++ b/sprout/type_traits/has_bitwise_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 367d78a7..4e8ffaa9 100644 --- a/sprout/type_traits/has_comma.hpp +++ b/sprout/type_traits/has_comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d1953b5..30362ac0 100644 --- a/sprout/type_traits/has_comparison_operator.hpp +++ b/sprout/type_traits/has_comparison_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 58642169..6cea68da 100644 --- a/sprout/type_traits/has_complement.hpp +++ b/sprout/type_traits/has_complement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7e30eafb..b62460fb 100644 --- a/sprout/type_traits/has_dereference.hpp +++ b/sprout/type_traits/has_dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a4dc08e4..77654ab2 100644 --- a/sprout/type_traits/has_divides.hpp +++ b/sprout/type_traits/has_divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 037bf401..070a4cb8 100644 --- a/sprout/type_traits/has_divides_assign.hpp +++ b/sprout/type_traits/has_divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2c21c47..3b8b9e07 100644 --- a/sprout/type_traits/has_equal_to.hpp +++ b/sprout/type_traits/has_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 16507b7a..e807582f 100644 --- a/sprout/type_traits/has_greater.hpp +++ b/sprout/type_traits/has_greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c5c37467..38732957 100644 --- a/sprout/type_traits/has_greater_equal.hpp +++ b/sprout/type_traits/has_greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7eb8c4a1..77fb24f7 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 17de133a..ccbaf9fd 100644 --- a/sprout/type_traits/has_left_shift.hpp +++ b/sprout/type_traits/has_left_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c57e53c..991114a6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e77c0d33..9d2370c8 100644 --- a/sprout/type_traits/has_less.hpp +++ b/sprout/type_traits/has_less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33aa7961..baf1e469 100644 --- a/sprout/type_traits/has_less_equal.hpp +++ b/sprout/type_traits/has_less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4237ba7c..30d7a604 100644 --- a/sprout/type_traits/has_logical_and.hpp +++ b/sprout/type_traits/has_logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 225673b7..c32fe4c3 100644 --- a/sprout/type_traits/has_logical_not.hpp +++ b/sprout/type_traits/has_logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fdb2064..eb90e846 100644 --- a/sprout/type_traits/has_logical_operator.hpp +++ b/sprout/type_traits/has_logical_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d2563bf1..20df3bb1 100644 --- a/sprout/type_traits/has_logical_or.hpp +++ b/sprout/type_traits/has_logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 da345a8d..0d823657 100644 --- a/sprout/type_traits/has_member.hpp +++ b/sprout/type_traits/has_member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c14d76be..cd08d6c2 100644 --- a/sprout/type_traits/has_member_pointer.hpp +++ b/sprout/type_traits/has_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 95d0073a..3a7cd260 100644 --- a/sprout/type_traits/has_members_operator.hpp +++ b/sprout/type_traits/has_members_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a94d9ca9..76f6cb54 100644 --- a/sprout/type_traits/has_minus.hpp +++ b/sprout/type_traits/has_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c9106166..00dca39d 100644 --- a/sprout/type_traits/has_minus_assign.hpp +++ b/sprout/type_traits/has_minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 478b042f..a3e0875b 100644 --- a/sprout/type_traits/has_modulus.hpp +++ b/sprout/type_traits/has_modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7a75464..aee6410e 100644 --- a/sprout/type_traits/has_modulus_assign.hpp +++ b/sprout/type_traits/has_modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e67fb5b2..2bf6fad4 100644 --- a/sprout/type_traits/has_multiplies.hpp +++ b/sprout/type_traits/has_multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1147b3e3..2e627ca4 100644 --- a/sprout/type_traits/has_multiplies_assign.hpp +++ b/sprout/type_traits/has_multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 77316ff9..e79946e7 100644 --- a/sprout/type_traits/has_negate.hpp +++ b/sprout/type_traits/has_negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4fe6f65..446052be 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0d1219ee..803bd302 100644 --- a/sprout/type_traits/has_operator.hpp +++ b/sprout/type_traits/has_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e4a3a4f..bafb62eb 100644 --- a/sprout/type_traits/has_plus.hpp +++ b/sprout/type_traits/has_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 65527842..9488b614 100644 --- a/sprout/type_traits/has_plus_assign.hpp +++ b/sprout/type_traits/has_plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 453d15e4..641e205a 100644 --- a/sprout/type_traits/has_posite.hpp +++ b/sprout/type_traits/has_posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76e36671..560b066b 100644 --- a/sprout/type_traits/has_post_decrement.hpp +++ b/sprout/type_traits/has_post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ef385478..2e22afba 100644 --- a/sprout/type_traits/has_post_increment.hpp +++ b/sprout/type_traits/has_post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b8091f76..32519cb6 100644 --- a/sprout/type_traits/has_pre_decrement.hpp +++ b/sprout/type_traits/has_pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0fa73ea..a2e31b26 100644 --- a/sprout/type_traits/has_pre_increment.hpp +++ b/sprout/type_traits/has_pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc799459..5fa10c45 100644 --- a/sprout/type_traits/has_reference_operator.hpp +++ b/sprout/type_traits/has_reference_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1d7a676a..a85a0bfd 100644 --- a/sprout/type_traits/has_right_shift.hpp +++ b/sprout/type_traits/has_right_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8aac00a7..f5d76ae4 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8c974f03..4dfa0422 100644 --- a/sprout/type_traits/has_shift_left.hpp +++ b/sprout/type_traits/has_shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 836323cf..6f1c2dc6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78ce12b3..5583defe 100644 --- a/sprout/type_traits/has_shift_right.hpp +++ b/sprout/type_traits/has_shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bf15025..eb51f958 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7b9fd14b..fe8bc66d 100644 --- a/sprout/type_traits/has_subscript.hpp +++ b/sprout/type_traits/has_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f6316e3a..3945bf07 100644 --- a/sprout/type_traits/has_type.hpp +++ b/sprout/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1fcd6838..dac61d74 100644 --- a/sprout/type_traits/has_unary_minus.hpp +++ b/sprout/type_traits/has_unary_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 03bd5fe0..559197c7 100644 --- a/sprout/type_traits/has_unary_plus.hpp +++ b/sprout/type_traits/has_unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f84e828..f79a63c9 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b6332302..5881e283 100644 --- a/sprout/type_traits/has_value.hpp +++ b/sprout/type_traits/has_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 41ec2f3c..f0a71366 100644 --- a/sprout/type_traits/has_various_operator.hpp +++ b/sprout/type_traits/has_various_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8d77fa05..c046c9ad 100644 --- a/sprout/type_traits/has_virtual_destructor.hpp +++ b/sprout/type_traits/has_virtual_destructor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f9d970d..11e01ff6 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11db4d4c..43427b1c 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 35da5ce9..f8a2fc43 100644 --- a/sprout/type_traits/inherit_if_type.hpp +++ b/sprout/type_traits/inherit_if_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 af1aac21..8498ad44 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3b9273d1..78e0e0eb 100644 --- a/sprout/type_traits/integral_constant.hpp +++ b/sprout/type_traits/integral_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 916de851..80c650a4 100644 --- a/sprout/type_traits/introspection.hpp +++ b/sprout/type_traits/introspection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 537c8876..7aa1acb2 100644 --- a/sprout/type_traits/invoke_result.hpp +++ b/sprout/type_traits/invoke_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 74495d47..9f291019 100644 --- a/sprout/type_traits/is_abstract.hpp +++ b/sprout/type_traits/is_abstract.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c85f6e6..0bf7ad06 100644 --- a/sprout/type_traits/is_aggregate.hpp +++ b/sprout/type_traits/is_aggregate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dbd71120..a236ae04 100644 --- a/sprout/type_traits/is_arithmetic.hpp +++ b/sprout/type_traits/is_arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 113efb35..bf498ec6 100644 --- a/sprout/type_traits/is_array.hpp +++ b/sprout/type_traits/is_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff3328ad..4bcf08e5 100644 --- a/sprout/type_traits/is_assignable.hpp +++ b/sprout/type_traits/is_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a40917ef..de14480f 100644 --- a/sprout/type_traits/is_base_of.hpp +++ b/sprout/type_traits/is_base_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9854a842..6e235643 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f520f8c..9399bec9 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7346f559..230f08f9 100644 --- a/sprout/type_traits/is_class.hpp +++ b/sprout/type_traits/is_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4cf9d949..73bbe0e2 100644 --- a/sprout/type_traits/is_compound.hpp +++ b/sprout/type_traits/is_compound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e65fc773..b7185121 100644 --- a/sprout/type_traits/is_const.hpp +++ b/sprout/type_traits/is_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 586fa8d1..86a81687 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a3e52497..a881b726 100644 --- a/sprout/type_traits/is_const_unqualified.hpp +++ b/sprout/type_traits/is_const_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b0cad8e3..6ff6f4e3 100644 --- a/sprout/type_traits/is_constructible.hpp +++ b/sprout/type_traits/is_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fb1ccea8..b29d2bcd 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 88218028..642ea6f2 100644 --- a/sprout/type_traits/is_convertible.hpp +++ b/sprout/type_traits/is_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0ad6a678..b4390282 100644 --- a/sprout/type_traits/is_copy_assignable.hpp +++ b/sprout/type_traits/is_copy_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4e46c55f..a22c650b 100644 --- a/sprout/type_traits/is_copy_constructible.hpp +++ b/sprout/type_traits/is_copy_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 734b59c1..3035cf5d 100644 --- a/sprout/type_traits/is_cv_unqualified.hpp +++ b/sprout/type_traits/is_cv_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d3281ee8..594941a8 100644 --- a/sprout/type_traits/is_default_constructible.hpp +++ b/sprout/type_traits/is_default_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e2293fd..48b254cc 100644 --- a/sprout/type_traits/is_destructible.hpp +++ b/sprout/type_traits/is_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e4f96a14..542478d2 100644 --- a/sprout/type_traits/is_empty.hpp +++ b/sprout/type_traits/is_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90e1535d..9de4a147 100644 --- a/sprout/type_traits/is_enum.hpp +++ b/sprout/type_traits/is_enum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 71060cd4..856336e1 100644 --- a/sprout/type_traits/is_final.hpp +++ b/sprout/type_traits/is_final.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22d4185a..4663dad8 100644 --- a/sprout/type_traits/is_floating_point.hpp +++ b/sprout/type_traits/is_floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a9bad8d..25465a4b 100644 --- a/sprout/type_traits/is_function.hpp +++ b/sprout/type_traits/is_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51dad4a2..2263002e 100644 --- a/sprout/type_traits/is_fundamental.hpp +++ b/sprout/type_traits/is_fundamental.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dd244351..b6fdc019 100644 --- a/sprout/type_traits/is_integral.hpp +++ b/sprout/type_traits/is_integral.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a83b805..2104c0da 100644 --- a/sprout/type_traits/is_invocable.hpp +++ b/sprout/type_traits/is_invocable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 def53dba..1fb57d62 100644 --- a/sprout/type_traits/is_invocable_r.hpp +++ b/sprout/type_traits/is_invocable_r.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f98371e..e380fc0f 100644 --- a/sprout/type_traits/is_literal_type.hpp +++ b/sprout/type_traits/is_literal_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ca1118e..40d6a780 100644 --- a/sprout/type_traits/is_lvalue_reference.hpp +++ b/sprout/type_traits/is_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eb2089fb..5d4dade6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f78d49ae..4dcb05f3 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 480a55e0..755b0aba 100644 --- a/sprout/type_traits/is_member_pointer.hpp +++ b/sprout/type_traits/is_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c91ff95..53dee2e2 100644 --- a/sprout/type_traits/is_move_assignable.hpp +++ b/sprout/type_traits/is_move_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a011da4c..276edd2d 100644 --- a/sprout/type_traits/is_move_constructible.hpp +++ b/sprout/type_traits/is_move_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dd6e8cb2..727dcbed 100644 --- a/sprout/type_traits/is_nothrow_assignable.hpp +++ b/sprout/type_traits/is_nothrow_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6b02a89b..6683a966 100644 --- a/sprout/type_traits/is_nothrow_constructible.hpp +++ b/sprout/type_traits/is_nothrow_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 682fcbd2..94bb9417 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c639d759..dd2b2860 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 489303a9..f195dea6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 00ba6dc9..6b55db7f 100644 --- a/sprout/type_traits/is_nothrow_destructible.hpp +++ b/sprout/type_traits/is_nothrow_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 80e87507..30a78f66 100644 --- a/sprout/type_traits/is_nothrow_invocable.hpp +++ b/sprout/type_traits/is_nothrow_invocable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9a5ea95e..985d2c11 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ea8cf6a..31c44cbb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b8debfa..d92062de 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5750235a..bd716574 100644 --- a/sprout/type_traits/is_nothrow_swappable.hpp +++ b/sprout/type_traits/is_nothrow_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7830cfa..d4c2e861 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0400ca3f..f1dd85a3 100644 --- a/sprout/type_traits/is_null_pointer.hpp +++ b/sprout/type_traits/is_null_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8a8850cb..fb1a12a6 100644 --- a/sprout/type_traits/is_nullptr_cast.hpp +++ b/sprout/type_traits/is_nullptr_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f8eb0e6d..f226af4b 100644 --- a/sprout/type_traits/is_object.hpp +++ b/sprout/type_traits/is_object.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6c479344..36226969 100644 --- a/sprout/type_traits/is_pod.hpp +++ b/sprout/type_traits/is_pod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b5f0e51..38e47b0c 100644 --- a/sprout/type_traits/is_pointer.hpp +++ b/sprout/type_traits/is_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b5b3ed8..9da753f0 100644 --- a/sprout/type_traits/is_polymorphic.hpp +++ b/sprout/type_traits/is_polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7dfd4f5c..7fd0733f 100644 --- a/sprout/type_traits/is_reference.hpp +++ b/sprout/type_traits/is_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76c2071a..830bddb5 100644 --- a/sprout/type_traits/is_rvalue_reference.hpp +++ b/sprout/type_traits/is_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b399278..47ef2b4f 100644 --- a/sprout/type_traits/is_same.hpp +++ b/sprout/type_traits/is_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 181a59b2..e82a68f3 100644 --- a/sprout/type_traits/is_scalar.hpp +++ b/sprout/type_traits/is_scalar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e843020..26720d77 100644 --- a/sprout/type_traits/is_signed.hpp +++ b/sprout/type_traits/is_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eff32c42..9b65d4c1 100644 --- a/sprout/type_traits/is_sint.hpp +++ b/sprout/type_traits/is_sint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81f965d4..829759bd 100644 --- a/sprout/type_traits/is_standard_layout.hpp +++ b/sprout/type_traits/is_standard_layout.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4ca8121..79e175e6 100644 --- a/sprout/type_traits/is_swappable.hpp +++ b/sprout/type_traits/is_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2584bc4c..c971f189 100644 --- a/sprout/type_traits/is_swappable_with.hpp +++ b/sprout/type_traits/is_swappable_with.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d7f0defa..1da65f7e 100644 --- a/sprout/type_traits/is_trivial.hpp +++ b/sprout/type_traits/is_trivial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4850da91..c5af0219 100644 --- a/sprout/type_traits/is_trivially_assignable.hpp +++ b/sprout/type_traits/is_trivially_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dbedfd2d..4e17ffbb 100644 --- a/sprout/type_traits/is_trivially_constructible.hpp +++ b/sprout/type_traits/is_trivially_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15f2010b..ceefe0c0 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5c3f483..68f6d75f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 62f3c636..1a0efef1 100644 --- a/sprout/type_traits/is_trivially_copyable.hpp +++ b/sprout/type_traits/is_trivially_copyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1569671b..86e5450e 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c433175d..baea15de 100644 --- a/sprout/type_traits/is_trivially_destructible.hpp +++ b/sprout/type_traits/is_trivially_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 acb8aa81..6ca11308 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d027ae92..9c0fac50 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05f01413..560f0c2e 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c64bd9c..5b3d1402 100644 --- a/sprout/type_traits/is_union.hpp +++ b/sprout/type_traits/is_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 058c900a..ff804fb7 100644 --- a/sprout/type_traits/is_unsigned.hpp +++ b/sprout/type_traits/is_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 22cff92e..69a3a92c 100644 --- a/sprout/type_traits/is_upcast.hpp +++ b/sprout/type_traits/is_upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b49459a3..660b3390 100644 --- a/sprout/type_traits/is_void.hpp +++ b/sprout/type_traits/is_void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 23c2824d..aa78c1e5 100644 --- a/sprout/type_traits/is_volatile.hpp +++ b/sprout/type_traits/is_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 585e038d..b57d5007 100644 --- a/sprout/type_traits/is_volatile_unqualified.hpp +++ b/sprout/type_traits/is_volatile_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 000136f7..0c30ff04 100644 --- a/sprout/type_traits/is_within_namespace.hpp +++ b/sprout/type_traits/is_within_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec15164d..7f2decce 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3e631f58..8a494cba 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 675cee75..f2e17645 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 57cc7444..893bfce8 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 603a02fb..cc83eb44 100644 --- a/sprout/type_traits/logical.hpp +++ b/sprout/type_traits/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c2b17c6a..2e43b495 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7615e311..63091138 100644 --- a/sprout/type_traits/make_signed.hpp +++ b/sprout/type_traits/make_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a045651f..626ef34f 100644 --- a/sprout/type_traits/make_unsigned.hpp +++ b/sprout/type_traits/make_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fa85a3f..305f63ec 100644 --- a/sprout/type_traits/negation.hpp +++ b/sprout/type_traits/negation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 abe6f737..148feb33 100644 --- a/sprout/type_traits/pointer_modification.hpp +++ b/sprout/type_traits/pointer_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cccd2f8f..37406332 100644 --- a/sprout/type_traits/property.hpp +++ b/sprout/type_traits/property.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 51ec6054..ce681154 100644 --- a/sprout/type_traits/property_query.hpp +++ b/sprout/type_traits/property_query.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a1d27192..fbac65cf 100644 --- a/sprout/type_traits/rank.hpp +++ b/sprout/type_traits/rank.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 737c0a82..66dad800 100644 --- a/sprout/type_traits/ref_modification.hpp +++ b/sprout/type_traits/ref_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f0652fb..8c3d2193 100644 --- a/sprout/type_traits/relationship.hpp +++ b/sprout/type_traits/relationship.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 38691733..653b6030 100644 --- a/sprout/type_traits/remove_all_extents.hpp +++ b/sprout/type_traits/remove_all_extents.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c5ff4d77..1c031acb 100644 --- a/sprout/type_traits/remove_const.hpp +++ b/sprout/type_traits/remove_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 607dadec..cde6ad19 100644 --- a/sprout/type_traits/remove_cv.hpp +++ b/sprout/type_traits/remove_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e0a4ec4e..76eaee33 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 994a7cdb..63fc2f5a 100644 --- a/sprout/type_traits/remove_extent.hpp +++ b/sprout/type_traits/remove_extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e6d7e264..76d74bea 100644 --- a/sprout/type_traits/remove_pointer.hpp +++ b/sprout/type_traits/remove_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 861d734f..1d8e652c 100644 --- a/sprout/type_traits/remove_reference.hpp +++ b/sprout/type_traits/remove_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11241a3f..a8fada47 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 13e86be7..33421236 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 36388d39..242e3953 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a2fe599..7e885d36 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 900c510c..f2ee05c3 100644 --- a/sprout/type_traits/remove_volatile.hpp +++ b/sprout/type_traits/remove_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4cef0cde..c88c1540 100644 --- a/sprout/type_traits/result_of.hpp +++ b/sprout/type_traits/result_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4e89781..d25c7be6 100644 --- a/sprout/type_traits/sign_modification.hpp +++ b/sprout/type_traits/sign_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a084cf9a..350a5832 100644 --- a/sprout/type_traits/std.hpp +++ b/sprout/type_traits/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bfb5efde..39a8055c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6dbf2414..3cafdf9e 100644 --- a/sprout/type_traits/std_type_traits.hpp +++ b/sprout/type_traits/std_type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6fe81bbe..a4a48e85 100644 --- a/sprout/type_traits/std_value_variables.hpp +++ b/sprout/type_traits/std_value_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 258d39f9..408e9301 100644 --- a/sprout/type_traits/transformation.hpp +++ b/sprout/type_traits/transformation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cc41c6f6..852236f8 100644 --- a/sprout/type_traits/underlying_type.hpp +++ b/sprout/type_traits/underlying_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2c09b956..b856e380 100644 --- a/sprout/type_traits/void_t.hpp +++ b/sprout/type_traits/void_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5a87d26..defeca78 100644 --- a/sprout/type_traits/voider.hpp +++ b/sprout/type_traits/voider.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e46d4d8..bd9d8ad3 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1bc8b305..68942882 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 794e7441..fc2decc9 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 11d85917..33bb72e4 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 693e63e0..21d34efc 100644 --- a/sprout/utility/as_non_const.hpp +++ b/sprout/utility/as_non_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 425d63e4..0e33a008 100644 --- a/sprout/utility/cast.hpp +++ b/sprout/utility/cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a8dc433..93a449fb 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e772c572..d297f626 100644 --- a/sprout/utility/comparison.hpp +++ b/sprout/utility/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30128e0c..459ec4f8 100644 --- a/sprout/utility/dyn_cast.hpp +++ b/sprout/utility/dyn_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f1bc123..6aa095c0 100644 --- a/sprout/utility/eat.hpp +++ b/sprout/utility/eat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1231f81b..2523f94c 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 710b82ea..74c85eca 100644 --- a/sprout/utility/exchange.hpp +++ b/sprout/utility/exchange.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3afc7b2d..9b1f03ec 100644 --- a/sprout/utility/fold.hpp +++ b/sprout/utility/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e32e890c..099bfed7 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d432465f..55e265f3 100644 --- a/sprout/utility/ignore_unused.hpp +++ b/sprout/utility/ignore_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 06ecf9d7..a10b576a 100644 --- a/sprout/utility/implicit_cast.hpp +++ b/sprout/utility/implicit_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f6ceb7a..6732338b 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c0dbd25..80a53cb8 100644 --- a/sprout/utility/loop.hpp +++ b/sprout/utility/loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 25b7fbc3..8a691fe6 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 773fc04f..755b341a 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dc82e767..fabd4996 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 58ab6fc8..3dd2bd3b 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a6cc5632..c920170c 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3a461ca..f3127780 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9189706c..7cda7a68 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78a31f47..b5900931 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e202752c..6730eac8 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f85c24ff..5603e5f7 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1e252489..be226772 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d684f7ef..d342a619 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4075fd31..8684fbd2 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d61699e..13b1dcbc 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 229a44ce..d4bac62d 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e3fd7c31..9d959352 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 03179a3b..5c6e02f3 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59150ab6..c2952c95 100644 --- a/sprout/utility/pass_through.hpp +++ b/sprout/utility/pass_through.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0f4e0e3d..b8f2364a 100644 --- a/sprout/utility/reinter_cast.hpp +++ b/sprout/utility/reinter_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f3d6d118..aa111213 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1c15320b..8d6f91d7 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 240245a2..e9b5ce37 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8b99247d..41ea55ad 100644 --- a/sprout/utility/string_view/alias.hpp +++ b/sprout/utility/string_view/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f775c08a..0997e8c9 100644 --- a/sprout/utility/string_view/comparison.hpp +++ b/sprout/utility/string_view/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a7d4ce3a..63126795 100644 --- a/sprout/utility/string_view/conversion.hpp +++ b/sprout/utility/string_view/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 164a55eb..1aca3014 100644 --- a/sprout/utility/string_view/from_string.hpp +++ b/sprout/utility/string_view/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e8469c4a..218f4944 100644 --- a/sprout/utility/string_view/hash.hpp +++ b/sprout/utility/string_view/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d121161c..9a5f7ab8 100644 --- a/sprout/utility/string_view/io.hpp +++ b/sprout/utility/string_view/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 621b1230..700cf35a 100644 --- a/sprout/utility/string_view/literals.hpp +++ b/sprout/utility/string_view/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b3ebe1f4..b32731cf 100644 --- a/sprout/utility/string_view/string_ref.hpp +++ b/sprout/utility/string_view/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 926d04dc..304eb108 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 52bd6915..f008007a 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3f6dfba4..6e56feb3 100644 --- a/sprout/utility/string_view/string_view.hpp +++ b/sprout/utility/string_view/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -418,7 +418,7 @@ namespace sprout { return size() >= str.size() && traits_type::compare(begin() + size() - str.size(), str.begin(), str.size()) == 0; } template - SPROUT_NON_CONSTEXPR sprout::basic_string + SPROUT_CONSTEXPR sprout::basic_string to_string() const { return sprout::basic_string(ptr_, size()); } @@ -428,7 +428,7 @@ namespace sprout { return std::basic_string(ptr_, size()); } template - SPROUT_EXPLICIT_CONVERSION SPROUT_NON_CONSTEXPR operator sprout::basic_string() const { + SPROUT_EXPLICIT_CONVERSION SPROUT_CONSTEXPR operator sprout::basic_string() const { return to_string(); } template diff --git a/sprout/utility/string_view/string_view_fwd.hpp b/sprout/utility/string_view/string_view_fwd.hpp index 288bfb39..cb98aada 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0849433b..cb59d6fd 100644 --- a/sprout/utility/string_view/type_traits.hpp +++ b/sprout/utility/string_view/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0db3fc91..cfe4717b 100644 --- a/sprout/utility/swallow.hpp +++ b/sprout/utility/swallow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4a25965..3f7f8ec4 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4a310c58..01c7255f 100644 --- a/sprout/utility/unmove.hpp +++ b/sprout/utility/unmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 82531c1f..c1a86f12 100644 --- a/sprout/utility/until_loop.hpp +++ b/sprout/utility/until_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0b7a278b..f905ed1e 100644 --- a/sprout/utility/upcast.hpp +++ b/sprout/utility/upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c4e20a8..65f9b32c 100644 --- a/sprout/utility/use_default.hpp +++ b/sprout/utility/use_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 811d362b..e6722f6b 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 57f8f752..508bd7cf 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 be204ae3..e827594d 100644 --- a/sprout/utility/while_loop.hpp +++ b/sprout/utility/while_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0e105d6..4cd06325 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee8f9368..cadef1c1 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 33a3b332..9651bfff 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 efd8c846..2ae16fee 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 991ab2c6..0374ff40 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b9005415..dbadbfe0 100644 --- a/sprout/uuid/literals.hpp +++ b/sprout/uuid/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f739d1c4..294e6a8a 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ecc15700..082d71e2 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd7db6a7..84f5b30d 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ab20b808..5f88c46d 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5620dbf0..4c9d4db4 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4f96a4ce..10c52d77 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4109e7e..8866b491 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec718426..6cc2183f 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb13ee05..8355419d 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 df2dc814..ae8b3ad4 100644 --- a/sprout/valarray.hpp +++ b/sprout/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b6235a1..1d735723 100644 --- a/sprout/valarray/arithmetic.hpp +++ b/sprout/valarray/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59a09a40..7331776b 100644 --- a/sprout/valarray/bitwise.hpp +++ b/sprout/valarray/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b90cb148..bc78cea8 100644 --- a/sprout/valarray/comparison.hpp +++ b/sprout/valarray/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 852d3619..bbb2097c 100644 --- a/sprout/valarray/container.hpp +++ b/sprout/valarray/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f114b6d..59d6ec2d 100644 --- a/sprout/valarray/exponential.hpp +++ b/sprout/valarray/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b24cd3e..abc243f4 100644 --- a/sprout/valarray/gslice_array.hpp +++ b/sprout/valarray/gslice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d0883245..ba8c54aa 100644 --- a/sprout/valarray/hash.hpp +++ b/sprout/valarray/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d992502b..ec699307 100644 --- a/sprout/valarray/hyperbolic.hpp +++ b/sprout/valarray/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6151bf88..c1cdf3c5 100644 --- a/sprout/valarray/indirect_array.hpp +++ b/sprout/valarray/indirect_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fcef042..67a9292f 100644 --- a/sprout/valarray/logical.hpp +++ b/sprout/valarray/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40c1e129..24bfde0f 100644 --- a/sprout/valarray/make_valarray.hpp +++ b/sprout/valarray/make_valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 90fa8b9f..c1be40f5 100644 --- a/sprout/valarray/mask_array.hpp +++ b/sprout/valarray/mask_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63792597..de25fdbc 100644 --- a/sprout/valarray/power.hpp +++ b/sprout/valarray/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9cb6d37e..586ec1c3 100644 --- a/sprout/valarray/slice_array.hpp +++ b/sprout/valarray/slice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9c89d56d..2ef7b352 100644 --- a/sprout/valarray/trigonometric.hpp +++ b/sprout/valarray/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9b29754..92f6cbd0 100644 --- a/sprout/valarray/tuple.hpp +++ b/sprout/valarray/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7882f3c9..da14f33c 100644 --- a/sprout/valarray/type_traits.hpp +++ b/sprout/valarray/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cad17e1e..ac285571 100644 --- a/sprout/valarray/valarray.hpp +++ b/sprout/valarray/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4539833c..b6613606 100644 --- a/sprout/valarray/valarray_fwd.hpp +++ b/sprout/valarray/valarray_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c229be58..3f3c2030 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0c8843ed..de9fb7b6 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4cfe251e..cc07eed2 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1569b6a9..15dff0d2 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6fe387a8..3b105ab7 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c662ce59..14b3c9ce 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b4cd99a9..7d211ac1 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 59503fde..8644017a 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9a66287a..5c67040d 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 87d64924..a7fba54f 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64161e4d..6289c348 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e515c33b..33d5ccf4 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 475206ad..424f19f0 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c1c83171..b57a94aa 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9b77bc81..edd9fcf9 100644 --- a/sprout/version.hpp +++ b/sprout/version.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 20171019 +#define SPROUT_VERSION_YYYYMMDD 20181230 #endif // #ifndef SPROUT_VERSION_HPP diff --git a/sprout/weed.hpp b/sprout/weed.hpp index ea79168f..b8502e29 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6d69658a..e6028267 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dee788e3..31ba443f 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b0e7da6d..39a63d2d 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d65c3849..46a57113 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 583eaa48..3080d849 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e2cb2385..e67d1279 100644 --- a/sprout/weed/attr_cnv/results.hpp +++ b/sprout/weed/attr_cnv/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9f2a055e..327ae5f7 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e72c2e18..20126a74 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 40b642e8..936e8db5 100644 --- a/sprout/weed/attr_cnv/results/modulus.hpp +++ b/sprout/weed/attr_cnv/results/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c746688b..319d1f0b 100644 --- a/sprout/weed/attr_cnv/results/negate.hpp +++ b/sprout/weed/attr_cnv/results/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b2785db..bc00bceb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f6237e8..a7b4050c 100644 --- a/sprout/weed/attr_cnv/results/times.hpp +++ b/sprout/weed/attr_cnv/results/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6e462275..372622dd 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 76462b2a..b80a3aac 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 217cacd0..34350378 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 34fbaf3e..40fc2885 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d987696a..ab00fc5e 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9ada48a9..de8ac750 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05040207..1bc28137 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86c2759b..c2b20afb 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5f1e97b6..1d91484f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e63c42b0..ecceebe8 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a503c75..341e2b50 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 05032603..612107ef 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 219a9665..eb61949c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 446b8e77..ff43122b 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bcd2774f..02b7adf6 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9738e578..075a9b9c 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26b675de..17ccbe10 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5a16db4b..e04f3721 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 30ed2623..c7de1db5 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 78609699..42dcbcaa 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5e3aa67f..a1aec657 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2d50d78a..cceb5e7c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2f2b6419..3136002c 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c646c033..1b9c0af6 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ee9e807b..af074475 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4103a05c..2e177690 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 26bdc647..dedaea3f 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2bc2a305..70fc2af7 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c7b333d0..0e5892c7 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 239b0478..afd14fc5 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6cc5fd82..278002ae 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a5767d40..74f06ced 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 09d70c5d..c44211fc 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7c48b38e..5017db23 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ec45d06f..af94795d 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d249081..61ff66b4 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2a756271..fcae1253 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 313b237a..c2856cef 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68b3baba..7b55c605 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7afad3ce..d817f818 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7fc9d908..72b0b42a 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86f1cc27..19ed860e 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2153215b..ce0d7e95 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 81e81b93..e915577a 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5697d2a3..b8c5ab23 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 134cf01a..997b8f2c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ade3551c..57d84d26 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 879337c4..82727471 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6817dbc7..1b0a17ad 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e30f7ce2..7e873ce2 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 062ff612..40b607d1 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b232e326..fe89e1d4 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 43f778b6..a96c6525 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4cf06f2c..b89b9675 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4ce0231c..8907ec1f 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 77670577..6d58e2f8 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f8c31674..9f2325e6 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 317885b5..6b86ee26 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5da952b1..9b2bb205 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 500eb257..c2c94143 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4f21c5a3..a9da67be 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 79e006ad..d2dd9a69 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9831d497..bb9351fd 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ed71bacf..11039bc9 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb498422..7a673228 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7929cd7e..fb08c78b 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86d885d2..10e3573b 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b352f2ff..133f09ee 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2c3d51e..bcb81e2a 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2b2b3467..faf0d087 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ba1ddf9f..fbb1b99d 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 326c185a..26e38fc3 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ed1b026b..3dcac820 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a9da5f8d..96f06dd0 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8413f5a5..4ee7d79a 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 168f740e..3663cf7c 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9d690236..50778855 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 479e0b78..ea03ca86 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9aea395c..c2799211 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cdc42ca7..3d7ebd34 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 10380a3b..d60fdd16 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 42681174..94738edd 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 68ad1a76..6e0e3c94 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 60eb7a51..ca1d9490 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f92c2de1..66779278 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fe9468b0..f8e847ad 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5b753a80..8266b04f 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1dc0cc76..0451969b 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 63fc1c8e..f720560f 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 98b3b9d5..025c7250 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 761b43de..a381e420 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 770ea34c..18d9ca96 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 86780cf9..4ae1e5c7 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 ff4010a8..00fec588 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d1ba9e76..fe67d82c 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d59b2d05..48bfc677 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 dba92bb2..394be379 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 eaa890f0..30a21fc1 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 c4a322f8..e9f20948 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 3c1b9707..0586c82e 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 b217dbe1..70c65ab9 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 43d9f2cd..fd631bbc 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-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f7c2e11c..dabe8c60 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 d734b412..cd050942 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 8ac7f962..977b1cfe 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5c02b12b..3648f979 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e7aacda8..a00e0835 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f2b546f4..cc32f6d7 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 354d312b..fa3d3a16 100644 --- a/sprout/workaround/base_class_construct.hpp +++ b/sprout/workaround/base_class_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 e36fe20d..03dc4599 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 404227d0..affdc2f4 100644 --- a/sprout/workaround/enable_if_with_array.hpp +++ b/sprout/workaround/enable_if_with_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 fdf2e9e9..41254379 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b7c259a..9f5ae9dc 100644 --- a/sprout/workaround/std/cstddef.hpp +++ b/sprout/workaround/std/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2935d391..f9dc4e06 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5fac00cd..83f178ed 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7269ee55..03651bdb 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1b7001b9..7ef13aa4 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 64ce5f74..34c3dac6 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 2da33f22..035a5081 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f5f171d9..6688abfc 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 cd7eeffb..8a04524a 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 083a445a..bf38edad 100644 --- a/testspr/singleton.hpp +++ b/testspr/singleton.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 0ff61f99..e8e775d5 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 a59a1140..1ee1321b 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bce04558..610d68f7 100644 --- a/testspr/trace.hpp +++ b/testspr/trace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 1f2d427e..3541a399 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 6861b43f..5ce8267b 100644 --- a/testspr/utility.hpp +++ b/testspr/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 5d87e429..f618e798 100644 --- a/tools/compost/wavconv.cpp +++ b/tools/compost/wavconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 9fedad59..761c7a73 100644 --- a/tools/compost/wave_io.hpp +++ b/tools/compost/wave_io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bb6b3ff9..ea0251af 100644 --- a/tools/darkroom/darkcult.cpp +++ b/tools/darkroom/darkcult.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 99f6f98f..8a58b761 100755 --- a/tools/darkroom/darkcult.py +++ b/tools/darkroom/darkcult.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2017 Bolero MURAKAMI +# Copyright (c) 2011-2018 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 d6dd6796..439e74e2 100755 --- a/tools/darkroom/darkcult.sh +++ b/tools/darkroom/darkcult.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2017 Bolero MURAKAMI +# Copyright (c) 2011-2018 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 8df17049..b5a974b9 100644 --- a/tools/darkroom/texconv.cpp +++ b/tools/darkroom/texconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 972a457f..aa8259ab 100644 --- a/tools/files/filegraph.cpp +++ b/tools/files/filegraph.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 7d8a58dd..172380a9 100644 --- a/tools/sprig/algorithm/string.hpp +++ b/tools/sprig/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 15406922..2bdd44c9 100644 --- a/tools/sprig/algorithm/string/find.hpp +++ b/tools/sprig/algorithm/string/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 f9135de3..4ee0d958 100644 --- a/tools/sprig/algorithm/string/find_between.hpp +++ b/tools/sprig/algorithm/string/find_between.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 bedd8f99..528b4637 100644 --- a/tools/sprig/algorithm/string/find_skip.hpp +++ b/tools/sprig/algorithm/string/find_skip.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4b1f8f81..c7d98868 100644 --- a/tools/sprig/graph/back_edge_recorder.hpp +++ b/tools/sprig/graph/back_edge_recorder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 4fe20b8c..c84054d9 100644 --- a/tools/sprig/graph/depth_first_search.hpp +++ b/tools/sprig/graph/depth_first_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 647c242f..3131d7de 100644 --- a/tools/testspr/test.cpp +++ b/tools/testspr/test.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2017 Bolero MURAKAMI + Copyright (c) 2011-2018 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 aa52f19b..c4052617 100644 --- a/tools/testspr/test.py +++ b/tools/testspr/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2017 Bolero MURAKAMI +# Copyright (c) 2011-2018 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 6693cdd0..d0c67e4c 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2017 Bolero MURAKAMI +# Copyright (c) 2011-2018 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -45,24 +45,48 @@ get_std_option() { else vn=${2//.} fi - if [ "${3}" = "c++17" -o "${3}" = "c++1z" ]; then + if [ "${3}" = "c++20" -o "${3}" = "c++2a" ]; then if [ "${1}" = "gcc" ]; then if [ "${vn}" -lt "480" ]; then echo -n "-std=c++11" elif [ "${vn}" -lt "510" ]; then echo -n "-std=c++1y" - elif [ "${vn}" -lt "610" ]; then - echo -n "-std=c++14" + elif [ "${vn}" -lt "800" ]; then + echo -n "-std=c++17" else - echo -n "-std=c++1z" + echo -n "-std=c++2a" fi elif [ "${1}" = "clang" ]; then if [ "${vn}" -lt "32" ]; then echo -n "-std=c++11" elif [ "${vn}" -lt "350" ]; then echo -n "-std=c++1y" - else + elif [ "${vn}" -lt "500" ]; then echo -n "-std=c++1z" + elif [ "${vn}" -lt "600" ]; then + echo -n "-std=c++17" + else + echo -n "-std=c++2a" + fi + fi + elif [ "${3}" = "c++17" -o "${3}" = "c++1z" ]; then + if [ "${1}" = "gcc" ]; then + if [ "${vn}" -lt "480" ]; then + echo -n "-std=c++11" + elif [ "${vn}" -lt "510" ]; then + echo -n "-std=c++1y" + else + echo -n "-std=c++17" + fi + elif [ "${1}" = "clang" ]; then + if [ "${vn}" -lt "32" ]; then + echo -n "-std=c++11" + elif [ "${vn}" -lt "350" ]; then + echo -n "-std=c++1y" + elif [ "${vn}" -lt "500" ]; then + echo -n "-std=c++1z" + else + echo -n "-std=c++17" fi fi elif [ "${3}" = "c++14" -o "${3}" = "c++1y" ]; then