diff --git a/README.rst b/README.rst index 30262d22..4fc81516 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Author Copyrights ******************************************************************************* -| Copyright (C) 2011-2016 Bolero MURAKAMI. +| Copyright (C) 2011-2017 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 ec03cf3e..28ae9477 100644 --- a/example/brainfuck/x86_compile.cpp +++ b/example/brainfuck/x86_compile.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6ce81b1d..508837ee 100644 --- a/example/csv/main.cpp +++ b/example/csv/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5724e4d..ed37f407 100644 --- a/example/darkroom/two_spheres.hpp +++ b/example/darkroom/two_spheres.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c67e1d57..342e9c77 100644 --- a/example/hanoi/main.cpp +++ b/example/hanoi/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a32c60ef..5da39a57 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 966c0412..54ebe28f 100644 --- a/example/lifegame/main.cpp +++ b/example/lifegame/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bce924c2..ab646edd 100644 --- a/example/perceptron/g3.cpp +++ b/example/perceptron/g3.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bb05e77..925e564f 100644 --- a/example/zundoko/main.cpp +++ b/example/zundoko/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 197479e6..809a5446 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 32151ab6..7103f698 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 35c8eea5..65c968c4 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 88bb7937..d41211b9 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 162dbf83..892e3f55 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fad1bfd7..1a31c058 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7d6f6c77..7a8db60f 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f678aae0..78810814 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f0a44bc2..b1fb568f 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 15ade815..5fe4a594 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 062b8344..08b6cb99 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7b594022..41569783 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 50af18ee..85d02421 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 93479133..93318c5e 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cba6ef5c..b16264ac 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d53c4a76..9115a058 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d92aae9e..3eb14d3b 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7decdb23..d4eacf23 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8545d0a2..e6b33f8d 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 49311dbe..41d7c4ca 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 39eec9df..aa4652fc 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 731f68d7..06b6311f 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1d57119b..64fb64e1 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5e2dc208..f63ff5f4 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6aa48372..e21d94e8 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 795ffbfa..2ae72b8f 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 34f96933..b735f05b 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0cdd857f..f528b706 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9144637a..9ed951cf 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 503cad09..ca051534 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5386acf9..73a9c45a 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bc2cd0c7..11386559 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 163bf995..46d5a135 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 81637a82..d856079c 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5a5b2aa3..179fca0e 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 19a55091..6bc626a7 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7d32d43e..14c0ab2c 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1841f991..ba4ea4ea 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6180b9ce..2aa27b4f 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 894d7506..004d56a2 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b03c3641..1e29617c 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 18af225b..a9b0ee01 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 90f5ed97..2a2294d7 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e1833b6c..dc17ac47 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6ba5aa90..a626939b 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8fcb0576..254e513d 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 33b3c95f..c6100b89 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2ed22462..267b9faa 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8b2d5095..0a3e26ff 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0f072e76..caaa0d21 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ba8a007e..e008c390 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9f1cb14f..67ae673e 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 902a82b6..381baccb 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 420e2656..a0ba0015 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 eea10bab..13b2aa07 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ff731a61..5707c970 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2390cb42..1c4e9fbe 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 634f6472..b181153d 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e5dddd5d..c7ccec64 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 85a26a1f..a718bc37 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cc795095..87a8f032 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a18222a7..cca7a5d6 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f9b62cf5..c1737ddb 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b1761745..3680a2de 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2db0f33d..f9dd8583 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8c0ce369..b404684c 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b076ffab..e74b6b21 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a218a71b..b50474b2 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fe26e5c6..77df5526 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 44bcce4d..4fad3bf1 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e56a1665..9eeaaac2 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a09022c6..bfee1e2b 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 310ce979..0ce176cc 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d9c11305..bc99f35c 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fca61823..e58f6f2b 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 07db1a6b..4734cc71 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c1ef7858..9e0c580a 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ef6936c3..c2e9f922 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f144320b..1b9a15f5 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7f5cc49c..2c1a32f2 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 860f150e..d8e54dc9 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b0366870..daa9947f 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 83cecc22..e6c3b528 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b6031ebc..27e4508a 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bc981188..22a07e9b 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ebb31422..d77fe0d1 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d5ea5760..2891372a 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 876816a8..556f1c5a 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e984dd1d..e345162b 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 77f560d2..86f79a48 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a16077b9..7539e120 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 840a2ff0..092fb8b4 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f88ee5c4..6d629072 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4e915dac..ef8c7fee 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 299dfc0c..88f17438 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fddf7954..2d6fcf90 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 602ea08f..e97132d4 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9869d105..cb20873d 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 12358f8e..66353f7e 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0064ba4f..160ea7ff 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4ed57cd2..9502f18f 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 243591ee..c9c709d8 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 64354a01..1477ec7e 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d4c8a2ec..23e75d51 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c2a3668d..3f3ca83f 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 19138287..e8341c45 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3ac57f1f..036c205a 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 06554dc3..b98c8d72 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0e09c00c..580fd94c 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3e3fa795..6886e26d 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 447d730a..7add3348 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 21a89ce8..71c867a3 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fd8b28ff..50e4a48c 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 efb747dd..6e5f5dba 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 adb06981..1147df3f 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f8a5916..48f00197 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 933b9d03..7557444d 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c19c60c8..a7da575b 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa38bee4..152e2459 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d0592f42..63126209 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2cf40915..8e7fb36e 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 015d8ba6..286855a0 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c44fced4..bfc7aa17 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38054258..634eda69 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33081398..56a649cb 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5c27050d..1c2099cf 100644 --- a/libs/net/test/endian.cpp +++ b/libs/net/test/endian.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 030a4120..b506e027 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 31e36805..31c99bf1 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b4a5adb7..a5c0b7d5 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 959b8f5d..e83e7509 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4c36c89a..f8e38981 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b98296d0..ce9c7ab3 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3bdb690f..88450beb 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ab9e2bbc..0f945b88 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 26344bf6..22038732 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33d9df6b..fc666953 100644 --- a/libs/random/test/poisson_distribution.cpp +++ b/libs/random/test/poisson_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 82e47bf8..9f5f7c36 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 558011b9..0cb0e029 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3450628c..6eac94c5 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 664113b7..0cc2b52b 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43f65597..19974f4e 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb58c5aa..a8a52c47 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43ed7182..1fbb1e46 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e9c6c523..4b014095 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8b188878..63694bff 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40ac93a5..c60aa87b 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d0f1068c..993014d9 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9cbcb0cc..2a236a3a 100644 --- a/sprout/adapt/boost/array.hpp +++ b/sprout/adapt/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d6d6d313..a601a548 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1a92a1d8..4e42dd39 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c31f5697..0511d60a 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1460699d..e6c97490 100644 --- a/sprout/adapt/std/complex.hpp +++ b/sprout/adapt/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 27e5fd7c..1b1f8ce7 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c9f5476..5a7ec0f4 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 26b3476a..02ccc925 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 87b2eeba..f5374909 100644 --- a/sprout/algorithm/abs_diff.hpp +++ b/sprout/algorithm/abs_diff.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dcc3d32e..12cca6bd 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1251e692..8b46e273 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a067543..dc2cf76c 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c9ecd30d..fee8ade7 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c1abcf8e..02c26b6c 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2e0e1722..53e72eac 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 02f69939..9eb663a5 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 922e9c60..21c99ff3 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71f5b74c..f5053e41 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2dea5fd8..86f84135 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f497111..318f6baf 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05bf208e..ec5cf0de 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0464ed4..fb689c68 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a520bdcc..8aaf467f 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5b5d84bc..d1f44166 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd6fb557..44898f55 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 412d4bfa..f156236f 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 06422260..f94a5966 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ff90d6c..2533de14 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 966bedaa..160a236d 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e4248ce..56f3a2b7 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f16a32d..532111cb 100644 --- a/sprout/algorithm/cxx14.hpp +++ b/sprout/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 77509267..bf1c3e26 100644 --- a/sprout/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fedc7c9e..62d876fc 100644 --- a/sprout/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8ae26115..b1835a10 100644 --- a/sprout/algorithm/cxx14/clamp_range.hpp +++ b/sprout/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a46fbb1..63f471e4 100644 --- a/sprout/algorithm/cxx14/copy.hpp +++ b/sprout/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a821fe3d..3f95a9df 100644 --- a/sprout/algorithm/cxx14/copy_backward.hpp +++ b/sprout/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a50347ea..f863c71e 100644 --- a/sprout/algorithm/cxx14/copy_if.hpp +++ b/sprout/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 502769ce..6d2e8950 100644 --- a/sprout/algorithm/cxx14/copy_n.hpp +++ b/sprout/algorithm/cxx14/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5f85d84..db97d8dd 100644 --- a/sprout/algorithm/cxx14/copy_until.hpp +++ b/sprout/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51a22358..9e2abdd7 100644 --- a/sprout/algorithm/cxx14/copy_while.hpp +++ b/sprout/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18a0ca78..6e4963c4 100644 --- a/sprout/algorithm/cxx14/detail/heap_tool.hpp +++ b/sprout/algorithm/cxx14/detail/heap_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8f2b173..93528c3f 100644 --- a/sprout/algorithm/cxx14/detail/insertion_sort.hpp +++ b/sprout/algorithm/cxx14/detail/insertion_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 206a2024..65a33b80 100644 --- a/sprout/algorithm/cxx14/detail/sort_tool.hpp +++ b/sprout/algorithm/cxx14/detail/sort_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 252e2453..6581bf4e 100644 --- a/sprout/algorithm/cxx14/fill.hpp +++ b/sprout/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7e1f76ca..9bc16f18 100644 --- a/sprout/algorithm/cxx14/fill_n.hpp +++ b/sprout/algorithm/cxx14/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ded7ccf2..4c4590a1 100644 --- a/sprout/algorithm/cxx14/for_each.hpp +++ b/sprout/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c5573ed..b4bab230 100644 --- a/sprout/algorithm/cxx14/gather.hpp +++ b/sprout/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 484d3734..f4a00877 100644 --- a/sprout/algorithm/cxx14/generate.hpp +++ b/sprout/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7069bd0c..5a4f8e68 100644 --- a/sprout/algorithm/cxx14/generate_n.hpp +++ b/sprout/algorithm/cxx14/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c23fe8c..127b5cfa 100644 --- a/sprout/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85ba0f29..70f9adb3 100644 --- a/sprout/algorithm/cxx14/iter_swap.hpp +++ b/sprout/algorithm/cxx14/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 22178e86..7247183d 100644 --- a/sprout/algorithm/cxx14/make_heap.hpp +++ b/sprout/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5ece56d7..f5749a63 100644 --- a/sprout/algorithm/cxx14/merge.hpp +++ b/sprout/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca06c933..1656f112 100644 --- a/sprout/algorithm/cxx14/move.hpp +++ b/sprout/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8defec86..dafcb7bd 100644 --- a/sprout/algorithm/cxx14/move_backward.hpp +++ b/sprout/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 452d3a5e..9e5d9efd 100644 --- a/sprout/algorithm/cxx14/next_permutation.hpp +++ b/sprout/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 58a2a5b4..1f0bacef 100644 --- a/sprout/algorithm/cxx14/nth_element.hpp +++ b/sprout/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 84d1a3d0..03e2d451 100644 --- a/sprout/algorithm/cxx14/partial_sort.hpp +++ b/sprout/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba81906a..43a9dc67 100644 --- a/sprout/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7e39e5ef..3208face 100644 --- a/sprout/algorithm/cxx14/partition.hpp +++ b/sprout/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 25281c47..b5428417 100644 --- a/sprout/algorithm/cxx14/partition_copy.hpp +++ b/sprout/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f39c2f42..19bb16b0 100644 --- a/sprout/algorithm/cxx14/pop_heap.hpp +++ b/sprout/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c163d27..6e23ba54 100644 --- a/sprout/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 032620a4..b6e778d1 100644 --- a/sprout/algorithm/cxx14/push_heap.hpp +++ b/sprout/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8cd3aa11..130f0917 100644 --- a/sprout/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f3041640..55d0981a 100644 --- a/sprout/algorithm/cxx14/random_swap.hpp +++ b/sprout/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d013770b..06f654c1 100644 --- a/sprout/algorithm/cxx14/remove.hpp +++ b/sprout/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa0089f6..97075039 100644 --- a/sprout/algorithm/cxx14/remove_copy.hpp +++ b/sprout/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e055ce02..9ef7a214 100644 --- a/sprout/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9fb1285a..0defdd0a 100644 --- a/sprout/algorithm/cxx14/remove_if.hpp +++ b/sprout/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 53da799d..139fc43a 100644 --- a/sprout/algorithm/cxx14/replace.hpp +++ b/sprout/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 36582110..6c0ac85d 100644 --- a/sprout/algorithm/cxx14/replace_copy.hpp +++ b/sprout/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b46f1c0a..623cee5a 100644 --- a/sprout/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c5e32a4d..6692a5dd 100644 --- a/sprout/algorithm/cxx14/replace_if.hpp +++ b/sprout/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c39ed1b..0cfcc558 100644 --- a/sprout/algorithm/cxx14/reverse.hpp +++ b/sprout/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 800653ef..d2683e4f 100644 --- a/sprout/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2d0a279c..ae0c39d9 100644 --- a/sprout/algorithm/cxx14/rotate.hpp +++ b/sprout/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 965f47e5..5ac22b7d 100644 --- a/sprout/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7f6914ae..6c0fe387 100644 --- a/sprout/algorithm/cxx14/sample.hpp +++ b/sprout/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dfb5de68..c910eaed 100644 --- a/sprout/algorithm/cxx14/set_difference.hpp +++ b/sprout/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2de8cc80..95f401a1 100644 --- a/sprout/algorithm/cxx14/set_intersection.hpp +++ b/sprout/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d288196..f5315173 100644 --- a/sprout/algorithm/cxx14/set_symmetric_difference.hpp +++ b/sprout/algorithm/cxx14/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28cbc56a..8a9b1dc9 100644 --- a/sprout/algorithm/cxx14/set_union.hpp +++ b/sprout/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8332836a..0eb8df6a 100644 --- a/sprout/algorithm/cxx14/shuffle.hpp +++ b/sprout/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85f70bb2..5c6dfa73 100644 --- a/sprout/algorithm/cxx14/sort.hpp +++ b/sprout/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b0607319..39be36b4 100644 --- a/sprout/algorithm/cxx14/sort_heap.hpp +++ b/sprout/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd07b992..87e8624e 100644 --- a/sprout/algorithm/cxx14/stable_partition.hpp +++ b/sprout/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 21b09716..b1afd37f 100644 --- a/sprout/algorithm/cxx14/stable_sort.hpp +++ b/sprout/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 741b4368..dae276f4 100644 --- a/sprout/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f5f05329..c0625bb8 100644 --- a/sprout/algorithm/cxx14/transform.hpp +++ b/sprout/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef6a07e0..fadc5acd 100644 --- a/sprout/algorithm/cxx14/unique.hpp +++ b/sprout/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f97b7e97..4c736848 100644 --- a/sprout/algorithm/cxx14/unique_copy.hpp +++ b/sprout/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e1a18757..7fffdbf1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 478c8459..5c43d9b6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cd35924d..15a8dd19 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b810fcfc..0bd29fd8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cfaa1c93..31b2e195 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19b9c774..8cb91c31 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c15b4439..f228bc10 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 44921ff6..8e439c6d 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 156875d4..dc2de7ab 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a08e58a3..a4bf7100 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 322b4e3e..dec433bc 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e90b70f..041cf7db 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f2813a34..0772e4c3 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a44e3281..2f4e5b8e 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d6214c4a..dc562cab 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c847fbe..eeef79f3 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 902d9c88..cbdcc3cb 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2aa80220..f3b641a9 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8d86cdbb..70a15a37 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0671ed9f..483806f6 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7fa98109..8f15b2c4 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7844a59b..0baaadc3 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7cd08b56..458c3633 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ae9e15b3..f68a59a6 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 722d1342..d4c3a9ca 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 545a2c2b..d445cd21 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c09c8f5e..cf1f5b85 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f9dfdb2..033fb5d9 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f3fca7d..4ceb0958 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f5ff81af..89660f04 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ecca1a1..2fd43e17 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad32caa6..fb66e397 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08f7355d..9626df4f 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb9eb896..76692c45 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb9dfbd1..6e0ced29 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe8d7378..0125d53e 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9374c30a..49c5b629 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d8dcd560..eece2ed1 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2bf0b1b..05577bb5 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba20a494..ea432d81 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e09f1293..309410e2 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0fb10a93..93bc9620 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17ede007..91e94087 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9fb92559..ad0f0701 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc45fc44..7345c377 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1fa38fda..25523d3e 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 829c9d51..c13039a7 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6989a50..e83937d4 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 84d3569c..cede6a21 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6056e284..80b42d77 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e09b7a36..45d94f2b 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ec6d1c1..a752b324 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 07b9894a..95f7d93b 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e20faf3d..2fe17fdf 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa5cb040..0f5b2316 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6e1c940c..92809ef2 100644 --- a/sprout/algorithm/fit/results.hpp +++ b/sprout/algorithm/fit/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0bc3f21..87470b0a 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 469bfad2..13f48a42 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88d69dc5..edd96118 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 72d05e1c..44463e51 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 49af097f..bc9f5a1a 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 071da73b..26e7d324 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52b9b244..a2daa08f 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c5512e2..1da36b74 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0146f0fd..3ff15096 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51b6c2a5..e9a598f4 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6cc48f35..e1e085f9 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c44dd644..277daa39 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c6134201..267154b9 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 68d5426c..b43ecaf7 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1572db37..838d1443 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ee21142f..1ede06cf 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a30e6285..ac4f5228 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45365d3c..6888586a 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c6056548..cd381313 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c31645ef..8b481a82 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aed857cd..9605f2c9 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5381685a..bfe528a1 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a01ff22e..033be0d7 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 06f00ac1..91240ca2 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4da553f3..129cf465 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9fed0894..8c83c3fa 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b69b071c..8bb63295 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db964627..945d13bb 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 834149f1..3682807d 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51f2bc8c..20635ffb 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3e75b8b..dad6af7d 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 93147808..fb2cd0a8 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 87f57662..52d34874 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1ef66caf..bdb4e7c1 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c3da6b4..7f486f72 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aad485a9..183a478c 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e4233a75..fb1e70cf 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 01f4c032..9fc2111a 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c96e528..7776b57b 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9a70abd0..7d0fb579 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 75a52f11..052db2ac 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0493d50d..eb766b20 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 04551b07..7f1143c2 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c42cd54c..c3c2752b 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f846fc58..3412b4dd 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 010f1788..52a2d291 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40288332..847c188d 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 faf4a2eb..5fd79dda 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38261448..49f43662 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 721abfd0..cf75cfb3 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 632f05b5..75785742 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3584e7d8..34e7ded9 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd6f5d30..4c0b9be1 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05e9da0e..291d8af5 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f74c94c..5cf5e525 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1130e4be..9778af53 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d03d3cb3..aba260a7 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e98dd05..bb7b3a39 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2310d65c..0eb3d8af 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e02391cf..10e086cb 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c257b2e8..34b61b54 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5d310d0..41009cb9 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 845c1d07..ab65579b 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86bb13a4..bb06e9aa 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b8f29c4..f242dd8b 100644 --- a/sprout/algorithm/fixed/results.hpp +++ b/sprout/algorithm/fixed/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ac83951f..cae57b72 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 11b764d2..b00df288 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 20dcde3a..110a4814 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5ae06e04..ef4fdb06 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6d4f9b87..d2eef824 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2bef454b..60c2e29c 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 422abca2..cbecbb61 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e705f2fc..7f73fdb9 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba2c144d..94dc36c2 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3be08a1c..1e9dd27b 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3eb19f4a..b8690ded 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 82717f8d..6419848a 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dec728f7..c9eb8171 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1b1e7b2..b0395aa9 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5023b49d..c38b653d 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6158648..fd0c7838 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1e7d4bb..bd9bf299 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f3597f5..eadb6207 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad819c4b..a68c06df 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 932bebca..7d696d12 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0cdac2f4..eff7ed7f 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 61701cb8..1f6953b8 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 517f5f24..8a62e054 100644 --- a/sprout/algorithm/fold_until.hpp +++ b/sprout/algorithm/fold_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bb7de84d..83bc4f5f 100644 --- a/sprout/algorithm/fold_while.hpp +++ b/sprout/algorithm/fold_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d344f227..0f5934fa 100644 --- a/sprout/algorithm/for_each.hpp +++ b/sprout/algorithm/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 53f34a3c..18cd8afb 100644 --- a/sprout/algorithm/gather.hpp +++ b/sprout/algorithm/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e931e3ab..f9061fa9 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 97f864a6..c1253eb0 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0aea9516..59d2ec88 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 16f16f53..a17e67c1 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 455aee4e..632c3f27 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6353ec9..8b34d582 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7f0ade80..6ec2a921 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ffa03ee..66ec2db1 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 53c4daf2..61a8e483 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ebaeac07..810a050b 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b653a5e..476faaef 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f150b8c0..a81adf56 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f02c217..037cc863 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9bc62d37..4057f96a 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e06bafa6..f60f796e 100644 --- a/sprout/algorithm/iter_swap.hpp +++ b/sprout/algorithm/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6beacc9..fa67eb66 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 660294c0..31f53c55 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d874b62..27e7e8d4 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1f78d6e3..d5989787 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 13bab210..0f1c141c 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dae5f5ec..02ede4c4 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e9a256c3..9eec2a61 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a3097d6..75817728 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8417a241..cf33decb 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85b86797..02c7a252 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 68f40a32..9d913939 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9bf25619..05607b47 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f87415b1..efa71558 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ce41faff..960d5ecb 100644 --- a/sprout/algorithm/move.hpp +++ b/sprout/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 14d7f21c..67eb25c2 100644 --- a/sprout/algorithm/move_backward.hpp +++ b/sprout/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 501e191a..81ac1c10 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c1549cc6..d568be2d 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2d461b1..593fbf60 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9898ee28..160deff6 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c76aed4a..5d2d9f3a 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9da8fce2..1bc88133 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c931fc28..3d2eb61b 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 26b682ff..fa8a0318 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a4a1a419..cfca3898 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 66281b66..aa547a40 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 99bc94a1..0ef8d8bb 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f30064e..3603dcd4 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 63e37d2f..9069a54e 100644 --- a/sprout/algorithm/partial_sort_copy.hpp +++ b/sprout/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 731aacfe..4f4f4098 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3f29d485..21292f25 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2e8a7c40..5bfe94a8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c59c40a6..8ba0dfa5 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c181d574..66bf2feb 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ede2fa02..230326bc 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f3b4326..b878d0f2 100644 --- a/sprout/algorithm/random_shuffle.hpp +++ b/sprout/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 35b2edc1..8db8b57c 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 be4108da..f98364a2 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 87484e5e..1689d3c7 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3012ee7a..55c4cf20 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 631ba026..7cc292fc 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 280c8546..fa8aec9d 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a84a4911..2795233e 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3c84f0b9..09668b89 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 132290a6..3c55a2ad 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4dd08c28..1b86c758 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4b43c13c..672f481d 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 68799331..eca2330b 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 091dace0..85d5f1db 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 caa381b9..1a9c0a4f 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec3b6527..67f40264 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 75ec3526..d9bee916 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5eadbd0..a882c2b1 100644 --- a/sprout/algorithm/sample.hpp +++ b/sprout/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c08370fe..3a9c9900 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc179a3d..ea82ab96 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7519680..f048924d 100644 --- a/sprout/algorithm/searching.hpp +++ b/sprout/algorithm/searching.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 37bcde5d..712c3816 100644 --- a/sprout/algorithm/searching/default_searcher.hpp +++ b/sprout/algorithm/searching/default_searcher.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef6880e9..2993f16a 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2d263149..af10ea39 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c46ea42..cb6c552a 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cadd503c..30d2f3cf 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b382bc68..f5159616 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c5e5720c..2bf732a4 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc3aab8b..84dfa7cc 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b117e8d..e98d3538 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42b70045..8335f45e 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 923b6d87..c7079320 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c7883d7..feafcb0a 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5ddf8d4..c2fa5067 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9d5722d7..e924c617 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 90a02648..b5e59116 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3192e335..f1d5a6ef 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0b4f28a6..c9d297b5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2eae2dd9..3ecd16bb 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ae4bcb92..7ded5002 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51027d7b..8c1aca00 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e91bb180..53659227 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5d09352..2cc47c08 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5bc2f020..eb0318e8 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64edaf55..f2d420cb 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3cab47de..f18cfcf6 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe9a1ecb..3d554f6e 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86101055..22047d14 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a80f9aa..a57b064d 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d009d9d7..7a194ee3 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5fd32492..4af9b468 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b9793c03..5930b9e8 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f54c8c05..313c913c 100644 --- a/sprout/algorithm/swap_ranges.hpp +++ b/sprout/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38c416e3..349f12e1 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d149adff..ba9f50b3 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45b38dd3..93a71ffe 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5a055877..93c23a55 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 640c8718..ff58b18e 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dfa36421..471cdbde 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b5d8496..50c664c6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08f5e773..60c32667 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 024e3901..4ef70977 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2e282173..9df4e418 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3996f322..cae87917 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 95aa955b..7c271155 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cc213617..fc7e5c02 100644 --- a/sprout/array/nested_array.hpp +++ b/sprout/array/nested_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7613a39..197d6a88 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 425d67a1..085432e8 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ed0e33db..5e5a3a3f 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a46b2396..fbb404f5 100644 --- a/sprout/bit/bit_length.hpp +++ b/sprout/bit/bit_length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d47104d9..644f39ab 100644 --- a/sprout/bit/bit_reverse.hpp +++ b/sprout/bit/bit_reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9111e146..6aeab74f 100644 --- a/sprout/bit/clrsb.hpp +++ b/sprout/bit/clrsb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e620c88d..a604f528 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e9d58676..c20197c4 100644 --- a/sprout/bit/cntl0.hpp +++ b/sprout/bit/cntl0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9ca0d3d1..d861331a 100644 --- a/sprout/bit/cntl1.hpp +++ b/sprout/bit/cntl1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ffee54b..3fd7396d 100644 --- a/sprout/bit/cntt0.hpp +++ b/sprout/bit/cntt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d3ce21d1..001921c3 100644 --- a/sprout/bit/cntt1.hpp +++ b/sprout/bit/cntt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0fcb50e..33f2e8f0 100644 --- a/sprout/bit/count.hpp +++ b/sprout/bit/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c6deff1..e4e23d30 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 554890ff..28f75961 100644 --- a/sprout/bit/flipbit.hpp +++ b/sprout/bit/flipbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 662f7c54..c2354beb 100644 --- a/sprout/bit/flipbitsge.hpp +++ b/sprout/bit/flipbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d93c8fe7..1d952266 100644 --- a/sprout/bit/flipbitsle.hpp +++ b/sprout/bit/flipbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d07561c3..ffaf531c 100644 --- a/sprout/bit/isols0b.hpp +++ b/sprout/bit/isols0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c0ac85e..3ed8e7a4 100644 --- a/sprout/bit/isols1b.hpp +++ b/sprout/bit/isols1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c9bcd6f3..150f5883 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e7e4f275..a1116afb 100644 --- a/sprout/bit/maskt0.hpp +++ b/sprout/bit/maskt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd7c6045..1e1e0ee7 100644 --- a/sprout/bit/maskt0ls1b.hpp +++ b/sprout/bit/maskt0ls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 74695e8a..3fbd109a 100644 --- a/sprout/bit/maskt1.hpp +++ b/sprout/bit/maskt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 abcdc104..47a8c405 100644 --- a/sprout/bit/maskt1ls0b.hpp +++ b/sprout/bit/maskt1ls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5441f494..074a31bd 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 22843d0e..bbbb38b0 100644 --- a/sprout/bit/parity.hpp +++ b/sprout/bit/parity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f63543d..30762eba 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb0a188d..3b43c496 100644 --- a/sprout/bit/range.hpp +++ b/sprout/bit/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 314575af..6d10518b 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7837d513..e816e17d 100644 --- a/sprout/bit/rightmost.hpp +++ b/sprout/bit/rightmost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eb0066c1..68efe7af 100644 --- a/sprout/bit/rotl.hpp +++ b/sprout/bit/rotl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8a49a813..867bfa96 100644 --- a/sprout/bit/rotr.hpp +++ b/sprout/bit/rotr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38b244d7..00a50119 100644 --- a/sprout/bit/rstbit.hpp +++ b/sprout/bit/rstbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62528eeb..f4b4f3aa 100644 --- a/sprout/bit/rstbitsge.hpp +++ b/sprout/bit/rstbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4a78b2eb..4b2b1d5b 100644 --- a/sprout/bit/rstbitsle.hpp +++ b/sprout/bit/rstbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f3b53ba..f2d16782 100644 --- a/sprout/bit/rstls1b.hpp +++ b/sprout/bit/rstls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6aa539c..b81fd2c5 100644 --- a/sprout/bit/rstt1.hpp +++ b/sprout/bit/rstt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6ddfc368..5b70c9ff 100644 --- a/sprout/bit/setbit.hpp +++ b/sprout/bit/setbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8069393..dc260d15 100644 --- a/sprout/bit/setbitsge.hpp +++ b/sprout/bit/setbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9807298d..dd1b3fce 100644 --- a/sprout/bit/setbitsle.hpp +++ b/sprout/bit/setbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d0ca13f2..d6f96423 100644 --- a/sprout/bit/setls0b.hpp +++ b/sprout/bit/setls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 349bd057..8e622769 100644 --- a/sprout/bit/sett0.hpp +++ b/sprout/bit/sett0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b6e4328e..62a6899e 100644 --- a/sprout/bit/shal.hpp +++ b/sprout/bit/shal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5361bc1..d0094093 100644 --- a/sprout/bit/shar.hpp +++ b/sprout/bit/shar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3804fb8f..8addce99 100644 --- a/sprout/bit/shift.hpp +++ b/sprout/bit/shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 471fce22..5d83af17 100644 --- a/sprout/bit/shll.hpp +++ b/sprout/bit/shll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5d0c6258..6dc224a8 100644 --- a/sprout/bit/shlr.hpp +++ b/sprout/bit/shlr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3051088d..9974df29 100644 --- a/sprout/bit/single.hpp +++ b/sprout/bit/single.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3efa5c6f..e3aa6ea1 100644 --- a/sprout/bit/testbit.hpp +++ b/sprout/bit/testbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dfea6b34..afe2ee77 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 396f88d3..85157d73 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c82fc5ce..b2d38bbc 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38d3d954..12663695 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8768bd1b..c5efa40a 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ed9de69e..93f5733a 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b457c92d..bcc7ab6b 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b751519a..f9e1afc3 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c46a2ec1..f06890b8 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 54992244..ce7a45bc 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 922681df..d7688503 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3764aac..998abc5b 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e76bdd9..bf17fc2d 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d282b39f..ba67fb68 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc57be19..a730d75e 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9c56d6e0..e7b29152 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bcddc057..7cb3e681 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2bd0e5fe..2c50e25c 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0fe1dfa6..789f6d74 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba99410a..35456141 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 407962a4..3a409996 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8eb05dda..a7c86056 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7f3132b2..51e1a646 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3b6024e4..ab45e451 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12aba955..144f3368 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9aedee36..e41f768e 100644 --- a/sprout/complex/abs.hpp +++ b/sprout/complex/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d2c76e71..bd47ece5 100644 --- a/sprout/complex/acos.hpp +++ b/sprout/complex/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db5d4554..33272e79 100644 --- a/sprout/complex/acosh.hpp +++ b/sprout/complex/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4031775f..edb9cef6 100644 --- a/sprout/complex/arg.hpp +++ b/sprout/complex/arg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08acc52c..895186ca 100644 --- a/sprout/complex/arithmetic_operators.hpp +++ b/sprout/complex/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 83beb68d..1db2388e 100644 --- a/sprout/complex/asin.hpp +++ b/sprout/complex/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7dc9f5b6..d3aca708 100644 --- a/sprout/complex/asinh.hpp +++ b/sprout/complex/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 79505dcb..dac9c258 100644 --- a/sprout/complex/atan.hpp +++ b/sprout/complex/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a1f7742..c2c9f64c 100644 --- a/sprout/complex/atanh.hpp +++ b/sprout/complex/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0df9718e..b96ce4ce 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dbc66776..34a32c17 100644 --- a/sprout/complex/conj.hpp +++ b/sprout/complex/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c71487c9..857bb121 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6811ff3a..2bcc3ddb 100644 --- a/sprout/complex/cos.hpp +++ b/sprout/complex/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e73d8dc..f023bae3 100644 --- a/sprout/complex/cosh.hpp +++ b/sprout/complex/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 670c376e..cf473c4a 100644 --- a/sprout/complex/detail/copysign_mul.hpp +++ b/sprout/complex/detail/copysign_mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40f6d199..52ea596d 100644 --- a/sprout/complex/euler.hpp +++ b/sprout/complex/euler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42a3f9f1..369826b5 100644 --- a/sprout/complex/exp.hpp +++ b/sprout/complex/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 060a5a3a..1582e27a 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2403a679..5d4e65a4 100644 --- a/sprout/complex/imag.hpp +++ b/sprout/complex/imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e03e312..27510dd6 100644 --- a/sprout/complex/literals.hpp +++ b/sprout/complex/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 826eacc1..b6c0d7c6 100644 --- a/sprout/complex/log.hpp +++ b/sprout/complex/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f66a13a..8a58fcfc 100644 --- a/sprout/complex/log10.hpp +++ b/sprout/complex/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1a1dbb5..92b37280 100644 --- a/sprout/complex/log2.hpp +++ b/sprout/complex/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a84cf2b2..91aae3d7 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 41f0f851..23a251a5 100644 --- a/sprout/complex/norm.hpp +++ b/sprout/complex/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1df3f74..2cba0483 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df2df3c8..f034ca34 100644 --- a/sprout/complex/perp.hpp +++ b/sprout/complex/perp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 940775c1..1c5a4408 100644 --- a/sprout/complex/polar.hpp +++ b/sprout/complex/polar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 709f0317..8c6f3d5b 100644 --- a/sprout/complex/pow.hpp +++ b/sprout/complex/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 842d2a5b..f27f7da7 100644 --- a/sprout/complex/proj.hpp +++ b/sprout/complex/proj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33568c69..784cede8 100644 --- a/sprout/complex/real.hpp +++ b/sprout/complex/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2d689a65..8b03cfbf 100644 --- a/sprout/complex/sin.hpp +++ b/sprout/complex/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd9c14f2..67ebaef3 100644 --- a/sprout/complex/sinh.hpp +++ b/sprout/complex/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c952f88..7713ed77 100644 --- a/sprout/complex/sqrt.hpp +++ b/sprout/complex/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c51da3cd..f9b4a547 100644 --- a/sprout/complex/stream_operators.hpp +++ b/sprout/complex/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9c308da3..68ae2933 100644 --- a/sprout/complex/tan.hpp +++ b/sprout/complex/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 313a5e86..ff33c44c 100644 --- a/sprout/complex/tanh.hpp +++ b/sprout/complex/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 da361e7e..4b86b2ba 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fa4ef7f0..cf07e2c0 100644 --- a/sprout/complex/tuple.hpp +++ b/sprout/complex/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 561f50fb..94fa1390 100644 --- a/sprout/complex/type_traits.hpp +++ b/sprout/complex/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 739c4fc0..02303092 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 946bf911..767dcb40 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ce53caec..752397fc 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 516579c4..6795c372 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 627a505f..ddda74bf 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bb1e6dfa..adf43652 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d2e93c03..98aebbdc 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ce34704c..dd53bad5 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 551c62a9..d6917c9c 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0944321e..b4a37307 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a9f685f..673c111d 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39971577..bef61269 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 739d55bc..86d29d47 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad24b5c0..9ebf9835 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5c74c491..1e97b21a 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f5a1bef..5222b89f 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 980ee231..b2668b82 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f8f98a7..94b0b304 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c667f8cd..8b76487c 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 57013dac..693c70cd 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 04bee392..2695855d 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 35079a44..92c5a8e0 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b6dbe429..317f06bc 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 da590cd9..91da73cc 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88b1f786..325506b3 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4a087c47..b6bc1e87 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b333991a..b2b69800 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2e3601a5..81a46d99 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38a76d2b..8f39707d 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1eea6671..c6520e31 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d4f46bd..254cf447 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89f67728..2f0c7c81 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0313c25e..ad424530 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0c8fc8b..e77f78b0 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 213a49c1..9c9d7557 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb7bfca0..3861298a 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b337ae70..f1851e66 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 470cef89..9bd6a71f 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f27ffb9b..230731dd 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1cd30ea5..a7f96f4d 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d3311c24..cfd18b69 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b2fd52fb..bfb800ce 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3325c277..29572a9d 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5d73c8f..d1eca3f4 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 776eea62..19058965 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a92f06f4..7df29b33 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0aed5c2..e82f3330 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 479a7e2d..0e360af7 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 853a8f15..6c658936 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b35c8d97..d2d82c67 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 498530cf..0f0b3f7f 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28262f37..6e3a198a 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 639e268c..9765f6bc 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 77b3be9a..7044d3f5 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2abee00..819872b2 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fd87d265..69e4fc7c 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f9031b07..33082abd 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a0d02a0..55a38e56 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 99fb69ff..8bf38d82 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0196de67..fc276b50 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45aed347..0a18d92f 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc151acf..57e7906d 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e93be3b7..1d0557b6 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c9b9a6f1..5e09a3f6 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0867b5d0..26a8c463 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3f30bc99..7387f29a 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd713de8..fbcba16c 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 36db0daf..f96a7eed 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 648bc025..8981f388 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d93a48ac..b6ae5191 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c1e1772..f9b8fb79 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2ae4c943..783b43ae 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 997face6..972d839c 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89f1f344..a8d39890 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ea7c4650..728b71a4 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b9d7386d..828a9f67 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f6f883f..62dbd87b 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c4b93b8..955319c2 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c70cc5f..c8331118 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d6dd06cf..f91b19ec 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4cd4b647..bb4d78b4 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6007decd..8a9575a8 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f81d313..94a911a9 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 312aa61c..d419439f 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c90ef66..79eef637 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12b227ae..e4636061 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 972cbcac..b88fa6f0 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c97aa1b7..cf6d760b 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1ef2f576..53751ac8 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c7948d41..58f05194 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fd2056fc..54e45fb1 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e385711..e9eaefdd 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b53869d..9fb61302 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b29a8dd2..18df8913 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85ae25eb..01a6d93a 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 828c582b..a35ec14d 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 edc02695..a8f4243f 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 756742d7..f906a044 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a74b3f05..0f20ba60 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 37be79e9..6f378518 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c3b90001..8a4e8039 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17604633..5c3033f3 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6ebb804..c7832a5e 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 34157ca7..341451e1 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 36bbbeec..bbdb11a7 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2881b72f..92b67658 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e0f3f5e..f4c7ab98 100644 --- a/sprout/config/user_config.hpp +++ b/sprout/config/user_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cc56447a..eb2d5dfe 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 01983027..61409138 100644 --- a/sprout/container/at.hpp +++ b/sprout/container/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 37c38ae2..5c9f8941 100644 --- a/sprout/container/back.hpp +++ b/sprout/container/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c968e8b..2e4585a7 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42a39765..78ebc6b6 100644 --- a/sprout/container/boost/array.hpp +++ b/sprout/container/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9973dcf1..bb2ca044 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ec183cf..ef3e518c 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc8d7e8d..1e5a01dc 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8fd3fb4..29ef3afe 100644 --- a/sprout/container/construct_functions.hpp +++ b/sprout/container/construct_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 48e779e1..ac303275 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 34ca3af5..b10a569b 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3bece583..92f590b9 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3b867c6c..6ee9d70d 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5c2ce18..cbaffbbf 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18599bed..c6936085 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 15d5e436..12ed7ca4 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 389a33b4..4c6b0986 100644 --- a/sprout/container/data.hpp +++ b/sprout/container/data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1747212f..d81b99b1 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7b6e2d1..91fa7dac 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45658af4..e4c262c2 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c64be1d1..0e36aa5b 100644 --- a/sprout/container/detail/range_at.hpp +++ b/sprout/container/detail/range_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 819c452a..92aecea7 100644 --- a/sprout/container/detail/range_back.hpp +++ b/sprout/container/detail/range_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85be8c7c..e86d5c59 100644 --- a/sprout/container/detail/range_begin.hpp +++ b/sprout/container/detail/range_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 da1dcb70..d930c1d0 100644 --- a/sprout/container/detail/range_data.hpp +++ b/sprout/container/detail/range_data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5eff229..20fe90e0 100644 --- a/sprout/container/detail/range_empty.hpp +++ b/sprout/container/detail/range_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28a74e5d..1d5125b4 100644 --- a/sprout/container/detail/range_end.hpp +++ b/sprout/container/detail/range_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2b28ecd..0d69b03a 100644 --- a/sprout/container/detail/range_front.hpp +++ b/sprout/container/detail/range_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d02ac17..cb352f1d 100644 --- a/sprout/container/detail/range_index_of.hpp +++ b/sprout/container/detail/range_index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c833d471..db914214 100644 --- a/sprout/container/detail/range_nth.hpp +++ b/sprout/container/detail/range_nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2cf6457..554dabff 100644 --- a/sprout/container/detail/range_size.hpp +++ b/sprout/container/detail/range_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f2fd48e..0fd49622 100644 --- a/sprout/container/detail/range_subscript_at.hpp +++ b/sprout/container/detail/range_subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3d2ec2da..1f6b59f0 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f812d6e4..10f25338 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b1f7fe8..1c92520f 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fcb8e7c9..73773fbd 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a11371c5..5a18a58a 100644 --- a/sprout/container/fitness_functions.hpp +++ b/sprout/container/fitness_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 079d0449..dc9991c1 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa7bebc1..76f9d7de 100644 --- a/sprout/container/front.hpp +++ b/sprout/container/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffd956e3..958ef93b 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89f8e266..fdc6621e 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d97d1893..5a4164aa 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5a3f000c..96234356 100644 --- a/sprout/container/index_of.hpp +++ b/sprout/container/index_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 98eb0005..3fff5cc2 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 887ec55e..66f879af 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f2006b94..40e895c6 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1765c20..bb2f8334 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e899ac7e..a0e70130 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e9f08444..43cd83f7 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7022f670..7ae35ecc 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2764f5d..8557071c 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a99d90c7..78cacbad 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4593c4ac..71e389f8 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b10446e0..ba194a0a 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33fd9e56..5dde3555 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 65480d23..1f2eb287 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3046694e..f27df5ea 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ed6d5c88..14723108 100644 --- a/sprout/container/nth.hpp +++ b/sprout/container/nth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 245a2f08..f77f2d65 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1cf65d17..971af11b 100644 --- a/sprout/container/range_functions.hpp +++ b/sprout/container/range_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db67219e..e6d16ba2 100644 --- a/sprout/container/range_functions_fwd.hpp +++ b/sprout/container/range_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc4990b8..0d068a03 100644 --- a/sprout/container/range_index_check.hpp +++ b/sprout/container/range_index_check.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7f7a1eca..3d436b9a 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52a6e5d5..db0c87f5 100644 --- a/sprout/container/rebind_type.hpp +++ b/sprout/container/rebind_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bb0fa74d..98ad3ae9 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d026f200..623277d8 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0efea870..a9f9f10d 100644 --- a/sprout/container/shrink_to_fit.hpp +++ b/sprout/container/shrink_to_fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b34a587b..7677e4f7 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 92988cb1..8ed1ddff 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9310a758..3c854e55 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2804bfb9..cdc032f3 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 11b18085..bc8ae30a 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 444fd2fc..df2408da 100644 --- a/sprout/container/std/complex.hpp +++ b/sprout/container/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5924979d..5b086696 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ab81ecb1..0b767142 100644 --- a/sprout/container/sub_functions.hpp +++ b/sprout/container/sub_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b63e362..1a2546d1 100644 --- a/sprout/container/subscript_at.hpp +++ b/sprout/container/subscript_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6724cc4..9f58d0af 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d75f7d17..cd7c4ae9 100644 --- a/sprout/container/traits_functions.hpp +++ b/sprout/container/traits_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2961c26..28c160d0 100644 --- a/sprout/container/traits_fwd.hpp +++ b/sprout/container/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ddef138..508069f8 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2f1c6165..6bad7af9 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c9050eb..2cf6eb3f 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f0e4b1d7..ef32bc23 100644 --- a/sprout/cstddef.hpp +++ b/sprout/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1630d72..e3ac34ec 100644 --- a/sprout/cstddef/literals.hpp +++ b/sprout/cstddef/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 09eff4f7..1367e17f 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9502cb90..b556842e 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d870a0b..bc305af8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5fd94574..28bf2ece 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 357c4205..284daebf 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ce170463..ec6bd781 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a4ca6015..320ef512 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba146db5..d59941c2 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 97ee99b7..3f734b3a 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 31e4f256..c40131cd 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a77bfa34..1511d618 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8b3e31e9..1197af00 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2571091..d25c5a0a 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7c65dba..2b5ebf99 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 72b9d917..be5c8ae6 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e34c62a0..d462efbb 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a46f57c..2233462f 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 410b0d71..73cbf008 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b8662668..d560ecd1 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 658cebc0..c67b69f6 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 efccae6b..2062569f 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cfb40c80..ea90fcbc 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9fc3f0db..a4d63561 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cea10ba6..79fb78ee 100644 --- a/sprout/cstring/memcpy.hpp +++ b/sprout/cstring/memcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b331b568..6ae74a23 100644 --- a/sprout/cstring/memmove.hpp +++ b/sprout/cstring/memmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e24bd583..8edda64a 100644 --- a/sprout/cstring/memset.hpp +++ b/sprout/cstring/memset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a96ccea0..85fa79c5 100644 --- a/sprout/cstring/strcat.hpp +++ b/sprout/cstring/strcat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5ef83053..c534f0df 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 99ae0642..189e6208 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39d66518..d9f2891a 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba73cc17..02783927 100644 --- a/sprout/cstring/strcpy.hpp +++ b/sprout/cstring/strcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 974da44c..f3811403 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 be5c5b40..b3494576 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa6df3d6..12e34b44 100644 --- a/sprout/cstring/strncat.hpp +++ b/sprout/cstring/strncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42f0d344..5ab85afb 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef933077..ecf4a3c8 100644 --- a/sprout/cstring/strncpy.hpp +++ b/sprout/cstring/strncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 624ddcde..1856452f 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3979c65b..b7b7287b 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d8d77a15..60defe18 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6940ee4e..b5791d08 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b42b988..11ca7306 100644 --- a/sprout/ctime.hpp +++ b/sprout/ctime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a7a45f5..277bbe64 100644 --- a/sprout/ctime/difftime.hpp +++ b/sprout/ctime/difftime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7dc36db..a90b29ef 100644 --- a/sprout/ctime/to_time_t.hpp +++ b/sprout/ctime/to_time_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4bac2bcd..2bce4632 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dacd757a..d269e8b9 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e954357a..1cf76582 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9bc2d4ab..9f64a67e 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b771a123..9d833b1a 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1fee34c..e0f33d0a 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28a11f55..2c084fb2 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88e979f8..7c5ce7ed 100644 --- a/sprout/cwchar/wcscat.hpp +++ b/sprout/cwchar/wcscat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f68b03ae..00743268 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 abbfc8e6..dfe7603c 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86a0a7c4..909c8b64 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 daa00c8a..47aa8167 100644 --- a/sprout/cwchar/wcscpy.hpp +++ b/sprout/cwchar/wcscpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1718585a..0c2e8469 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1948533d..0b7a9c2b 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9edef7ab..ee89fd94 100644 --- a/sprout/cwchar/wcsncat.hpp +++ b/sprout/cwchar/wcsncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 65f8e0c4..bd82b9f5 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 02142b5a..698d26f5 100644 --- a/sprout/cwchar/wcsncpy.hpp +++ b/sprout/cwchar/wcsncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 55804e46..220cae10 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eea860d0..acf89972 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dcd84f20..c1f2ce79 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f7268a68..7f92e04b 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4ffed2e7..1350efe4 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c34b8de3..20c2bc27 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 269b447f..9578f833 100644 --- a/sprout/cwchar/wmemcpy.hpp +++ b/sprout/cwchar/wmemcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 99cc8435..02146458 100644 --- a/sprout/cwchar/wmemmove.hpp +++ b/sprout/cwchar/wmemmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 55cc1764..b3bdf500 100644 --- a/sprout/cwchar/wmemset.hpp +++ b/sprout/cwchar/wmemset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a29d0027..e7828f58 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba64fc18..e2a6184b 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0cf572ba..2f5614a7 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6ea984a7..0c3f61bc 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ab3b0ea1..f331fbb9 100644 --- a/sprout/darkroom/access/traits.hpp +++ b/sprout/darkroom/access/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8165936f..1f3ce301 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 22f3f444..2e3771d7 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 79f168c8..9cadcdd4 100644 --- a/sprout/darkroom/cameras/calculate.hpp +++ b/sprout/darkroom/cameras/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9acf579b..c579d25a 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a164fdd9..020d47af 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec7d6706..3ef9496b 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 24b7a888..ac864a73 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5928ba1..04ae1dc6 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4adfa417..f4626e77 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 822b13b6..a919fef1 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 abae4db0..24b388b6 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5c0f9767..5feae938 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8736d26..c9538f11 100644 --- a/sprout/darkroom/lights/calculate.hpp +++ b/sprout/darkroom/lights/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f6fd1df..bd5651bd 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f849650c..e6f6207d 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d117210d..6695f720 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0a32fd1..dac36454 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b520aef..6a5da58e 100644 --- a/sprout/darkroom/materials/calculate.hpp +++ b/sprout/darkroom/materials/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 baf6ad89..8b4ee0a9 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89acd544..2558e32a 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aefc591e..1c05687a 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f53682e6..c3bdd902 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b6851db5..f0c60930 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 07feb99f..1fc0c9d5 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d81e4cfb..5e220515 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a33b3305..c131fb39 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 63dffad9..3d4bf65b 100644 --- a/sprout/darkroom/objects/object_list.hpp +++ b/sprout/darkroom/objects/object_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bb9f7f29..21e5ad80 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88de9452..1fe0e743 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bfb8256..6a8ecb20 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc922941..8a4377fc 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4dce9190..42c5939e 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6d2ce2f..eb4912de 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51021217..68c0f91d 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 68af1ebe..b705a58c 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d267ba06..4de8083f 100644 --- a/sprout/darkroom/renderers/calculate.hpp +++ b/sprout/darkroom/renderers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c6ad183..26c5f3c2 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cc8bd6aa..e94fdc51 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4b67fc30..5501cb18 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c2e08a2..e784e399 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca178fd5..63ddeabe 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 61035509..51092c3b 100644 --- a/sprout/darkroom/tracers/calculate.hpp +++ b/sprout/darkroom/tracers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 94ef07f0..70ff769a 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9a678784..ba4797f9 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1db711f9..1813944d 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5d175d2f..5f43592c 100644 --- a/sprout/detail/algorithm/mask_index.hpp +++ b/sprout/detail/algorithm/mask_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1530775c..bfd38732 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad6a7543..5a6f6764 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3978126c..23f0d626 100644 --- a/sprout/detail/algorithm/search_one_rev.hpp +++ b/sprout/detail/algorithm/search_one_rev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bfdf419..b22e0d4e 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b6e4d042..6cb6e610 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 82a34f83..4763af7c 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 402aab28..f84e9f84 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f2a37b3d..92b11adf 100644 --- a/sprout/detail/char_literal.hpp +++ b/sprout/detail/char_literal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f30f1eeb..ab2514d7 100644 --- a/sprout/detail/char_type_of_consecutive.hpp +++ b/sprout/detail/char_type_of_consecutive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 039970fa..cf1dbda6 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3fdb81a4..c5fa4fb4 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 82ec7068..18357417 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 74d92c45..c7f7911e 100644 --- a/sprout/detail/do_nothing_statement.hpp +++ b/sprout/detail/do_nothing_statement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ee71dd95..3cf7d63a 100644 --- a/sprout/detail/functional/const_subscript.hpp +++ b/sprout/detail/functional/const_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b62de79..7e7416fe 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f666dbfc..4c3ad541 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0bbce59..500e5ee0 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 650fd540..4608038d 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 63db38c2..b4998acc 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1a5bc341..a25c4a86 100644 --- a/sprout/detail/literal_def.hpp +++ b/sprout/detail/literal_def.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c388a0de..a4613b90 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d87cbd3a..d72cf17c 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51977c83..e3b908ae 100644 --- a/sprout/detail/nil_base.hpp +++ b/sprout/detail/nil_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a2cf7665..2af9f788 100644 --- a/sprout/detail/one_type.hpp +++ b/sprout/detail/one_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e46177cc..6f2cf18a 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e76ac3c..bf5ed119 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 292ec0bb..38393d78 100644 --- a/sprout/detail/predef.hpp +++ b/sprout/detail/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c72c944e..ae24f08f 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8a130e4..6fbd43f0 100644 --- a/sprout/detail/static_size.hpp +++ b/sprout/detail/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ee544501..062c585a 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c96a1c79..c51c50fb 100644 --- a/sprout/detail/udl_namespace.hpp +++ b/sprout/detail/udl_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2bd9ccf8..fadab1bf 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a9241f19..1a2b7378 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -18,6 +18,7 @@ #include #include #include +#include namespace sprout { // @@ -29,7 +30,7 @@ namespace sprout { namespace detail { template class forward_item_iterator - : public std::iterator< + : public sprout::iterator< std::forward_iterator_tag, typename List::value_type, typename List::difference_type, @@ -57,7 +58,7 @@ namespace sprout { typename std::remove_reference::type const >::type const_list_type; private: - typedef std::iterator< + typedef sprout::iterator< std::forward_iterator_tag, typename List::value_type, typename List::difference_type, diff --git a/sprout/functional.hpp b/sprout/functional.hpp index d863334c..62b8ee79 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6171283d..d20cfc5e 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 80494728..59edd802 100644 --- a/sprout/functional/address_of.hpp +++ b/sprout/functional/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa270593..ebfbfb25 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 094b0028..22ce5f5f 100644 --- a/sprout/functional/assign.hpp +++ b/sprout/functional/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4eae1310..782a0d22 100644 --- a/sprout/functional/assignment.hpp +++ b/sprout/functional/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 208cc4d6..3acd9183 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 06c0c339..6d0c1b02 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 169f46af..33d3cdcc 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a647db33..f696d5c3 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f333d3d..71f7c8a6 100644 --- a/sprout/functional/bind/literals.hpp +++ b/sprout/functional/bind/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b1a7aedf..3c727a76 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 10f03c88..b4a106e1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 97c537a5..7f0a4f06 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2dd9c355..6f0892ff 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1e77cb7a..1ecdd326 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b80472e4..22372c16 100644 --- a/sprout/functional/bit_and_assign.hpp +++ b/sprout/functional/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a4a3c8d6..f868283a 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5adf071..6353c924 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 efd884a4..4138cfc6 100644 --- a/sprout/functional/bit_or_assign.hpp +++ b/sprout/functional/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d74e34c..86ff91ae 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 763f95dd..36329789 100644 --- a/sprout/functional/bit_xor_assign.hpp +++ b/sprout/functional/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a09eb7f0..741ce219 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6974fb1f..c2732786 100644 --- a/sprout/functional/call_fun.hpp +++ b/sprout/functional/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f2b6ba4..7e705a3d 100644 --- a/sprout/functional/comma.hpp +++ b/sprout/functional/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b5c5ba69..41761a4a 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eff5bd80..996d8503 100644 --- a/sprout/functional/cond.hpp +++ b/sprout/functional/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 326d17e5..5b4c128b 100644 --- a/sprout/functional/dereference.hpp +++ b/sprout/functional/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 57362593..8d00cfb1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0768b471..cee2e159 100644 --- a/sprout/functional/divides_assign.hpp +++ b/sprout/functional/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 529bea23..3378950a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 54b9bf44..865a8362 100644 --- a/sprout/functional/equiv.hpp +++ b/sprout/functional/equiv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5574f86d..b768c124 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c834eae8..0728b80d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c7936fb0..f9a75398 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d132bebd..fdb039a3 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3cff92d..277f1c06 100644 --- a/sprout/functional/hash/boost/array.hpp +++ b/sprout/functional/hash/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a159752e..9e9bd31e 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b8e82815..6d2e1cf5 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 91c9e9d9..c7e311f2 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 008e948f..771fe098 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5859b7f..c39ca0b3 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e1ebf4b4..56af0b89 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ae7a223a..440549b6 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b4e946fb..838f6f1d 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3380b518..7d1a4f06 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f7fba10..14d839b1 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62466613..bd5a53a8 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f8db8885..a7f375b9 100644 --- a/sprout/functional/hash/std/complex.hpp +++ b/sprout/functional/hash/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2cec900c..2a0fd134 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dccf8928..985e378f 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fdf316f2..7973f7d6 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6ef8b8d0..deb84c37 100644 --- a/sprout/functional/inc_dec.hpp +++ b/sprout/functional/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fa24f51d..b4f28a84 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 937668da..4801ece5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7bb7cebe..1fca0042 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 188abe41..453cec2e 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 58c378d6..051d7801 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 44da757d..e00a2079 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43a52551..7dd4c0de 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1e50cae5..9116a012 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 051ba51d..e16660af 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e787f677..26e8777f 100644 --- a/sprout/functional/member.hpp +++ b/sprout/functional/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7fde609..4b788e2c 100644 --- a/sprout/functional/member_pointer.hpp +++ b/sprout/functional/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5304dc2..21225ec5 100644 --- a/sprout/functional/members.hpp +++ b/sprout/functional/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5c85a2d6..c6f7d453 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e50eda91..e52063f9 100644 --- a/sprout/functional/minus_assign.hpp +++ b/sprout/functional/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 29ad45ca..81ee5b38 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 832b5ebf..c39acb1a 100644 --- a/sprout/functional/modulus_assign.hpp +++ b/sprout/functional/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3d69967..b889cc41 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3311d9a..acc408d7 100644 --- a/sprout/functional/multiplies_assign.hpp +++ b/sprout/functional/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db05660e..407d785a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8357a5aa..cfdec969 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6b8473c..49b6d837 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd9a0b23..6c1e9581 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 006d11ec..e5cfbaa8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 962450e4..5613dbed 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1e257ed7..ee10e5c5 100644 --- a/sprout/functional/plus_assign.hpp +++ b/sprout/functional/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 99832501..0ede03db 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f9d546db..47861433 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d53225e..c7de579c 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5dec8b4..136f5e1f 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd73ad29..bd48fb1e 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d05477c4..4a2050f1 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 25c3cc66..cb6ea4d3 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5e184bf1..f3756970 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 621bf3c1..3dd15832 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b72eaffc..c88d7ff5 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a0340d87..3092a1d7 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ccab4e85..6548f0f2 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d765713a..1d0091d8 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 10162c67..69f44d4c 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc814f14..abca0014 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88edb2b2..764aef03 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86a25ad4..f00e1c8c 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c254b285..6ec19726 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 062034a2..2a32aff0 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e01b2a60..e2037aba 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45eb0516..4a34aebc 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4778d849..d9f03e36 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5345ed8..adb668da 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0fbcb4b8..732e803d 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 583766cd..2a175f6d 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fd3eb8dc..43596788 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e4716c05..a579baf8 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 93489b1d..cacfacb5 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 10e438da..e9037d82 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 720d22bd..ddfb8255 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d3546d1..9219ed0c 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3733980a..ba516fec 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 47a8cc2a..44d1f5bd 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 49d78e4f..c1d85a29 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6179ebfb..364de7fe 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5274a1c6..b97cf85a 100644 --- a/sprout/functional/polymorphic/member_pointer.hpp +++ b/sprout/functional/polymorphic/member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f26d738..5cf7aa1e 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f4a5c758..433cb36b 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d7842ea8..dd1e87ec 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cff273b0..f0325781 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d2cdab53..a8c5f575 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e689cc7f..64310bd1 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ed87dcf4..7fa79b53 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aebdfd12..2090304f 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fa2c5657..d78e66a3 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d47f3f2f..8fc139aa 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 967f3a9f..ea80ecf8 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db11a2ec..cfa66b29 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f7bac16d..fd4f835a 100644 --- a/sprout/functional/polymorphic/post_decrement.hpp +++ b/sprout/functional/polymorphic/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 598b7be3..829e4324 100644 --- a/sprout/functional/polymorphic/post_increment.hpp +++ b/sprout/functional/polymorphic/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c837d476..8beca3f9 100644 --- a/sprout/functional/polymorphic/pre_decrement.hpp +++ b/sprout/functional/polymorphic/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 129c8ce4..6d28adc8 100644 --- a/sprout/functional/polymorphic/pre_increment.hpp +++ b/sprout/functional/polymorphic/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1a479573..ae619917 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c519f85a..7a894317 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0353bd52..4fbeaa69 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8a7c21e3..e46825e2 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e34a797..a7369eaa 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e344e74..4645095f 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f37f7666..9039e75a 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b19e2539..23b8b9d6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9c284325..ae49872e 100644 --- a/sprout/functional/post_decrement.hpp +++ b/sprout/functional/post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 230b0920..b9760cc9 100644 --- a/sprout/functional/post_increment.hpp +++ b/sprout/functional/post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c4ba16cc..bae976df 100644 --- a/sprout/functional/pre_decrement.hpp +++ b/sprout/functional/pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 448da651..322cb58f 100644 --- a/sprout/functional/pre_increment.hpp +++ b/sprout/functional/pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d6a5d221..58f6e135 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d4204a2..a11f6733 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9ae111c6..b1c9d4af 100644 --- a/sprout/functional/reference.hpp +++ b/sprout/functional/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2638f7dc..50be4ae7 100644 --- a/sprout/functional/shift_left.hpp +++ b/sprout/functional/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bda3500a..9e2916ea 100644 --- a/sprout/functional/shift_left_assign.hpp +++ b/sprout/functional/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 454f7672..0badb8a0 100644 --- a/sprout/functional/shift_right.hpp +++ b/sprout/functional/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 44c1be80..1c7a2719 100644 --- a/sprout/functional/shift_right_assign.hpp +++ b/sprout/functional/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8fb9d2db..614555d1 100644 --- a/sprout/functional/subscript.hpp +++ b/sprout/functional/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ead7cb8..d244dd54 100644 --- a/sprout/functional/transparent.hpp +++ b/sprout/functional/transparent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 935d6c41..23ade598 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28afdc60..31cf387b 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5ae8e3eb..9b0b9f39 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 68091acc..a7e55122 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf1f0a99..88e66889 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 01af2a94..1dc8c8cf 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f7e4cf04..ad8aba2a 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ccf5e5f8..cb1a3685 100644 --- a/sprout/functional/various.hpp +++ b/sprout/functional/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 34596afe..128e9942 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33769ce3..f3d875ac 100644 --- a/sprout/generator/access_functions.hpp +++ b/sprout/generator/access_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bcebfd2..5b5394f7 100644 --- a/sprout/generator/access_functions_fwd.hpp +++ b/sprout/generator/access_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f3f8b8d..15fd585e 100644 --- a/sprout/generator/detail/generated_value.hpp +++ b/sprout/generator/detail/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe103b74..fb07081a 100644 --- a/sprout/generator/detail/next_generator.hpp +++ b/sprout/generator/detail/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a89241f6..c178cedf 100644 --- a/sprout/generator/detail/next_value.hpp +++ b/sprout/generator/detail/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d808b4ac..3368084a 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 256b9724..7751ae52 100644 --- a/sprout/generator/generate_functions.hpp +++ b/sprout/generator/generate_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3805fef1..e7df01ed 100644 --- a/sprout/generator/generate_functions_fwd.hpp +++ b/sprout/generator/generate_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5b54a38..d6c82813 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64a29c22..1b18a5e5 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40087746..091795c3 100644 --- a/sprout/generator/generator_generate_traits.hpp +++ b/sprout/generator/generator_generate_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4b13d580..5d25fbe5 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 885acce3..2d156c75 100644 --- a/sprout/generator/next_value.hpp +++ b/sprout/generator/next_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5b6a380..f77f312d 100644 --- a/sprout/generator/results.hpp +++ b/sprout/generator/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c4a2044..f506d6ac 100644 --- a/sprout/generator/traits.hpp +++ b/sprout/generator/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 924e0557..1365b3cc 100644 --- a/sprout/generator/traits_fwd.hpp +++ b/sprout/generator/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f72c0148..d1559671 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 691d9ab2..5625db33 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9a241ede..66ee2c48 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 02015271..ead494c9 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4fdee5bd..d76f7653 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a0b51bb..f9b1868f 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 401911be..e1ceb420 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b27a157..37db904c 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e18e610c..75e700fa 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f004b9af..e3a7dd05 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbed33e6..0bc088bf 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c421720..fee0c5aa 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f1f87d06..d6784829 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85cdaee0..20fe5722 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 50e50f19..714868e8 100644 --- a/sprout/index_tuple/literals.hpp +++ b/sprout/index_tuple/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 debc2f41..6de68a16 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ac369f4c..04554119 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 14abb6af..cc081b73 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 48586c45..1d350764 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca5db78d..765a1eac 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 778dc666..848d6a59 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 21c0b349..fd40e915 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f2f4d2d1..df36e577 100644 --- a/sprout/integer.hpp +++ b/sprout/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 698384fb..7f3c984d 100644 --- a/sprout/integer/carry_to_exp2.hpp +++ b/sprout/integer/carry_to_exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52a180ad..94f02055 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f11ea484..e77901f4 100644 --- a/sprout/integer/static_pow.hpp +++ b/sprout/integer/static_pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e71c5e59..3810062b 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81a8b2e8..666e2156 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -9,6 +9,7 @@ #define SPROUT_ITERATOR_HPP #include +#include #include #include #include diff --git a/sprout/iterator/adaptor.hpp b/sprout/iterator/adaptor.hpp index 36d82eb5..68b0f4a6 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bb2e2a9a..9ebb68f6 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -21,28 +22,30 @@ namespace sprout { // template class adjacent_filter_iterator - : public std::iterator< + : public sprout::detail::iterator_base< + Iterator, typename sprout::min_iterator_category< typename std::iterator_traits::iterator_category, std::forward_iterator_tag - >::type, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + >::type + >::type { + private: + typedef typename sprout::detail::iterator_base< + Iterator, + typename sprout::min_iterator_category< + typename std::iterator_traits::iterator_category, + std::forward_iterator_tag + >::type + >::type base_type; public: typedef Predicate predicate_type; typedef Iterator iterator_type; - typedef typename sprout::min_iterator_category< - typename std::iterator_traits::iterator_category, - std::forward_iterator_tag - >::type iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; private: struct private_construct_t {}; private: diff --git a/sprout/iterator/advance.hpp b/sprout/iterator/advance.hpp index 99985a9e..2cfa37f1 100644 --- a/sprout/iterator/advance.hpp +++ b/sprout/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f251f28..c9ad19a7 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,10 +8,10 @@ #ifndef SPROUT_ITERATOR_ALTERNATE_ITERATOR_HPP #define SPROUT_ITERATOR_ALTERNATE_ITERATOR_HPP -#include #include #include #include +#include #include #include #include @@ -25,7 +25,7 @@ namespace sprout { // template class alternate_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::common_iterator_category::type, typename sprout::common_iterator_value_type::type, typename sprout::common_iterator_difference_type::type, diff --git a/sprout/iterator/amplitude_spectrum_iterator.hpp b/sprout/iterator/amplitude_spectrum_iterator.hpp index 9490b0c0..2967c666 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64d714f4..bd30160d 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -28,7 +29,7 @@ namespace sprout { // template class back_insert_iterator - : public std::iterator + : public sprout::iterator , public sprout::container_holder { private: diff --git a/sprout/iterator/bytes_iterator.hpp b/sprout/iterator/bytes_iterator.hpp index 6d30909f..8f4a83b8 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -26,7 +27,7 @@ namespace sprout { typename Traits = sprout::endian_traits::value_type> > class bytes_iterator - : public std::iterator< + : public sprout::iterator< typename std::iterator_traits::iterator_category, unsigned char, std::ptrdiff_t, @@ -38,7 +39,7 @@ namespace sprout { typedef Iterator iterator_type; typedef Traits traits_type; private: - typedef std::iterator< + typedef sprout::iterator< typename std::iterator_traits::iterator_category, unsigned char, std::ptrdiff_t, diff --git a/sprout/iterator/clamp_iterator.hpp b/sprout/iterator/clamp_iterator.hpp index d1d31dc1..f3df8e5b 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT @@ -23,22 +24,18 @@ namespace sprout { // template::value_type> > class clamp_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type { + private: + typedef typename sprout::detail::iterator_base::type base_type; public: typedef Iterator iterator_type; typedef Compare compare_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; protected: iterator_type current; Compare comp; diff --git a/sprout/iterator/const_iterator_cast.hpp b/sprout/iterator/const_iterator_cast.hpp index 90dd0bd7..07aa2efa 100644 --- a/sprout/iterator/const_iterator_cast.hpp +++ b/sprout/iterator/const_iterator_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 101c887c..f02bd2d5 100644 --- a/sprout/iterator/const_reference_cast.hpp +++ b/sprout/iterator/const_reference_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 242e0528..05443a16 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class counting_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, Incrementable, std::ptrdiff_t, diff --git a/sprout/iterator/detail/iterator_base.hpp b/sprout/iterator/detail/iterator_base.hpp new file mode 100644 index 00000000..f2b4da2e --- /dev/null +++ b/sprout/iterator/detail/iterator_base.hpp @@ -0,0 +1,40 @@ +/*============================================================================= + Copyright (c) 2011-2017 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ +#ifndef SPROUT_ITERATOR_DETAIL_ITERATOR_BASE_HPP +#define SPROUT_ITERATOR_DETAIL_ITERATOR_BASE_HPP + +#include +#include +#include +#include + +namespace sprout { + namespace detail { + template< + typename Iterator, + typename Category = sprout::use_default, + typename T = sprout::use_default, + typename Distance = sprout::use_default, + typename Pointer = sprout::use_default, + typename Reference = sprout::use_default + > + struct iterator_base + : public sprout::identity< + sprout::iterator< + typename sprout::select_default::iterator_category>::type, + typename sprout::select_default::value_type>::type, + typename sprout::select_default::difference_type>::type, + typename sprout::select_default::pointer>::type, + typename sprout::select_default::reference>::type + > + > + {}; + } // namespace detail +} // namespace sprout + +#endif // #ifndef SPROUT_ITERATOR_DETAIL_ITERATOR_BASE_HPP diff --git a/sprout/iterator/detail/iterator_to_pointer.hpp b/sprout/iterator/detail/iterator_to_pointer.hpp index 40cfcdf1..0c10cb57 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,7 +8,6 @@ #ifndef SPROUT_ITERATOR_DETAIL_ITERATOR_TO_POINTER_HPP #define SPROUT_ITERATOR_DETAIL_ITERATOR_TO_POINTER_HPP -#include #include namespace sprout { diff --git a/sprout/iterator/dft.hpp b/sprout/iterator/dft.hpp index 3aea8e4f..260e7995 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c3de25d..1d4d9765 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -25,22 +26,24 @@ namespace sprout { // template class dft_iterator - : public std::iterator< + : public sprout::detail::iterator_base< + Iterator, std::random_access_iterator_tag, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, + sprout::use_default, + sprout::use_default, void, typename std::iterator_traits::value_type - > + >::type { private: - typedef std::iterator< + typedef typename sprout::detail::iterator_base< + Iterator, std::random_access_iterator_tag, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, + sprout::use_default, + sprout::use_default, void, typename std::iterator_traits::value_type - > base_type; + >::type base_type; public: typedef Iterator iterator_type; typedef typename base_type::iterator_category iterator_category; diff --git a/sprout/iterator/distance.hpp b/sprout/iterator/distance.hpp index 94e9ed34..70383652 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a45a1777..72357228 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -22,28 +23,30 @@ namespace sprout { // template class filter_iterator - : public std::iterator< + : public sprout::detail::iterator_base< + Iterator, typename sprout::min_iterator_category< typename std::iterator_traits::iterator_category, std::bidirectional_iterator_tag - >::type, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + >::type + >::type { + private: + typedef typename sprout::detail::iterator_base< + Iterator, + typename sprout::min_iterator_category< + typename std::iterator_traits::iterator_category, + std::bidirectional_iterator_tag + >::type + >::type base_type; public: typedef Predicate predicate_type; typedef Iterator iterator_type; - typedef typename sprout::min_iterator_category< - typename std::iterator_traits::iterator_category, - std::bidirectional_iterator_tag - >::type iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; private: struct private_construct_t {}; private: diff --git a/sprout/iterator/front_insert_iterator.hpp b/sprout/iterator/front_insert_iterator.hpp index 7a3cd68c..90684275 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -28,7 +29,7 @@ namespace sprout { // template class front_insert_iterator - : public std::iterator + : public sprout::iterator , public sprout::container_holder { private: diff --git a/sprout/iterator/generator_iterator.hpp b/sprout/iterator/generator_iterator.hpp index c46c9b1b..9fa0043a 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -17,6 +17,7 @@ #include #include #include +#include namespace sprout { // @@ -24,7 +25,7 @@ namespace sprout { // template class generator_iterator - : public std::iterator< + : public sprout::iterator< std::forward_iterator_tag, typename std::remove_reference()))>::type, std::ptrdiff_t, diff --git a/sprout/iterator/idft_iterator.hpp b/sprout/iterator/idft_iterator.hpp index 95edf49a..07a01832 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -25,22 +26,24 @@ namespace sprout { // template class idft_iterator - : public std::iterator< + : public sprout::detail::iterator_base< + Iterator, std::random_access_iterator_tag, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, + sprout::use_default, + sprout::use_default, void, typename std::iterator_traits::value_type - > + >::type { private: - typedef std::iterator< + typedef typename sprout::detail::iterator_base< + Iterator, std::random_access_iterator_tag, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, + sprout::use_default, + sprout::use_default, void, typename std::iterator_traits::value_type - > base_type; + >::type base_type; public: typedef Iterator iterator_type; typedef typename base_type::iterator_category iterator_category; diff --git a/sprout/iterator/index_iterator.hpp b/sprout/iterator/index_iterator.hpp index d4267848..34fcb70f 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -32,7 +33,7 @@ namespace sprout { // template > class index_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, typename sprout::container_traits::type>::value_type, typename sprout::container_traits::type>::difference_type, @@ -67,7 +68,7 @@ namespace sprout { >::type const_container_type; private: typedef Subscript subscript_type; - typedef std::iterator< + typedef sprout::iterator< std::random_access_iterator_tag, typename traits_type::value_type, typename traits_type::difference_type, diff --git a/sprout/iterator/indexed_iterator.hpp b/sprout/iterator/indexed_iterator.hpp index 4718e4a3..8ab11986 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,12 +8,12 @@ #ifndef SPROUT_ITERATOR_INDEXED_ITERATOR_HPP #define SPROUT_ITERATOR_INDEXED_ITERATOR_HPP -#include #include #include #include #include #include +#include #include namespace sprout { @@ -22,21 +22,17 @@ namespace sprout { // template class indexed_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type { + private: + typedef typename sprout::detail::iterator_base::type base_type; public: typedef Iterator iterator_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; typedef difference_type index_type; protected: iterator_type current; diff --git a/sprout/iterator/insert_iterator.hpp b/sprout/iterator/insert_iterator.hpp index 3d3399c0..5ac4881a 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -10,6 +10,7 @@ #include #include +#include #include #include #include @@ -29,7 +30,7 @@ namespace sprout { // template class insert_iterator - : public std::iterator + : public sprout::iterator , public sprout::container_holder { private: diff --git a/sprout/iterator/insert_range_iterator.hpp b/sprout/iterator/insert_range_iterator.hpp index dc291b09..ff4ef294 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,10 +8,8 @@ #ifndef SPROUT_ITERATOR_INSERT_RANGE_ITERATOR_HPP #define SPROUT_ITERATOR_INSERT_RANGE_ITERATOR_HPP -#include -#include -#include #include +#include #include #include #include @@ -26,7 +24,7 @@ namespace sprout { // template class insert_range_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::common_iterator_category::type, typename sprout::common_iterator_value_type::type, typename sprout::common_iterator_difference_type::type, diff --git a/sprout/iterator/inserter.hpp b/sprout/iterator/inserter.hpp index 9fc76dd5..cd0ad3d1 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 new file mode 100644 index 00000000..3ebecd89 --- /dev/null +++ b/sprout/iterator/iterator.hpp @@ -0,0 +1,32 @@ +/*============================================================================= + Copyright (c) 2011-2017 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ +#ifndef SPROUT_ITERATOR_ITERATOR_HPP +#define SPROUT_ITERATOR_ITERATOR_HPP + +#include +#include + +namespace sprout { + template< + typename Category, + typename T, + typename Distance = std::ptrdiff_t, + typename Pointer = T*, + typename Reference = T& + > + struct iterator { + public: + typedef Category iterator_category; + typedef T value_type; + typedef Distance difference_type; + typedef Pointer pointer; + typedef Reference reference; + }; +} // namespace sprout + +#endif // #ifndef SPROUT_ITERATOR_ITERATOR_HPP diff --git a/sprout/iterator/iterator_traits.hpp b/sprout/iterator/iterator_traits.hpp index d954a7a8..b40b932a 100644 --- a/sprout/iterator/iterator_traits.hpp +++ b/sprout/iterator/iterator_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ab853ec..f71b5cb2 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,10 +8,8 @@ #ifndef SPROUT_ITERATOR_JOINT_ITERATOR_HPP #define SPROUT_ITERATOR_JOINT_ITERATOR_HPP -#include -#include -#include #include +#include #include #include #include @@ -26,7 +24,7 @@ namespace sprout { // template class joint_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::common_iterator_category::type, typename sprout::common_iterator_value_type::type, typename sprout::common_iterator_difference_type::type, diff --git a/sprout/iterator/merge_iterator.hpp b/sprout/iterator/merge_iterator.hpp index f8ebf846..a59b8c77 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -26,7 +27,7 @@ namespace sprout { typename Compare = sprout::less<> > class merge_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::min_iterator_category< typename sprout::common_iterator_category::type, std::forward_iterator_tag diff --git a/sprout/iterator/move_iterator.hpp b/sprout/iterator/move_iterator.hpp index 0f9a8fd5..15fdc7db 100644 --- a/sprout/iterator/move_iterator.hpp +++ b/sprout/iterator/move_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,13 +8,12 @@ #ifndef SPROUT_ITERATOR_MOVE_ITERATOR_HPP #define SPROUT_ITERATOR_MOVE_ITERATOR_HPP -#include -#include #include #include #include #include #include +#include #include #include #include @@ -25,21 +24,31 @@ namespace sprout { // template class move_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base< + Iterator, + sprout::use_default, + sprout::use_default, + sprout::use_default, + Iterator, + typename iterator_traits::value_type&& + >::type { + private: + typedef typename sprout::detail::iterator_base< + Iterator, + sprout::use_default, + sprout::use_default, + sprout::use_default, + Iterator, + typename iterator_traits::value_type&& + >::type base_type; public: typedef Iterator iterator_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef Iterator pointer; - typedef value_type&& reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; protected: iterator_type current; public: diff --git a/sprout/iterator/next.hpp b/sprout/iterator/next.hpp index c2d9f3ed..676f2733 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 079c3f0e..75328452 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 53b38f8c..9fcfedd0 100644 --- a/sprout/iterator/next_iterator.hpp +++ b/sprout/iterator/next_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -21,21 +22,23 @@ namespace sprout { // template struct next_iterator - : public std::iterator< - std::forward_iterator_tag, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base< + Iterator, + std::forward_iterator_tag + >::type { + private: + typedef typename sprout::detail::iterator_base< + Iterator, + std::forward_iterator_tag + >::type base_type; public: typedef Iterator iterator_type; - typedef std::forward_iterator_tag iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; private: typedef sprout::value_holder holder_type; private: diff --git a/sprout/iterator/operation.hpp b/sprout/iterator/operation.hpp index fd4d21c4..ad2783e8 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6025883..0283ae9b 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aaa03c74..d1f378e1 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05fa953e..414b7457 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64c04623..9b5def47 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 871a0c6b..7cd65061 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -16,6 +16,7 @@ #include #include #include +#include #include #include @@ -25,30 +26,17 @@ namespace sprout { // template class ptr_index_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type , public sprout::detail::iterator_to_pointer_base< sprout::ptr_index_iterator, typename std::iterator_traits::pointer, ConvertibleToPointer > { - public: - typedef T type; private: - typedef std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > base_type; + typedef typename sprout::detail::iterator_base::type base_type; public: + typedef T type; typedef typename base_type::iterator_category iterator_category; typedef typename base_type::value_type value_type; typedef typename base_type::difference_type difference_type; diff --git a/sprout/iterator/remake_iterator.hpp b/sprout/iterator/remake_iterator.hpp index 7420c272..266adb6e 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,9 +8,9 @@ #ifndef SPROUT_ITERATOR_REMAKE_ITERATOR_HPP #define SPROUT_ITERATOR_REMAKE_ITERATOR_HPP -#include #include #include +#include #include #include #include @@ -24,7 +24,7 @@ namespace sprout { // template class remake_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::common_iterator_category::type, typename sprout::common_iterator_value_type::type, typename sprout::common_iterator_difference_type::type, diff --git a/sprout/iterator/remove_if_iterator.hpp b/sprout/iterator/remove_if_iterator.hpp index 609d1661..46c7189e 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17730547..557c51f4 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c9e05d70..40f4bb5a 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 764ca708..fe65fb6b 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7e1de6da..6e2cb9af 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,13 +8,13 @@ #ifndef SPROUT_ITERATOR_REVERSE_ITERATOR_HPP #define SPROUT_ITERATOR_REVERSE_ITERATOR_HPP -#include #include #include #include #include #include #include +#include #include #include @@ -24,21 +24,17 @@ namespace sprout { // template class reverse_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type { + private: + typedef typename sprout::detail::iterator_base::type base_type; public: typedef Iterator iterator_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; protected: iterator_type current; public: diff --git a/sprout/iterator/sawtooth_iterator.hpp b/sprout/iterator/sawtooth_iterator.hpp index 81ee851b..62043dbf 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class sawtooth_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, Value, std::ptrdiff_t, diff --git a/sprout/iterator/set_difference_iterator.hpp b/sprout/iterator/set_difference_iterator.hpp index 2d977ddc..c1e51ad1 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -29,7 +30,7 @@ namespace sprout { typename Compare = sprout::less<> > class set_difference_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::min_iterator_category< typename sprout::common_iterator_category::type, std::forward_iterator_tag diff --git a/sprout/iterator/set_intersection_iterator.hpp b/sprout/iterator/set_intersection_iterator.hpp index 802f25e5..a2102d1e 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -29,7 +30,7 @@ namespace sprout { typename Compare = sprout::less<> > class set_intersection_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::min_iterator_category< typename sprout::common_iterator_category::type, std::forward_iterator_tag diff --git a/sprout/iterator/set_symmetric_difference_iterator.hpp b/sprout/iterator/set_symmetric_difference_iterator.hpp index 85404f2c..a252a689 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -96,7 +97,7 @@ namespace sprout { typename Compare = sprout::less<> > class set_symmetric_difference_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::min_iterator_category< typename sprout::common_iterator_category::type, std::forward_iterator_tag diff --git a/sprout/iterator/set_union_iterator.hpp b/sprout/iterator/set_union_iterator.hpp index b2697a29..3b9d6c32 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -28,7 +29,7 @@ namespace sprout { typename Compare = sprout::less<> > class set_union_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::min_iterator_category< typename sprout::common_iterator_category::type, std::forward_iterator_tag diff --git a/sprout/iterator/sinusoid_iterator.hpp b/sprout/iterator/sinusoid_iterator.hpp index de472839..98748047 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class sinusoid_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, Value, std::ptrdiff_t, diff --git a/sprout/iterator/size_enum_iterator.hpp b/sprout/iterator/size_enum_iterator.hpp index 2f93e397..1ace57f8 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -24,7 +25,7 @@ namespace sprout { // template class size_enum_iterator - : public std::iterator< + : public sprout::iterator< typename std::iterator_traits::iterator_category, typename sprout::container_traits< typename std::iterator_traits::value_type @@ -134,7 +135,7 @@ namespace sprout { // template class size_enum_iterator - : public std::iterator< + : public sprout::iterator< typename std::iterator_traits::iterator_category, typename sprout::container_traits< typename std::iterator_traits::value_type diff --git a/sprout/iterator/square_iterator.hpp b/sprout/iterator/square_iterator.hpp index bd304151..897571d7 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class square_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, Value, std::ptrdiff_t, diff --git a/sprout/iterator/step_iterator.hpp b/sprout/iterator/step_iterator.hpp index 60ae2d6b..1475bccc 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,12 +8,12 @@ #ifndef SPROUT_ITERATOR_STEP_ITERATOR_HPP #define SPROUT_ITERATOR_STEP_ITERATOR_HPP -#include #include #include #include #include #include +#include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT @@ -23,21 +23,17 @@ namespace sprout { // template class step_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type { + private: + typedef typename sprout::detail::iterator_base::type base_type; public: typedef Iterator iterator_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; private: static SPROUT_CONSTEXPR iterator_type get_back(iterator_type it, difference_type wid, iterator_type last) { return sprout::next(it, (sprout::distance(it, last) - 1) / wid * wid); diff --git a/sprout/iterator/string.hpp b/sprout/iterator/string.hpp index e29235d5..7cf1123b 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c898df4..94e6add2 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fcceed73..4dda2060 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 014ebd43..f82d3009 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class transform_iterator - : public std::iterator< + : public sprout::iterator< typename sprout::common_iterator_category::type, typename std::remove_reference< typename sprout::result_of< @@ -176,7 +177,7 @@ namespace sprout { // template class transform_iterator - : public std::iterator< + : public sprout::iterator< typename std::iterator_traits::iterator_category, typename std::remove_reference< typename sprout::result_of< diff --git a/sprout/iterator/triangle_iterator.hpp b/sprout/iterator/triangle_iterator.hpp index 51c93ff2..af9a31e2 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -25,7 +26,7 @@ namespace sprout { // template class triangle_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, Value, std::ptrdiff_t, diff --git a/sprout/iterator/type_traits.hpp b/sprout/iterator/type_traits.hpp index 26e82f0b..000cc238 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bdac8115..c039b955 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cd4c9042..378f883f 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7dba26ea..b98dacbb 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 780d8627..629ec047 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d6740f6..13993264 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e6688e6..d90252bb 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3ad2171c..34ec9ff2 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 94d01a65..fcc85f61 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -26,7 +27,7 @@ namespace sprout { // template class value_iterator - : public std::iterator< + : public sprout::iterator< std::random_access_iterator_tag, typename sprout::value_holder::value_type, std::ptrdiff_t, @@ -42,7 +43,7 @@ namespace sprout { typename std::decay::type const >::type const_type; private: - typedef std::iterator< + typedef sprout::iterator< std::random_access_iterator_tag, typename sprout::value_holder::value_type, std::ptrdiff_t, diff --git a/sprout/iterator/valued_iterator.hpp b/sprout/iterator/valued_iterator.hpp index 2070153f..ea4946ce 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,12 +8,12 @@ #ifndef SPROUT_ITERATOR_VALUED_ITERATOR_HPP #define SPROUT_ITERATOR_VALUED_ITERATOR_HPP -#include #include #include #include #include #include +#include #include #include @@ -23,21 +23,17 @@ namespace sprout { // template class valued_iterator - : public std::iterator< - typename std::iterator_traits::iterator_category, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + : public sprout::detail::iterator_base::type { + private: + typedef typename sprout::detail::iterator_base::type base_type; public: typedef Iterator iterator_type; - typedef typename std::iterator_traits::iterator_category iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; typedef T content_type; typedef sprout::value_holder holder_type; typedef typename holder_type::param_type param_type; diff --git a/sprout/iterator/various.hpp b/sprout/iterator/various.hpp index 521de7f7..40514cf7 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f14342c..30bcf5a0 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81c1e48f..058ed83b 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -14,6 +14,7 @@ #include #include #include +#include #include namespace sprout { @@ -22,30 +23,32 @@ namespace sprout { // template class while_iterator - : public std::iterator< + : public sprout::detail::iterator_base< + Iterator, typename std::conditional< std::is_convertible::iterator_category, std::random_access_iterator_tag>::value, std::bidirectional_iterator_tag, typename std::iterator_traits::iterator_category - >::type, - typename std::iterator_traits::value_type, - typename std::iterator_traits::difference_type, - typename std::iterator_traits::pointer, - typename std::iterator_traits::reference - > + >::type + >::type { + private: + typedef typename sprout::detail::iterator_base< + Iterator, + typename std::conditional< + std::is_convertible::iterator_category, std::random_access_iterator_tag>::value, + std::bidirectional_iterator_tag, + typename std::iterator_traits::iterator_category + >::type + >::type base_type; public: typedef Predicate predicate_type; typedef Iterator iterator_type; - typedef typename std::conditional< - std::is_convertible::iterator_category, std::random_access_iterator_tag>::value, - std::bidirectional_iterator_tag, - typename std::iterator_traits::iterator_category - >::type iterator_category; - typedef typename std::iterator_traits::value_type value_type; - typedef typename std::iterator_traits::difference_type difference_type; - typedef typename std::iterator_traits::pointer pointer; - typedef typename std::iterator_traits::reference reference; + typedef typename base_type::iterator_category iterator_category; + typedef typename base_type::value_type value_type; + typedef typename base_type::difference_type difference_type; + typedef typename base_type::pointer pointer; + typedef typename base_type::reference reference; private: struct private_construct_t {}; private: diff --git a/sprout/limits.hpp b/sprout/limits.hpp index 9ae3cbd8..fec56c09 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 165df6a8..62c22d51 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b67ca207..335c5d50 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4388c613..e8e12571 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 195bab3c..c031392d 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1be3f01c..48d30949 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81e1be25..86b6d03f 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c099729..0192b1fc 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 657ced23..2740b5af 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d85c959b..3b5ad5a5 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad8ac5cf..bbe6a3a3 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62a03f42..9d2dc380 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 be771656..99b009e1 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bfbb571f..e3aa2b7d 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 21c7209a..245c8c09 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca892d0c..73f04416 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c21b8e55..54f41db6 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 14e843ce..22f9f7cf 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a96e636e..0be640af 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 069c178c..3d2a390a 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db0b57a0..a80f2499 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eaaa4d0a..1a63819e 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c5b71bf3..2a0b9d51 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0490cafc..f7c96674 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef27c14e..fe2b18dc 100644 --- a/sprout/math/comparisons.hpp +++ b/sprout/math/comparisons.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf1c3a46..2a56c642 100644 --- a/sprout/math/constant_variables.hpp +++ b/sprout/math/constant_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dddd73db..3143c142 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c686b7e..0016031b 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f93122f..140d3e8b 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 73e97b5b..4028358a 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67be73f2..740293a0 100644 --- a/sprout/math/curve.hpp +++ b/sprout/math/curve.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 024d4266..eaf731c5 100644 --- a/sprout/math/curve/bezier.hpp +++ b/sprout/math/curve/bezier.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a67c49f..09a34edd 100644 --- a/sprout/math/curve/catmull_rom_spline.hpp +++ b/sprout/math/curve/catmull_rom_spline.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2d2061f5..615fbc36 100644 --- a/sprout/math/curve/curve_point.hpp +++ b/sprout/math/curve/curve_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e88f7d1..884f108b 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3b4463ac..78756403 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0cccdf37..314e7aa7 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ea01119d..fee7b4d8 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3956c4a8..6720c3dc 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3bfa35c0..2c295d0f 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6caa9b3..7b239386 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0882e852..2c07330c 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d4dc72f..b7bd547f 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6245ab5a..888cc4e7 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 00b40ca9..3e5b3df0 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0dda68e8..87a3774a 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 975e0176..1f26c930 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d65a4b1..50837dfe 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2a0921e..ff5ebd37 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e4c7f0d..0dd08801 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8ad0479..78ce800f 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5c32714..55e56229 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3271fe8..8dfb1b11 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ecc048b..9c9dcd51 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c9d1424..e814eebb 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 821675f9..30252fb4 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 230139d0..903aede8 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3d2f9b43..bb7bc96c 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 09175ace..5134e8ac 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ffda2ba..0d8d6d64 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7fdcd107..84706dd4 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 be6b26fb..805c98a8 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fade532f..99a53cdf 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e707304..48c71e19 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c9a55d51..15c46f7d 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 96635691..929caa53 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e4ee3fa8..e5f60a91 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d56802d7..353a9d3d 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08682f61..3c51ad36 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b2e1a2ec..cd35913e 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 11049155..6f69114d 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fad54d4e..ebccc7ab 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d7f8501..013a4541 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6d3c5e66..a2b35249 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71ea7888..4a0cb2e9 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2f9ec260..53b522e4 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 35f92df9..a07b2008 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4467ec82..8a5ece37 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cce00d06..f3af85ac 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1f960a29..6a00f29d 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f045040a..0083347b 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 61865b11..68fcd657 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f901e28..4d6684ca 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dbe913f6..8ae2017e 100644 --- a/sprout/math/isgreater.hpp +++ b/sprout/math/isgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a843a0f..c4144c38 100644 --- a/sprout/math/isgreaterequal.hpp +++ b/sprout/math/isgreaterequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a61a1bdb..209fb865 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 24b9c68f..c441cbc1 100644 --- a/sprout/math/isless.hpp +++ b/sprout/math/isless.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f95d190..00fde742 100644 --- a/sprout/math/islessequal.hpp +++ b/sprout/math/islessequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7918b22a..0d30f9b2 100644 --- a/sprout/math/islessgreater.hpp +++ b/sprout/math/islessgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7de35a4e..94fcaa36 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8531b68..925769e5 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f52e8060..9b9c7a2d 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f172a247..bf8756f0 100644 --- a/sprout/math/isunordered.hpp +++ b/sprout/math/isunordered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a354578..ffe2bc80 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 136b95d3..2553e6c0 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0049b0c1..c819c288 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67246d92..797bb150 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19d54987..d99af5bb 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2554fa1c..6883a1ec 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e3e1613d..296e274a 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca189a03..49128cbb 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e54b5219..7295e89e 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67e1f1dc..ee2cc134 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cc7cf092..1434c340 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3f93fe36..09f0fc88 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7fd5d7eb..90b296bf 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e660756c..1ba112db 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 32a93cdf..decde890 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2d8e854e..8be9865c 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 387f9588..e3317d8a 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dea9f4c1..664c8b47 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b1b64cf8..0dbc9710 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f42547f6..eab5cceb 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7a75c183..38c52081 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e11a8abe..fda2ab85 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8f69e0d..7a8127f9 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f33d3995..106b7110 100644 --- a/sprout/math/quaternion.hpp +++ b/sprout/math/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 32ca6974..4b8643a2 100644 --- a/sprout/math/quaternion/abs.hpp +++ b/sprout/math/quaternion/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 41930e51..d0a9953e 100644 --- a/sprout/math/quaternion/arithmetic_operators.hpp +++ b/sprout/math/quaternion/arithmetic_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 856c6ab9..4e112297 100644 --- a/sprout/math/quaternion/conj.hpp +++ b/sprout/math/quaternion/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4457230c..346a6092 100644 --- a/sprout/math/quaternion/container.hpp +++ b/sprout/math/quaternion/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6db17e78..2599649b 100644 --- a/sprout/math/quaternion/cos.hpp +++ b/sprout/math/quaternion/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b033a6be..a4b8a9ba 100644 --- a/sprout/math/quaternion/cosh.hpp +++ b/sprout/math/quaternion/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4220383d..c7acb346 100644 --- a/sprout/math/quaternion/creations.hpp +++ b/sprout/math/quaternion/creations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f5715047..36ba6ae2 100644 --- a/sprout/math/quaternion/cylindrical.hpp +++ b/sprout/math/quaternion/cylindrical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 70937b92..54170376 100644 --- a/sprout/math/quaternion/cylindrospherical.hpp +++ b/sprout/math/quaternion/cylindrospherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c6c7a8bf..8da1f488 100644 --- a/sprout/math/quaternion/detail/abs_max.hpp +++ b/sprout/math/quaternion/detail/abs_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ae50236a..33b9795a 100644 --- a/sprout/math/quaternion/detail/mul.hpp +++ b/sprout/math/quaternion/detail/mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fdc29d19..63f9b891 100644 --- a/sprout/math/quaternion/detail/sum.hpp +++ b/sprout/math/quaternion/detail/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cd097e85..c0073d09 100644 --- a/sprout/math/quaternion/exp.hpp +++ b/sprout/math/quaternion/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 271a6727..fcf3f0e3 100644 --- a/sprout/math/quaternion/hash.hpp +++ b/sprout/math/quaternion/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5ad2591a..fc7ae587 100644 --- a/sprout/math/quaternion/l1.hpp +++ b/sprout/math/quaternion/l1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e923184..0b96cca0 100644 --- a/sprout/math/quaternion/literals.hpp +++ b/sprout/math/quaternion/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 be51d3db..372134ec 100644 --- a/sprout/math/quaternion/multipolar.hpp +++ b/sprout/math/quaternion/multipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 947246de..d8275000 100644 --- a/sprout/math/quaternion/norm.hpp +++ b/sprout/math/quaternion/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 57958b6d..6f74ba26 100644 --- a/sprout/math/quaternion/operators.hpp +++ b/sprout/math/quaternion/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a40f0cf1..18b043d4 100644 --- a/sprout/math/quaternion/pow.hpp +++ b/sprout/math/quaternion/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ff476cc9..d820356c 100644 --- a/sprout/math/quaternion/quaternion.hpp +++ b/sprout/math/quaternion/quaternion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 300c8319..ce10c370 100644 --- a/sprout/math/quaternion/real.hpp +++ b/sprout/math/quaternion/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0b9cb67f..74e84fd5 100644 --- a/sprout/math/quaternion/semipolar.hpp +++ b/sprout/math/quaternion/semipolar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9d0bec71..edbd5430 100644 --- a/sprout/math/quaternion/sin.hpp +++ b/sprout/math/quaternion/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8927d643..1df64f36 100644 --- a/sprout/math/quaternion/sinh.hpp +++ b/sprout/math/quaternion/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3aefd23..077900e0 100644 --- a/sprout/math/quaternion/spherical.hpp +++ b/sprout/math/quaternion/spherical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd42f5e6..b87e9d7d 100644 --- a/sprout/math/quaternion/stream_operators.hpp +++ b/sprout/math/quaternion/stream_operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d3754239..8612237f 100644 --- a/sprout/math/quaternion/sup.hpp +++ b/sprout/math/quaternion/sup.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81dcabdf..64ee347c 100644 --- a/sprout/math/quaternion/tan.hpp +++ b/sprout/math/quaternion/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df6f640a..142e90f6 100644 --- a/sprout/math/quaternion/tanh.hpp +++ b/sprout/math/quaternion/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6a7ac89..3d5bf365 100644 --- a/sprout/math/quaternion/transcendentals.hpp +++ b/sprout/math/quaternion/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 70715ed4..b25a175e 100644 --- a/sprout/math/quaternion/tuple.hpp +++ b/sprout/math/quaternion/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fdfc2be3..fbeddbcb 100644 --- a/sprout/math/quaternion/type_traits.hpp +++ b/sprout/math/quaternion/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5eef9973..a2a5d256 100644 --- a/sprout/math/quaternion/unreal.hpp +++ b/sprout/math/quaternion/unreal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d67bba20..49a10717 100644 --- a/sprout/math/quaternion/values.hpp +++ b/sprout/math/quaternion/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d742b831..c73cd65f 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2031f7cb..cdc4992a 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eae2678b..bf65f690 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 14124013..19479cc9 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ceeedb3e..4c6247a2 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81d4e6af..e29ec996 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb72eb17..45e101db 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 decfb8d6..703cbe7f 100644 --- a/sprout/math/sigmoid.hpp +++ b/sprout/math/sigmoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a785b4f7..3b3063ad 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2fb96fca..0baa22a0 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 28bd9349..6ade896f 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40bfb3e1..c6c6a8fc 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7139a761..37da26ff 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71f71502..05e7064b 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8de0a7e..1fb2e50a 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c71db9d..2fde56ef 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f7c0830..b9c5a69c 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51e1ccbf..80b36251 100644 --- a/sprout/memory.hpp +++ b/sprout/memory.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d0e5f0e8..6a19daf0 100644 --- a/sprout/memory/addressof.hpp +++ b/sprout/memory/addressof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 59505e41..ab885678 100644 --- a/sprout/memory/exempt_ptr.hpp +++ b/sprout/memory/exempt_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 783b9e95..037397a3 100644 --- a/sprout/memory/get_pointer.hpp +++ b/sprout/memory/get_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d168f18..0c715734 100644 --- a/sprout/memory/observer_ptr.hpp +++ b/sprout/memory/observer_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a988153..eede3066 100644 --- a/sprout/memory/pointer_cast.hpp +++ b/sprout/memory/pointer_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 017b9e30..b3af6610 100644 --- a/sprout/net.hpp +++ b/sprout/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f63e317..c9e876e5 100644 --- a/sprout/net/endian.hpp +++ b/sprout/net/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2015 Chris KAY diff --git a/sprout/none.hpp b/sprout/none.hpp index 18fb35cd..2497e3b0 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 94689fe8..ac61796a 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbaf8c1a..282fd4d0 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2b11cf55..3bc1ae5d 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 35d3103a..f95569fe 100644 --- a/sprout/numeric/cxx14.hpp +++ b/sprout/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f17655c7..d35ce344 100644 --- a/sprout/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12481cbe..a2d70ec0 100644 --- a/sprout/numeric/cxx14/iota.hpp +++ b/sprout/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86a0bf97..62ada116 100644 --- a/sprout/numeric/cxx14/partial_sum.hpp +++ b/sprout/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d0dc67d..8ef27ab8 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6bc92b15..de242ccb 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bcbdee2e..822b88ac 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6032386c..a25d3271 100644 --- a/sprout/numeric/dft/cxx14.hpp +++ b/sprout/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 064dd46d..56c58f22 100644 --- a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 93da880f..d0615d63 100644 --- a/sprout/numeric/dft/cxx14/phase_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ff01e117..7c13ff88 100644 --- a/sprout/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 11baeaa0..80c38b6c 100644 --- a/sprout/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 726877a2..e0e029be 100644 --- a/sprout/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b033cd52..156eea31 100644 --- a/sprout/numeric/dft/cxx14/square.hpp +++ b/sprout/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf86fb97..bed00211 100644 --- a/sprout/numeric/dft/cxx14/triangle.hpp +++ b/sprout/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 286d615b..01e76759 100644 --- a/sprout/numeric/dft/cxx14/wave.hpp +++ b/sprout/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08cedd51..f86e3fb7 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9b0f296d..a32e858a 100644 --- a/sprout/numeric/dft/detail/sawtooth.hpp +++ b/sprout/numeric/dft/detail/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 01ebf52b..e97590ff 100644 --- a/sprout/numeric/dft/detail/sinusoid.hpp +++ b/sprout/numeric/dft/detail/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 50cab16f..b5245b8d 100644 --- a/sprout/numeric/dft/detail/square.hpp +++ b/sprout/numeric/dft/detail/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 25fc9a57..47eb66d1 100644 --- a/sprout/numeric/dft/detail/triangle.hpp +++ b/sprout/numeric/dft/detail/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d756920b..cc631a95 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5830f64b..412276a6 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e4b7fb4..99e9a4d3 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6727752d..27a17432 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad406e2a..a1b6d32b 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7bedcd0b..983c9d6a 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 923caeec..6cca394f 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c54f065f..837031e4 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 abb343a8..bc5b03eb 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f99e1d1c..42a8160f 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f0ddb122..db0c0de3 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f5d41a5d..4baa679b 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 72974b89..9b717e1e 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 468b7b66..13224aa1 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d7c06535..a7daea68 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a78c4488..a782ad3e 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 656741a0..3b29a02d 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db0e0993..0b1a53e7 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc0893e8..6cdf62e5 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0b365b7a..90580f15 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 13afedf3..b19875a4 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6d18a8da..338166c4 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e35c3a7f..88475c3d 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d3609d05..ed19d28c 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c1b45a5..089b3b76 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 37bcc2e7..4bd47cc7 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 92ad3217..a14cf172 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 040f58e4..ae0ad29d 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df3c3adb..c82588a6 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd255826..5879c779 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fa041cf6..fe90a007 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4fbdb315..28af7b2f 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0753282c..62ece5e1 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8525d5f..5c608f0a 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 205e90f8..d4071331 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2117287..86808dfc 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c8c6c92..af928958 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67def136..1136b0c1 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 820c212c..a4196fe7 100644 --- a/sprout/numeric/fft/coefficients.hpp +++ b/sprout/numeric/fft/coefficients.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4bf5dbba..92562f0f 100644 --- a/sprout/numeric/fft/cxx14/fft.hpp +++ b/sprout/numeric/fft/cxx14/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a675d67c..fe7920c0 100644 --- a/sprout/numeric/fft/cxx14/ifft.hpp +++ b/sprout/numeric/fft/cxx14/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d31b61e..55f014b3 100644 --- a/sprout/numeric/fft/fft.hpp +++ b/sprout/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 542cb66f..96b5defe 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8afb183..75c01a63 100644 --- a/sprout/numeric/fft/fit/fft.hpp +++ b/sprout/numeric/fft/fit/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 15191e3a..f715d8b0 100644 --- a/sprout/numeric/fft/fit/ifft.hpp +++ b/sprout/numeric/fft/fit/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6897edeb..28ac12fe 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8ae4cd80..6d858845 100644 --- a/sprout/numeric/fft/fixed/fft.hpp +++ b/sprout/numeric/fft/fixed/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 14993a5a..f3d820f6 100644 --- a/sprout/numeric/fft/fixed/ifft.hpp +++ b/sprout/numeric/fft/fixed/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 24e88ef3..8b2bd2c1 100644 --- a/sprout/numeric/fft/ifft.hpp +++ b/sprout/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67421902..00aebae2 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc3bc051..10d169ea 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3d81b480..f6677b3f 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dbff883a..991c80ce 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f907e0e..ddf953a4 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3c7607a..022d9afa 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8d061723..837c539c 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8c79782..d6b2a1fc 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b8389f81..760ebde5 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3912de3f..7c53e6de 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2b93f90d..745afd8c 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9ff015d4..927adcaa 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e96e3327..4673a488 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4644daa0..8706c25e 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b59e8c2..1bba57a0 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1e93e969..17eaf49f 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fccbff4f..6a7c2a46 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb36520a..bd568ec2 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19c00cc1..c0c1c702 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cea14012..c230be1b 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9a34039d..7d40e42d 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 754a9af0..8ff1f60d 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c454373a..f1e57e84 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3a203d23..6e52c391 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d070b459..ecc55abf 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 179e58c0..d76a7bc6 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cf1ab6c0..f1f11ed0 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 525cbda8..2ce53d40 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad3df26a..8e223548 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 31a3b096..7606d13c 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3ff165d..3968c1d9 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 09f399ef..a221391a 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 29ff2c49..da087367 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cfd4a69f..7ee349b9 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64fb4d88..4ad59011 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c2b5ccf..94785e38 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b8980f8e..e6a0364e 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0caf7f96..13de9cb8 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0389af5e..3c116df7 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6e870e3f..1d8c1021 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12212416..07cbe8b2 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 861c7111..02e5667b 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4bbf54ed..c58ba080 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 664c5235..cc2e8c4a 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 794dc912..e7c9ef9d 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c01a14b2..c23a5e1d 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8b33d14..fa75689c 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a36e75b0..44f38950 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4a7a66b6..30ec8874 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e9fc69e2..0316c94b 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe4f42be..dacbfc24 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b999e30e..7541434d 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fa4ae9bb..55447de6 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2ea6935d..cd69b027 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0775f20f..85342eb3 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1b12c534..10b138e4 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 250c9571..3ea18749 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d862ed88..401dfb7c 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 23cce40f..b25e1e2f 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e03f3b76..81707451 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 88b5b090..85bb6ec0 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cde5783c..921d95b9 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db672a0f..1d738a35 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d4e2aae..711511bc 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 94ef39b2..fdbc7bd3 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df1119b6..344b3ee8 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7cc6b7b2..f966efc0 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c5b2722..46e44d3e 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9f36318e..9bc515b6 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbbd96fa..7b98fa00 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9be19651..2da3f623 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 84aecece..d0ce80e3 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dbcaf05d..e04453c5 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 469a59b0..a8a069b5 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 449de3d1..a95f2f94 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2eefdf9c..64fab367 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional.hpp b/sprout/optional.hpp index 74565086..9a96f951 100644 --- a/sprout/optional.hpp +++ b/sprout/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b815488..16302a53 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fdeeb3ba..a4bd65ed 100644 --- a/sprout/optional/container.hpp +++ b/sprout/optional/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52982974..e85c0df8 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 06fde868..972b8f46 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6caa4516..689e594e 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6ca3d33..19ae6d5d 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d39ed60..72eca51c 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 575e2699..c2c1bbf9 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b18b88bb..9c918356 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 de333ada..b1ab6859 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2be8fc84..e2596264 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d4f83e6a..cbcb0acd 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67fac255..c99ddfdc 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 654357aa..8a21c3ab 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d994a291..b25603d1 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45c0f8be..cf579c35 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b74d4772..680d5469 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5546906..75d3797f 100644 --- a/sprout/predef.hpp +++ b/sprout/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba5ddc09..793d72cc 100644 --- a/sprout/predef/architecture.hpp +++ b/sprout/predef/architecture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 544d122e..9f15d2f3 100644 --- a/sprout/predef/architecture/alpha.hpp +++ b/sprout/predef/architecture/alpha.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c7c732d..9f28226c 100644 --- a/sprout/predef/architecture/arm.hpp +++ b/sprout/predef/architecture/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2809ce0e..5d71baac 100644 --- a/sprout/predef/architecture/blackfin.hpp +++ b/sprout/predef/architecture/blackfin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12becd7a..0b909b6e 100644 --- a/sprout/predef/architecture/convex.hpp +++ b/sprout/predef/architecture/convex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ff999998..1619a93c 100644 --- a/sprout/predef/architecture/ia64.hpp +++ b/sprout/predef/architecture/ia64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33c8c369..92a392a1 100644 --- a/sprout/predef/architecture/m68k.hpp +++ b/sprout/predef/architecture/m68k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0191494..a4671671 100644 --- a/sprout/predef/architecture/mips.hpp +++ b/sprout/predef/architecture/mips.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9caac4fb..f9848311 100644 --- a/sprout/predef/architecture/parisc.hpp +++ b/sprout/predef/architecture/parisc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cd765e5c..e645bca7 100644 --- a/sprout/predef/architecture/ppc.hpp +++ b/sprout/predef/architecture/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05cac110..88bc7b1d 100644 --- a/sprout/predef/architecture/pyramid.hpp +++ b/sprout/predef/architecture/pyramid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e7769bb2..7798af70 100644 --- a/sprout/predef/architecture/rs6k.hpp +++ b/sprout/predef/architecture/rs6k.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d39c9600..a3ff50fa 100644 --- a/sprout/predef/architecture/sparc.hpp +++ b/sprout/predef/architecture/sparc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6b582e2e..7e1c45d3 100644 --- a/sprout/predef/architecture/superh.hpp +++ b/sprout/predef/architecture/superh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f7488fc1..e6597c27 100644 --- a/sprout/predef/architecture/sys370.hpp +++ b/sprout/predef/architecture/sys370.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39ddb09f..183e5b7f 100644 --- a/sprout/predef/architecture/sys390.hpp +++ b/sprout/predef/architecture/sys390.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8504831..b3a1a61b 100644 --- a/sprout/predef/architecture/x86.hpp +++ b/sprout/predef/architecture/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c196afe2..07f0d376 100644 --- a/sprout/predef/architecture/x86/32.hpp +++ b/sprout/predef/architecture/x86/32.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f51fd6f..1f6e0e1e 100644 --- a/sprout/predef/architecture/x86/64.hpp +++ b/sprout/predef/architecture/x86/64.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 84f5878b..9ceb0da4 100644 --- a/sprout/predef/architecture/z.hpp +++ b/sprout/predef/architecture/z.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 07054ddf..8a208301 100644 --- a/sprout/predef/compiler.hpp +++ b/sprout/predef/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 237bd07c..91018954 100644 --- a/sprout/predef/compiler/borland.hpp +++ b/sprout/predef/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5b885bac..8c68c744 100644 --- a/sprout/predef/compiler/clang.hpp +++ b/sprout/predef/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 34000e64..1068d821 100644 --- a/sprout/predef/compiler/comeau.hpp +++ b/sprout/predef/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b0298912..eb5f4d9b 100644 --- a/sprout/predef/compiler/compaq.hpp +++ b/sprout/predef/compiler/compaq.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5efc512b..b72c9c80 100644 --- a/sprout/predef/compiler/diab.hpp +++ b/sprout/predef/compiler/diab.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9fd2d609..e9688afc 100644 --- a/sprout/predef/compiler/digitalmars.hpp +++ b/sprout/predef/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 681a046a..70285ec4 100644 --- a/sprout/predef/compiler/dignus.hpp +++ b/sprout/predef/compiler/dignus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9af3a51d..69973f5b 100644 --- a/sprout/predef/compiler/edg.hpp +++ b/sprout/predef/compiler/edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43ee2f73..e1757ba4 100644 --- a/sprout/predef/compiler/ekopath.hpp +++ b/sprout/predef/compiler/ekopath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a68b4b3..f9c08d6f 100644 --- a/sprout/predef/compiler/gcc.hpp +++ b/sprout/predef/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18b38080..6ff83dbb 100644 --- a/sprout/predef/compiler/gcc_xml.hpp +++ b/sprout/predef/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a2fcef36..d3b5aebc 100644 --- a/sprout/predef/compiler/greenhills.hpp +++ b/sprout/predef/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0308c4b2..63549a41 100644 --- a/sprout/predef/compiler/hp_acc.hpp +++ b/sprout/predef/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5e289391..ee95e448 100644 --- a/sprout/predef/compiler/iar.hpp +++ b/sprout/predef/compiler/iar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d06973f6..63949b92 100644 --- a/sprout/predef/compiler/ibm.hpp +++ b/sprout/predef/compiler/ibm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8836a67f..7785b898 100644 --- a/sprout/predef/compiler/intel.hpp +++ b/sprout/predef/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5e391030..c82f01ee 100644 --- a/sprout/predef/compiler/kai.hpp +++ b/sprout/predef/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c91b27ee..1a5e7b1f 100644 --- a/sprout/predef/compiler/llvm.hpp +++ b/sprout/predef/compiler/llvm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc5aecf8..8c73a65b 100644 --- a/sprout/predef/compiler/metaware.hpp +++ b/sprout/predef/compiler/metaware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 749debce..456bb4a6 100644 --- a/sprout/predef/compiler/metrowerks.hpp +++ b/sprout/predef/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 720fe5c9..40f4a7a9 100644 --- a/sprout/predef/compiler/microtec.hpp +++ b/sprout/predef/compiler/microtec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec16e2ab..6501757f 100644 --- a/sprout/predef/compiler/mpw.hpp +++ b/sprout/predef/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb19c76d..671db2df 100644 --- a/sprout/predef/compiler/palm.hpp +++ b/sprout/predef/compiler/palm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1f596b7e..f73a580b 100644 --- a/sprout/predef/compiler/pgi.hpp +++ b/sprout/predef/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1bc3d37..ecf8623c 100644 --- a/sprout/predef/compiler/sgi_mipspro.hpp +++ b/sprout/predef/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0baef4e4..7e33b630 100644 --- a/sprout/predef/compiler/sunpro.hpp +++ b/sprout/predef/compiler/sunpro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ee1df5c2..f955ae01 100644 --- a/sprout/predef/compiler/tendra.hpp +++ b/sprout/predef/compiler/tendra.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 955a4d87..454533ee 100644 --- a/sprout/predef/compiler/visualc.hpp +++ b/sprout/predef/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1919b02b..04c28c32 100644 --- a/sprout/predef/compiler/watcom.hpp +++ b/sprout/predef/compiler/watcom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 75783d41..d28bde24 100644 --- a/sprout/predef/detail/comp_detected.hpp +++ b/sprout/predef/detail/comp_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 56634b7d..b057d60b 100644 --- a/sprout/predef/detail/endian_compat.hpp +++ b/sprout/predef/detail/endian_compat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 02bae0d1..bcca0a10 100644 --- a/sprout/predef/detail/os_detected.hpp +++ b/sprout/predef/detail/os_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 25b44a4b..1b834ad1 100644 --- a/sprout/predef/detail/platform_detected.hpp +++ b/sprout/predef/detail/platform_detected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb3649bd..c0708730 100644 --- a/sprout/predef/hardware.hpp +++ b/sprout/predef/hardware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 027c5641..8fa1d09a 100644 --- a/sprout/predef/hardware/simd.hpp +++ b/sprout/predef/hardware/simd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 607d00d6..ade234ea 100644 --- a/sprout/predef/hardware/simd/arm.hpp +++ b/sprout/predef/hardware/simd/arm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a0ed5ac2..d025056d 100644 --- a/sprout/predef/hardware/simd/arm/versions.hpp +++ b/sprout/predef/hardware/simd/arm/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 32d26385..48952e28 100644 --- a/sprout/predef/hardware/simd/ppc.hpp +++ b/sprout/predef/hardware/simd/ppc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e3174a4..d7634813 100644 --- a/sprout/predef/hardware/simd/ppc/versions.hpp +++ b/sprout/predef/hardware/simd/ppc/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 093b64be..61ee34e3 100644 --- a/sprout/predef/hardware/simd/x86.hpp +++ b/sprout/predef/hardware/simd/x86.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc36ac80..a0aa8457 100644 --- a/sprout/predef/hardware/simd/x86/versions.hpp +++ b/sprout/predef/hardware/simd/x86/versions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b8200570..9f51c831 100644 --- a/sprout/predef/hardware/simd/x86_amd.hpp +++ b/sprout/predef/hardware/simd/x86_amd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f1159c31..1d97d9fe 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e808061b..9e865288 100644 --- a/sprout/predef/language.hpp +++ b/sprout/predef/language.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0aed49b..97cc5966 100644 --- a/sprout/predef/language/objc.hpp +++ b/sprout/predef/language/objc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7ccc3b2..b764ce9c 100644 --- a/sprout/predef/language/stdc.hpp +++ b/sprout/predef/language/stdc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef997c2b..70970fbf 100644 --- a/sprout/predef/language/stdcpp.hpp +++ b/sprout/predef/language/stdcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e6a12fe..cafd8142 100644 --- a/sprout/predef/library.hpp +++ b/sprout/predef/library.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 537ddf0e..3a08f04f 100644 --- a/sprout/predef/library/c.hpp +++ b/sprout/predef/library/c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bcb67bae..086bf28a 100644 --- a/sprout/predef/library/c/gnu.hpp +++ b/sprout/predef/library/c/gnu.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ddb3ab52..77242669 100644 --- a/sprout/predef/library/c/prefix.hpp +++ b/sprout/predef/library/c/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 41d837ca..b71e6b25 100644 --- a/sprout/predef/library/c/uc.hpp +++ b/sprout/predef/library/c/uc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7d280e9..41832aa3 100644 --- a/sprout/predef/library/c/vms.hpp +++ b/sprout/predef/library/c/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 952933ef..a5006910 100644 --- a/sprout/predef/library/c/zos.hpp +++ b/sprout/predef/library/c/zos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd3171dc..b0c2cfb7 100644 --- a/sprout/predef/library/std.hpp +++ b/sprout/predef/library/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe161d8d..30dc5a6a 100644 --- a/sprout/predef/library/std/cxx.hpp +++ b/sprout/predef/library/std/cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 299a1450..755a4ea9 100644 --- a/sprout/predef/library/std/dinkumware.hpp +++ b/sprout/predef/library/std/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1033e78c..04d50254 100644 --- a/sprout/predef/library/std/libcomo.hpp +++ b/sprout/predef/library/std/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86e40c0f..8542937b 100644 --- a/sprout/predef/library/std/modena.hpp +++ b/sprout/predef/library/std/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39929484..af1dadac 100644 --- a/sprout/predef/library/std/msl.hpp +++ b/sprout/predef/library/std/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e2e6374..90ce289b 100644 --- a/sprout/predef/library/std/prefix.hpp +++ b/sprout/predef/library/std/prefix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6418430e..aa5e79ee 100644 --- a/sprout/predef/library/std/roguewave.hpp +++ b/sprout/predef/library/std/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3c17b320..95114b1c 100644 --- a/sprout/predef/library/std/sgi.hpp +++ b/sprout/predef/library/std/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c13277c..bb4a583d 100644 --- a/sprout/predef/library/std/stdcpp3.hpp +++ b/sprout/predef/library/std/stdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e1297c0..63a8bc18 100644 --- a/sprout/predef/library/std/stlport.hpp +++ b/sprout/predef/library/std/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6919944f..5276e619 100644 --- a/sprout/predef/library/std/vacpp.hpp +++ b/sprout/predef/library/std/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f7180a3..6186e8bd 100644 --- a/sprout/predef/make.hpp +++ b/sprout/predef/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8077dbe..4d572fb8 100644 --- a/sprout/predef/os.hpp +++ b/sprout/predef/os.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 652f1276..e0f9c527 100644 --- a/sprout/predef/os/aix.hpp +++ b/sprout/predef/os/aix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e40a4368..74d3481c 100644 --- a/sprout/predef/os/amigaos.hpp +++ b/sprout/predef/os/amigaos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2f99a4bb..ae5bc6eb 100644 --- a/sprout/predef/os/android.hpp +++ b/sprout/predef/os/android.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 22428868..38169cac 100644 --- a/sprout/predef/os/beos.hpp +++ b/sprout/predef/os/beos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 50beb1b2..3de13dc7 100644 --- a/sprout/predef/os/bsd.hpp +++ b/sprout/predef/os/bsd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5f9840c..febc2bbc 100644 --- a/sprout/predef/os/bsd/bsdi.hpp +++ b/sprout/predef/os/bsd/bsdi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5545f38a..8d928325 100644 --- a/sprout/predef/os/bsd/dragonfly.hpp +++ b/sprout/predef/os/bsd/dragonfly.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 153cf1d1..39992bab 100644 --- a/sprout/predef/os/bsd/free.hpp +++ b/sprout/predef/os/bsd/free.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05a10345..78205b5e 100644 --- a/sprout/predef/os/bsd/net.hpp +++ b/sprout/predef/os/bsd/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 87e38f2e..0516291c 100644 --- a/sprout/predef/os/bsd/open.hpp +++ b/sprout/predef/os/bsd/open.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e377bdbe..69eb3bdf 100644 --- a/sprout/predef/os/cygwin.hpp +++ b/sprout/predef/os/cygwin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eca3369c..a9e60401 100644 --- a/sprout/predef/os/haiku.hpp +++ b/sprout/predef/os/haiku.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 83f4eda1..300ff496 100644 --- a/sprout/predef/os/hpux.hpp +++ b/sprout/predef/os/hpux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f34bbc8..5b33fe16 100644 --- a/sprout/predef/os/ios.hpp +++ b/sprout/predef/os/ios.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3ea8d9ba..9058fee4 100644 --- a/sprout/predef/os/irix.hpp +++ b/sprout/predef/os/irix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52d155e2..840bf52e 100644 --- a/sprout/predef/os/linux.hpp +++ b/sprout/predef/os/linux.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 75f00614..df010653 100644 --- a/sprout/predef/os/macos.hpp +++ b/sprout/predef/os/macos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1b3707f7..7b219ac7 100644 --- a/sprout/predef/os/os400.hpp +++ b/sprout/predef/os/os400.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f9b94e19..6d7065b8 100644 --- a/sprout/predef/os/qnxnto.hpp +++ b/sprout/predef/os/qnxnto.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d1e40c6f..d794cd9c 100644 --- a/sprout/predef/os/solaris.hpp +++ b/sprout/predef/os/solaris.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e53eeffd..e2f6ab56 100644 --- a/sprout/predef/os/unix.hpp +++ b/sprout/predef/os/unix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5835a394..9864f4e4 100644 --- a/sprout/predef/os/vms.hpp +++ b/sprout/predef/os/vms.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e5cbc39c..8a905329 100644 --- a/sprout/predef/os/windows.hpp +++ b/sprout/predef/os/windows.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17943f7e..1cfeac21 100644 --- a/sprout/predef/other.hpp +++ b/sprout/predef/other.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c6c6fd7..a94e7ece 100644 --- a/sprout/predef/other/endian.hpp +++ b/sprout/predef/other/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4b8c50b7..f3109ed3 100644 --- a/sprout/predef/platform.hpp +++ b/sprout/predef/platform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 294df0f5..2a39afef 100644 --- a/sprout/predef/platform/mingw.hpp +++ b/sprout/predef/platform/mingw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 49c3b8ed..e0b0baff 100644 --- a/sprout/predef/platform/windows_desktop.hpp +++ b/sprout/predef/platform/windows_desktop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a0251bb..0126f8a9 100644 --- a/sprout/predef/platform/windows_phone.hpp +++ b/sprout/predef/platform/windows_phone.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f3fe42a2..9eb76506 100644 --- a/sprout/predef/platform/windows_runtime.hpp +++ b/sprout/predef/platform/windows_runtime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dbadc93a..10bfb960 100644 --- a/sprout/predef/platform/windows_store.hpp +++ b/sprout/predef/platform/windows_store.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 15d7ce0a..29970457 100644 --- a/sprout/predef/version_number.hpp +++ b/sprout/predef/version_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 74febb69..a6f61c74 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2176f71b..1bed4adf 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3c2661a7..e3b82440 100644 --- a/sprout/preprocessor/comma.hpp +++ b/sprout/preprocessor/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5dbf0af6..fa7c700f 100644 --- a/sprout/preprocessor/config.hpp +++ b/sprout/preprocessor/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 96664596..9f7167bb 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b0425c9e..a9d41c28 100644 --- a/sprout/preprocessor/some_number.hpp +++ b/sprout/preprocessor/some_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0b659864..d67ee2e2 100644 --- a/sprout/preprocessor/str.hpp +++ b/sprout/preprocessor/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ab58b67e..55fcbc26 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2010d959..853549e6 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 70d8f2dc..f14454a2 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 78a6e107..6e2d812b 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c29a1a0e..d07a1494 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6ac293c2..3216f2be 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 140fff1a..c9c49dbc 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c344f50..233323a6 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e3ae4ea8..9e331f04 100644 --- a/sprout/preprocessor/variadic.hpp +++ b/sprout/preprocessor/variadic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8624b024..370f16ec 100644 --- a/sprout/preprocessor/variadic/elem.hpp +++ b/sprout/preprocessor/variadic/elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c06e0f5a..5f6b8e48 100644 --- a/sprout/preprocessor/variadic/size.hpp +++ b/sprout/preprocessor/variadic/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c75fdb39..ce8919b1 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 912b559e..1aae1e3b 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ab4d8bb..8de680cb 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19c590b8..1baca0ff 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 69abdf84..561e454d 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 09f5c825..68faa667 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 990bd4eb..b3dddf67 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bb308c6..cda91b5e 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 346fe7fe..0c04afe0 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d442fe93..e33d8db9 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 96ac8eda..bf648d10 100644 --- a/sprout/random/detail/seed_impl.hpp +++ b/sprout/random/detail/seed_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b06514f..109bfb6f 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f9c84c3c..1ebf75de 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 76823f01..8c621e45 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17c1e707..1b86e1a8 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 54389dbe..be8871d7 100644 --- a/sprout/random/generate_array.hpp +++ b/sprout/random/generate_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a52edbae..a2923ab3 100644 --- a/sprout/random/generate_canonical.hpp +++ b/sprout/random/generate_canonical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5904e98d..8c1ae095 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c3f96e34..07ebf099 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9903c1c0..691ca5c9 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1a6fadf..5407d77b 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 45687714..eb5c3aa5 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f0ed19af..cdc630a5 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 32295952..8cc3c8f7 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3ecf42d5..4a19d1e4 100644 --- a/sprout/random/poisson_distribution.hpp +++ b/sprout/random/poisson_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19ceb8b7..bbe5d2c2 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -36,7 +37,7 @@ namespace sprout { Distribution, typename std::enable_if::value>::type > - : public std::iterator< + : public sprout::iterator< std::input_iterator_tag, typename std::remove_reference::type::result_type, std::ptrdiff_t, @@ -50,7 +51,7 @@ namespace sprout { typedef typename std::remove_reference::type::result_type result_type; typedef sprout::random::variate_generator generator_type; private: - typedef std::iterator< + typedef sprout::iterator< std::input_iterator_tag, result_type, std::ptrdiff_t, @@ -183,7 +184,7 @@ namespace sprout { Distribution, typename std::enable_if::value>::type > - : public std::iterator< + : public sprout::iterator< std::input_iterator_tag, typename std::remove_reference::type::result_type, std::ptrdiff_t, @@ -196,7 +197,7 @@ namespace sprout { typedef typename std::remove_reference::type::result_type result_type; typedef engine_type generator_type; private: - typedef std::iterator< + typedef sprout::iterator< std::input_iterator_tag, result_type, std::ptrdiff_t, diff --git a/sprout/random/random_result_fwd.hpp b/sprout/random/random_result_fwd.hpp index 9eb2eaeb..26d1d017 100644 --- a/sprout/random/random_result_fwd.hpp +++ b/sprout/random/random_result_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cebd57bd..6eaf80ab 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2309a34..957b9a10 100644 --- a/sprout/random/results.hpp +++ b/sprout/random/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0926b36c..5d5a3c5e 100644 --- a/sprout/random/seed.hpp +++ b/sprout/random/seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef278de6..e6953a15 100644 --- a/sprout/random/seed_array.hpp +++ b/sprout/random/seed_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b902a2e..3d8fee6b 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1af2cf02..292720ae 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc15e1d8..cbe80501 100644 --- a/sprout/random/type_traits.hpp +++ b/sprout/random/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0175f1ca..efdcc4f9 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbfdbafb..7c8322cd 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b0eb8173..1406f986 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ed1bed77..f7c6397d 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1fa533ec..6b9ba445 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 58135b83..dab517ed 100644 --- a/sprout/random/utility.hpp +++ b/sprout/random/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8dc5889b..b198f9cb 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6d578a43..3c2bce5c 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3913ed2d..b793a061 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fae13b3f..424ba67a 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba56d753..7ef82f0d 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fd10a0d4..8032c787 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2a3bcff..9619f5ae 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df57c08a..493d6ed1 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a798eb82..d8a4b437 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 26e194f4..5b4ea277 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8f544af..b55aeb9f 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef4ffc8a..27f831f2 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 70ec65fe..ba0f2d2b 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffc9af34..d0c7455c 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dff4e864..b07e77c3 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4aa5a0d9..d6f4c434 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 484e72bc..f655563e 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 50e0dbf7..605fcb53 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 36811d75..f9f2a7ff 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0031e558..77a0c015 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 001979af..4295eb52 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf4a7ab7..7831233d 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 adbe14ba..1517f87a 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f8c94cc7..aa0c3999 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4aeae4c2..0b2080fa 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f49fc68..731a51e0 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffc351af..fc2b17c0 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4eb20512..5bf1ab10 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c75e9e0..de5c5120 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 af551db7..d71f5fa5 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7af6373a..2521a0ce 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a58920a8..fa5df3c9 100644 --- a/sprout/range/adaptor/moved.hpp +++ b/sprout/range/adaptor/moved.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1f492c90..d3149b66 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dacc9ecf..0608fa9b 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4a9f3727..4a6d4eea 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4657ee37..ec47f7f9 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f2761c38..2c6fafdd 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 04e16185..8b7bc278 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f97f8a8c..6be3d413 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1ba7d5d4..72d6f23b 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71ab8d3a..53d45240 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fbedcb00..64290c72 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7aa620ef..0a224868 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 83b82fcf..9824a6fa 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 85b35b50..2733d144 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3301d554..810d2443 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0e0ecc91..546dc33d 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 93cff1ad..bcbb3fff 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dc47eabe..1aa77e16 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1a24c43..12841273 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6f53b02a..6636ea57 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f8294232..12955075 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 070dbc94..e8a61b6b 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 59eb5b6d..783c782a 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc486e25..36d9b223 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0c74ff03..e6cb289f 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e5ab9036..18a65443 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3228b9ea..0c8dcd04 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b1438a6..9f35d3ce 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 699b0a9d..d1f0ea8c 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 47baeea8..7be587d5 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 17191458..ba3b69f7 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 349afbf3..8272f3fe 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c65155b9..63828f7b 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f8e1af18..80aef67c 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4109301b..ac1a794d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 827ecb4e..f65a6179 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fde0a8b7..69ea09aa 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5b56e708..3ecadf17 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 62f93006..d458f93b 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8587fffc..621a2e5d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 268efcfb..5d4533e0 100644 --- a/sprout/range/algorithm/bogo_sort.hpp +++ b/sprout/range/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 415c69c1..53d479a2 100644 --- a/sprout/range/algorithm/bozo_sort.hpp +++ b/sprout/range/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 93d237f4..e0324300 100644 --- a/sprout/range/algorithm/clamp_range.hpp +++ b/sprout/range/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 77907c55..119284fc 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b3555c4a..b6368824 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7842a404..289ede42 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e57344fe..5d633f78 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8eca3930..8217f6b6 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3589a902..98958c13 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6027b81f..10dc547d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 13a6d601..190605d3 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 eb3a5a86..411bba94 100644 --- a/sprout/range/algorithm/cxx14.hpp +++ b/sprout/range/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 97686903..041627db 100644 --- a/sprout/range/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a60e55bb..e1f9f41d 100644 --- a/sprout/range/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 891d599e..aa91edc0 100644 --- a/sprout/range/algorithm/cxx14/clamp_range.hpp +++ b/sprout/range/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 dbf28d14..7e385ab3 100644 --- a/sprout/range/algorithm/cxx14/copy.hpp +++ b/sprout/range/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 18e866b9..f7d8e269 100644 --- a/sprout/range/algorithm/cxx14/copy_backward.hpp +++ b/sprout/range/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e310c512..cd56262c 100644 --- a/sprout/range/algorithm/cxx14/copy_if.hpp +++ b/sprout/range/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a1f2cb80..3c9de242 100644 --- a/sprout/range/algorithm/cxx14/copy_until.hpp +++ b/sprout/range/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3e4fda03..fe22eb5e 100644 --- a/sprout/range/algorithm/cxx14/copy_while.hpp +++ b/sprout/range/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1beb9ddc..3c696a4d 100644 --- a/sprout/range/algorithm/cxx14/fill.hpp +++ b/sprout/range/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a167800a..53722607 100644 --- a/sprout/range/algorithm/cxx14/for_each.hpp +++ b/sprout/range/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ec18075a..71c077fd 100644 --- a/sprout/range/algorithm/cxx14/gather.hpp +++ b/sprout/range/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4824f990..64aeed78 100644 --- a/sprout/range/algorithm/cxx14/generate.hpp +++ b/sprout/range/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 587b2d63..e3076499 100644 --- a/sprout/range/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/range/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c58faeaf..f8eaa7a7 100644 --- a/sprout/range/algorithm/cxx14/make_heap.hpp +++ b/sprout/range/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5014fd47..884e2d90 100644 --- a/sprout/range/algorithm/cxx14/merge.hpp +++ b/sprout/range/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0db8d363..e119a808 100644 --- a/sprout/range/algorithm/cxx14/move.hpp +++ b/sprout/range/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d51ce858..76aa6d5a 100644 --- a/sprout/range/algorithm/cxx14/move_backward.hpp +++ b/sprout/range/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3cfdeca7..89f487d2 100644 --- a/sprout/range/algorithm/cxx14/next_permutation.hpp +++ b/sprout/range/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fa0142ba..8bde51f6 100644 --- a/sprout/range/algorithm/cxx14/nth_element.hpp +++ b/sprout/range/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 80bc7eb9..74faf01f 100644 --- a/sprout/range/algorithm/cxx14/partial_sort.hpp +++ b/sprout/range/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 26480b7a..f1ed8a62 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6c950bad..b3026aaa 100644 --- a/sprout/range/algorithm/cxx14/partition.hpp +++ b/sprout/range/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2972a512..1f80a205 100644 --- a/sprout/range/algorithm/cxx14/partition_copy.hpp +++ b/sprout/range/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a4aefcd9..44b77e74 100644 --- a/sprout/range/algorithm/cxx14/pop_heap.hpp +++ b/sprout/range/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7cbde599..6074d764 100644 --- a/sprout/range/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/range/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ee308eef..014c121d 100644 --- a/sprout/range/algorithm/cxx14/push_heap.hpp +++ b/sprout/range/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e6b2682a..0648e9a5 100644 --- a/sprout/range/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/range/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ff330fc4..12ba5abf 100644 --- a/sprout/range/algorithm/cxx14/random_swap.hpp +++ b/sprout/range/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 17a7b204..955f0dd4 100644 --- a/sprout/range/algorithm/cxx14/remove.hpp +++ b/sprout/range/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ea330a1f..89513903 100644 --- a/sprout/range/algorithm/cxx14/remove_copy.hpp +++ b/sprout/range/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 03a92639..fd3f3ef5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 97d69e1b..53e5a737 100644 --- a/sprout/range/algorithm/cxx14/remove_if.hpp +++ b/sprout/range/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cffd667a..581d717b 100644 --- a/sprout/range/algorithm/cxx14/replace.hpp +++ b/sprout/range/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0974ca06..104f2df6 100644 --- a/sprout/range/algorithm/cxx14/replace_copy.hpp +++ b/sprout/range/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 604d0fc8..c2249490 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c7acaefb..815d79f3 100644 --- a/sprout/range/algorithm/cxx14/replace_if.hpp +++ b/sprout/range/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b786f2ff..13a1cf4c 100644 --- a/sprout/range/algorithm/cxx14/reverse.hpp +++ b/sprout/range/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 19a63437..fcd6dd82 100644 --- a/sprout/range/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/range/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0efc5d55..d5dbeb32 100644 --- a/sprout/range/algorithm/cxx14/rotate.hpp +++ b/sprout/range/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 64778f5c..e059e41f 100644 --- a/sprout/range/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/range/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a1d28cd3..97562fa0 100644 --- a/sprout/range/algorithm/cxx14/sample.hpp +++ b/sprout/range/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9d2e22ee..afd3798a 100644 --- a/sprout/range/algorithm/cxx14/set_difference.hpp +++ b/sprout/range/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3c733d3d..d38a9bd8 100644 --- a/sprout/range/algorithm/cxx14/set_intersection.hpp +++ b/sprout/range/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 06869256..146dab27 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8eec5048..35288334 100644 --- a/sprout/range/algorithm/cxx14/set_union.hpp +++ b/sprout/range/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 857e2268..47a98010 100644 --- a/sprout/range/algorithm/cxx14/shuffle.hpp +++ b/sprout/range/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 498c92e0..bf54c9b2 100644 --- a/sprout/range/algorithm/cxx14/sort.hpp +++ b/sprout/range/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8c440e38..b0f4c463 100644 --- a/sprout/range/algorithm/cxx14/sort_heap.hpp +++ b/sprout/range/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c0222475..f7aefc2f 100644 --- a/sprout/range/algorithm/cxx14/stable_partition.hpp +++ b/sprout/range/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0f644b21..a3360fd4 100644 --- a/sprout/range/algorithm/cxx14/stable_sort.hpp +++ b/sprout/range/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e0a5afa4..e36a8d86 100644 --- a/sprout/range/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/range/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9bae3ca1..f6a641df 100644 --- a/sprout/range/algorithm/cxx14/transform.hpp +++ b/sprout/range/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 260d5a16..cec261c1 100644 --- a/sprout/range/algorithm/cxx14/unique.hpp +++ b/sprout/range/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1d625aaf..c0dd3db1 100644 --- a/sprout/range/algorithm/cxx14/unique_copy.hpp +++ b/sprout/range/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ed367140..63002077 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 90579961..e20d388a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 826a41e5..db106d0b 100644 --- a/sprout/range/algorithm/fill.hpp +++ b/sprout/range/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 daa367ad..f0b86279 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1083a4c2..ba69a4fb 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d5bfaa9a..f8cb3c17 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 10b33ef8..64bc0f7c 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 83f6b9ae..b017e95e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9478a2e3..e699f374 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 aec782fe..b4597785 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5f55172c..2e751147 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 67e71de2..fed15e58 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 29742a84..3c4f9952 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 70b79abb..e556b990 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 282d20d0..1e694f6a 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 86fe225c..88528fcf 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 00123ac2..d9e7689f 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a2008a6a..29ded4b4 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 99956b4d..7b5d4277 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4957df0c..c47add95 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f46ac45e..7b09478a 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3e639708..122a4e09 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 aa373d96..a1dee2c7 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b29f8099..9860edce 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2d423e47..6f01c18d 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a30e9301..07154bd4 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 eb0e76be..286818d3 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bba285f3..74b0a919 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5b6876e1..b62232d8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5049d7c8..2f8520db 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 19be6e6b..b115fb22 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a2f17ef0..c315c0c3 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8aa78132..74f0ca2e 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 607cd0cb..a167d75d 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f2a0dd03..8c4303a7 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 211a62ae..8b4ac160 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7bdc01d5..9aefb2fa 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 06846a93..3f84475f 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5261b2d5..3b9d5000 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0d8b1e70..c550bc69 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7f560477..293943f4 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c60f0a4f..3edcfdf4 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 67fd1e3f..9ae6da55 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f36b4179..87f60567 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b73422f3..9b5ef93f 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 538466c9..f3418ca8 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bb3c4307..84f52f6a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9321f630..90a25287 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f1e00aff..b7617329 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9e86d28f..dee4c273 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5671f46d..00e60f51 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 92231633..d5659943 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7e93769a..dc191d76 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0e7274aa..269438f8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b1ef057f..8da884f5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2c9fee68..2b2aa35a 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 42b35c08..51acb57f 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9bdfd7cc..18cd09cc 100644 --- a/sprout/range/algorithm/generate.hpp +++ b/sprout/range/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e449ed6e..062d29e5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 74aa3566..66bb84ac 100644 --- a/sprout/range/algorithm/inplace_merge.hpp +++ b/sprout/range/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b4c7e79f..b5a7432d 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cd975cf6..207ef6dd 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bf7f8f1d..ff6bd9f4 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a1a2b68d..5279fc36 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6a6c1e20..66cd5aa7 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 02c4f123..a5897814 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e9c40135..71f7cf4e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 39c26a1e..3c30630c 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 803fa9ef..2b0e8e3b 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3083f5a0..3f0b707c 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4e62c17b..1588dc94 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ff2a944c..5e8169f9 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 efa2224f..92cb460c 100644 --- a/sprout/range/algorithm/make_heap.hpp +++ b/sprout/range/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 73224f51..c1734d0d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2c508b6b..01a29198 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6fecb134..9048ce2e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 65ea0b29..41210479 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 90e9bbb6..b228b92e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f2ba06f0..63b6f0d6 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0e9b8d5b..6f1be0a7 100644 --- a/sprout/range/algorithm/move.hpp +++ b/sprout/range/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 db0196a6..a27c0efc 100644 --- a/sprout/range/algorithm/move_backward.hpp +++ b/sprout/range/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ca242a5b..3ec6d685 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9f96ce01..50ed4e51 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a97c809a..e764ef3a 100644 --- a/sprout/range/algorithm/next_permutation.hpp +++ b/sprout/range/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 58eb625a..8822139b 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 929b4fec..51b9b1d9 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3493a3d6..0a8f0a65 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 167a34d7..575925c3 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 22897c30..c971fbbd 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 14fe93ab..8b94436f 100644 --- a/sprout/range/algorithm/nth_element.hpp +++ b/sprout/range/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d8e13030..9e480768 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a9894af2..7d100740 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 93734fa4..382f7138 100644 --- a/sprout/range/algorithm/partial_sort.hpp +++ b/sprout/range/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1cd397d0..9dd141c7 100644 --- a/sprout/range/algorithm/partial_sort_copy.hpp +++ b/sprout/range/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 01b68c48..36a945d5 100644 --- a/sprout/range/algorithm/partition.hpp +++ b/sprout/range/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 21be2329..5b723b32 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fb5a4318..cbfd49e0 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a0980cda..dffd5510 100644 --- a/sprout/range/algorithm/pop_heap.hpp +++ b/sprout/range/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 90dfa99d..b04227f9 100644 --- a/sprout/range/algorithm/prev_permutation.hpp +++ b/sprout/range/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4c8e597d..773f495e 100644 --- a/sprout/range/algorithm/push_heap.hpp +++ b/sprout/range/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a97a38cd..d7912219 100644 --- a/sprout/range/algorithm/random_shuffle.hpp +++ b/sprout/range/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3fa7e982..0b088edd 100644 --- a/sprout/range/algorithm/random_swap.hpp +++ b/sprout/range/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5a6cf29a..8148620b 100644 --- a/sprout/range/algorithm/remove.hpp +++ b/sprout/range/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c5fcd1c9..d3187305 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8d9b78db..45522c3f 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 aae4dec9..9f748ee1 100644 --- a/sprout/range/algorithm/remove_if.hpp +++ b/sprout/range/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2f83091b..1c7160e5 100644 --- a/sprout/range/algorithm/replace.hpp +++ b/sprout/range/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 66b0e10a..c66d067e 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 15c444cf..d54a70d6 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 455408ad..fd343119 100644 --- a/sprout/range/algorithm/replace_if.hpp +++ b/sprout/range/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e30fdaf2..8d3df10d 100644 --- a/sprout/range/algorithm/reverse.hpp +++ b/sprout/range/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4d3cf3e7..50a8a3af 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c8ea077e..2a0207bd 100644 --- a/sprout/range/algorithm/rotate.hpp +++ b/sprout/range/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 41b4d10c..7badd679 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bae30dca..3125c137 100644 --- a/sprout/range/algorithm/sample.hpp +++ b/sprout/range/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 077978ec..86159636 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 06204856..4ff8066a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a1a0ae6e..0248aa2c 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 035e63fb..6a179a09 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2e3b2db1..f420280a 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0817ae49..a5455588 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ba4754e0..1603f27a 100644 --- a/sprout/range/algorithm/shuffle.hpp +++ b/sprout/range/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4765e79d..aa70d669 100644 --- a/sprout/range/algorithm/sort.hpp +++ b/sprout/range/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a07a812c..7f6604af 100644 --- a/sprout/range/algorithm/sort_heap.hpp +++ b/sprout/range/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8f3e26e5..7c84787a 100644 --- a/sprout/range/algorithm/stable_partition.hpp +++ b/sprout/range/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 51c1a2e6..4979ae28 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fb71b384..5dcbe18b 100644 --- a/sprout/range/algorithm/stable_sort.hpp +++ b/sprout/range/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2506b038..7f79e5c5 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5b55a361..35737790 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7cabe341..55128ad5 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 93b728e0..d50e3ced 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d02c9ef7..1b7904ff 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 df15f6f8..d0d55622 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f530ec27..97ef7465 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 42ed0303..bfa5afac 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cd7a24a5..12bb01fc 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d5c369a4..86f1d1b8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5be8a3c9..2bc4f317 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f5096f83..6dd8df76 100644 --- a/sprout/range/algorithm/swap_ranges.hpp +++ b/sprout/range/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bbfed3a9..3f589926 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b2f685eb..a1fc9c3e 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9aa20025..b8f5101b 100644 --- a/sprout/range/algorithm/unique.hpp +++ b/sprout/range/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 881ccb78..f3561f57 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0adff4dd..f7679428 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c439084d..5bfe2aa0 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3309eef2..5ccfe0ca 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 633d0c60..df68eef1 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 56f269d0..adb8d38c 100644 --- a/sprout/range/numeric/cxx14.hpp +++ b/sprout/range/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d99543fa..f2de2547 100644 --- a/sprout/range/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/range/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4112b895..0a5d822f 100644 --- a/sprout/range/numeric/cxx14/iota.hpp +++ b/sprout/range/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3f0b496d..dfac4d14 100644 --- a/sprout/range/numeric/cxx14/partial_sum.hpp +++ b/sprout/range/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ff5d6a1..55c75e5f 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71369986..9ee06ef4 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b8e28ca..cc312c16 100644 --- a/sprout/range/numeric/dft/cxx14.hpp +++ b/sprout/range/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ad4a1612..5fe555df 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc63c2dd..280d53f1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f87485b7..7b24dccb 100644 --- a/sprout/range/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/range/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71dc58b1..0201408c 100644 --- a/sprout/range/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/range/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 489e28d4..ba990029 100644 --- a/sprout/range/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 75f5f8b3..147c7419 100644 --- a/sprout/range/numeric/dft/cxx14/square.hpp +++ b/sprout/range/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2b44a25e..a4ff95c8 100644 --- a/sprout/range/numeric/dft/cxx14/triangle.hpp +++ b/sprout/range/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 242c8339..ad9d2892 100644 --- a/sprout/range/numeric/dft/cxx14/wave.hpp +++ b/sprout/range/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 748e5ae4..4b5aceba 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2ea01004..d2d66141 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 731659b8..63e1db67 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c7435dcc..0562738e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ebb9351c..117322e4 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c1806445..a21364d4 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 988d8f3f..d3f1c5df 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4a38ce74..b70974aa 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e952e6f6..3a240f71 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d3077b7..791755f8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c17246fb..b7e3283e 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ba83a89..e963c0d6 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ab1c0440..d725e605 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e5d781b9..4a444b50 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ba852a24..daaf793e 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4dc8b75e..eee229fa 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 15467f28..3a05bc1c 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 380c2631..70ef4d8a 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42d2f05e..50aad9f9 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec8b9af6..bbe10109 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3e751a8..1518c816 100644 --- a/sprout/range/numeric/fft.hpp +++ b/sprout/range/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8323adf7..4dd1df21 100644 --- a/sprout/range/numeric/fft/fft.hpp +++ b/sprout/range/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4fae7d49..5cc9f9cf 100644 --- a/sprout/range/numeric/fft/ifft.hpp +++ b/sprout/range/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 df601824..6a997bb8 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 64d33875..a8630d5d 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 312972c4..9ad4e0ed 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18a6f215..cfa71bcf 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 751ee7f6..640674f2 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e28819f4..4cc11160 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dd9dbbb5..07bbf413 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f37e7d8..68654777 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4abb50e6..1d94c876 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f3b61edd..394e6080 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 53817a32..38b85896 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b4b2112b..b02d6e7f 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c6472f9c..1e5ce298 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8d75488..67dbe66d 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1ad6ea1e..e20e978a 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 de7917fc..06ba35f6 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2ec06545..0b37ecc2 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2bf0b510..67918928 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bdb126fd..1f052677 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c8c9cf7..4edb1c34 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cc0e8d45..c7da5766 100644 --- a/sprout/rational/container.hpp +++ b/sprout/rational/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8a1ccbd0..574021d4 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8e68a2e..f9dc3e6a 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3c5e3973..f224e803 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ac67183a..9c2cad3f 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 986ee8f4..7cdb4a42 100644 --- a/sprout/rational/literals.hpp +++ b/sprout/rational/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e137c5c7..6ccd71cc 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0966c1a..1ed3369b 100644 --- a/sprout/rational/tuple.hpp +++ b/sprout/rational/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43adaf28..a1eb0185 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d5d859d..a9572dba 100644 --- a/sprout/sized_pit.hpp +++ b/sprout/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4d514f0c..4df2305b 100644 --- a/sprout/sized_pit/comparison.hpp +++ b/sprout/sized_pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f67125e3..edbfc771 100644 --- a/sprout/sized_pit/container.hpp +++ b/sprout/sized_pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3564ea56..727ff1cf 100644 --- a/sprout/sized_pit/hash.hpp +++ b/sprout/sized_pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbf93735..3b7baa58 100644 --- a/sprout/sized_pit/sized_pit.hpp +++ b/sprout/sized_pit/sized_pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 590d103b..e09aca85 100644 --- a/sprout/sized_pit/tuple.hpp +++ b/sprout/sized_pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 78f7ea94..2e6b3f88 100644 --- a/sprout/sized_pit/type_traits.hpp +++ b/sprout/sized_pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c4f120e3..0dca9e71 100644 --- a/sprout/stateful.hpp +++ b/sprout/stateful.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 98bb56ae..d4513c38 100644 --- a/sprout/stateful/counter.hpp +++ b/sprout/stateful/counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef2a2269..dcd2bc56 100644 --- a/sprout/stateful/rand.hpp +++ b/sprout/stateful/rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 161169b4..e39dac77 100644 --- a/sprout/stateful/type_index.hpp +++ b/sprout/stateful/type_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d2c3f5ca..c286f3fd 100644 --- a/sprout/stateful/typed_counter.hpp +++ b/sprout/stateful/typed_counter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a86b1a9..ca9661c3 100644 --- a/sprout/stateful/typed_id.hpp +++ b/sprout/stateful/typed_id.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4482f16f..da55944e 100644 --- a/sprout/stateful/typed_rand.hpp +++ b/sprout/stateful/typed_rand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 73a54455..7f8d788b 100644 --- a/sprout/stateful/typed_slot.hpp +++ b/sprout/stateful/typed_slot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 332d9a8d..2857a340 100644 --- a/sprout/static_assert.hpp +++ b/sprout/static_assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8a82b2d..e229aecf 100644 --- a/sprout/static_warning.hpp +++ b/sprout/static_warning.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d5a630ca..8dcf9ba7 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7adffaf5..80ea9561 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ce20e738..93946010 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef64ee99..557e4e15 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cab9227b..af066390 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 57a0d40e..fc63607a 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 584ebe4d..37414399 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef7dec08..ad225e96 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2db1d5e8..be02f106 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43ef0e2e..0d39f0d7 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf4485bc..73ef1290 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a227206c..0c6c7e68 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d00f2745..770daa2c 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b0725d8e..88f35e5e 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 12f8b357..47437e3b 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d94ad70..63629ff6 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1239587c..1fc3b96f 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bc97023c..8e898c26 100644 --- a/sprout/string/shift_concat.hpp +++ b/sprout/string/shift_concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c6e16f14..e3af32c8 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7968e71e..df195c80 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 90e6c920..21f06abe 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string_to_float.hpp b/sprout/string/string_to_float.hpp index c985c1c5..a5366020 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b222899d..dca27eab 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a96d6c05..bb734954 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2dd78a7b..af469e0f 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2414a4c1..7a47312d 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a5a3268f..3a5d9b0c 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c2d2162e..8598f8f5 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e838b19..c90bd902 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 017b6b1c..9ce57d82 100644 --- a/sprout/sub_array/array_sub.hpp +++ b/sprout/sub_array/array_sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 54fd96ad..8e12bb14 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c9e7472..8117dbe1 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c84579fc..9b270a4f 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e47e2b93..33b04bd5 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5834217d..451c571e 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5cfb1230..ec41294a 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40db640e..32b3a71d 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7ae84526..00abdb53 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c1b6bd8c..bcdb20d3 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2adef1c1..bb268a87 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e3bbfa81..56a3a85e 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8cde6af5..060c3365 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f64137e5..26c1e4f5 100644 --- a/sprout/tpp/algorithm/max_element.hpp +++ b/sprout/tpp/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 626b33f2..3be84d39 100644 --- a/sprout/tpp/algorithm/min_element.hpp +++ b/sprout/tpp/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2402cf53..bb87955b 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a7ddbf94..dac981b3 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c226c47c..df8fa6fa 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8f83964f..6a05476a 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ca67f1c7..1dd46e50 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dca56d77..7e8942c9 100644 --- a/sprout/tuple/apply.hpp +++ b/sprout/tuple/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6b4e7fc4..ee36120b 100644 --- a/sprout/tuple/boost/array.hpp +++ b/sprout/tuple/boost/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 96c01b3f..37127542 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 af06332b..70cbd600 100644 --- a/sprout/tuple/default_construct.hpp +++ b/sprout/tuple/default_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cd1d60f6..29828df2 100644 --- a/sprout/tuple/flex.hpp +++ b/sprout/tuple/flex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 58288613..8cd22f70 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c4429046..30959b6b 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a50fd387..7fc43013 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8149d5e..897b106a 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ef55c60..3277f117 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2688e312..f4db70b1 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7fff5f76..6f3073b9 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5aa7b356..4daf22b5 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a6fdce6c..ac801dc0 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2eea9608..7c3e8edd 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 435b1c49..59e495aa 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a11c1a59..c143cb06 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ecbd739b..93811093 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52cac0b9..d2122ec7 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 73ff82fb..ecdb9763 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f5ee634..c214bbb1 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7e580045..c994996a 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5b026de4..ad56cab2 100644 --- a/sprout/tuple/std/complex.hpp +++ b/sprout/tuple/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89ff8866..db836a52 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bae20007..591ff03b 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 974ab422..8b6d0c74 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bff6f0e7..d2df4f54 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9825a2e7..d0fc136c 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 00ad1639..2e5bbd69 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8972522..b7882015 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8110857..769b51e5 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 659e23bf..69937772 100644 --- a/sprout/tuple/tuple/traits.hpp +++ b/sprout/tuple/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eabd6758..38d2e8a4 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 925698f1..3a6a6dbb 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bdab7f13..bd9b591d 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e876dbd..c8eb285f 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c0543d6c..bb86b049 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9a01355c..6348393f 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5cfe409d..d85c8e93 100644 --- a/sprout/tuple/tuple/tuple_traits.hpp +++ b/sprout/tuple/tuple/tuple_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 683690ae..19d88a84 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 284200b4..45bf7f3b 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7f2a0a0..0470525b 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a0ad3b5f..bf4fbee6 100644 --- a/sprout/type/algorithm/accumulate.hpp +++ b/sprout/type/algorithm/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6e1388e3..a8943923 100644 --- a/sprout/type/algorithm/contains.hpp +++ b/sprout/type/algorithm/contains.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5156720e..af17229d 100644 --- a/sprout/type/algorithm/contains_if.hpp +++ b/sprout/type/algorithm/contains_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb2d0b53..4003c0a5 100644 --- a/sprout/type/algorithm/count.hpp +++ b/sprout/type/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 30dffe26..82c09f1f 100644 --- a/sprout/type/algorithm/count_if.hpp +++ b/sprout/type/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 577ceb64..c320c2b8 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f618844..306d0d7d 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4b224f43..4d458379 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8b462358..83bd90da 100644 --- a/sprout/type/algorithm/fold.hpp +++ b/sprout/type/algorithm/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d4d55966..be145481 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0f234fe..cba54b58 100644 --- a/sprout/type/algorithm/partial_sum.hpp +++ b/sprout/type/algorithm/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 91f8466d..3a69c36c 100644 --- a/sprout/type/algorithm/transform.hpp +++ b/sprout/type/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 114fb724..d333889d 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f068e226..e805b833 100644 --- a/sprout/type/apply.hpp +++ b/sprout/type/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e106f2fb..c4e5ebc6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dcf43205..7e5679ea 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cf2c32b8..7bd9ba96 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39960e25..fafa08cd 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 21b78e59..c1844866 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 901a9010..e4065668 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3c51c7ff..f4223632 100644 --- a/sprout/type/functional/arithmetic.hpp +++ b/sprout/type/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e3e6885b..12ae3319 100644 --- a/sprout/type/functional/comparison.hpp +++ b/sprout/type/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec60cfbd..56306add 100644 --- a/sprout/type/functional/detail/arithmetic_op.hpp +++ b/sprout/type/functional/detail/arithmetic_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 49e0425a..296a7bb7 100644 --- a/sprout/type/functional/detail/comparison_op.hpp +++ b/sprout/type/functional/detail/comparison_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 67e35771..c9d031b2 100644 --- a/sprout/type/functional/divides.hpp +++ b/sprout/type/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9cb6c9c4..c7decd8a 100644 --- a/sprout/type/functional/equal_to.hpp +++ b/sprout/type/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ff920571..8940160c 100644 --- a/sprout/type/functional/greater.hpp +++ b/sprout/type/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 417fec49..a69c9e5b 100644 --- a/sprout/type/functional/greater_equal.hpp +++ b/sprout/type/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 26eb1ed9..2474b02d 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62672e16..b38c1eae 100644 --- a/sprout/type/functional/less_equal.hpp +++ b/sprout/type/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 677e26b6..4f2b3d7c 100644 --- a/sprout/type/functional/minus.hpp +++ b/sprout/type/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 332adab0..15eaf9c0 100644 --- a/sprout/type/functional/modulus.hpp +++ b/sprout/type/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19728057..d76b899e 100644 --- a/sprout/type/functional/multiplies.hpp +++ b/sprout/type/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 23e37259..eb4dc740 100644 --- a/sprout/type/functional/negate.hpp +++ b/sprout/type/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f0d859d6..8c66e6ef 100644 --- a/sprout/type/functional/not_equal_to.hpp +++ b/sprout/type/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 040640ee..08f248e9 100644 --- a/sprout/type/functional/plus.hpp +++ b/sprout/type/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18ec3a72..11b6b41c 100644 --- a/sprout/type/functional/posite.hpp +++ b/sprout/type/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8276f1e7..27f72571 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 74adbd5a..90d8088b 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f9518dfd..a0874d8d 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6bfc3a2f..1acd6305 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6a18e356..f4703fbb 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e7b1662c..6725f201 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6a82375..0de9c814 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 89fe5397..fe351300 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e255c811..a3f412e8 100644 --- a/sprout/type/joint_types.hpp +++ b/sprout/type/joint_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9dae96ea..e40279d4 100644 --- a/sprout/type/map_types.hpp +++ b/sprout/type/map_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2db85f2b..79f57aa5 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9513edd3..8ca9918c 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9c5e26c3..d53b72da 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e7dc44a..3d8f13e8 100644 --- a/sprout/type/operation/assign.hpp +++ b/sprout/type/operation/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a63ae3b8..cb8f7572 100644 --- a/sprout/type/operation/at.hpp +++ b/sprout/type/operation/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e2854a4d..780b33b1 100644 --- a/sprout/type/operation/back.hpp +++ b/sprout/type/operation/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c7aa4324..4ed7c08e 100644 --- a/sprout/type/operation/empty.hpp +++ b/sprout/type/operation/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 feaec81c..7f29a323 100644 --- a/sprout/type/operation/front.hpp +++ b/sprout/type/operation/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d0a7363..3171ec9c 100644 --- a/sprout/type/operation/map.hpp +++ b/sprout/type/operation/map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dcbaee24..8f8658da 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 79956966..e5a980e8 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 219a269e..ed05a48f 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8bdb71c0..b159451c 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2952d896..c65f61a3 100644 --- a/sprout/type/operation/rebind.hpp +++ b/sprout/type/operation/rebind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8ec63121..9c3e953e 100644 --- a/sprout/type/operation/size.hpp +++ b/sprout/type/operation/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ea5a950a..ecdc17e6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 956b3cc9..2b67da3b 100644 --- a/sprout/type/packer.hpp +++ b/sprout/type/packer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 872723aa..eaa7cd18 100644 --- a/sprout/type/pop_front_types.hpp +++ b/sprout/type/pop_front_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 78b5de18..c18c3989 100644 --- a/sprout/type/print.hpp +++ b/sprout/type/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d1ea56e..113e8aad 100644 --- a/sprout/type/quote.hpp +++ b/sprout/type/quote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c3be05b1..bb84906c 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6cf79e51..63e8e7e3 100644 --- a/sprout/type/self.hpp +++ b/sprout/type/self.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 47dbaabc..855b69a1 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d67cf45..608645f2 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e7bdc7b9..390fa445 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8d735818..56a42d4b 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3ed01786..ef038699 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 44fc4514..10c57699 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0be1d18d..7d6f1bf5 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6fdcca02..e5e87130 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38af5845..94703bab 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 63117422..76c19d6b 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffbb4135..44697a3e 100644 --- a/sprout/type/type_tuple_decl.hpp +++ b/sprout/type/type_tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf410a92..c713628c 100644 --- a/sprout/type/uniform_types.hpp +++ b/sprout/type/uniform_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7122cb9..71934d5a 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 08e8fdd5..44801386 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ed00a07a..e6b62b3f 100644 --- a/sprout/type_traits/add_const.hpp +++ b/sprout/type_traits/add_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2fac8918..d6d8b822 100644 --- a/sprout/type_traits/add_cv.hpp +++ b/sprout/type_traits/add_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7cc3ae1a..bb3aa3d5 100644 --- a/sprout/type_traits/add_lvalue_reference.hpp +++ b/sprout/type_traits/add_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c5f9ce5a..f56dcc22 100644 --- a/sprout/type_traits/add_pointer.hpp +++ b/sprout/type_traits/add_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ed03da06..25174bfe 100644 --- a/sprout/type_traits/add_rvalue_reference.hpp +++ b/sprout/type_traits/add_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 eda47082..3f1284b5 100644 --- a/sprout/type_traits/add_volatile.hpp +++ b/sprout/type_traits/add_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0d463d70..a9e0c1cb 100644 --- a/sprout/type_traits/aligned_storage.hpp +++ b/sprout/type_traits/aligned_storage.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8cc9d742..9527d57a 100644 --- a/sprout/type_traits/aligned_union.hpp +++ b/sprout/type_traits/aligned_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 28313adf..7d7eb1ea 100644 --- a/sprout/type_traits/alignment_of.hpp +++ b/sprout/type_traits/alignment_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ab3b2a66..23d43fe1 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f6f126b6..e38995eb 100644 --- a/sprout/type_traits/array_modification.hpp +++ b/sprout/type_traits/array_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 dda982f1..cab0e444 100644 --- a/sprout/type_traits/category.hpp +++ b/sprout/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9750c6eb..b49813b0 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d8ed4396..56f6f2cf 100644 --- a/sprout/type_traits/common_type.hpp +++ b/sprout/type_traits/common_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 490d37fe..83454f6c 100644 --- a/sprout/type_traits/complex_promote.hpp +++ b/sprout/type_traits/complex_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 98c2e44c..09f77ed7 100644 --- a/sprout/type_traits/composite_category.hpp +++ b/sprout/type_traits/composite_category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 76908f3a..e66a8f0b 100644 --- a/sprout/type_traits/composite_modification.hpp +++ b/sprout/type_traits/composite_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b96ce165..a61f01e3 100644 --- a/sprout/type_traits/conditional.hpp +++ b/sprout/type_traits/conditional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 27955098..c81c23cf 100644 --- a/sprout/type_traits/conjunction.hpp +++ b/sprout/type_traits/conjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ed896b81..a54cd010 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8da412a8..fb6dd478 100644 --- a/sprout/type_traits/copy_const.hpp +++ b/sprout/type_traits/copy_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0ee05dcf..46cff134 100644 --- a/sprout/type_traits/copy_cv.hpp +++ b/sprout/type_traits/copy_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 05ea3d25..a15b0b8d 100644 --- a/sprout/type_traits/copy_volatile.hpp +++ b/sprout/type_traits/copy_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cfbfaf41..062f0996 100644 --- a/sprout/type_traits/cv_modification.hpp +++ b/sprout/type_traits/cv_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a88540e1..f38cf468 100644 --- a/sprout/type_traits/decay.hpp +++ b/sprout/type_traits/decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 fdc4453e..57ccce3d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e1b002c2..5ecf1e3c 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 910639ee..06146572 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b66f72e8..25add8a6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 67dd1d95..1de25931 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3e224c52..76bad540 100644 --- a/sprout/type_traits/disjunction.hpp +++ b/sprout/type_traits/disjunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a225f811..28167102 100644 --- a/sprout/type_traits/dont_care.hpp +++ b/sprout/type_traits/dont_care.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c35ae849..a7225b78 100644 --- a/sprout/type_traits/enable_if.hpp +++ b/sprout/type_traits/enable_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c0c6a38d..b62a1f8a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7a95437a..9e0af8e0 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 dfa86e78..da09b2c0 100644 --- a/sprout/type_traits/extent.hpp +++ b/sprout/type_traits/extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1c9820be..4680a018 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3f4efebf..23fe565c 100644 --- a/sprout/type_traits/has_address_of.hpp +++ b/sprout/type_traits/has_address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e89ee012..a7ff604b 100644 --- a/sprout/type_traits/has_arithmetic_operator.hpp +++ b/sprout/type_traits/has_arithmetic_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a3087d57..cd48290f 100644 --- a/sprout/type_traits/has_assign.hpp +++ b/sprout/type_traits/has_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 55398d3e..79d9e069 100644 --- a/sprout/type_traits/has_assignment_operator.hpp +++ b/sprout/type_traits/has_assignment_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6525ca8b..e7ce0e08 100644 --- a/sprout/type_traits/has_bit_and.hpp +++ b/sprout/type_traits/has_bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1f743b96..72fbe901 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d35cc384..07c5511e 100644 --- a/sprout/type_traits/has_bit_not.hpp +++ b/sprout/type_traits/has_bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 25c09e56..b01dd9e7 100644 --- a/sprout/type_traits/has_bit_or.hpp +++ b/sprout/type_traits/has_bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c248880d..c12c3e21 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 85d86c10..485c67b9 100644 --- a/sprout/type_traits/has_bit_xor.hpp +++ b/sprout/type_traits/has_bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 18283574..1340c51e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0b86b736..4b6262ee 100644 --- a/sprout/type_traits/has_bitwise_operator.hpp +++ b/sprout/type_traits/has_bitwise_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0df6d8f6..367d78a7 100644 --- a/sprout/type_traits/has_comma.hpp +++ b/sprout/type_traits/has_comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0fa5ec93..7d1953b5 100644 --- a/sprout/type_traits/has_comparison_operator.hpp +++ b/sprout/type_traits/has_comparison_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9a0c494e..58642169 100644 --- a/sprout/type_traits/has_complement.hpp +++ b/sprout/type_traits/has_complement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f14f1588..7e30eafb 100644 --- a/sprout/type_traits/has_dereference.hpp +++ b/sprout/type_traits/has_dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a45a4a56..a4dc08e4 100644 --- a/sprout/type_traits/has_divides.hpp +++ b/sprout/type_traits/has_divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e0e1b356..037bf401 100644 --- a/sprout/type_traits/has_divides_assign.hpp +++ b/sprout/type_traits/has_divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d84e3c8d..f2c21c47 100644 --- a/sprout/type_traits/has_equal_to.hpp +++ b/sprout/type_traits/has_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e6ade55a..16507b7a 100644 --- a/sprout/type_traits/has_greater.hpp +++ b/sprout/type_traits/has_greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b224912e..c5c37467 100644 --- a/sprout/type_traits/has_greater_equal.hpp +++ b/sprout/type_traits/has_greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f7c889a0..7eb8c4a1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 56e9f17d..17de133a 100644 --- a/sprout/type_traits/has_left_shift.hpp +++ b/sprout/type_traits/has_left_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 92712e0e..0c57e53c 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5efb3f08..e77c0d33 100644 --- a/sprout/type_traits/has_less.hpp +++ b/sprout/type_traits/has_less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3c86f598..33aa7961 100644 --- a/sprout/type_traits/has_less_equal.hpp +++ b/sprout/type_traits/has_less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c8fb6c92..4237ba7c 100644 --- a/sprout/type_traits/has_logical_and.hpp +++ b/sprout/type_traits/has_logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f77a5033..225673b7 100644 --- a/sprout/type_traits/has_logical_not.hpp +++ b/sprout/type_traits/has_logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 61931344..7fdb2064 100644 --- a/sprout/type_traits/has_logical_operator.hpp +++ b/sprout/type_traits/has_logical_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 88a93761..d2563bf1 100644 --- a/sprout/type_traits/has_logical_or.hpp +++ b/sprout/type_traits/has_logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b004e16f..da345a8d 100644 --- a/sprout/type_traits/has_member.hpp +++ b/sprout/type_traits/has_member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9b8a79e1..c14d76be 100644 --- a/sprout/type_traits/has_member_pointer.hpp +++ b/sprout/type_traits/has_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 14a67fb0..95d0073a 100644 --- a/sprout/type_traits/has_members_operator.hpp +++ b/sprout/type_traits/has_members_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 929683ff..a94d9ca9 100644 --- a/sprout/type_traits/has_minus.hpp +++ b/sprout/type_traits/has_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d7f5a438..c9106166 100644 --- a/sprout/type_traits/has_minus_assign.hpp +++ b/sprout/type_traits/has_minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b625e3ef..478b042f 100644 --- a/sprout/type_traits/has_modulus.hpp +++ b/sprout/type_traits/has_modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 40ef4348..c7a75464 100644 --- a/sprout/type_traits/has_modulus_assign.hpp +++ b/sprout/type_traits/has_modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8d0289e2..e67fb5b2 100644 --- a/sprout/type_traits/has_multiplies.hpp +++ b/sprout/type_traits/has_multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d86be0b6..1147b3e3 100644 --- a/sprout/type_traits/has_multiplies_assign.hpp +++ b/sprout/type_traits/has_multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 96a75623..77316ff9 100644 --- a/sprout/type_traits/has_negate.hpp +++ b/sprout/type_traits/has_negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b67a5bb2..c4fe6f65 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 10681fb5..0d1219ee 100644 --- a/sprout/type_traits/has_operator.hpp +++ b/sprout/type_traits/has_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6d28d523..6e4a3a4f 100644 --- a/sprout/type_traits/has_plus.hpp +++ b/sprout/type_traits/has_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a84aa921..65527842 100644 --- a/sprout/type_traits/has_plus_assign.hpp +++ b/sprout/type_traits/has_plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 50887572..453d15e4 100644 --- a/sprout/type_traits/has_posite.hpp +++ b/sprout/type_traits/has_posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 120c4cff..76e36671 100644 --- a/sprout/type_traits/has_post_decrement.hpp +++ b/sprout/type_traits/has_post_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 63ddbf64..ef385478 100644 --- a/sprout/type_traits/has_post_increment.hpp +++ b/sprout/type_traits/has_post_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e14688eb..b8091f76 100644 --- a/sprout/type_traits/has_pre_decrement.hpp +++ b/sprout/type_traits/has_pre_decrement.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 032776bf..e0fa73ea 100644 --- a/sprout/type_traits/has_pre_increment.hpp +++ b/sprout/type_traits/has_pre_increment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1ad6df73..cc799459 100644 --- a/sprout/type_traits/has_reference_operator.hpp +++ b/sprout/type_traits/has_reference_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 972ee49a..1d7a676a 100644 --- a/sprout/type_traits/has_right_shift.hpp +++ b/sprout/type_traits/has_right_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 356db884..8aac00a7 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 70453e78..8c974f03 100644 --- a/sprout/type_traits/has_shift_left.hpp +++ b/sprout/type_traits/has_shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7afba4cd..836323cf 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e6d2d043..78ce12b3 100644 --- a/sprout/type_traits/has_shift_right.hpp +++ b/sprout/type_traits/has_shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c1501874..2bf15025 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8f7504b3..7b9fd14b 100644 --- a/sprout/type_traits/has_subscript.hpp +++ b/sprout/type_traits/has_subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e7a540bb..f6316e3a 100644 --- a/sprout/type_traits/has_type.hpp +++ b/sprout/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5125491f..1fcd6838 100644 --- a/sprout/type_traits/has_unary_minus.hpp +++ b/sprout/type_traits/has_unary_minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1274b95a..03bd5fe0 100644 --- a/sprout/type_traits/has_unary_plus.hpp +++ b/sprout/type_traits/has_unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 57fe5b3f..b6332302 100644 --- a/sprout/type_traits/has_value.hpp +++ b/sprout/type_traits/has_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7a8602c5..41ec2f3c 100644 --- a/sprout/type_traits/has_various_operator.hpp +++ b/sprout/type_traits/has_various_operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 168a56c1..8d77fa05 100644 --- a/sprout/type_traits/has_virtual_destructor.hpp +++ b/sprout/type_traits/has_virtual_destructor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 59b51372..9f9d970d 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 10bc4836..11db4d4c 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a09c4be7..35da5ce9 100644 --- a/sprout/type_traits/inherit_if_type.hpp +++ b/sprout/type_traits/inherit_if_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 76eafb3a..af1aac21 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 890b6cee..3b9273d1 100644 --- a/sprout/type_traits/integral_constant.hpp +++ b/sprout/type_traits/integral_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6b4fe88a..916de851 100644 --- a/sprout/type_traits/introspection.hpp +++ b/sprout/type_traits/introspection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e9f46f18..74495d47 100644 --- a/sprout/type_traits/is_abstract.hpp +++ b/sprout/type_traits/is_abstract.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d493fce9..dbd71120 100644 --- a/sprout/type_traits/is_arithmetic.hpp +++ b/sprout/type_traits/is_arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 51aefb72..113efb35 100644 --- a/sprout/type_traits/is_array.hpp +++ b/sprout/type_traits/is_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 68fa84d1..ff3328ad 100644 --- a/sprout/type_traits/is_assignable.hpp +++ b/sprout/type_traits/is_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d06ecbde..a40917ef 100644 --- a/sprout/type_traits/is_base_of.hpp +++ b/sprout/type_traits/is_base_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8b3e69a9..9854a842 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a2ff38b2..1f520f8c 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 25d2118f..7346f559 100644 --- a/sprout/type_traits/is_class.hpp +++ b/sprout/type_traits/is_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0749903c..4cf9d949 100644 --- a/sprout/type_traits/is_compound.hpp +++ b/sprout/type_traits/is_compound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 90af9f24..e65fc773 100644 --- a/sprout/type_traits/is_const.hpp +++ b/sprout/type_traits/is_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f20670ee..586fa8d1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1b79f8e6..a3e52497 100644 --- a/sprout/type_traits/is_const_unqualified.hpp +++ b/sprout/type_traits/is_const_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ce08ae67..b0cad8e3 100644 --- a/sprout/type_traits/is_constructible.hpp +++ b/sprout/type_traits/is_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3ad615d9..fb1ccea8 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 28aa68f1..88218028 100644 --- a/sprout/type_traits/is_convertible.hpp +++ b/sprout/type_traits/is_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 06f0bd24..0ad6a678 100644 --- a/sprout/type_traits/is_copy_assignable.hpp +++ b/sprout/type_traits/is_copy_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 538aa272..4e46c55f 100644 --- a/sprout/type_traits/is_copy_constructible.hpp +++ b/sprout/type_traits/is_copy_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2f72db39..734b59c1 100644 --- a/sprout/type_traits/is_cv_unqualified.hpp +++ b/sprout/type_traits/is_cv_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 17daa3e2..d3281ee8 100644 --- a/sprout/type_traits/is_default_constructible.hpp +++ b/sprout/type_traits/is_default_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b6d9abc6..7c949a0c 100644 --- a/sprout/type_traits/is_destructible.hpp +++ b/sprout/type_traits/is_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f724413b..e4f96a14 100644 --- a/sprout/type_traits/is_empty.hpp +++ b/sprout/type_traits/is_empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 24887a40..90e1535d 100644 --- a/sprout/type_traits/is_enum.hpp +++ b/sprout/type_traits/is_enum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4240764e..71060cd4 100644 --- a/sprout/type_traits/is_final.hpp +++ b/sprout/type_traits/is_final.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 753a40ba..22d4185a 100644 --- a/sprout/type_traits/is_floating_point.hpp +++ b/sprout/type_traits/is_floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2ea4edb9..8a9bad8d 100644 --- a/sprout/type_traits/is_function.hpp +++ b/sprout/type_traits/is_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f18af384..51dad4a2 100644 --- a/sprout/type_traits/is_fundamental.hpp +++ b/sprout/type_traits/is_fundamental.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bac2f8ea..dd244351 100644 --- a/sprout/type_traits/is_integral.hpp +++ b/sprout/type_traits/is_integral.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 708d3f8e..2f98371e 100644 --- a/sprout/type_traits/is_literal_type.hpp +++ b/sprout/type_traits/is_literal_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2cf15170..9ca1118e 100644 --- a/sprout/type_traits/is_lvalue_reference.hpp +++ b/sprout/type_traits/is_lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 23ba54bf..eb2089fb 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3fc50c10..f78d49ae 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cf321ced..480a55e0 100644 --- a/sprout/type_traits/is_member_pointer.hpp +++ b/sprout/type_traits/is_member_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ea0b1652..7c91ff95 100644 --- a/sprout/type_traits/is_move_assignable.hpp +++ b/sprout/type_traits/is_move_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5677540f..a011da4c 100644 --- a/sprout/type_traits/is_move_constructible.hpp +++ b/sprout/type_traits/is_move_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d0b1f8ab..dd6e8cb2 100644 --- a/sprout/type_traits/is_nothrow_assignable.hpp +++ b/sprout/type_traits/is_nothrow_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 37b4a313..6b02a89b 100644 --- a/sprout/type_traits/is_nothrow_constructible.hpp +++ b/sprout/type_traits/is_nothrow_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 35f28648..682fcbd2 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7c5fc831..c639d759 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d0c853b7..489303a9 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f46fe7f9..8dceba4d 100644 --- a/sprout/type_traits/is_nothrow_destructible.hpp +++ b/sprout/type_traits/is_nothrow_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 5b112dce..8ea8cf6a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c101d053..0b8debfa 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a61ca4c2..5750235a 100644 --- a/sprout/type_traits/is_nothrow_swappable.hpp +++ b/sprout/type_traits/is_nothrow_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 698ef292..a7830cfa 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4b7625fe..0400ca3f 100644 --- a/sprout/type_traits/is_null_pointer.hpp +++ b/sprout/type_traits/is_null_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -8,8 +8,8 @@ #ifndef SPROUT_TYPE_TRAITS_IS_NULL_POINTER_HPP #define SPROUT_TYPE_TRAITS_IS_NULL_POINTER_HPP -#include #include +#include #include namespace sprout { diff --git a/sprout/type_traits/is_nullptr_cast.hpp b/sprout/type_traits/is_nullptr_cast.hpp index 6b28f487..8a8850cb 100644 --- a/sprout/type_traits/is_nullptr_cast.hpp +++ b/sprout/type_traits/is_nullptr_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f83038e1..f8eb0e6d 100644 --- a/sprout/type_traits/is_object.hpp +++ b/sprout/type_traits/is_object.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 32f055c2..6c479344 100644 --- a/sprout/type_traits/is_pod.hpp +++ b/sprout/type_traits/is_pod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1729c50b..8b5f0e51 100644 --- a/sprout/type_traits/is_pointer.hpp +++ b/sprout/type_traits/is_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f7b0a8d4..0b5b3ed8 100644 --- a/sprout/type_traits/is_polymorphic.hpp +++ b/sprout/type_traits/is_polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 7aeac30b..7dfd4f5c 100644 --- a/sprout/type_traits/is_reference.hpp +++ b/sprout/type_traits/is_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 4f62797a..76c2071a 100644 --- a/sprout/type_traits/is_rvalue_reference.hpp +++ b/sprout/type_traits/is_rvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 728d37d3..5b399278 100644 --- a/sprout/type_traits/is_same.hpp +++ b/sprout/type_traits/is_same.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 25a7b854..181a59b2 100644 --- a/sprout/type_traits/is_scalar.hpp +++ b/sprout/type_traits/is_scalar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 57278b4a..5e843020 100644 --- a/sprout/type_traits/is_signed.hpp +++ b/sprout/type_traits/is_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 65d24970..eff32c42 100644 --- a/sprout/type_traits/is_sint.hpp +++ b/sprout/type_traits/is_sint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c0998483..81f965d4 100644 --- a/sprout/type_traits/is_standard_layout.hpp +++ b/sprout/type_traits/is_standard_layout.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f5a5e500..c4ca8121 100644 --- a/sprout/type_traits/is_swappable.hpp +++ b/sprout/type_traits/is_swappable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6ce06056..2584bc4c 100644 --- a/sprout/type_traits/is_swappable_with.hpp +++ b/sprout/type_traits/is_swappable_with.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c581b81f..d7f0defa 100644 --- a/sprout/type_traits/is_trivial.hpp +++ b/sprout/type_traits/is_trivial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 00aea113..4850da91 100644 --- a/sprout/type_traits/is_trivially_assignable.hpp +++ b/sprout/type_traits/is_trivially_assignable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0d0b77fa..dbedfd2d 100644 --- a/sprout/type_traits/is_trivially_constructible.hpp +++ b/sprout/type_traits/is_trivially_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 2b261095..15f2010b 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 642aa82a..f5c3f483 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f0728532..62f3c636 100644 --- a/sprout/type_traits/is_trivially_copyable.hpp +++ b/sprout/type_traits/is_trivially_copyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 23495f59..1569671b 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8903d8d3..c433175d 100644 --- a/sprout/type_traits/is_trivially_destructible.hpp +++ b/sprout/type_traits/is_trivially_destructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 bed8ca4a..acb8aa81 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 e74a2218..d027ae92 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cc5f4069..05f01413 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 8f6023dd..5c64bd9c 100644 --- a/sprout/type_traits/is_union.hpp +++ b/sprout/type_traits/is_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0013e26b..058c900a 100644 --- a/sprout/type_traits/is_unsigned.hpp +++ b/sprout/type_traits/is_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 45227ff7..22cff92e 100644 --- a/sprout/type_traits/is_upcast.hpp +++ b/sprout/type_traits/is_upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b8333d1b..b49459a3 100644 --- a/sprout/type_traits/is_void.hpp +++ b/sprout/type_traits/is_void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0cc063ef..23c2824d 100644 --- a/sprout/type_traits/is_volatile.hpp +++ b/sprout/type_traits/is_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 862d8a16..585e038d 100644 --- a/sprout/type_traits/is_volatile_unqualified.hpp +++ b/sprout/type_traits/is_volatile_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3711ff28..000136f7 100644 --- a/sprout/type_traits/is_within_namespace.hpp +++ b/sprout/type_traits/is_within_namespace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0556acde..ec15164d 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1e665ef8..3e631f58 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 929cf157..675cee75 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a3cc667c..57cc7444 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 c3784d93..603a02fb 100644 --- a/sprout/type_traits/logical.hpp +++ b/sprout/type_traits/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b599eb0d..c2b17c6a 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 600b2dd2..7615e311 100644 --- a/sprout/type_traits/make_signed.hpp +++ b/sprout/type_traits/make_signed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f976d177..a045651f 100644 --- a/sprout/type_traits/make_unsigned.hpp +++ b/sprout/type_traits/make_unsigned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 46541de3..9fa85a3f 100644 --- a/sprout/type_traits/negation.hpp +++ b/sprout/type_traits/negation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1dc7de90..abe6f737 100644 --- a/sprout/type_traits/pointer_modification.hpp +++ b/sprout/type_traits/pointer_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a002c7cf..fd0d0f5a 100644 --- a/sprout/type_traits/property.hpp +++ b/sprout/type_traits/property.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 eaa5ce46..51ec6054 100644 --- a/sprout/type_traits/property_query.hpp +++ b/sprout/type_traits/property_query.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6d27394d..a1d27192 100644 --- a/sprout/type_traits/rank.hpp +++ b/sprout/type_traits/rank.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ecbb66ca..737c0a82 100644 --- a/sprout/type_traits/ref_modification.hpp +++ b/sprout/type_traits/ref_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 112b3aa2..e152bb86 100644 --- a/sprout/type_traits/relationship.hpp +++ b/sprout/type_traits/relationship.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6be9bb8b..38691733 100644 --- a/sprout/type_traits/remove_all_extents.hpp +++ b/sprout/type_traits/remove_all_extents.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 6e974ed1..c5ff4d77 100644 --- a/sprout/type_traits/remove_const.hpp +++ b/sprout/type_traits/remove_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 177335ad..607dadec 100644 --- a/sprout/type_traits/remove_cv.hpp +++ b/sprout/type_traits/remove_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 926d7861..e0a4ec4e 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 dd806c5b..994a7cdb 100644 --- a/sprout/type_traits/remove_extent.hpp +++ b/sprout/type_traits/remove_extent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1a44f501..e6d7e264 100644 --- a/sprout/type_traits/remove_pointer.hpp +++ b/sprout/type_traits/remove_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 d55c99fa..861d734f 100644 --- a/sprout/type_traits/remove_reference.hpp +++ b/sprout/type_traits/remove_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 3c37f412..11241a3f 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 cf224602..13e86be7 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 09e894cb..36388d39 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 b664ee15..2a2fe599 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 9c9dac77..900c510c 100644 --- a/sprout/type_traits/remove_volatile.hpp +++ b/sprout/type_traits/remove_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 a29ca47f..215213b6 100644 --- a/sprout/type_traits/result_of.hpp +++ b/sprout/type_traits/result_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 88ad87d2..b4e89781 100644 --- a/sprout/type_traits/sign_modification.hpp +++ b/sprout/type_traits/sign_modification.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ea170f6e..a084cf9a 100644 --- a/sprout/type_traits/std.hpp +++ b/sprout/type_traits/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 813b4568..bfb5efde 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 1df5bcf5..6dbf2414 100644 --- a/sprout/type_traits/std_type_traits.hpp +++ b/sprout/type_traits/std_type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 69ef1085..6fe81bbe 100644 --- a/sprout/type_traits/std_value_variables.hpp +++ b/sprout/type_traits/std_value_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 f2581de3..96248dec 100644 --- a/sprout/type_traits/transformation.hpp +++ b/sprout/type_traits/transformation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 ad12c295..cc41c6f6 100644 --- a/sprout/type_traits/underlying_type.hpp +++ b/sprout/type_traits/underlying_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 Bolero 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 0db420f0..f5a87d26 100644 --- a/sprout/type_traits/voider.hpp +++ b/sprout/type_traits/voider.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a38ef397..418342bb 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e48a2182..1bc8b305 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4603e8f9..794e7441 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c13b1d86..11d85917 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 27df6eba..693e63e0 100644 --- a/sprout/utility/as_non_const.hpp +++ b/sprout/utility/as_non_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5147f44c..425d63e4 100644 --- a/sprout/utility/cast.hpp +++ b/sprout/utility/cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 20e88c77..5a8dc433 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43f9aef7..30128e0c 100644 --- a/sprout/utility/dyn_cast.hpp +++ b/sprout/utility/dyn_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e49913e9..0f1bc123 100644 --- a/sprout/utility/eat.hpp +++ b/sprout/utility/eat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0326afff..1231f81b 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c14bd186..710b82ea 100644 --- a/sprout/utility/exchange.hpp +++ b/sprout/utility/exchange.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5b28979a..e32e890c 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bbd0e2aa..d432465f 100644 --- a/sprout/utility/ignore_unused.hpp +++ b/sprout/utility/ignore_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0ff0ee0f..06ecf9d7 100644 --- a/sprout/utility/implicit_cast.hpp +++ b/sprout/utility/implicit_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 389834a6..3f6ceb7a 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3bc2626..1c0dbd25 100644 --- a/sprout/utility/loop.hpp +++ b/sprout/utility/loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 090ac5a5..25b7fbc3 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2eb74ec9..773fc04f 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e3543adc..dc82e767 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 760b5def..58ab6fc8 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 da80ec96..f0535672 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eaa06a74..e3a461ca 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d7c7827..9189706c 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 79282262..78a31f47 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 660f1b6b..e202752c 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 af08fc87..f85c24ff 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 854a432d..1e252489 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2a42180e..d684f7ef 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a510e622..4075fd31 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e0dd37e..9d61699e 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d8095730..229a44ce 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 95e36d59..e3fd7c31 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d6f8e82..03179a3b 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 07c47440..59150ab6 100644 --- a/sprout/utility/pass_through.hpp +++ b/sprout/utility/pass_through.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 38d5a582..0f4e0e3d 100644 --- a/sprout/utility/reinter_cast.hpp +++ b/sprout/utility/reinter_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7aed9c1f..f3d6d118 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 aa0e7009..1c15320b 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 39936be1..240245a2 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2cd26928..8b99247d 100644 --- a/sprout/utility/string_view/alias.hpp +++ b/sprout/utility/string_view/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 48e7393e..f775c08a 100644 --- a/sprout/utility/string_view/comparison.hpp +++ b/sprout/utility/string_view/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d4741f6..a7d4ce3a 100644 --- a/sprout/utility/string_view/conversion.hpp +++ b/sprout/utility/string_view/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 571716d7..164a55eb 100644 --- a/sprout/utility/string_view/from_string.hpp +++ b/sprout/utility/string_view/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bd94f131..e8469c4a 100644 --- a/sprout/utility/string_view/hash.hpp +++ b/sprout/utility/string_view/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 faec4f6b..d121161c 100644 --- a/sprout/utility/string_view/io.hpp +++ b/sprout/utility/string_view/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42b673dd..621b1230 100644 --- a/sprout/utility/string_view/literals.hpp +++ b/sprout/utility/string_view/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 605583aa..b3ebe1f4 100644 --- a/sprout/utility/string_view/string_ref.hpp +++ b/sprout/utility/string_view/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8945d4a2..926d04dc 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef4fad6c..52bd6915 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 35f73825..7cd8fb97 100644 --- a/sprout/utility/string_view/string_view.hpp +++ b/sprout/utility/string_view/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 632adf8d..0849433b 100644 --- a/sprout/utility/string_view/type_traits.hpp +++ b/sprout/utility/string_view/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 42bda578..c4a25965 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 51894a30..4a310c58 100644 --- a/sprout/utility/unmove.hpp +++ b/sprout/utility/unmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fe760385..82531c1f 100644 --- a/sprout/utility/until_loop.hpp +++ b/sprout/utility/until_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7c941145..0b7a278b 100644 --- a/sprout/utility/upcast.hpp +++ b/sprout/utility/upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8b2578e6..5c4e20a8 100644 --- a/sprout/utility/use_default.hpp +++ b/sprout/utility/use_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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.hpp b/sprout/utility/value_holder.hpp index 6761dd8d..d98e0ca3 100644 --- a/sprout/utility/value_holder.hpp +++ b/sprout/utility/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6fe5e49..811d362b 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eecbe96c..57f8f752 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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/value_holder.hpp b/sprout/utility/value_holder/value_holder.hpp index 42dda061..9aaf2b12 100644 --- a/sprout/utility/value_holder/value_holder.hpp +++ b/sprout/utility/value_holder/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 915ec623..be204ae3 100644 --- a/sprout/utility/while_loop.hpp +++ b/sprout/utility/while_loop.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1a208829..d0e105d6 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 24a55dd6..ee8f9368 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 504d98bf..33a3b332 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 78d2f7f2..efd8c846 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 eb873624..991ab2c6 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3caed341..b9005415 100644 --- a/sprout/uuid/literals.hpp +++ b/sprout/uuid/literals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3e754e16..f739d1c4 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3b0103a4..ecc15700 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 44084af9..cd7db6a7 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 869f5ad6..ab20b808 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9baf346b..5620dbf0 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 005c95d2..4f96a4ce 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ae8fa8f0..b4109e7e 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8abf1370..ec718426 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 43354517..bb13ee05 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08f66bd2..df2dc814 100644 --- a/sprout/valarray.hpp +++ b/sprout/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d292175..4b6235a1 100644 --- a/sprout/valarray/arithmetic.hpp +++ b/sprout/valarray/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c88dcdc..59a09a40 100644 --- a/sprout/valarray/bitwise.hpp +++ b/sprout/valarray/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8eb704b8..b90cb148 100644 --- a/sprout/valarray/comparison.hpp +++ b/sprout/valarray/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0f3ba204..852d3619 100644 --- a/sprout/valarray/container.hpp +++ b/sprout/valarray/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f7acfc29..2f114b6d 100644 --- a/sprout/valarray/exponential.hpp +++ b/sprout/valarray/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e0c19215..d6504ab8 100644 --- a/sprout/valarray/gslice_array.hpp +++ b/sprout/valarray/gslice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2ea9ff25..d0883245 100644 --- a/sprout/valarray/hash.hpp +++ b/sprout/valarray/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 518fdec5..d992502b 100644 --- a/sprout/valarray/hyperbolic.hpp +++ b/sprout/valarray/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 15498f84..df739f71 100644 --- a/sprout/valarray/indirect_array.hpp +++ b/sprout/valarray/indirect_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cfcba55e..7fcef042 100644 --- a/sprout/valarray/logical.hpp +++ b/sprout/valarray/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 dde612c0..40c1e129 100644 --- a/sprout/valarray/make_valarray.hpp +++ b/sprout/valarray/make_valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fb26a3f8..208592c8 100644 --- a/sprout/valarray/mask_array.hpp +++ b/sprout/valarray/mask_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c42243c..63792597 100644 --- a/sprout/valarray/power.hpp +++ b/sprout/valarray/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a06f5700..4b0bc11d 100644 --- a/sprout/valarray/slice_array.hpp +++ b/sprout/valarray/slice_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d4ed8f63..9c89d56d 100644 --- a/sprout/valarray/trigonometric.hpp +++ b/sprout/valarray/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a11d5df7..a9b29754 100644 --- a/sprout/valarray/tuple.hpp +++ b/sprout/valarray/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 516e6e48..7882f3c9 100644 --- a/sprout/valarray/type_traits.hpp +++ b/sprout/valarray/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 84a449cc..cad17e1e 100644 --- a/sprout/valarray/valarray.hpp +++ b/sprout/valarray/valarray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4c202f0e..4539833c 100644 --- a/sprout/valarray/valarray_fwd.hpp +++ b/sprout/valarray/valarray_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86f7afb0..c229be58 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 328e32c3..0c8843ed 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6e543b46..4cfe251e 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8616c9d6..1569b6a9 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db7aae01..6fe387a8 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f33e6370..c662ce59 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c77c0465..b4cd99a9 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 447151a8..59503fde 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b3e8c21d..9a66287a 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f5d694c4..87d64924 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9ba4ce4f..64161e4d 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8c2c6f89..e515c33b 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6135ff80..475206ad 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 41c4dd28..c1c83171 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 47dee21b..aea035c1 100644 --- a/sprout/version.hpp +++ b/sprout/version.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2015 Bolero MURAKAMI + Copyright (c) 2011-2017 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 20170726 +#define SPROUT_VERSION_YYYYMMDD 20170729 #endif // #ifndef SPROUT_VERSION_HPP diff --git a/sprout/weed.hpp b/sprout/weed.hpp index 1f6a9690..ea79168f 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0d511322..6d69658a 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f2fe1b2..dee788e3 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 94b1469f..b0e7da6d 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b02f16f5..d65c3849 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 34e26520..583eaa48 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a2c1e749..e2cb2385 100644 --- a/sprout/weed/attr_cnv/results.hpp +++ b/sprout/weed/attr_cnv/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1dd1beaf..9f2a055e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 128ad179..e72c2e18 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d631918c..40b642e8 100644 --- a/sprout/weed/attr_cnv/results/modulus.hpp +++ b/sprout/weed/attr_cnv/results/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2936c357..c746688b 100644 --- a/sprout/weed/attr_cnv/results/negate.hpp +++ b/sprout/weed/attr_cnv/results/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40d6abbc..1b2785db 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1df167a8..1f6237e8 100644 --- a/sprout/weed/attr_cnv/results/times.hpp +++ b/sprout/weed/attr_cnv/results/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1567b1dd..6e462275 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8423a967..76462b2a 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 975f2eec..217cacd0 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a3a96f12..34fbaf3e 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9de59020..d987696a 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ff535d12..9ada48a9 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 f6844a39..05040207 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 800e6d1c..86c2759b 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1c9dc74f..5f1e97b6 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7888b61b..e63c42b0 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8e39e987..5a503c75 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e5662fd..05032603 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c5ce6672..219a9665 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3bde816c..446b8e77 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4f94915e..bcd2774f 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d106b5c4..9738e578 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 96cdf97c..26b675de 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 47d6ae89..5a16db4b 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 69cfb1ea..30ed2623 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 05ccf951..78609699 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ea404f43..5e3aa67f 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 49c2ee72..2d50d78a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0078b900..2f2b6419 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 23941295..c646c033 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 63c784e5..ee9e807b 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9610f743..4103a05c 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2c165d75..26bdc647 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c8d22f15..2bc2a305 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 449b7955..c7b333d0 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 315ac676..239b0478 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8382e33..6cc5fd82 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3252d5e9..a5767d40 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fc8e6258..09d70c5d 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 90b18de9..7c48b38e 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6cf85b7..ec45d06f 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 3e37b314..7d249081 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d94d7831..2a756271 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 52c6c41d..313b237a 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d2926dc6..68b3baba 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 800d24b0..7afad3ce 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 19b7407e..7fc9d908 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ecc50c13..86f1cc27 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1a301ba..2153215b 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cff40e44..81e81b93 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62e1465e..5697d2a3 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6c44d7a3..134cf01a 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 030e6037..ade3551c 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1408094e..879337c4 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cccabb86..6817dbc7 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb257507..e30f7ce2 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 745b34aa..062ff612 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e8b4883b..b232e326 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 6b3c9724..43f778b6 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1d4ae690..4cf06f2c 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 706cd5e2..4ce0231c 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8823eb37..77670577 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 07b1e032..f8c31674 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d83bd6af..317885b5 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bf987764..5da952b1 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4ea6b879..500eb257 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 54ecb78b..4f21c5a3 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 5f21c829..79e006ad 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffa7cd2e..9831d497 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 97675be0..ed71bacf 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7fce38bd..bb498422 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7d9e79a6..7929cd7e 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 311ccbc9..86d885d2 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e6361ca9..b352f2ff 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 90814c80..f2c3d51e 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 76f74b54..2b2b3467 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4262b3de..ba1ddf9f 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ef132661..326c185a 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 93034e44..ed1b026b 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 33624eee..a9da5f8d 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cef7ef13..8413f5a5 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 71d7b2dc..168f740e 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b7db8570..9d690236 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 fbea9f94..479e0b78 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 91bcdd04..9aea395c 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 62224a7f..cdc42ca7 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 424a819a..10380a3b 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 27a2f116..42681174 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 276fb889..68ad1a76 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 903c216a..60eb7a51 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e47d4dd2..f92c2de1 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ffaa1c93..fe9468b0 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d25429f0..5b753a80 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 cb11b029..1dc0cc76 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b51957b2..63fc1c8e 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 b4d82759..98b3b9d5 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a4ab032f..761b43de 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8efd8f9d..770ea34c 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 81fa8ad3..86780cf9 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 772dca4f..ff4010a8 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 393c534a..d1ba9e76 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1768a92d..d59b2d05 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 78b2ad8a..dba92bb2 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 e7c1b0a6..eaa890f0 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 57885b93..c4a322f8 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9e266245..3c1b9707 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 323bba6c..b217dbe1 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 063c8df0..43d9f2cd 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-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 91f041a6..f7c2e11c 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 acd872b2..d734b412 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4ae42fc3..8ac7f962 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c5f663e4..5c02b12b 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 ec991ba2..e7aacda8 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d00b5fde..f2b546f4 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 08050238..354d312b 100644 --- a/sprout/workaround/base_class_construct.hpp +++ b/sprout/workaround/base_class_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 9de406e6..e36fe20d 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2260ed9f..404227d0 100644 --- a/sprout/workaround/enable_if_with_array.hpp +++ b/sprout/workaround/enable_if_with_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 bac6d313..fdf2e9e9 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a1baad85..1b7c259a 100644 --- a/sprout/workaround/std/cstddef.hpp +++ b/sprout/workaround/std/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 edd316ff..2935d391 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 426cded7..5fac00cd 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 d22cb022..7269ee55 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1f3de782..1b7001b9 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 0bdbe171..64ce5f74 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 8cb29504..2da33f22 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 c17cc1d4..a027aefe 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 2608dd3e..cd7eeffb 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 40dce65e..0ff61f99 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 22c7070d..45ed8c81 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 18880c38..410a60d2 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1364b857..6861b43f 100644 --- a/testspr/utility.hpp +++ b/testspr/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 1937b770..5d87e429 100644 --- a/tools/compost/wavconv.cpp +++ b/tools/compost/wavconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e13dd50..9fedad59 100644 --- a/tools/compost/wave_io.hpp +++ b/tools/compost/wave_io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a04fcb1d..bb6b3ff9 100644 --- a/tools/darkroom/darkcult.cpp +++ b/tools/darkroom/darkcult.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 04a0b676..99f6f98f 100755 --- a/tools/darkroom/darkcult.py +++ b/tools/darkroom/darkcult.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2015 Bolero MURAKAMI +# Copyright (c) 2011-2017 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 fab76aa3..d31dba2e 100755 --- a/tools/darkroom/darkcult.sh +++ b/tools/darkroom/darkcult.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2015 Bolero MURAKAMI +# Copyright (c) 2011-2017 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 1e003cf8..8df17049 100644 --- a/tools/darkroom/texconv.cpp +++ b/tools/darkroom/texconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 7b29b9e1..972a457f 100644 --- a/tools/files/filegraph.cpp +++ b/tools/files/filegraph.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 86da7c0c..7d8a58dd 100644 --- a/tools/sprig/algorithm/string.hpp +++ b/tools/sprig/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 73d718b5..15406922 100644 --- a/tools/sprig/algorithm/string/find.hpp +++ b/tools/sprig/algorithm/string/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 406e09ea..f9135de3 100644 --- a/tools/sprig/algorithm/string/find_between.hpp +++ b/tools/sprig/algorithm/string/find_between.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a8e1c99d..bedd8f99 100644 --- a/tools/sprig/algorithm/string/find_skip.hpp +++ b/tools/sprig/algorithm/string/find_skip.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 db71a45d..4b1f8f81 100644 --- a/tools/sprig/graph/back_edge_recorder.hpp +++ b/tools/sprig/graph/back_edge_recorder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 69116e9d..4fe20b8c 100644 --- a/tools/sprig/graph/depth_first_search.hpp +++ b/tools/sprig/graph/depth_first_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 4e6e4cb8..647c242f 100644 --- a/tools/testspr/test.cpp +++ b/tools/testspr/test.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2016 Bolero MURAKAMI + Copyright (c) 2011-2017 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 a72ae8aa..aa52f19b 100644 --- a/tools/testspr/test.py +++ b/tools/testspr/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # ============================================================================= -# Copyright (c) 2011-2015 Bolero MURAKAMI +# Copyright (c) 2011-2017 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 22879ff4..64bfc0a2 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============================================================================= -# Copyright (c) 2011-2015 Bolero MURAKAMI +# Copyright (c) 2011-2017 Bolero MURAKAMI # https://github.com/bolero-MURAKAMI/Sprout # # Distributed under the Boost Software License, Version 1.0. (See accompanying