diff --git a/sprout/adapt/sscrisk/cel/array.hpp b/sprout/adapt/sscrisk/cel/array.hpp index c41d02cc..7cc32139 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/sscrisk/cel/utility.hpp b/sprout/adapt/sscrisk/cel/utility.hpp index 5ddd280e..fef7790d 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/array.hpp b/sprout/adapt/std/array.hpp index 222176ba..bf6906b4 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/complex.hpp b/sprout/adapt/std/complex.hpp index 6e662f91..7d85e0dd 100644 --- a/sprout/adapt/std/complex.hpp +++ b/sprout/adapt/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/std/utility.hpp b/sprout/adapt/std/utility.hpp index 6ef47466..06f14b8f 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adl/not_found.hpp b/sprout/adl/not_found.hpp index c73fd83a..98fdeec7 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm.hpp b/sprout/algorithm.hpp index f53f6695..6af2a782 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/abs_diff.hpp b/sprout/algorithm/abs_diff.hpp index 42a58d08..91fa98b9 100644 --- a/sprout/algorithm/abs_diff.hpp +++ b/sprout/algorithm/abs_diff.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/adjacent_find.hpp b/sprout/algorithm/adjacent_find.hpp index ef8305f8..5b3d4c92 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/all_of.hpp b/sprout/algorithm/all_of.hpp index 017fa14f..4b8ea246 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/all_of_equal.hpp b/sprout/algorithm/all_of_equal.hpp index 535717b3..cc46b401 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/any_of.hpp b/sprout/algorithm/any_of.hpp index 4e2ae7bb..68c1d0e7 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/any_of_equal.hpp b/sprout/algorithm/any_of_equal.hpp index 432afe7e..af6ed4ab 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/binary_search.hpp b/sprout/algorithm/binary_search.hpp index 40d7f827..e3c2367a 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bogo_sort.hpp b/sprout/algorithm/bogo_sort.hpp index 7526e37a..795ad412 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bogo_sort_result.hpp b/sprout/algorithm/bogo_sort_result.hpp index bac0266d..c28ea9c5 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bozo_sort.hpp b/sprout/algorithm/bozo_sort.hpp index 66e2d22c..a6c162f5 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/bozo_sort_result.hpp b/sprout/algorithm/bozo_sort_result.hpp index 7caf1123..53802afd 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp.hpp b/sprout/algorithm/clamp.hpp index 9176a8f7..cdc72b8f 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp_range.hpp b/sprout/algorithm/clamp_range.hpp index 51850081..36ba1227 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/clamp_range_copy.hpp b/sprout/algorithm/clamp_range_copy.hpp index 1aa46f77..f009aa8c 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy.hpp b/sprout/algorithm/copy.hpp index b907134b..80d5cf34 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_backward.hpp b/sprout/algorithm/copy_backward.hpp index 08e5a83c..0b18da11 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_if.hpp b/sprout/algorithm/copy_if.hpp index 28edfc20..3db68ece 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_n.hpp b/sprout/algorithm/copy_n.hpp index f0cff8d9..0f356b20 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_until.hpp b/sprout/algorithm/copy_until.hpp index a9d6c9e4..f3a32f48 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/copy_while.hpp b/sprout/algorithm/copy_while.hpp index 3752b269..ee18d944 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/count.hpp b/sprout/algorithm/count.hpp index 3c1985fe..fbefd34a 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/count_if.hpp b/sprout/algorithm/count_if.hpp index b3a48934..a71f14d4 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14.hpp b/sprout/algorithm/cxx14.hpp index a55e925d..ca7bc3e3 100644 --- a/sprout/algorithm/cxx14.hpp +++ b/sprout/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/bogo_sort.hpp b/sprout/algorithm/cxx14/bogo_sort.hpp index 87af4282..aea8a12c 100644 --- a/sprout/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/bozo_sort.hpp b/sprout/algorithm/cxx14/bozo_sort.hpp index af72626f..77cbe3b7 100644 --- a/sprout/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/clamp_range.hpp b/sprout/algorithm/cxx14/clamp_range.hpp index 8ed5a100..3b487c51 100644 --- a/sprout/algorithm/cxx14/clamp_range.hpp +++ b/sprout/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy.hpp b/sprout/algorithm/cxx14/copy.hpp index d45b6775..f37ea33c 100644 --- a/sprout/algorithm/cxx14/copy.hpp +++ b/sprout/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_backward.hpp b/sprout/algorithm/cxx14/copy_backward.hpp index 777ef0d7..536d8eb8 100644 --- a/sprout/algorithm/cxx14/copy_backward.hpp +++ b/sprout/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_if.hpp b/sprout/algorithm/cxx14/copy_if.hpp index 44665a0c..0f2c52b9 100644 --- a/sprout/algorithm/cxx14/copy_if.hpp +++ b/sprout/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_n.hpp b/sprout/algorithm/cxx14/copy_n.hpp index 540361dc..42f7b93d 100644 --- a/sprout/algorithm/cxx14/copy_n.hpp +++ b/sprout/algorithm/cxx14/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_until.hpp b/sprout/algorithm/cxx14/copy_until.hpp index 32f08786..7d6f6a1c 100644 --- a/sprout/algorithm/cxx14/copy_until.hpp +++ b/sprout/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/copy_while.hpp b/sprout/algorithm/cxx14/copy_while.hpp index 4052608d..2e8557ec 100644 --- a/sprout/algorithm/cxx14/copy_while.hpp +++ b/sprout/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/heap_tool.hpp b/sprout/algorithm/cxx14/detail/heap_tool.hpp index 1c5ec0db..8bb01dd9 100644 --- a/sprout/algorithm/cxx14/detail/heap_tool.hpp +++ b/sprout/algorithm/cxx14/detail/heap_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/insertion_sort.hpp b/sprout/algorithm/cxx14/detail/insertion_sort.hpp index 4e91d7da..450ae3eb 100644 --- a/sprout/algorithm/cxx14/detail/insertion_sort.hpp +++ b/sprout/algorithm/cxx14/detail/insertion_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/detail/sort_tool.hpp b/sprout/algorithm/cxx14/detail/sort_tool.hpp index be56c60d..644187f6 100644 --- a/sprout/algorithm/cxx14/detail/sort_tool.hpp +++ b/sprout/algorithm/cxx14/detail/sort_tool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/fill.hpp b/sprout/algorithm/cxx14/fill.hpp index 0b0361f5..b2750bf5 100644 --- a/sprout/algorithm/cxx14/fill.hpp +++ b/sprout/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/fill_n.hpp b/sprout/algorithm/cxx14/fill_n.hpp index 7b4164c4..affaca42 100644 --- a/sprout/algorithm/cxx14/fill_n.hpp +++ b/sprout/algorithm/cxx14/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/for_each.hpp b/sprout/algorithm/cxx14/for_each.hpp index 99050c50..3a8ff354 100644 --- a/sprout/algorithm/cxx14/for_each.hpp +++ b/sprout/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/gather.hpp b/sprout/algorithm/cxx14/gather.hpp index 08927908..8ad313ef 100644 --- a/sprout/algorithm/cxx14/gather.hpp +++ b/sprout/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/generate.hpp b/sprout/algorithm/cxx14/generate.hpp index bbf5d0d3..4e5ced99 100644 --- a/sprout/algorithm/cxx14/generate.hpp +++ b/sprout/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/generate_n.hpp b/sprout/algorithm/cxx14/generate_n.hpp index c033af93..9a0f0ec4 100644 --- a/sprout/algorithm/cxx14/generate_n.hpp +++ b/sprout/algorithm/cxx14/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/inplace_merge.hpp b/sprout/algorithm/cxx14/inplace_merge.hpp index ab3d32cd..ca7133fb 100644 --- a/sprout/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/iter_swap.hpp b/sprout/algorithm/cxx14/iter_swap.hpp index 2627593b..2654a286 100644 --- a/sprout/algorithm/cxx14/iter_swap.hpp +++ b/sprout/algorithm/cxx14/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/make_heap.hpp b/sprout/algorithm/cxx14/make_heap.hpp index 42536583..8f55f8f6 100644 --- a/sprout/algorithm/cxx14/make_heap.hpp +++ b/sprout/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/merge.hpp b/sprout/algorithm/cxx14/merge.hpp index 5f997404..fc0a222b 100644 --- a/sprout/algorithm/cxx14/merge.hpp +++ b/sprout/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/move.hpp b/sprout/algorithm/cxx14/move.hpp index 29200adc..5ecdf9f3 100644 --- a/sprout/algorithm/cxx14/move.hpp +++ b/sprout/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/move_backward.hpp b/sprout/algorithm/cxx14/move_backward.hpp index 0638de50..bd5adf0e 100644 --- a/sprout/algorithm/cxx14/move_backward.hpp +++ b/sprout/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/next_permutation.hpp b/sprout/algorithm/cxx14/next_permutation.hpp index 2c9d9d8f..cbe61705 100644 --- a/sprout/algorithm/cxx14/next_permutation.hpp +++ b/sprout/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/nth_element.hpp b/sprout/algorithm/cxx14/nth_element.hpp index b971c165..1d8a6df5 100644 --- a/sprout/algorithm/cxx14/nth_element.hpp +++ b/sprout/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partial_sort.hpp b/sprout/algorithm/cxx14/partial_sort.hpp index 4bce9914..4e974c7f 100644 --- a/sprout/algorithm/cxx14/partial_sort.hpp +++ b/sprout/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partial_sort_copy.hpp b/sprout/algorithm/cxx14/partial_sort_copy.hpp index 82b56ba4..a22696fa 100644 --- a/sprout/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partition.hpp b/sprout/algorithm/cxx14/partition.hpp index ddf961ad..8e8186cd 100644 --- a/sprout/algorithm/cxx14/partition.hpp +++ b/sprout/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/partition_copy.hpp b/sprout/algorithm/cxx14/partition_copy.hpp index a40d1c8e..4424064b 100644 --- a/sprout/algorithm/cxx14/partition_copy.hpp +++ b/sprout/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/pop_heap.hpp b/sprout/algorithm/cxx14/pop_heap.hpp index 0332eb56..2037265f 100644 --- a/sprout/algorithm/cxx14/pop_heap.hpp +++ b/sprout/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/prev_permutation.hpp b/sprout/algorithm/cxx14/prev_permutation.hpp index f4c462f5..b7a20bc7 100644 --- a/sprout/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/push_heap.hpp b/sprout/algorithm/cxx14/push_heap.hpp index b7561b13..a37c3013 100644 --- a/sprout/algorithm/cxx14/push_heap.hpp +++ b/sprout/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/random_shuffle.hpp b/sprout/algorithm/cxx14/random_shuffle.hpp index c7dfb1a1..8f399d2b 100644 --- a/sprout/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/random_swap.hpp b/sprout/algorithm/cxx14/random_swap.hpp index fa8f17dd..02d10e0c 100644 --- a/sprout/algorithm/cxx14/random_swap.hpp +++ b/sprout/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove.hpp b/sprout/algorithm/cxx14/remove.hpp index 6f0fe4b1..4c3e3ee7 100644 --- a/sprout/algorithm/cxx14/remove.hpp +++ b/sprout/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_copy.hpp b/sprout/algorithm/cxx14/remove_copy.hpp index a78808e3..cf7bfa87 100644 --- a/sprout/algorithm/cxx14/remove_copy.hpp +++ b/sprout/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_copy_if.hpp b/sprout/algorithm/cxx14/remove_copy_if.hpp index a689180b..4a1049ad 100644 --- a/sprout/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/remove_if.hpp b/sprout/algorithm/cxx14/remove_if.hpp index 65096080..92616975 100644 --- a/sprout/algorithm/cxx14/remove_if.hpp +++ b/sprout/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace.hpp b/sprout/algorithm/cxx14/replace.hpp index 0a012a8b..59f98a2f 100644 --- a/sprout/algorithm/cxx14/replace.hpp +++ b/sprout/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_copy.hpp b/sprout/algorithm/cxx14/replace_copy.hpp index 451eb566..75d12b91 100644 --- a/sprout/algorithm/cxx14/replace_copy.hpp +++ b/sprout/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_copy_if.hpp b/sprout/algorithm/cxx14/replace_copy_if.hpp index 5b1ede93..75353fe3 100644 --- a/sprout/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/replace_if.hpp b/sprout/algorithm/cxx14/replace_if.hpp index 517b01e2..2df9d501 100644 --- a/sprout/algorithm/cxx14/replace_if.hpp +++ b/sprout/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/reverse.hpp b/sprout/algorithm/cxx14/reverse.hpp index 7b780274..869f8948 100644 --- a/sprout/algorithm/cxx14/reverse.hpp +++ b/sprout/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/reverse_copy.hpp b/sprout/algorithm/cxx14/reverse_copy.hpp index 9c0c570d..66157f41 100644 --- a/sprout/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/rotate.hpp b/sprout/algorithm/cxx14/rotate.hpp index 597cf377..cfa70363 100644 --- a/sprout/algorithm/cxx14/rotate.hpp +++ b/sprout/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/rotate_copy.hpp b/sprout/algorithm/cxx14/rotate_copy.hpp index 4712b3f8..6c02b66e 100644 --- a/sprout/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sample.hpp b/sprout/algorithm/cxx14/sample.hpp index 21d34e80..1c97163e 100644 --- a/sprout/algorithm/cxx14/sample.hpp +++ b/sprout/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_difference.hpp b/sprout/algorithm/cxx14/set_difference.hpp index 1a0fde67..181a03d5 100644 --- a/sprout/algorithm/cxx14/set_difference.hpp +++ b/sprout/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_intersection.hpp b/sprout/algorithm/cxx14/set_intersection.hpp index 28353d06..cb847389 100644 --- a/sprout/algorithm/cxx14/set_intersection.hpp +++ b/sprout/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_symmetric_difference.hpp b/sprout/algorithm/cxx14/set_symmetric_difference.hpp index 129a33e8..7497c3da 100644 --- a/sprout/algorithm/cxx14/set_symmetric_difference.hpp +++ b/sprout/algorithm/cxx14/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/set_union.hpp b/sprout/algorithm/cxx14/set_union.hpp index c571abb7..981613b3 100644 --- a/sprout/algorithm/cxx14/set_union.hpp +++ b/sprout/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/shuffle.hpp b/sprout/algorithm/cxx14/shuffle.hpp index 0889538e..c691e240 100644 --- a/sprout/algorithm/cxx14/shuffle.hpp +++ b/sprout/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sort.hpp b/sprout/algorithm/cxx14/sort.hpp index 8add0334..fe94af26 100644 --- a/sprout/algorithm/cxx14/sort.hpp +++ b/sprout/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/sort_heap.hpp b/sprout/algorithm/cxx14/sort_heap.hpp index 03463822..584e4302 100644 --- a/sprout/algorithm/cxx14/sort_heap.hpp +++ b/sprout/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/stable_partition.hpp b/sprout/algorithm/cxx14/stable_partition.hpp index 8347ee38..23d69174 100644 --- a/sprout/algorithm/cxx14/stable_partition.hpp +++ b/sprout/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/stable_sort.hpp b/sprout/algorithm/cxx14/stable_sort.hpp index cc5f836e..f8367fcf 100644 --- a/sprout/algorithm/cxx14/stable_sort.hpp +++ b/sprout/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/swap_ranges.hpp b/sprout/algorithm/cxx14/swap_ranges.hpp index ddafff0f..1a78b50e 100644 --- a/sprout/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/transform.hpp b/sprout/algorithm/cxx14/transform.hpp index 68af2e78..70f7ab82 100644 --- a/sprout/algorithm/cxx14/transform.hpp +++ b/sprout/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/unique.hpp b/sprout/algorithm/cxx14/unique.hpp index aa192555..dafd7245 100644 --- a/sprout/algorithm/cxx14/unique.hpp +++ b/sprout/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/cxx14/unique_copy.hpp b/sprout/algorithm/cxx14/unique_copy.hpp index 2266d0a3..8ab0453e 100644 --- a/sprout/algorithm/cxx14/unique_copy.hpp +++ b/sprout/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/detail/max.hpp b/sprout/algorithm/detail/max.hpp index a8076f21..65fb16be 100644 --- a/sprout/algorithm/detail/max.hpp +++ b/sprout/algorithm/detail/max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/detail/min.hpp b/sprout/algorithm/detail/min.hpp index 7fe64329..6031ff9e 100644 --- a/sprout/algorithm/detail/min.hpp +++ b/sprout/algorithm/detail/min.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/equal.hpp b/sprout/algorithm/equal.hpp index d74513f7..0cdc6991 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/equal_range.hpp b/sprout/algorithm/equal_range.hpp index 9431af8d..6fb59e59 100644 --- a/sprout/algorithm/equal_range.hpp +++ b/sprout/algorithm/equal_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/fill.hpp b/sprout/algorithm/fill.hpp index b8f2204d..e823d771 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fill_n.hpp b/sprout/algorithm/fill_n.hpp index b45d63ca..0e512227 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find.hpp b/sprout/algorithm/find.hpp index a896459e..6a71cf73 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_difference.hpp b/sprout/algorithm/find_difference.hpp index 8e50b230..863e84a1 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_end.hpp b/sprout/algorithm/find_end.hpp index d7c8285a..09c47694 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_first_of.hpp b/sprout/algorithm/find_first_of.hpp index c315e79f..af51b929 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_if.hpp b/sprout/algorithm/find_if.hpp index 4bdd9795..b726fdc7 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_if_not.hpp b/sprout/algorithm/find_if_not.hpp index 48e4d532..2c3da65f 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_intersection.hpp b/sprout/algorithm/find_intersection.hpp index 9abd1272..223506ce 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/find_symmetric_difference.hpp b/sprout/algorithm/find_symmetric_difference.hpp index 0fdc5aa0..cf196228 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit.hpp b/sprout/algorithm/fit.hpp index 49043fab..451de078 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bogo_sort.hpp b/sprout/algorithm/fit/bogo_sort.hpp index f7a609f0..cb9935f9 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bogo_sort_result.hpp b/sprout/algorithm/fit/bogo_sort_result.hpp index 54a19b6c..b5691632 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bozo_sort.hpp b/sprout/algorithm/fit/bozo_sort.hpp index efbb1cc8..553b4895 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/bozo_sort_result.hpp b/sprout/algorithm/fit/bozo_sort_result.hpp index 2957beb9..a69c3543 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/clamp_range.hpp b/sprout/algorithm/fit/clamp_range.hpp index f49b30c5..f3a072c8 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/clamp_range_copy.hpp b/sprout/algorithm/fit/clamp_range_copy.hpp index 8543d068..c567bb0a 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy.hpp b/sprout/algorithm/fit/copy.hpp index 0820dd09..069e4f63 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_backward.hpp b/sprout/algorithm/fit/copy_backward.hpp index 9236cb58..b2d2ff4c 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_if.hpp b/sprout/algorithm/fit/copy_if.hpp index 8b50d819..959b1e39 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_n.hpp b/sprout/algorithm/fit/copy_n.hpp index 28ad33c3..d86776a3 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_until.hpp b/sprout/algorithm/fit/copy_until.hpp index dc3baef6..6220b5d8 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/copy_while.hpp b/sprout/algorithm/fit/copy_while.hpp index 46c9aace..075a36ee 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/fill.hpp b/sprout/algorithm/fit/fill.hpp index e5655d4b..e4348fc4 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/fill_n.hpp b/sprout/algorithm/fit/fill_n.hpp index 913064ff..2144e2a4 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/generate.hpp b/sprout/algorithm/fit/generate.hpp index 430ecca2..81e4ffc2 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/generate_n.hpp b/sprout/algorithm/fit/generate_n.hpp index 989db099..e133d032 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/inplace_merge.hpp b/sprout/algorithm/fit/inplace_merge.hpp index f4d0fc30..89e0f287 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/make_heap.hpp b/sprout/algorithm/fit/make_heap.hpp index 4af5e21f..cd02f5f0 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/make_partial_heap.hpp b/sprout/algorithm/fit/make_partial_heap.hpp index 07d1e018..4ad75007 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/merge.hpp b/sprout/algorithm/fit/merge.hpp index 78dd3273..5643fd7e 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/next_permutation.hpp b/sprout/algorithm/fit/next_permutation.hpp index 9d6c50fb..2a85c038 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/nth_element.hpp b/sprout/algorithm/fit/nth_element.hpp index 7cd38bef..43b141bc 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partial_sort.hpp b/sprout/algorithm/fit/partial_sort.hpp index 43e215aa..4304f2b6 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partition.hpp b/sprout/algorithm/fit/partition.hpp index 64160943..d43a7f55 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/partition_copy.hpp b/sprout/algorithm/fit/partition_copy.hpp index 2af9364b..15410a49 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/pop_heap.hpp b/sprout/algorithm/fit/pop_heap.hpp index 77c55efc..3e0447b4 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/prev_permutation.hpp b/sprout/algorithm/fit/prev_permutation.hpp index 0b8017ea..cde6cccb 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/push_heap.hpp b/sprout/algorithm/fit/push_heap.hpp index 8108e5ac..31a164f9 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/random_swap.hpp b/sprout/algorithm/fit/random_swap.hpp index 12ec3536..b38f24b1 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/random_swap_result.hpp b/sprout/algorithm/fit/random_swap_result.hpp index 08922ade..617e99a5 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/recurrence.hpp b/sprout/algorithm/fit/recurrence.hpp index b71cc911..bfa77d5d 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/recurrence_n.hpp b/sprout/algorithm/fit/recurrence_n.hpp index dce8a4e2..3e862a28 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove.hpp b/sprout/algorithm/fit/remove.hpp index 6bd3faae..529b99ca 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_copy.hpp b/sprout/algorithm/fit/remove_copy.hpp index 65a7babc..34623521 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_copy_if.hpp b/sprout/algorithm/fit/remove_copy_if.hpp index 4e40e20c..c7319ccf 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/remove_if.hpp b/sprout/algorithm/fit/remove_if.hpp index ec0f571a..f815ac60 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace.hpp b/sprout/algorithm/fit/replace.hpp index f0d7d7d3..7534fd88 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_copy.hpp b/sprout/algorithm/fit/replace_copy.hpp index a4cbdd25..522650a0 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_copy_if.hpp b/sprout/algorithm/fit/replace_copy_if.hpp index 7bb058a4..70b3cbd1 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/replace_if.hpp b/sprout/algorithm/fit/replace_if.hpp index 02b7499a..33efcd70 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/results.hpp b/sprout/algorithm/fit/results.hpp index d403b292..02e5fa12 100644 --- a/sprout/algorithm/fit/results.hpp +++ b/sprout/algorithm/fit/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/reverse.hpp b/sprout/algorithm/fit/reverse.hpp index a04d6c09..2993e6da 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/reverse_copy.hpp b/sprout/algorithm/fit/reverse_copy.hpp index 9398a461..3e1be27d 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/rotate.hpp b/sprout/algorithm/fit/rotate.hpp index d9fcfa56..b1781398 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/rotate_copy.hpp b/sprout/algorithm/fit/rotate_copy.hpp index 748cf932..64a9462d 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_difference.hpp b/sprout/algorithm/fit/set_difference.hpp index b6c383d9..beed3012 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_intersection.hpp b/sprout/algorithm/fit/set_intersection.hpp index 3273d3e6..c0507254 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_symmetric_difference.hpp b/sprout/algorithm/fit/set_symmetric_difference.hpp index 88f6568e..432b821d 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/set_union.hpp b/sprout/algorithm/fit/set_union.hpp index c48a12bc..23aeeb1d 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/shuffle.hpp b/sprout/algorithm/fit/shuffle.hpp index a512768c..95411f0c 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/shuffle_result.hpp b/sprout/algorithm/fit/shuffle_result.hpp index 85690f70..0413e6b5 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/sort.hpp b/sprout/algorithm/fit/sort.hpp index 35842a0c..1ffb0d35 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/sort_heap.hpp b/sprout/algorithm/fit/sort_heap.hpp index 221e3f15..efd016f6 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_partition.hpp b/sprout/algorithm/fit/stable_partition.hpp index cc1af0e4..d49ad896 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_partition_copy.hpp b/sprout/algorithm/fit/stable_partition_copy.hpp index b4e5db6f..baea47f6 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/stable_sort.hpp b/sprout/algorithm/fit/stable_sort.hpp index f1c50244..5be2a307 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/swap_element.hpp b/sprout/algorithm/fit/swap_element.hpp index a91f40ba..13bf9c46 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/swap_element_copy.hpp b/sprout/algorithm/fit/swap_element_copy.hpp index 2a32d8e1..b07ed1c3 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/transform.hpp b/sprout/algorithm/fit/transform.hpp index 8d7e201e..9c088811 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unfold.hpp b/sprout/algorithm/fit/unfold.hpp index d8e4364f..79186e05 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unfold_n.hpp b/sprout/algorithm/fit/unfold_n.hpp index 5759a54f..390e9846 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unique.hpp b/sprout/algorithm/fit/unique.hpp index 9e794324..5a9b10e8 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fit/unique_copy.hpp b/sprout/algorithm/fit/unique_copy.hpp index e4545a7a..3fcaceab 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed.hpp b/sprout/algorithm/fixed.hpp index 4db17b04..6899cd78 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bogo_sort.hpp b/sprout/algorithm/fixed/bogo_sort.hpp index 9f7309ed..8711d939 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bogo_sort_result.hpp b/sprout/algorithm/fixed/bogo_sort_result.hpp index 7da8da5b..354a72e8 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bozo_sort.hpp b/sprout/algorithm/fixed/bozo_sort.hpp index d886acce..9292960e 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/bozo_sort_result.hpp b/sprout/algorithm/fixed/bozo_sort_result.hpp index cfcf31ea..2354b9ce 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/clamp_range.hpp b/sprout/algorithm/fixed/clamp_range.hpp index c76a4f1c..b25147a5 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/clamp_range_copy.hpp b/sprout/algorithm/fixed/clamp_range_copy.hpp index 678c66b2..2057901e 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy.hpp b/sprout/algorithm/fixed/copy.hpp index aa26314b..2726b8e7 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_backward.hpp b/sprout/algorithm/fixed/copy_backward.hpp index 36d4e0c8..f829fd55 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_if.hpp b/sprout/algorithm/fixed/copy_if.hpp index 0454c73a..a1048bd2 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_n.hpp b/sprout/algorithm/fixed/copy_n.hpp index 0968d2d5..123d983e 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_until.hpp b/sprout/algorithm/fixed/copy_until.hpp index a8af9f21..7faa3fb4 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/copy_while.hpp b/sprout/algorithm/fixed/copy_while.hpp index 6a305eab..da7015ef 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/deprecated/sort.hpp b/sprout/algorithm/fixed/deprecated/sort.hpp index 445f3c41..053e175e 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/fill.hpp b/sprout/algorithm/fixed/fill.hpp index f8b51007..6d2b68ed 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/fill_n.hpp b/sprout/algorithm/fixed/fill_n.hpp index c1d3e192..3b9a40e4 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/generate.hpp b/sprout/algorithm/fixed/generate.hpp index ca1f9188..5179ea8a 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/generate_n.hpp b/sprout/algorithm/fixed/generate_n.hpp index 5204563b..d0986fe6 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/inplace_merge.hpp b/sprout/algorithm/fixed/inplace_merge.hpp index 3c518bc6..05e7cf67 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/make_heap.hpp b/sprout/algorithm/fixed/make_heap.hpp index b047b652..3024dc29 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/make_partial_heap.hpp b/sprout/algorithm/fixed/make_partial_heap.hpp index 570c800f..80408de6 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/merge.hpp b/sprout/algorithm/fixed/merge.hpp index 6c268286..b3b72b0b 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/next_permutation.hpp b/sprout/algorithm/fixed/next_permutation.hpp index f2cc63d0..834e6773 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/nth_element.hpp b/sprout/algorithm/fixed/nth_element.hpp index 3a6eed31..6346466a 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partial_sort.hpp b/sprout/algorithm/fixed/partial_sort.hpp index e6615dcd..27cc11ef 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partition.hpp b/sprout/algorithm/fixed/partition.hpp index c57e5216..853ad995 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/partition_copy.hpp b/sprout/algorithm/fixed/partition_copy.hpp index 095ba8a0..8ec11959 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/pop_heap.hpp b/sprout/algorithm/fixed/pop_heap.hpp index 41c263c9..0705733e 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/prev_permutation.hpp b/sprout/algorithm/fixed/prev_permutation.hpp index a90b7622..73469ab1 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/push_heap.hpp b/sprout/algorithm/fixed/push_heap.hpp index eb591a0f..b30524cb 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/random_swap.hpp b/sprout/algorithm/fixed/random_swap.hpp index 90e39a81..4f76eb36 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/random_swap_result.hpp b/sprout/algorithm/fixed/random_swap_result.hpp index 758b1b1a..14817c31 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/recurrence.hpp b/sprout/algorithm/fixed/recurrence.hpp index 45098df6..404d5e5c 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/recurrence_n.hpp b/sprout/algorithm/fixed/recurrence_n.hpp index f979fd0f..836a61de 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove.hpp b/sprout/algorithm/fixed/remove.hpp index 65ffdf2e..721627e8 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_copy.hpp b/sprout/algorithm/fixed/remove_copy.hpp index 6ffdd402..052c9b16 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_copy_if.hpp b/sprout/algorithm/fixed/remove_copy_if.hpp index 83efc4de..e2822fe0 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/remove_if.hpp b/sprout/algorithm/fixed/remove_if.hpp index 8eb32d12..1ae42669 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace.hpp b/sprout/algorithm/fixed/replace.hpp index de926539..2f405f62 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_copy.hpp b/sprout/algorithm/fixed/replace_copy.hpp index c673adea..937bdc98 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_copy_if.hpp b/sprout/algorithm/fixed/replace_copy_if.hpp index cfcbf0eb..a78bce36 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/replace_if.hpp b/sprout/algorithm/fixed/replace_if.hpp index 97d39dc3..7f2910bf 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/results.hpp b/sprout/algorithm/fixed/results.hpp index 6d085715..983d1abb 100644 --- a/sprout/algorithm/fixed/results.hpp +++ b/sprout/algorithm/fixed/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/reverse.hpp b/sprout/algorithm/fixed/reverse.hpp index 99db19e6..f3cabad1 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/reverse_copy.hpp b/sprout/algorithm/fixed/reverse_copy.hpp index bd0cce17..7f8ab008 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/rotate.hpp b/sprout/algorithm/fixed/rotate.hpp index a54a7681..8fd0dd61 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/rotate_copy.hpp b/sprout/algorithm/fixed/rotate_copy.hpp index b2b750bd..395fcd78 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_difference.hpp b/sprout/algorithm/fixed/set_difference.hpp index fcf1640e..a6cf07ff 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_intersection.hpp b/sprout/algorithm/fixed/set_intersection.hpp index fab1234c..be9d6214 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_symmetric_difference.hpp b/sprout/algorithm/fixed/set_symmetric_difference.hpp index 78ce7bcc..10dcf8c1 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/set_union.hpp b/sprout/algorithm/fixed/set_union.hpp index 805b7746..93aab4b5 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/shuffle.hpp b/sprout/algorithm/fixed/shuffle.hpp index eee4a021..472c2def 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/shuffle_result.hpp b/sprout/algorithm/fixed/shuffle_result.hpp index f2284c25..55217f0e 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/sort.hpp b/sprout/algorithm/fixed/sort.hpp index 48794312..389fa2fb 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/sort_heap.hpp b/sprout/algorithm/fixed/sort_heap.hpp index f98b3c05..28039ac2 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_partition.hpp b/sprout/algorithm/fixed/stable_partition.hpp index 16c8a323..87266a4d 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_partition_copy.hpp b/sprout/algorithm/fixed/stable_partition_copy.hpp index 69cf90bf..4be79e2f 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/stable_sort.hpp b/sprout/algorithm/fixed/stable_sort.hpp index a6010d38..5b4462ae 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/swap_element.hpp b/sprout/algorithm/fixed/swap_element.hpp index bd77f6b6..cd7c7b4d 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/swap_element_copy.hpp b/sprout/algorithm/fixed/swap_element_copy.hpp index e2954469..87ba5b8a 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/transform.hpp b/sprout/algorithm/fixed/transform.hpp index 6db23e78..c0e2b1be 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unfold.hpp b/sprout/algorithm/fixed/unfold.hpp index 255e9038..e6190003 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unfold_n.hpp b/sprout/algorithm/fixed/unfold_n.hpp index ab0c4948..ef0fcc3b 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unique.hpp b/sprout/algorithm/fixed/unique.hpp index 67ea851c..b932eadd 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/fixed/unique_copy.hpp b/sprout/algorithm/fixed/unique_copy.hpp index f7916e22..87593819 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/generate.hpp b/sprout/algorithm/generate.hpp index 30dff54f..2bf671c6 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/generate_n.hpp b/sprout/algorithm/generate_n.hpp index 05888645..2ad2c4f9 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/includes.hpp b/sprout/algorithm/includes.hpp index c422c927..7ed069eb 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/inplace_merge.hpp b/sprout/algorithm/inplace_merge.hpp index 2bcfc770..c770c8d3 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_decreasing.hpp b/sprout/algorithm/is_decreasing.hpp index b10f70fd..104af0bd 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_heap.hpp b/sprout/algorithm/is_heap.hpp index 25e88b9c..b30d6830 100644 --- a/sprout/algorithm/is_heap.hpp +++ b/sprout/algorithm/is_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/is_heap_until.hpp b/sprout/algorithm/is_heap_until.hpp index ffe272cd..38f2b152 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_increasing.hpp b/sprout/algorithm/is_increasing.hpp index 10e0ac0b..4b1bd993 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_partitioned.hpp b/sprout/algorithm/is_partitioned.hpp index 0247eb3e..f665918b 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_permutation.hpp b/sprout/algorithm/is_permutation.hpp index a674c1f7..7cf9c45b 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_sorted.hpp b/sprout/algorithm/is_sorted.hpp index 2ab68da3..9dfde62e 100644 --- a/sprout/algorithm/is_sorted.hpp +++ b/sprout/algorithm/is_sorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/is_sorted_until.hpp b/sprout/algorithm/is_sorted_until.hpp index a2d226df..e38d24aa 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_strictly_decreasing.hpp b/sprout/algorithm/is_strictly_decreasing.hpp index ef0413f4..40785d3a 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/is_strictly_increasing.hpp b/sprout/algorithm/is_strictly_increasing.hpp index e36d2875..04a2b218 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/iter_swap.hpp b/sprout/algorithm/iter_swap.hpp index 0b8509c7..4d0e8c97 100644 --- a/sprout/algorithm/iter_swap.hpp +++ b/sprout/algorithm/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/lexicographical_compare.hpp b/sprout/algorithm/lexicographical_compare.hpp index ddd4a7b0..e50ff5a3 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/lower_bound.hpp b/sprout/algorithm/lower_bound.hpp index fb375629..24614122 100644 --- a/sprout/algorithm/lower_bound.hpp +++ b/sprout/algorithm/lower_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/make_heap.hpp b/sprout/algorithm/make_heap.hpp index 950281b5..48b84651 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/make_partial_heap.hpp b/sprout/algorithm/make_partial_heap.hpp index fc3f9778..c8296cea 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/max.hpp b/sprout/algorithm/max.hpp index 4e369f70..29a0a27c 100644 --- a/sprout/algorithm/max.hpp +++ b/sprout/algorithm/max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/max_element.hpp b/sprout/algorithm/max_element.hpp index eb48e465..1933f9ee 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/merge.hpp b/sprout/algorithm/merge.hpp index 4a4287c4..15b26674 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/min.hpp b/sprout/algorithm/min.hpp index ea31cfd5..b894fab2 100644 --- a/sprout/algorithm/min.hpp +++ b/sprout/algorithm/min.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/min_element.hpp b/sprout/algorithm/min_element.hpp index 2c10660a..a6fbeb7c 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/minmax.hpp b/sprout/algorithm/minmax.hpp index 588f8209..a909f289 100644 --- a/sprout/algorithm/minmax.hpp +++ b/sprout/algorithm/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/minmax_element.hpp b/sprout/algorithm/minmax_element.hpp index cb8e0435..0f345f17 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/mismatch.hpp b/sprout/algorithm/mismatch.hpp index cc0590b6..88dd0743 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/modifying.hpp b/sprout/algorithm/modifying.hpp index 8db592e4..650e9fc5 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/move.hpp b/sprout/algorithm/move.hpp index 1070018f..0aa54bbe 100644 --- a/sprout/algorithm/move.hpp +++ b/sprout/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/move_backward.hpp b/sprout/algorithm/move_backward.hpp index 18d8fec9..c4eb3009 100644 --- a/sprout/algorithm/move_backward.hpp +++ b/sprout/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_difference.hpp b/sprout/algorithm/next_difference.hpp index 625ffce4..da499c10 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_intersection.hpp b/sprout/algorithm/next_intersection.hpp index a3ccb95a..340eca51 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_permutation.hpp b/sprout/algorithm/next_permutation.hpp index a8e1728c..17170dc2 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_symmetric_difference.hpp b/sprout/algorithm/next_symmetric_difference.hpp index 79071cd1..18cc3440 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/next_union.hpp b/sprout/algorithm/next_union.hpp index 8c57c82a..b5a73e35 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/non_modifying.hpp b/sprout/algorithm/non_modifying.hpp index 2220aeeb..65b14d92 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/none_of.hpp b/sprout/algorithm/none_of.hpp index 9cb67622..0fad184c 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/none_of_equal.hpp b/sprout/algorithm/none_of_equal.hpp index 303a45b3..afe286f6 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/nth_element.hpp b/sprout/algorithm/nth_element.hpp index 0a5330a3..18962e28 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/one_of.hpp b/sprout/algorithm/one_of.hpp index 7e685564..7c1e32d2 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/one_of_equal.hpp b/sprout/algorithm/one_of_equal.hpp index c35d4aae..8bba64cd 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partial_sort.hpp b/sprout/algorithm/partial_sort.hpp index 6bdf8f26..e2cd6105 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partial_sort_copy.hpp b/sprout/algorithm/partial_sort_copy.hpp index 03fc137a..d3396176 100644 --- a/sprout/algorithm/partial_sort_copy.hpp +++ b/sprout/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition.hpp b/sprout/algorithm/partition.hpp index eb1c094f..2748638f 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition_copy.hpp b/sprout/algorithm/partition_copy.hpp index 65990c6c..93c81444 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/partition_point.hpp b/sprout/algorithm/partition_point.hpp index 007c073f..e6905f4c 100644 --- a/sprout/algorithm/partition_point.hpp +++ b/sprout/algorithm/partition_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/algorithm/pop_heap.hpp b/sprout/algorithm/pop_heap.hpp index 8e9e09aa..198e4c9b 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/prev_permutation.hpp b/sprout/algorithm/prev_permutation.hpp index 00eb0d93..495b2dac 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/push_heap.hpp b/sprout/algorithm/push_heap.hpp index 26df1e10..62df8d2d 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_shuffle.hpp b/sprout/algorithm/random_shuffle.hpp index 119076f1..c4b2e2ee 100644 --- a/sprout/algorithm/random_shuffle.hpp +++ b/sprout/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_swap.hpp b/sprout/algorithm/random_swap.hpp index 97b0cdb8..0c712273 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/random_swap_result.hpp b/sprout/algorithm/random_swap_result.hpp index 61c212c8..362be1fe 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/recurrence.hpp b/sprout/algorithm/recurrence.hpp index df901efa..dc81af4c 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/recurrence_n.hpp b/sprout/algorithm/recurrence_n.hpp index 46ce0de3..9c74fa1a 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove.hpp b/sprout/algorithm/remove.hpp index f9025c77..6cad7e54 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_copy.hpp b/sprout/algorithm/remove_copy.hpp index d0911909..9207972c 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_copy_if.hpp b/sprout/algorithm/remove_copy_if.hpp index bdf697b1..739b9a90 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/remove_if.hpp b/sprout/algorithm/remove_if.hpp index 91c4d323..6f19f145 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace.hpp b/sprout/algorithm/replace.hpp index 4f483684..61f7b95d 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_copy.hpp b/sprout/algorithm/replace_copy.hpp index a2f8e276..2bfd6b29 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_copy_if.hpp b/sprout/algorithm/replace_copy_if.hpp index 2cb13371..04f82710 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/replace_if.hpp b/sprout/algorithm/replace_if.hpp index 38c8c817..2254a0f3 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/reverse.hpp b/sprout/algorithm/reverse.hpp index a1646a6c..e1923e80 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/reverse_copy.hpp b/sprout/algorithm/reverse_copy.hpp index 8d49ae90..9be62076 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/rotate.hpp b/sprout/algorithm/rotate.hpp index b95e1c00..30e035d5 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/rotate_copy.hpp b/sprout/algorithm/rotate_copy.hpp index e0a79dd1..31644322 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sample.hpp b/sprout/algorithm/sample.hpp index 976c7154..3384e741 100644 --- a/sprout/algorithm/sample.hpp +++ b/sprout/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/search.hpp b/sprout/algorithm/search.hpp index 59936622..5c2f4656 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/search_n.hpp b/sprout/algorithm/search_n.hpp index bf34c0e8..4590e06e 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/searching.hpp b/sprout/algorithm/searching.hpp index 7f5a8758..f7160fbd 100644 --- a/sprout/algorithm/searching.hpp +++ b/sprout/algorithm/searching.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/searching/default_searcher.hpp b/sprout/algorithm/searching/default_searcher.hpp index 1193ff51..b266b83c 100644 --- a/sprout/algorithm/searching/default_searcher.hpp +++ b/sprout/algorithm/searching/default_searcher.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_difference.hpp b/sprout/algorithm/set_difference.hpp index fb45bd26..b3aefcbc 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_intersection.hpp b/sprout/algorithm/set_intersection.hpp index bb9764e7..273c957f 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_symmetric_difference.hpp b/sprout/algorithm/set_symmetric_difference.hpp index d65afd95..6e0a0c6a 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/set_union.hpp b/sprout/algorithm/set_union.hpp index cb89cc96..a9456ca8 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/shuffle.hpp b/sprout/algorithm/shuffle.hpp index 6fb45ca2..cea60a75 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/shuffle_result.hpp b/sprout/algorithm/shuffle_result.hpp index 9b4b7337..7845a3d6 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sort.hpp b/sprout/algorithm/sort.hpp index 0cf22cff..754794a1 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/sort_heap.hpp b/sprout/algorithm/sort_heap.hpp index 117fa40b..38b4f68a 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_partition.hpp b/sprout/algorithm/stable_partition.hpp index 1b1ec1d7..0e8ea2d3 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_partition_copy.hpp b/sprout/algorithm/stable_partition_copy.hpp index a26209cf..8828f239 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/stable_sort.hpp b/sprout/algorithm/stable_sort.hpp index 40ce495c..85559ab6 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string.hpp b/sprout/algorithm/string.hpp index b0e6c9ec..73e42f00 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/case_conv.hpp b/sprout/algorithm/string/case_conv.hpp index dd85e874..cc3f722f 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/case_conv.hpp b/sprout/algorithm/string/fit/case_conv.hpp index 7a200bf3..d31db21a 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_lower.hpp b/sprout/algorithm/string/fit/to_lower.hpp index 1f986ea1..1fecf8ab 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_lower_copy.hpp b/sprout/algorithm/string/fit/to_lower_copy.hpp index 9d64b0e4..3bea97f9 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_upper.hpp b/sprout/algorithm/string/fit/to_upper.hpp index e8eb1475..b55c6c48 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fit/to_upper_copy.hpp b/sprout/algorithm/string/fit/to_upper_copy.hpp index fb58280e..f3285e0c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/case_conv.hpp b/sprout/algorithm/string/fixed/case_conv.hpp index 5d60b4ab..5fe7a372 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_lower.hpp b/sprout/algorithm/string/fixed/to_lower.hpp index 1578b0e2..4a7ff761 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_lower_copy.hpp b/sprout/algorithm/string/fixed/to_lower_copy.hpp index 3c7d9e81..8895e8ca 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_upper.hpp b/sprout/algorithm/string/fixed/to_upper.hpp index b869b29b..6ea7a0c9 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/fixed/to_upper_copy.hpp b/sprout/algorithm/string/fixed/to_upper_copy.hpp index a7cf7128..d3d78927 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/join.hpp b/sprout/algorithm/string/join.hpp index b557aac3..80c908bf 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_lower.hpp b/sprout/algorithm/string/to_lower.hpp index 789270cc..91334ec8 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_lower_copy.hpp b/sprout/algorithm/string/to_lower_copy.hpp index 7aa1445f..fa3bea1d 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_upper.hpp b/sprout/algorithm/string/to_upper.hpp index 7c4abb0b..dfbb864c 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/string/to_upper_copy.hpp b/sprout/algorithm/string/to_upper_copy.hpp index 815b4be6..542bfd89 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_element.hpp b/sprout/algorithm/swap_element.hpp index c3379b67..2845a0f6 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_element_copy.hpp b/sprout/algorithm/swap_element_copy.hpp index b2fd5bb2..de88c7dc 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/swap_ranges.hpp b/sprout/algorithm/swap_ranges.hpp index fa811e5c..055e0120 100644 --- a/sprout/algorithm/swap_ranges.hpp +++ b/sprout/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/transform.hpp b/sprout/algorithm/transform.hpp index 10483bdb..29432abb 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/tristate_lexicographical_compare.hpp b/sprout/algorithm/tristate_lexicographical_compare.hpp index 0423389b..ab8a81ed 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unfold.hpp b/sprout/algorithm/unfold.hpp index 0ecaef99..24ee30e6 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unfold_n.hpp b/sprout/algorithm/unfold_n.hpp index 97b15a18..5c4def60 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unique.hpp b/sprout/algorithm/unique.hpp index 2abb0b4c..15385a86 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/unique_copy.hpp b/sprout/algorithm/unique_copy.hpp index f89cca22..511330f3 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/algorithm/upper_bound.hpp b/sprout/algorithm/upper_bound.hpp index 9dfa79c5..c7f3261d 100644 --- a/sprout/algorithm/upper_bound.hpp +++ b/sprout/algorithm/upper_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/array.hpp b/sprout/array.hpp index ce024e7e..8fd460f4 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/array.hpp b/sprout/array/array.hpp index b5475bcc..7ccc8a88 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/comparison.hpp b/sprout/array/comparison.hpp index 084beb2a..6ea8fbfd 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/hash.hpp b/sprout/array/hash.hpp index b12f7a0f..229c532d 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/make_array.hpp b/sprout/array/make_array.hpp index 9ea21520..4b6100c2 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/nested_array.hpp b/sprout/array/nested_array.hpp index dcdd3f3d..fc2847d6 100644 --- a/sprout/array/nested_array.hpp +++ b/sprout/array/nested_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/tuple.hpp b/sprout/array/tuple.hpp index 7eae34d7..e5e8fc44 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/array/type_traits.hpp b/sprout/array/type_traits.hpp index 7d97fd60..521a15fd 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/assert.hpp b/sprout/assert.hpp index cbea0e02..795d3b21 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/bit_length.hpp b/sprout/bit/bit_length.hpp index 19d64303..e37c9769 100644 --- a/sprout/bit/bit_length.hpp +++ b/sprout/bit/bit_length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/bit_reverse.hpp b/sprout/bit/bit_reverse.hpp index e38c5963..3cf084e6 100644 --- a/sprout/bit/bit_reverse.hpp +++ b/sprout/bit/bit_reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/clrsb.hpp b/sprout/bit/clrsb.hpp index 17799a4b..f2bcbd55 100644 --- a/sprout/bit/clrsb.hpp +++ b/sprout/bit/clrsb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/clz.hpp b/sprout/bit/clz.hpp index 6c423c32..14ac28f4 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntl0.hpp b/sprout/bit/cntl0.hpp index e61f7c2f..0e1b407d 100644 --- a/sprout/bit/cntl0.hpp +++ b/sprout/bit/cntl0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntl1.hpp b/sprout/bit/cntl1.hpp index f96fc130..cc1f6842 100644 --- a/sprout/bit/cntl1.hpp +++ b/sprout/bit/cntl1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntt0.hpp b/sprout/bit/cntt0.hpp index a70ebde6..ed51a266 100644 --- a/sprout/bit/cntt0.hpp +++ b/sprout/bit/cntt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/cntt1.hpp b/sprout/bit/cntt1.hpp index e4d84140..49c8a1f4 100644 --- a/sprout/bit/cntt1.hpp +++ b/sprout/bit/cntt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/count.hpp b/sprout/bit/count.hpp index 1315e329..522a0bf6 100644 --- a/sprout/bit/count.hpp +++ b/sprout/bit/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/ctz.hpp b/sprout/bit/ctz.hpp index 104d09d5..2e1e986e 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbit.hpp b/sprout/bit/flipbit.hpp index 8fb90953..65b24c3a 100644 --- a/sprout/bit/flipbit.hpp +++ b/sprout/bit/flipbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbitsge.hpp b/sprout/bit/flipbitsge.hpp index ec3bc92f..786f91bf 100644 --- a/sprout/bit/flipbitsge.hpp +++ b/sprout/bit/flipbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/flipbitsle.hpp b/sprout/bit/flipbitsle.hpp index 55578958..0491ecd3 100644 --- a/sprout/bit/flipbitsle.hpp +++ b/sprout/bit/flipbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/isols0b.hpp b/sprout/bit/isols0b.hpp index 1ddd5985..df3f9178 100644 --- a/sprout/bit/isols0b.hpp +++ b/sprout/bit/isols0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/isols1b.hpp b/sprout/bit/isols1b.hpp index be8c8215..faab10d9 100644 --- a/sprout/bit/isols1b.hpp +++ b/sprout/bit/isols1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/length.hpp b/sprout/bit/length.hpp index 1289be24..be98ed67 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt0.hpp b/sprout/bit/maskt0.hpp index 13e43b19..bc31603e 100644 --- a/sprout/bit/maskt0.hpp +++ b/sprout/bit/maskt0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt0ls1b.hpp b/sprout/bit/maskt0ls1b.hpp index 12f5a39c..f204c2fd 100644 --- a/sprout/bit/maskt0ls1b.hpp +++ b/sprout/bit/maskt0ls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt1.hpp b/sprout/bit/maskt1.hpp index c797f43c..9528f855 100644 --- a/sprout/bit/maskt1.hpp +++ b/sprout/bit/maskt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/maskt1ls0b.hpp b/sprout/bit/maskt1ls0b.hpp index 9099afc8..87ec1c67 100644 --- a/sprout/bit/maskt1ls0b.hpp +++ b/sprout/bit/maskt1ls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/operation.hpp b/sprout/bit/operation.hpp index 8099c3e1..9279bfcf 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/parity.hpp b/sprout/bit/parity.hpp index f9a65a9e..496f75a3 100644 --- a/sprout/bit/parity.hpp +++ b/sprout/bit/parity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/popcount.hpp b/sprout/bit/popcount.hpp index c700cc98..209fd767 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/range.hpp b/sprout/bit/range.hpp index 1a588a4e..3b85ffe7 100644 --- a/sprout/bit/range.hpp +++ b/sprout/bit/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/reverse.hpp b/sprout/bit/reverse.hpp index 507d3633..1d359b0a 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rightmost.hpp b/sprout/bit/rightmost.hpp index 8b1a12d8..8bc515a7 100644 --- a/sprout/bit/rightmost.hpp +++ b/sprout/bit/rightmost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rotl.hpp b/sprout/bit/rotl.hpp index bb2b2ab1..b0e8075b 100644 --- a/sprout/bit/rotl.hpp +++ b/sprout/bit/rotl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rotr.hpp b/sprout/bit/rotr.hpp index 55ebe970..3ca0a9cd 100644 --- a/sprout/bit/rotr.hpp +++ b/sprout/bit/rotr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbit.hpp b/sprout/bit/rstbit.hpp index 30ab276b..0bf16275 100644 --- a/sprout/bit/rstbit.hpp +++ b/sprout/bit/rstbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbitsge.hpp b/sprout/bit/rstbitsge.hpp index 9e3515b3..b4e661d9 100644 --- a/sprout/bit/rstbitsge.hpp +++ b/sprout/bit/rstbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstbitsle.hpp b/sprout/bit/rstbitsle.hpp index fcd9f9d0..17b47c4e 100644 --- a/sprout/bit/rstbitsle.hpp +++ b/sprout/bit/rstbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstls1b.hpp b/sprout/bit/rstls1b.hpp index 14f5dce5..2ab499a3 100644 --- a/sprout/bit/rstls1b.hpp +++ b/sprout/bit/rstls1b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rstt1.hpp b/sprout/bit/rstt1.hpp index 14fc566c..7b171e8f 100644 --- a/sprout/bit/rstt1.hpp +++ b/sprout/bit/rstt1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbit.hpp b/sprout/bit/setbit.hpp index 0393872d..18c6b2e5 100644 --- a/sprout/bit/setbit.hpp +++ b/sprout/bit/setbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbitsge.hpp b/sprout/bit/setbitsge.hpp index ed91f1d3..903f7468 100644 --- a/sprout/bit/setbitsge.hpp +++ b/sprout/bit/setbitsge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setbitsle.hpp b/sprout/bit/setbitsle.hpp index f6dd7f01..37891d2b 100644 --- a/sprout/bit/setbitsle.hpp +++ b/sprout/bit/setbitsle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/setls0b.hpp b/sprout/bit/setls0b.hpp index c7a6aac4..6295d55f 100644 --- a/sprout/bit/setls0b.hpp +++ b/sprout/bit/setls0b.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/sett0.hpp b/sprout/bit/sett0.hpp index 982d502c..1cf9bdc3 100644 --- a/sprout/bit/sett0.hpp +++ b/sprout/bit/sett0.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shal.hpp b/sprout/bit/shal.hpp index b0103c89..3452f814 100644 --- a/sprout/bit/shal.hpp +++ b/sprout/bit/shal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shar.hpp b/sprout/bit/shar.hpp index 0cd07677..647e41e0 100644 --- a/sprout/bit/shar.hpp +++ b/sprout/bit/shar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shift.hpp b/sprout/bit/shift.hpp index 6c37d55d..7b336b35 100644 --- a/sprout/bit/shift.hpp +++ b/sprout/bit/shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shll.hpp b/sprout/bit/shll.hpp index 70faa549..42331960 100644 --- a/sprout/bit/shll.hpp +++ b/sprout/bit/shll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/shlr.hpp b/sprout/bit/shlr.hpp index 7985a7de..eb9f753b 100644 --- a/sprout/bit/shlr.hpp +++ b/sprout/bit/shlr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/single.hpp b/sprout/bit/single.hpp index 8947b1d8..c07a49b7 100644 --- a/sprout/bit/single.hpp +++ b/sprout/bit/single.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/testbit.hpp b/sprout/bit/testbit.hpp index fc7de767..873dc9c0 100644 --- a/sprout/bit/testbit.hpp +++ b/sprout/bit/testbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset.hpp b/sprout/bitset.hpp index 901cde62..b4f57a69 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/bitset.hpp b/sprout/bitset/bitset.hpp index 4aba0027..bdacff23 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/bitwise.hpp b/sprout/bitset/bitwise.hpp index 9310fa98..4e884b59 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/hash.hpp b/sprout/bitset/hash.hpp index 72744677..e8315479 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bitset/io.hpp b/sprout/bitset/io.hpp index a001d187..e4ae3f45 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck.hpp b/sprout/brainfuck.hpp index e070f8d1..21ee1b49 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/brainfuck.hpp b/sprout/brainfuck/brainfuck.hpp index adc987b4..c798da5b 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/detail/convert.hpp b/sprout/brainfuck/detail/convert.hpp index 6d127bc4..7d6e5930 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/misa.hpp b/sprout/brainfuck/misa.hpp index 0053a12a..af379312 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/brainfuck/ook.hpp b/sprout/brainfuck/ook.hpp index e630de6d..3ab402b3 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cctype.hpp b/sprout/cctype.hpp index cf2c4b17..bb41396c 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum.hpp b/sprout/checksum.hpp index 739ad262..8d259b27 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/md5.hpp b/sprout/checksum/md5.hpp index 4be02b31..71bf8c10 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/sha1.hpp b/sprout/checksum/sha1.hpp index c1abd9bc..b5fe82c0 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/sum.hpp b/sprout/checksum/sum.hpp index 5d83535e..462c8beb 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/checksum/xor.hpp b/sprout/checksum/xor.hpp index 1e48cd29..25a5cb46 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes.hpp b/sprout/cinttypes.hpp index 8f734170..afbd6d80 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/abs.hpp b/sprout/cinttypes/abs.hpp index ab649348..cae98f73 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/arithmetic.hpp b/sprout/cinttypes/arithmetic.hpp index 06303ad3..22287a78 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/conversion.hpp b/sprout/cinttypes/conversion.hpp index ec63b335..6fb76d43 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/div.hpp b/sprout/cinttypes/div.hpp index 7bb804ea..9d74c7fc 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/strtoimax.hpp b/sprout/cinttypes/strtoimax.hpp index 92f0e66e..dd1f04a5 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cinttypes/strtoumax.hpp b/sprout/cinttypes/strtoumax.hpp index 783cbc61..5f54913d 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cmath.hpp b/sprout/cmath.hpp index e7d99b13..0287d541 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex.hpp b/sprout/complex.hpp index c4fadb10..def8ce14 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/abs.hpp b/sprout/complex/abs.hpp index 674ebb07..1fcd0905 100644 --- a/sprout/complex/abs.hpp +++ b/sprout/complex/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/acos.hpp b/sprout/complex/acos.hpp index 665bdccd..ee5eaf82 100644 --- a/sprout/complex/acos.hpp +++ b/sprout/complex/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/acosh.hpp b/sprout/complex/acosh.hpp index b9c3d21b..890d051f 100644 --- a/sprout/complex/acosh.hpp +++ b/sprout/complex/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/arg.hpp b/sprout/complex/arg.hpp index cb5e1a5c..4cf60b0e 100644 --- a/sprout/complex/arg.hpp +++ b/sprout/complex/arg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/asin.hpp b/sprout/complex/asin.hpp index 7805dc4c..0f60cdfb 100644 --- a/sprout/complex/asin.hpp +++ b/sprout/complex/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/asinh.hpp b/sprout/complex/asinh.hpp index b29ede68..1d1bf8a2 100644 --- a/sprout/complex/asinh.hpp +++ b/sprout/complex/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/atan.hpp b/sprout/complex/atan.hpp index c8a3eeb6..86dbb083 100644 --- a/sprout/complex/atan.hpp +++ b/sprout/complex/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/atanh.hpp b/sprout/complex/atanh.hpp index 669cd067..f9f638c0 100644 --- a/sprout/complex/atanh.hpp +++ b/sprout/complex/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/complex.hpp b/sprout/complex/complex.hpp index 0d3edd1f..8433097c 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/conj.hpp b/sprout/complex/conj.hpp index 811189d2..9187cded 100644 --- a/sprout/complex/conj.hpp +++ b/sprout/complex/conj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/container.hpp b/sprout/complex/container.hpp index d137b6fb..cadd34d1 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/cos.hpp b/sprout/complex/cos.hpp index 95b54bce..09d358b1 100644 --- a/sprout/complex/cos.hpp +++ b/sprout/complex/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/cosh.hpp b/sprout/complex/cosh.hpp index 3f48559a..761f8cda 100644 --- a/sprout/complex/cosh.hpp +++ b/sprout/complex/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/detail/copysign_mul.hpp b/sprout/complex/detail/copysign_mul.hpp index 7c91d585..2b92b2f4 100644 --- a/sprout/complex/detail/copysign_mul.hpp +++ b/sprout/complex/detail/copysign_mul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/euler.hpp b/sprout/complex/euler.hpp index 56ca18d1..ec2fcd7f 100644 --- a/sprout/complex/euler.hpp +++ b/sprout/complex/euler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/exp.hpp b/sprout/complex/exp.hpp index 0efa86cd..04aeb881 100644 --- a/sprout/complex/exp.hpp +++ b/sprout/complex/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/hash.hpp b/sprout/complex/hash.hpp index 9336d27f..c30cbc50 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/imag.hpp b/sprout/complex/imag.hpp index b91a1bd1..2953efaf 100644 --- a/sprout/complex/imag.hpp +++ b/sprout/complex/imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log.hpp b/sprout/complex/log.hpp index 598d47c6..1bb2b5ae 100644 --- a/sprout/complex/log.hpp +++ b/sprout/complex/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log10.hpp b/sprout/complex/log10.hpp index e1a1f771..65b6abc1 100644 --- a/sprout/complex/log10.hpp +++ b/sprout/complex/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/log2.hpp b/sprout/complex/log2.hpp index 953dcd58..b98b1864 100644 --- a/sprout/complex/log2.hpp +++ b/sprout/complex/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/nearest.hpp b/sprout/complex/nearest.hpp index cb859b79..b4aedbde 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/norm.hpp b/sprout/complex/norm.hpp index 51cb6aa6..34940c8a 100644 --- a/sprout/complex/norm.hpp +++ b/sprout/complex/norm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/operators.hpp b/sprout/complex/operators.hpp index 5dc3c99f..c59c4a1f 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/perp.hpp b/sprout/complex/perp.hpp index b2290350..2cf00c0c 100644 --- a/sprout/complex/perp.hpp +++ b/sprout/complex/perp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/polar.hpp b/sprout/complex/polar.hpp index bc77ffd4..3c5d8268 100644 --- a/sprout/complex/polar.hpp +++ b/sprout/complex/polar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/pow.hpp b/sprout/complex/pow.hpp index 908226f2..29243d9b 100644 --- a/sprout/complex/pow.hpp +++ b/sprout/complex/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/proj.hpp b/sprout/complex/proj.hpp index 88e0d9eb..07785561 100644 --- a/sprout/complex/proj.hpp +++ b/sprout/complex/proj.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/real.hpp b/sprout/complex/real.hpp index 50c9cb56..e5dbd095 100644 --- a/sprout/complex/real.hpp +++ b/sprout/complex/real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sin.hpp b/sprout/complex/sin.hpp index c870946d..842adc4f 100644 --- a/sprout/complex/sin.hpp +++ b/sprout/complex/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sinh.hpp b/sprout/complex/sinh.hpp index 1fcd1030..05739dc2 100644 --- a/sprout/complex/sinh.hpp +++ b/sprout/complex/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/sqrt.hpp b/sprout/complex/sqrt.hpp index 1e96a856..e7d59ed2 100644 --- a/sprout/complex/sqrt.hpp +++ b/sprout/complex/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tan.hpp b/sprout/complex/tan.hpp index b7ed033d..6202e58b 100644 --- a/sprout/complex/tan.hpp +++ b/sprout/complex/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tanh.hpp b/sprout/complex/tanh.hpp index 8bcd6b3f..7da2d65f 100644 --- a/sprout/complex/tanh.hpp +++ b/sprout/complex/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/transcendentals.hpp b/sprout/complex/transcendentals.hpp index 3660eba6..8db93533 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/tuple.hpp b/sprout/complex/tuple.hpp index 75f50297..fc37a0f4 100644 --- a/sprout/complex/tuple.hpp +++ b/sprout/complex/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/type_traits.hpp b/sprout/complex/type_traits.hpp index 0ad74b3e..a075303a 100644 --- a/sprout/complex/type_traits.hpp +++ b/sprout/complex/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/udl.hpp b/sprout/complex/udl.hpp index 65f2dc9f..cc41be8b 100644 --- a/sprout/complex/udl.hpp +++ b/sprout/complex/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/complex/values.hpp b/sprout/complex/values.hpp index 900135d4..6c6319c9 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost.hpp b/sprout/compost.hpp index d097cd19..2ddea3b4 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses.hpp b/sprout/compost/analyses.hpp index d3ab0ed8..a5ea3f80 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/amplitude_spectrum.hpp b/sprout/compost/analyses/amplitude_spectrum.hpp index d8586a70..b3a323c1 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/dft.hpp b/sprout/compost/analyses/dft.hpp index 2e2f34a7..c5459c78 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/idft.hpp b/sprout/compost/analyses/idft.hpp index 8f3d1f30..a1d93962 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/analyses/phase_spectrum.hpp b/sprout/compost/analyses/phase_spectrum.hpp index 84e592c6..a5ef8054 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects.hpp b/sprout/compost/effects.hpp index 4cbb09b7..4afac1a5 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/auto_pan.hpp b/sprout/compost/effects/auto_pan.hpp index 77b576d7..ff7389ec 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/changed_volume.hpp b/sprout/compost/effects/changed_volume.hpp index 95867d0a..b17211e0 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/chorus.hpp b/sprout/compost/effects/chorus.hpp index ed5108da..ff4e57fb 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/clipped.hpp b/sprout/compost/effects/clipped.hpp index 2802b71c..5bee599b 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/compressed.hpp b/sprout/compost/effects/compressed.hpp index f7c8e323..ab0baf05 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/distorted.hpp b/sprout/compost/effects/distorted.hpp index b4b07774..9689cee9 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/fuzzed.hpp b/sprout/compost/effects/fuzzed.hpp index a99cee46..06422f55 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/noise_gated.hpp b/sprout/compost/effects/noise_gated.hpp index ea965d82..a1492b9a 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/overdriven.hpp b/sprout/compost/effects/overdriven.hpp index 786b4751..7b8968cd 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/pseudo_stereo.hpp b/sprout/compost/effects/pseudo_stereo.hpp index f7a08aa2..d1146429 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/rectified.hpp b/sprout/compost/effects/rectified.hpp index 4b7d86ce..0204f313 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/reverbed.hpp b/sprout/compost/effects/reverbed.hpp index 98d6350d..dce27c39 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/superposed.hpp b/sprout/compost/effects/superposed.hpp index be0e4825..b6f0051c 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/tremolo.hpp b/sprout/compost/effects/tremolo.hpp index 5c6aea14..b0ea1739 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/vibrato.hpp b/sprout/compost/effects/vibrato.hpp index f21bac7f..cf06f0a4 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/effects/vocal_cancelled.hpp b/sprout/compost/effects/vocal_cancelled.hpp index 5dfe1932..6b1148fb 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats.hpp b/sprout/compost/formats.hpp index a6ac697b..e27e385d 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_complex.hpp b/sprout/compost/formats/as_complex.hpp index 97279d61..b0d24d4a 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_imag.hpp b/sprout/compost/formats/as_imag.hpp index 6038595f..ac012a1a 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_pcm_wave.hpp b/sprout/compost/formats/as_pcm_wave.hpp index f282fb91..7fcafa98 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/as_real.hpp b/sprout/compost/formats/as_real.hpp index 367536bb..84270441 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_each.hpp b/sprout/compost/formats/effected_each.hpp index bf3ff21d..20693a1a 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_left.hpp b/sprout/compost/formats/effected_left.hpp index 164cfa99..1fcfcf17 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/effected_right.hpp b/sprout/compost/formats/effected_right.hpp index b42e1fb0..520f8f28 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/left_channel.hpp b/sprout/compost/formats/left_channel.hpp index 4ef17850..bb84f289 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/right_channel.hpp b/sprout/compost/formats/right_channel.hpp index 9347a7c8..6804af1a 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/formats/stereo.hpp b/sprout/compost/formats/stereo.hpp index bd59982d..e35a4f58 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges.hpp b/sprout/compost/ranges.hpp index 771b4abe..fa976691 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_dropped.hpp b/sprout/compost/ranges/adapted_dropped.hpp index 147ac5ae..3d6fd139 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_dropped_end.hpp b/sprout/compost/ranges/adapted_dropped_end.hpp index ef464685..df59c7cc 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_offset.hpp b/sprout/compost/ranges/adapted_offset.hpp index cdabacb2..8ae661c9 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_taken.hpp b/sprout/compost/ranges/adapted_taken.hpp index a302bf34..64933713 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_taken_end.hpp b/sprout/compost/ranges/adapted_taken_end.hpp index 8ba927aa..c7b0c858 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/adapted_window.hpp b/sprout/compost/ranges/adapted_window.hpp index c307aa28..b0eb5c85 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/copied.hpp b/sprout/compost/ranges/copied.hpp index 9b4c7979..08817baa 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/dropped.hpp b/sprout/compost/ranges/dropped.hpp index 78923ca1..ec425e6d 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/dropped_end.hpp b/sprout/compost/ranges/dropped_end.hpp index e41adb2f..c6b3c0f6 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/jointed.hpp b/sprout/compost/ranges/jointed.hpp index bde139ef..3f1c8dcf 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/offset.hpp b/sprout/compost/ranges/offset.hpp index cfda45a3..b5c5559d 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/piped.hpp b/sprout/compost/ranges/piped.hpp index bf21ca33..7369e39f 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/taken.hpp b/sprout/compost/ranges/taken.hpp index 85978f0d..6b3775be 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/taken_end.hpp b/sprout/compost/ranges/taken_end.hpp index 78decf78..6fb86cbc 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/ranges/window.hpp b/sprout/compost/ranges/window.hpp index b632a1f4..73c6d803 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/sources.hpp b/sprout/compost/sources.hpp index a447dd92..3f76588e 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/sources/source.hpp b/sprout/compost/sources/source.hpp index ea27c800..a9c9aac1 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility.hpp b/sprout/compost/utility.hpp index 03769ac8..baa79a4c 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/equal_temperament.hpp b/sprout/compost/utility/equal_temperament.hpp index 0f75fda8..4b5d9645 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/iir_filter.hpp b/sprout/compost/utility/iir_filter.hpp index 3eae8352..f9c906a7 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/utility/rosenberg.hpp b/sprout/compost/utility/rosenberg.hpp index 019454fa..0cb41074 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves.hpp b/sprout/compost/waves.hpp index 65ec9a73..fea9f9e0 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/blanked.hpp b/sprout/compost/waves/blanked.hpp index f239e2ba..f3785104 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/sawtooth_wave.hpp b/sprout/compost/waves/sawtooth_wave.hpp index 597fcb1a..a8d97812 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/sinusoidal.hpp b/sprout/compost/waves/sinusoidal.hpp index 31cb72fb..2ea9e76b 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/square_wave.hpp b/sprout/compost/waves/square_wave.hpp index e417db6d..c7fe0024 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/triangle_wave.hpp b/sprout/compost/waves/triangle_wave.hpp index 3672cc70..4e5ef6e6 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compost/waves/white_noise.hpp b/sprout/compost/waves/white_noise.hpp index 5ca362b2..0fbafcc9 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/compressed_pair.hpp b/sprout/compressed_pair.hpp index 3d69d235..2cd8b290 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config.hpp b/sprout/config.hpp index d722c06b..88f5030a 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/auto_config.hpp b/sprout/config/auto_config.hpp index e80c9e4e..58d22247 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler.hpp b/sprout/config/compiler.hpp index 071ff03a..e381876d 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/borland.hpp b/sprout/config/compiler/borland.hpp index 7ddf9b30..f7d37124 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/clang.hpp b/sprout/config/compiler/clang.hpp index 0754f2ff..fdb1bb03 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/codegear.hpp b/sprout/config/compiler/codegear.hpp index 67e111fb..6493bf1e 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/comeau.hpp b/sprout/config/compiler/comeau.hpp index 9e47a6e0..80bfffef 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/common_edg.hpp b/sprout/config/compiler/common_edg.hpp index 37061b51..2b4cbc10 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/compaq_cxx.hpp b/sprout/config/compiler/compaq_cxx.hpp index 5361f920..5d84cac5 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/cray.hpp b/sprout/config/compiler/cray.hpp index 265a586b..4f259bfe 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/digitalmars.hpp b/sprout/config/compiler/digitalmars.hpp index f09c3164..06f50fa6 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/gcc.hpp b/sprout/config/compiler/gcc.hpp index 501d9874..ab7e01a5 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/gcc_xml.hpp b/sprout/config/compiler/gcc_xml.hpp index 7dcab392..8f2b1db2 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/greenhills.hpp b/sprout/config/compiler/greenhills.hpp index fc8a182c..d7deb8fe 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/has_future.hpp b/sprout/config/compiler/has_future.hpp index c185a4e4..5642b256 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/hp_acc.hpp b/sprout/config/compiler/hp_acc.hpp index c61e6406..873fdbf5 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/intel.hpp b/sprout/config/compiler/intel.hpp index ce0317b3..4ec79bce 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/kai.hpp b/sprout/config/compiler/kai.hpp index ede94221..c5de70b1 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/metrowerks.hpp b/sprout/config/compiler/metrowerks.hpp index 91ce5a30..c0faf9aa 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/mpw.hpp b/sprout/config/compiler/mpw.hpp index 3f2a5d9e..eee017e6 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/no_future.hpp b/sprout/config/compiler/no_future.hpp index 38dac4d0..8f3c0cad 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/nvcc.hpp b/sprout/config/compiler/nvcc.hpp index 5f0134e6..b7124808 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/pathscale.hpp b/sprout/config/compiler/pathscale.hpp index ff342deb..4e08ee04 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/pgi.hpp b/sprout/config/compiler/pgi.hpp index 1488a32c..366209e8 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/sgi_mipspro.hpp b/sprout/config/compiler/sgi_mipspro.hpp index aff0397b..b277ec75 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/sunpro_cc.hpp b/sprout/config/compiler/sunpro_cc.hpp index 52dc4f5d..ed61df26 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/vacpp.hpp b/sprout/config/compiler/vacpp.hpp index 0086c49c..16e6e527 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/compiler/visualc.hpp b/sprout/config/compiler/visualc.hpp index 127a2b44..0dfe63e4 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/config.hpp b/sprout/config/config.hpp index 40c09d9c..b7511208 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib.hpp b/sprout/config/stdlib.hpp index fddc16c4..3aa8a1ea 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/dinkumware.hpp b/sprout/config/stdlib/dinkumware.hpp index 420b6e21..192d6f83 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libcomo.hpp b/sprout/config/stdlib/libcomo.hpp index 6f5967b9..dce0b604 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libcpp.hpp b/sprout/config/stdlib/libcpp.hpp index 7eaf1e2c..a946a2e2 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/libstdcpp3.hpp b/sprout/config/stdlib/libstdcpp3.hpp index e849cc1d..d6ebcfbb 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/modena.hpp b/sprout/config/stdlib/modena.hpp index 2f7cc60d..3d284ce7 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/msl.hpp b/sprout/config/stdlib/msl.hpp index 5d2a0913..eea0c2ab 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/roguewave.hpp b/sprout/config/stdlib/roguewave.hpp index dd8b8a6e..958b8663 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/sgi.hpp b/sprout/config/stdlib/sgi.hpp index 31d3c68a..9bf48c69 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/stlport.hpp b/sprout/config/stdlib/stlport.hpp index 16c23f6a..3bbd7c58 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/stdlib/vacpp.hpp b/sprout/config/stdlib/vacpp.hpp index 155e1afe..21d12f88 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/config/suffix.hpp b/sprout/config/suffix.hpp index bb6f2ad3..312b6813 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container.hpp b/sprout/container.hpp index 88ddb024..9ae990c7 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/at.hpp b/sprout/container/at.hpp index 99d6edb7..b7c3f24a 100644 --- a/sprout/container/at.hpp +++ b/sprout/container/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/back.hpp b/sprout/container/back.hpp index a73921f6..75b5ae79 100644 --- a/sprout/container/back.hpp +++ b/sprout/container/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/begin.hpp b/sprout/container/begin.hpp index c43f6143..ec8f6577 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_iterator.hpp b/sprout/container/const_iterator.hpp index 26dacec5..d895c031 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_pointer.hpp b/sprout/container/const_pointer.hpp index a9728c4d..58f7a0d5 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/const_reference.hpp b/sprout/container/const_reference.hpp index 7e567d8a..216cd39a 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/construct_functions.hpp b/sprout/container/construct_functions.hpp index d7fa750b..c922b05a 100644 --- a/sprout/container/construct_functions.hpp +++ b/sprout/container/construct_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_construct_traits.hpp b/sprout/container/container_construct_traits.hpp index 160af30a..d963b615 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_fitness_traits.hpp b/sprout/container/container_fitness_traits.hpp index dfaca490..ca25730c 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_holder.hpp b/sprout/container/container_holder.hpp index bb71214a..9c74abff 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_range_traits.hpp b/sprout/container/container_range_traits.hpp index 72749063..0b6b3c67 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_traits.hpp b/sprout/container/container_traits.hpp index 637f7478..fa0974fa 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/container_transform_traits.hpp b/sprout/container/container_transform_traits.hpp index 49dc3895..66c7ae4e 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/copied_type.hpp b/sprout/container/copied_type.hpp index b884331d..046f79a5 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/data.hpp b/sprout/container/data.hpp index 4d14d1bf..aacde901 100644 --- a/sprout/container/data.hpp +++ b/sprout/container/data.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/deep_copy.hpp b/sprout/container/deep_copy.hpp index 8a74b06a..0792d987 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/deep_internal.hpp b/sprout/container/deep_internal.hpp index f431ca12..23b7f7ed 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/detail/array_like.hpp b/sprout/container/detail/array_like.hpp index 677410d0..35b58182 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/difference_type.hpp b/sprout/container/difference_type.hpp index 03c37e43..d96d51e2 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/empty.hpp b/sprout/container/empty.hpp index 66ab173a..1fdbb64a 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/end.hpp b/sprout/container/end.hpp index d368f90c..e3aef01f 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fit_size.hpp b/sprout/container/fit_size.hpp index 26fbfa2a..016de947 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fitness_functions.hpp b/sprout/container/fitness_functions.hpp index 962554ca..ae840783 100644 --- a/sprout/container/fitness_functions.hpp +++ b/sprout/container/fitness_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/fixed_size.hpp b/sprout/container/fixed_size.hpp index 06248845..f1a0e89e 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/front.hpp b/sprout/container/front.hpp index c87ccbae..c8402463 100644 --- a/sprout/container/front.hpp +++ b/sprout/container/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/functions.hpp b/sprout/container/functions.hpp index 2709ed96..0230780e 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/get_deep_internal.hpp b/sprout/container/get_deep_internal.hpp index 8880e48c..c7faf7b8 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/get_internal.hpp b/sprout/container/get_internal.hpp index 21c397c6..9ea4ff40 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/indexes.hpp b/sprout/container/indexes.hpp index a626486a..fbfdd92c 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal.hpp b/sprout/container/internal.hpp index 38b6250f..bd15271d 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin.hpp b/sprout/container/internal_begin.hpp index feb6c951..8aaaae79 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin_offset.hpp b/sprout/container/internal_begin_offset.hpp index 6a61c268..0e5176d5 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_begin_offset_backward.hpp b/sprout/container/internal_begin_offset_backward.hpp index bcf70a32..3dc3ffab 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_deep_copy.hpp b/sprout/container/internal_deep_copy.hpp index 7ba79d9d..b9ed00f7 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end.hpp b/sprout/container/internal_end.hpp index eb88c27a..3b901ab3 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end_offset.hpp b/sprout/container/internal_end_offset.hpp index 639ac8f6..b411a75d 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_end_offset_backward.hpp b/sprout/container/internal_end_offset_backward.hpp index 955a10b8..f0e39a0b 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/internal_size.hpp b/sprout/container/internal_size.hpp index ba4bf528..019be9e6 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/is_sub_container.hpp b/sprout/container/is_sub_container.hpp index 52daf5f3..60144124 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/iterator.hpp b/sprout/container/iterator.hpp index 396712c2..f40150d8 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/make.hpp b/sprout/container/make.hpp index 4bd01377..f3276384 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/metafunctions.hpp b/sprout/container/metafunctions.hpp index d4ad05ba..be1ba96b 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/pointer.hpp b/sprout/container/pointer.hpp index abe84fea..9c37057c 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/range_functions.hpp b/sprout/container/range_functions.hpp index 5d144b36..2dbd0f44 100644 --- a/sprout/container/range_functions.hpp +++ b/sprout/container/range_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/range_functions_fwd.hpp b/sprout/container/range_functions_fwd.hpp index 9bbd6db3..37444477 100644 --- a/sprout/container/range_functions_fwd.hpp +++ b/sprout/container/range_functions_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/rebind_size.hpp b/sprout/container/rebind_size.hpp index ecaf22c9..42df0281 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/reference.hpp b/sprout/container/reference.hpp index 837e364d..2ba5497d 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/remake.hpp b/sprout/container/remake.hpp index f2b984f5..e0989354 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/shrink_to_fit.hpp b/sprout/container/shrink_to_fit.hpp index 645e081c..badc806f 100644 --- a/sprout/container/shrink_to_fit.hpp +++ b/sprout/container/shrink_to_fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/size.hpp b/sprout/container/size.hpp index 4aa5c81b..bb54bce6 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/size_type.hpp b/sprout/container/size_type.hpp index 8571d523..d7672359 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sscrisk/cel/array.hpp b/sprout/container/sscrisk/cel/array.hpp index 343e93a7..49330960 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/static_size.hpp b/sprout/container/static_size.hpp index f763d3aa..d6095be9 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/std/array.hpp b/sprout/container/std/array.hpp index 62b56995..48136de6 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/std/complex.hpp b/sprout/container/std/complex.hpp index a242a050..e36c8d0e 100644 --- a/sprout/container/std/complex.hpp +++ b/sprout/container/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sub_container_traits.hpp b/sprout/container/sub_container_traits.hpp index e70a3477..cb64383b 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/sub_functions.hpp b/sprout/container/sub_functions.hpp index 987511ad..e75ee193 100644 --- a/sprout/container/sub_functions.hpp +++ b/sprout/container/sub_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits.hpp b/sprout/container/traits.hpp index 96db1ffa..60fd5836 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits_functions.hpp b/sprout/container/traits_functions.hpp index 0de041f8..13fc4c94 100644 --- a/sprout/container/traits_functions.hpp +++ b/sprout/container/traits_functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/traits_fwd.hpp b/sprout/container/traits_fwd.hpp index da97452b..92ea3f0a 100644 --- a/sprout/container/traits_fwd.hpp +++ b/sprout/container/traits_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/utility.hpp b/sprout/container/utility.hpp index a6661777..8c42aa78 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/value_type.hpp b/sprout/container/value_type.hpp index 2e165de6..abc15f58 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/container/weak_rebind_size.hpp b/sprout/container/weak_rebind_size.hpp index d9b4137b..7f205cba 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdint.hpp b/sprout/cstdint.hpp index 8cbfa9f3..d00bde5c 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib.hpp b/sprout/cstdlib.hpp index 104072c6..c2e2422f 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/abs.hpp b/sprout/cstdlib/abs.hpp index ec33c6e7..ec4b3ed4 100644 --- a/sprout/cstdlib/abs.hpp +++ b/sprout/cstdlib/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/cstdlib/arithmetic.hpp b/sprout/cstdlib/arithmetic.hpp index 926ee9ff..3696e7cd 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/ascii_to_int.hpp b/sprout/cstdlib/ascii_to_int.hpp index cf811a1f..409d13ef 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atof.hpp b/sprout/cstdlib/atof.hpp index 586d41c7..6a54c9ad 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atoi.hpp b/sprout/cstdlib/atoi.hpp index a31d9bee..c4a3c484 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atol.hpp b/sprout/cstdlib/atol.hpp index 502d99bd..b4a6d289 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/atoll.hpp b/sprout/cstdlib/atoll.hpp index bd1e9261..ecc6cf78 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/conversion.hpp b/sprout/cstdlib/conversion.hpp index f326754f..e270b7bf 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/div.hpp b/sprout/cstdlib/div.hpp index daee2fcc..70bc8336 100644 --- a/sprout/cstdlib/div.hpp +++ b/sprout/cstdlib/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/cstdlib/str_to_float.hpp b/sprout/cstdlib/str_to_float.hpp index 5a05da60..9375aa46 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/str_to_int.hpp b/sprout/cstdlib/str_to_int.hpp index 5471af38..0bdac2dd 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtod.hpp b/sprout/cstdlib/strtod.hpp index deea6520..a99a20d2 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtof.hpp b/sprout/cstdlib/strtof.hpp index cfaac708..a411d0c3 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtol.hpp b/sprout/cstdlib/strtol.hpp index 988c2420..015eef76 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtold.hpp b/sprout/cstdlib/strtold.hpp index b1a6ad4d..ce9daae8 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoll.hpp b/sprout/cstdlib/strtoll.hpp index 6cead183..dfd765ba 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoul.hpp b/sprout/cstdlib/strtoul.hpp index 728f23cd..fa68525c 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstdlib/strtoull.hpp b/sprout/cstdlib/strtoull.hpp index 4df77891..7bf9e414 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring.hpp b/sprout/cstring.hpp index 02b3f876..7ac41129 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memchr.hpp b/sprout/cstring/memchr.hpp index af749733..9a9dc39a 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memcmp.hpp b/sprout/cstring/memcmp.hpp index 15606042..5c732dd9 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memcpy.hpp b/sprout/cstring/memcpy.hpp index c478accd..e2b68dd0 100644 --- a/sprout/cstring/memcpy.hpp +++ b/sprout/cstring/memcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memmove.hpp b/sprout/cstring/memmove.hpp index 2c49cd89..9f4687c3 100644 --- a/sprout/cstring/memmove.hpp +++ b/sprout/cstring/memmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/memset.hpp b/sprout/cstring/memset.hpp index 6fa5a98b..0feb99d0 100644 --- a/sprout/cstring/memset.hpp +++ b/sprout/cstring/memset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcat.hpp b/sprout/cstring/strcat.hpp index ddc045f7..9315f3e9 100644 --- a/sprout/cstring/strcat.hpp +++ b/sprout/cstring/strcat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strchr.hpp b/sprout/cstring/strchr.hpp index c378e162..0a243814 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcmp.hpp b/sprout/cstring/strcmp.hpp index c3985949..461b486c 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcoll.hpp b/sprout/cstring/strcoll.hpp index ab1cdbff..dad05047 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcpy.hpp b/sprout/cstring/strcpy.hpp index c5155cf8..d9ae414d 100644 --- a/sprout/cstring/strcpy.hpp +++ b/sprout/cstring/strcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strcspn.hpp b/sprout/cstring/strcspn.hpp index 49ec5345..76b2d6e3 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strlen.hpp b/sprout/cstring/strlen.hpp index 939d7057..bd475449 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncat.hpp b/sprout/cstring/strncat.hpp index 673b6b1b..8d700e74 100644 --- a/sprout/cstring/strncat.hpp +++ b/sprout/cstring/strncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncmp.hpp b/sprout/cstring/strncmp.hpp index db06f8be..174168dc 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strncpy.hpp b/sprout/cstring/strncpy.hpp index 27893207..5ff906ae 100644 --- a/sprout/cstring/strncpy.hpp +++ b/sprout/cstring/strncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strpbrk.hpp b/sprout/cstring/strpbrk.hpp index c060653f..f96d04a3 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strrchr.hpp b/sprout/cstring/strrchr.hpp index bf501c63..ca974692 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strspn.hpp b/sprout/cstring/strspn.hpp index d1694277..e3d6e559 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cstring/strstr.hpp b/sprout/cstring/strstr.hpp index 2ff7a914..0ff65a58 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime.hpp b/sprout/ctime.hpp index 652b40f8..0a46a32a 100644 --- a/sprout/ctime.hpp +++ b/sprout/ctime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime/difftime.hpp b/sprout/ctime/difftime.hpp index 472f2752..b644ea2e 100644 --- a/sprout/ctime/difftime.hpp +++ b/sprout/ctime/difftime.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctime/to_time_t.hpp b/sprout/ctime/to_time_t.hpp index 7199d502..0450057f 100644 --- a/sprout/ctime/to_time_t.hpp +++ b/sprout/ctime/to_time_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype.hpp b/sprout/ctype.hpp index 7a3c5965..aefedbb8 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/ascii.hpp b/sprout/ctype/ascii.hpp index e08b158e..042e73c5 100644 --- a/sprout/ctype/ascii.hpp +++ b/sprout/ctype/ascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/ctype/functor.hpp b/sprout/ctype/functor.hpp index e933c6b9..3782c9d6 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/mask.hpp b/sprout/ctype/mask.hpp index 7be246a2..e460e8ee 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/ctype/wascii.hpp b/sprout/ctype/wascii.hpp index cffcc1da..dbb71ee8 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/current_function.hpp b/sprout/current_function.hpp index 5711d1a1..52066727 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar.hpp b/sprout/cwchar.hpp index f2037aeb..db2d6f70 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscat.hpp b/sprout/cwchar/wcscat.hpp index 47bce357..16b4e326 100644 --- a/sprout/cwchar/wcscat.hpp +++ b/sprout/cwchar/wcscat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcschr.hpp b/sprout/cwchar/wcschr.hpp index d04c5304..ede12750 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscmp.hpp b/sprout/cwchar/wcscmp.hpp index b3781104..f1fc80a4 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscoll.hpp b/sprout/cwchar/wcscoll.hpp index 672d511d..2010ab8d 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscpy.hpp b/sprout/cwchar/wcscpy.hpp index da6251f6..3ab3fd3d 100644 --- a/sprout/cwchar/wcscpy.hpp +++ b/sprout/cwchar/wcscpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcscspn.hpp b/sprout/cwchar/wcscspn.hpp index e707817c..7f31d0b3 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcslen.hpp b/sprout/cwchar/wcslen.hpp index 267474d1..a1d8f480 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncat.hpp b/sprout/cwchar/wcsncat.hpp index cfb6d61d..33052237 100644 --- a/sprout/cwchar/wcsncat.hpp +++ b/sprout/cwchar/wcsncat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncmp.hpp b/sprout/cwchar/wcsncmp.hpp index 0f489b4e..563b67f0 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsncpy.hpp b/sprout/cwchar/wcsncpy.hpp index 629b690d..3552a70d 100644 --- a/sprout/cwchar/wcsncpy.hpp +++ b/sprout/cwchar/wcsncpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcspbrk.hpp b/sprout/cwchar/wcspbrk.hpp index 7c0d41fd..0c8befbe 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsrchr.hpp b/sprout/cwchar/wcsrchr.hpp index 21f7814c..ed28cf5b 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsspn.hpp b/sprout/cwchar/wcsspn.hpp index ad22f0e9..9d8c81ce 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wcsstr.hpp b/sprout/cwchar/wcsstr.hpp index 2b4d6542..4bb6fcfa 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemchr.hpp b/sprout/cwchar/wmemchr.hpp index 62fa4c2a..8f5ca19c 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemcmp.hpp b/sprout/cwchar/wmemcmp.hpp index 5747d923..1b3f37e9 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemcpy.hpp b/sprout/cwchar/wmemcpy.hpp index d2b367d2..42db9706 100644 --- a/sprout/cwchar/wmemcpy.hpp +++ b/sprout/cwchar/wmemcpy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemmove.hpp b/sprout/cwchar/wmemmove.hpp index 201fc6c9..12bacae4 100644 --- a/sprout/cwchar/wmemmove.hpp +++ b/sprout/cwchar/wmemmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwchar/wmemset.hpp b/sprout/cwchar/wmemset.hpp index 4b649fe7..b42f0aa5 100644 --- a/sprout/cwchar/wmemset.hpp +++ b/sprout/cwchar/wmemset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/cwctype.hpp b/sprout/cwctype.hpp index e850155e..6c1739d7 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom.hpp b/sprout/darkroom.hpp index 68c975f7..4ff61cc8 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access.hpp b/sprout/darkroom/access.hpp index 46e21a15..ec0734d6 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access/access.hpp b/sprout/darkroom/access/access.hpp index 7e7447ae..a4ffcc42 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/access/traits.hpp b/sprout/darkroom/access/traits.hpp index a45ac372..a54293fc 100644 --- a/sprout/darkroom/access/traits.hpp +++ b/sprout/darkroom/access/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras.hpp b/sprout/darkroom/cameras.hpp index cc94ee4e..a2e69905 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/angle_of_view.hpp b/sprout/darkroom/cameras/angle_of_view.hpp index 418e5386..51037fab 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/calculate.hpp b/sprout/darkroom/cameras/calculate.hpp index 9ff18227..e7c2dcad 100644 --- a/sprout/darkroom/cameras/calculate.hpp +++ b/sprout/darkroom/cameras/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/cameras/simple_camera.hpp b/sprout/darkroom/cameras/simple_camera.hpp index b5a5ff9a..718f4c99 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/colors.hpp b/sprout/darkroom/colors.hpp index 13ac8abc..e5583d6d 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/colors/rgb.hpp b/sprout/darkroom/colors/rgb.hpp index 8ade2745..f3d11c4f 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/coords.hpp b/sprout/darkroom/coords.hpp index d05e7131..056533c7 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/coords/vector.hpp b/sprout/darkroom/coords/vector.hpp index 2ce56142..46e24f06 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/intersects.hpp b/sprout/darkroom/intersects.hpp index 3cb737c5..17dd3286 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/intersects/intersection.hpp b/sprout/darkroom/intersects/intersection.hpp index 57f46356..07a2233c 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights.hpp b/sprout/darkroom/lights.hpp index c745f4a0..a43034d2 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/ambient_light.hpp b/sprout/darkroom/lights/ambient_light.hpp index 0232d814..cd0e92f1 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/calculate.hpp b/sprout/darkroom/lights/calculate.hpp index d0ad0eb9..876c86e0 100644 --- a/sprout/darkroom/lights/calculate.hpp +++ b/sprout/darkroom/lights/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/light_list.hpp b/sprout/darkroom/lights/light_list.hpp index 31299a30..8fb6b179 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/parallel_light.hpp b/sprout/darkroom/lights/parallel_light.hpp index 16197994..1b825649 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/lights/point_light.hpp b/sprout/darkroom/lights/point_light.hpp index d51ba3d6..6fe480dd 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials.hpp b/sprout/darkroom/materials.hpp index fa17ccd4..d69e2831 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/calculate.hpp b/sprout/darkroom/materials/calculate.hpp index 923e6457..d9e737c2 100644 --- a/sprout/darkroom/materials/calculate.hpp +++ b/sprout/darkroom/materials/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/interpolation.hpp b/sprout/darkroom/materials/interpolation.hpp index 648ea2e5..ea432442 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/material.hpp b/sprout/darkroom/materials/material.hpp index 09dca45d..da9fbd37 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/plaid.hpp b/sprout/darkroom/materials/plaid.hpp index 2f352c24..05634370 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/texture_map.hpp b/sprout/darkroom/materials/texture_map.hpp index fa7390de..d8615685 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/materials/uniform.hpp b/sprout/darkroom/materials/uniform.hpp index 64ebc0bc..26beeb0b 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects.hpp b/sprout/darkroom/objects.hpp index e26ebd68..a6b8f831 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/aa_plane.hpp b/sprout/darkroom/objects/aa_plane.hpp index 117ac6c5..0a7c827a 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/intersect.hpp b/sprout/darkroom/objects/intersect.hpp index 4ea0e0e1..0c6f88a1 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/object_list.hpp b/sprout/darkroom/objects/object_list.hpp index 18c2a2a5..f4c5feda 100644 --- a/sprout/darkroom/objects/object_list.hpp +++ b/sprout/darkroom/objects/object_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/polygon.hpp b/sprout/darkroom/objects/polygon.hpp index 3124f0ef..a2c2828c 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/polygon/triangle.hpp b/sprout/darkroom/objects/polygon/triangle.hpp index 9d357647..572f14d6 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/objects/sphere.hpp b/sprout/darkroom/objects/sphere.hpp index de933611..7720365d 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/pixels.hpp b/sprout/darkroom/pixels.hpp index 22e74405..6b7d0ada 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/pixels/generate.hpp b/sprout/darkroom/pixels/generate.hpp index c9bf6d16..03184b1f 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/rays.hpp b/sprout/darkroom/rays.hpp index 26838164..560a4fdc 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/rays/ray.hpp b/sprout/darkroom/rays/ray.hpp index be514c50..0ccc2232 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers.hpp b/sprout/darkroom/renderers.hpp index 76927405..67c7606f 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/calculate.hpp b/sprout/darkroom/renderers/calculate.hpp index daeb5b84..fac5530c 100644 --- a/sprout/darkroom/renderers/calculate.hpp +++ b/sprout/darkroom/renderers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/infinity.hpp b/sprout/darkroom/renderers/infinity.hpp index 06f681ca..fa36597b 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/renderers/whitted_style.hpp b/sprout/darkroom/renderers/whitted_style.hpp index dfd4953d..51b7d6ed 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/textures.hpp b/sprout/darkroom/textures.hpp index d13e1227..15e32dca 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/textures/texture.hpp b/sprout/darkroom/textures/texture.hpp index 76f70be3..1ca28e73 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers.hpp b/sprout/darkroom/tracers.hpp index a68576e0..be1a6a03 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers/calculate.hpp b/sprout/darkroom/tracers/calculate.hpp index 5ecccf5e..2e7e7974 100644 --- a/sprout/darkroom/tracers/calculate.hpp +++ b/sprout/darkroom/tracers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/darkroom/tracers/raytracer.hpp b/sprout/darkroom/tracers/raytracer.hpp index cfbdac2f..8ca77c25 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/count_n.hpp b/sprout/detail/algorithm/count_n.hpp index 8e08b221..3472f69c 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/count_n_if.hpp b/sprout/detail/algorithm/count_n_if.hpp index 78e9f3bb..c56186d6 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/overlap_count.hpp b/sprout/detail/algorithm/overlap_count.hpp index 0fb20be2..34c377db 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/search_one.hpp b/sprout/detail/algorithm/search_one.hpp index 67d87bd0..fd7b7a02 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/search_one_rev.hpp b/sprout/detail/algorithm/search_one_rev.hpp index 47a1bddc..3b00d807 100644 --- a/sprout/detail/algorithm/search_one_rev.hpp +++ b/sprout/detail/algorithm/search_one_rev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm/set_overlap_count.hpp b/sprout/detail/algorithm/set_overlap_count.hpp index 433645f3..9eb934d6 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/algorithm_min_max.hpp b/sprout/detail/algorithm_min_max.hpp index 66ce9dc5..ab4f1753 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/call_traits.hpp b/sprout/detail/call_traits.hpp index 0c5604a5..1784865e 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_conversion.hpp b/sprout/detail/char_conversion.hpp index 5d5f9ccf..e25f6730 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_literal.hpp b/sprout/detail/char_literal.hpp index 485a2f7d..8936b488 100644 --- a/sprout/detail/char_literal.hpp +++ b/sprout/detail/char_literal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/char_type_of_consecutive.hpp b/sprout/detail/char_type_of_consecutive.hpp index 62c90567..47573eaf 100644 --- a/sprout/detail/char_type_of_consecutive.hpp +++ b/sprout/detail/char_type_of_consecutive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/container_complate.hpp b/sprout/detail/container_complate.hpp index f9b45b0b..b7ea3c0a 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/container_complate_backward.hpp b/sprout/detail/container_complate_backward.hpp index c54f7388..d4223987 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/digits_to_int.hpp b/sprout/detail/digits_to_int.hpp index 07639306..87a604be 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer.hpp b/sprout/detail/integer.hpp index c3d8e074..49f48c2e 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer/integer_mask.hpp b/sprout/detail/integer/integer_mask.hpp index 7b7f98e0..d22a4c2b 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/integer/static_log2.hpp b/sprout/detail/integer/static_log2.hpp index d932e7f7..f61e388f 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/io/ios_state.hpp b/sprout/detail/io/ios_state.hpp index c2b61a18..af3f8cbc 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/io_fwd.hpp b/sprout/detail/io_fwd.hpp index 4710bfab..53030974 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/literal_def.hpp b/sprout/detail/literal_def.hpp index f3617c03..8d895484 100644 --- a/sprout/detail/literal_def.hpp +++ b/sprout/detail/literal_def.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/math/float.hpp b/sprout/detail/math/float.hpp index eae11f16..1dd4a1c9 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/math/int.hpp b/sprout/detail/math/int.hpp index c5e20f33..5e9179a7 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/nil_base.hpp b/sprout/detail/nil_base.hpp index 079372b1..cf46485f 100644 --- a/sprout/detail/nil_base.hpp +++ b/sprout/detail/nil_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/param_at.hpp b/sprout/detail/param_at.hpp index 778c425a..017a2a22 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/pow.hpp b/sprout/detail/pow.hpp index c9820885..afcf4215 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -21,12 +21,21 @@ namespace sprout { pow2(T const& x) { return x * x; } - template inline SPROUT_CONSTEXPR T pow3(T const& x) { return x * x * x; } + template + inline SPROUT_CONSTEXPR T + pow4(T const& x) { + return x * x * x * x; + } + template + inline SPROUT_CONSTEXPR T + pow5(T const& x) { + return x * x * x * x * x; + } template inline SPROUT_CONSTEXPR T diff --git a/sprout/detail/predef.hpp b/sprout/detail/predef.hpp index ceaf926a..3b4e5890 100644 --- a/sprout/detail/predef.hpp +++ b/sprout/detail/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/sizeof.hpp b/sprout/detail/sizeof.hpp index 6cf38a16..e322110f 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/str.hpp b/sprout/detail/str.hpp index 6625c94a..e129515b 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/endian_traits.hpp b/sprout/endian_traits.hpp index fd2b34c1..f636cedf 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/forward_clist.hpp b/sprout/forward_clist.hpp index 16a09ec4..ed970229 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional.hpp b/sprout/functional.hpp index f5079d61..3ec9a54d 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/adaptor.hpp b/sprout/functional/adaptor.hpp index 5515e3a1..c29e3576 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/address_of.hpp b/sprout/functional/address_of.hpp index a096ee5c..72d4a976 100644 --- a/sprout/functional/address_of.hpp +++ b/sprout/functional/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/arithmetic.hpp b/sprout/functional/arithmetic.hpp index c22e1b96..6b906727 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/assign.hpp b/sprout/functional/assign.hpp index b4a6be5e..7787850f 100644 --- a/sprout/functional/assign.hpp +++ b/sprout/functional/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/assignment.hpp b/sprout/functional/assignment.hpp index bf54bd69..8fe79cb4 100644 --- a/sprout/functional/assignment.hpp +++ b/sprout/functional/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/base.hpp b/sprout/functional/base.hpp index 03c439e7..95057b6a 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/binary_function.hpp b/sprout/functional/binary_function.hpp index 03677e58..96938b92 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind.hpp b/sprout/functional/bind.hpp index 9560f920..687d3f14 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/bind.hpp b/sprout/functional/bind/bind.hpp index 808af904..20aeaf38 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/placeholder.hpp b/sprout/functional/bind/placeholder.hpp index adc0084b..c22fb511 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind/udl.hpp b/sprout/functional/bind/udl.hpp index 8494eeaf..b4c0b920 100644 --- a/sprout/functional/bind/udl.hpp +++ b/sprout/functional/bind/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bind1st.hpp b/sprout/functional/bind1st.hpp index 464936da..1bdf3b48 100644 --- a/sprout/functional/bind1st.hpp +++ b/sprout/functional/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/bind2nd.hpp b/sprout/functional/bind2nd.hpp index 5e1fd355..f31f9dcd 100644 --- a/sprout/functional/bind2nd.hpp +++ b/sprout/functional/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/binder.hpp b/sprout/functional/binder.hpp index 948ce364..4ebc1ddf 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_and.hpp b/sprout/functional/bit_and.hpp index 9d93d0b9..58a92d36 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_and_assign.hpp b/sprout/functional/bit_and_assign.hpp index 4ffd761e..e0018cd9 100644 --- a/sprout/functional/bit_and_assign.hpp +++ b/sprout/functional/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_not.hpp b/sprout/functional/bit_not.hpp index 52af0e7a..309b7818 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_or.hpp b/sprout/functional/bit_or.hpp index 70be9af9..493fc64b 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_or_assign.hpp b/sprout/functional/bit_or_assign.hpp index 4ac80433..2fd43584 100644 --- a/sprout/functional/bit_or_assign.hpp +++ b/sprout/functional/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_xor.hpp b/sprout/functional/bit_xor.hpp index f298f316..1f0efbaf 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bit_xor_assign.hpp b/sprout/functional/bit_xor_assign.hpp index a6be5aaa..529334cf 100644 --- a/sprout/functional/bit_xor_assign.hpp +++ b/sprout/functional/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/bitwise.hpp b/sprout/functional/bitwise.hpp index 1a8830a4..f7fedc96 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/call_fun.hpp b/sprout/functional/call_fun.hpp index 8df88326..ece72ba7 100644 --- a/sprout/functional/call_fun.hpp +++ b/sprout/functional/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/comma.hpp b/sprout/functional/comma.hpp index 7a0f7008..5379293e 100644 --- a/sprout/functional/comma.hpp +++ b/sprout/functional/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/comparison.hpp b/sprout/functional/comparison.hpp index 0657e984..3e97ad65 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/cond.hpp b/sprout/functional/cond.hpp index 76702062..3f7a7a5a 100644 --- a/sprout/functional/cond.hpp +++ b/sprout/functional/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/dereference.hpp b/sprout/functional/dereference.hpp index ad5ff278..ccfd5005 100644 --- a/sprout/functional/dereference.hpp +++ b/sprout/functional/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/divides.hpp b/sprout/functional/divides.hpp index 8e8b5308..ef2dd9b5 100644 --- a/sprout/functional/divides.hpp +++ b/sprout/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/divides_assign.hpp b/sprout/functional/divides_assign.hpp index 7b3b4491..b13b63a1 100644 --- a/sprout/functional/divides_assign.hpp +++ b/sprout/functional/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/equal_to.hpp b/sprout/functional/equal_to.hpp index 2138be76..b99ed620 100644 --- a/sprout/functional/equal_to.hpp +++ b/sprout/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/equiv.hpp b/sprout/functional/equiv.hpp index f234dab5..173a7e4d 100644 --- a/sprout/functional/equiv.hpp +++ b/sprout/functional/equiv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/functor.hpp b/sprout/functional/functor.hpp index baf9c7e1..269b59c3 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/greater.hpp b/sprout/functional/greater.hpp index f1fb6086..f6feb1ba 100644 --- a/sprout/functional/greater.hpp +++ b/sprout/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/greater_equal.hpp b/sprout/functional/greater_equal.hpp index 8045deb9..60179a55 100644 --- a/sprout/functional/greater_equal.hpp +++ b/sprout/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/hash.hpp b/sprout/functional/hash.hpp index afe01854..0b484798 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/detail/hash_float.hpp b/sprout/functional/hash/detail/hash_float.hpp index 2538c0db..4066d564 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash.hpp b/sprout/functional/hash/hash.hpp index ccad08db..a409e779 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_combine.hpp b/sprout/functional/hash/hash_combine.hpp index 13ed36a4..02bb21de 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_fwd.hpp b/sprout/functional/hash/hash_fwd.hpp index 6f66f706..cf0f4e51 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_range.hpp b/sprout/functional/hash/hash_range.hpp index 2e290dec..5f40aef1 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_value.hpp b/sprout/functional/hash/hash_value.hpp index 471a1d00..072a2d29 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_value_traits.hpp b/sprout/functional/hash/hash_value_traits.hpp index 85761a25..5ad57f46 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/hash_values.hpp b/sprout/functional/hash/hash_values.hpp index dc30c528..e9a43ab8 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/sscrisk/cel/array.hpp b/sprout/functional/hash/sscrisk/cel/array.hpp index 99b6f5b8..a427a806 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/sscrisk/cel/utility.hpp b/sprout/functional/hash/sscrisk/cel/utility.hpp index 48bc4be3..f4247198 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/array.hpp b/sprout/functional/hash/std/array.hpp index 0b74d47b..ec5bb030 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/complex.hpp b/sprout/functional/hash/std/complex.hpp index 94d100ad..90d8c1cc 100644 --- a/sprout/functional/hash/std/complex.hpp +++ b/sprout/functional/hash/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/std/utility.hpp b/sprout/functional/hash/std/utility.hpp index 0f09cf2f..34cb207a 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash/to_hash.hpp b/sprout/functional/hash/to_hash.hpp index 10dae7fb..f4fe7236 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/hash_fwd.hpp b/sprout/functional/hash_fwd.hpp index 96ad9770..5f27e2bf 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/inc_dec.hpp b/sprout/functional/inc_dec.hpp index ee6d9342..21373ab5 100644 --- a/sprout/functional/inc_dec.hpp +++ b/sprout/functional/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/less.hpp b/sprout/functional/less.hpp index 81731ca6..23ad5048 100644 --- a/sprout/functional/less.hpp +++ b/sprout/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/less_equal.hpp b/sprout/functional/less_equal.hpp index 62da6b96..389efa8e 100644 --- a/sprout/functional/less_equal.hpp +++ b/sprout/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/logical.hpp b/sprout/functional/logical.hpp index 7d7589d1..b274114a 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_and.hpp b/sprout/functional/logical_and.hpp index 9e98f898..97c6c88c 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_not.hpp b/sprout/functional/logical_not.hpp index 634bcd9e..eb82acdc 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/logical_or.hpp b/sprout/functional/logical_or.hpp index 8abff121..cb7fee6a 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fn.hpp b/sprout/functional/mem_fn.hpp index b494d151..c223c06b 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fun.hpp b/sprout/functional/mem_fun.hpp index 8a383d86..e3fd9cf9 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_fun_ref.hpp b/sprout/functional/mem_fun_ref.hpp index 82bf8295..3c137154 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/mem_ptr.hpp b/sprout/functional/mem_ptr.hpp index c7328e11..f520c68b 100644 --- a/sprout/functional/mem_ptr.hpp +++ b/sprout/functional/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/member.hpp b/sprout/functional/member.hpp index 5302d440..024f2bb6 100644 --- a/sprout/functional/member.hpp +++ b/sprout/functional/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/members.hpp b/sprout/functional/members.hpp index 36702435..d94afa0b 100644 --- a/sprout/functional/members.hpp +++ b/sprout/functional/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/minus.hpp b/sprout/functional/minus.hpp index de8ce606..f5924d04 100644 --- a/sprout/functional/minus.hpp +++ b/sprout/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/minus_assign.hpp b/sprout/functional/minus_assign.hpp index b479a019..3dac94f7 100644 --- a/sprout/functional/minus_assign.hpp +++ b/sprout/functional/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/modulus.hpp b/sprout/functional/modulus.hpp index e55be03e..16adb9eb 100644 --- a/sprout/functional/modulus.hpp +++ b/sprout/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/modulus_assign.hpp b/sprout/functional/modulus_assign.hpp index f0d71116..af046390 100644 --- a/sprout/functional/modulus_assign.hpp +++ b/sprout/functional/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/multiplies.hpp b/sprout/functional/multiplies.hpp index 8920c430..e889a489 100644 --- a/sprout/functional/multiplies.hpp +++ b/sprout/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/multiplies_assign.hpp b/sprout/functional/multiplies_assign.hpp index 39da8aee..fe52c142 100644 --- a/sprout/functional/multiplies_assign.hpp +++ b/sprout/functional/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/negate.hpp b/sprout/functional/negate.hpp index 386919f5..b44bf417 100644 --- a/sprout/functional/negate.hpp +++ b/sprout/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/negator.hpp b/sprout/functional/negator.hpp index d0e448d3..260346e3 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not1.hpp b/sprout/functional/not1.hpp index b29b9729..42c1fbfd 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not2.hpp b/sprout/functional/not2.hpp index a82be823..f595d01a 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/not_equal_to.hpp b/sprout/functional/not_equal_to.hpp index 9fe861ca..bc6dbf8a 100644 --- a/sprout/functional/not_equal_to.hpp +++ b/sprout/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/plus.hpp b/sprout/functional/plus.hpp index fd04b51f..0fee2bad 100644 --- a/sprout/functional/plus.hpp +++ b/sprout/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/plus_assign.hpp b/sprout/functional/plus_assign.hpp index c8cfd0f3..71166e51 100644 --- a/sprout/functional/plus_assign.hpp +++ b/sprout/functional/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic.hpp b/sprout/functional/polymorphic.hpp index 965252df..94dfc288 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/address_of.hpp b/sprout/functional/polymorphic/address_of.hpp index 9c49c5b3..51e955a5 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/arithmetic.hpp b/sprout/functional/polymorphic/arithmetic.hpp index df966b71..856486e9 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/assign.hpp b/sprout/functional/polymorphic/assign.hpp index ee292bdc..ed352ae1 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/assignment.hpp b/sprout/functional/polymorphic/assignment.hpp index 360eb4a7..7112df6d 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bind1st.hpp b/sprout/functional/polymorphic/bind1st.hpp index 7b18c783..d21e9276 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bind2nd.hpp b/sprout/functional/polymorphic/bind2nd.hpp index e391bee8..d29585d7 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/binder.hpp b/sprout/functional/polymorphic/binder.hpp index 27975880..9825dbc0 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_and.hpp b/sprout/functional/polymorphic/bit_and.hpp index 69dc1fc1..90d939a4 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_and_assign.hpp b/sprout/functional/polymorphic/bit_and_assign.hpp index 8c9e8155..832e6b14 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_not.hpp b/sprout/functional/polymorphic/bit_not.hpp index a8558bad..3e958d1c 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_or.hpp b/sprout/functional/polymorphic/bit_or.hpp index 7a5ae909..0ec93aa2 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_or_assign.hpp b/sprout/functional/polymorphic/bit_or_assign.hpp index 554792ea..23b41b72 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_xor.hpp b/sprout/functional/polymorphic/bit_xor.hpp index 531484d9..53b3f652 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bit_xor_assign.hpp b/sprout/functional/polymorphic/bit_xor_assign.hpp index e8ec7fa7..f64c6636 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/bitwise.hpp b/sprout/functional/polymorphic/bitwise.hpp index 9a833891..0ee33140 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/call_fun.hpp b/sprout/functional/polymorphic/call_fun.hpp index 32631a3a..8293aa03 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/comma.hpp b/sprout/functional/polymorphic/comma.hpp index 555cc030..ad6fe09f 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/comparison.hpp b/sprout/functional/polymorphic/comparison.hpp index 7fff0db7..77ddb0f3 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/cond.hpp b/sprout/functional/polymorphic/cond.hpp index 3d93b8a1..84668e0c 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/dereference.hpp b/sprout/functional/polymorphic/dereference.hpp index f64ab93e..cbe4b5b8 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/divides.hpp b/sprout/functional/polymorphic/divides.hpp index 885273ad..cbecc917 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/divides_assign.hpp b/sprout/functional/polymorphic/divides_assign.hpp index 9f9bb35f..e401e721 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/equal_to.hpp b/sprout/functional/polymorphic/equal_to.hpp index 78eae219..693fc141 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/functor.hpp b/sprout/functional/polymorphic/functor.hpp index 9ff0e9db..4e1d82dd 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/greater.hpp b/sprout/functional/polymorphic/greater.hpp index 738c62d3..3adf6549 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/greater_equal.hpp b/sprout/functional/polymorphic/greater_equal.hpp index 5bfcc389..bed0f1f8 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/inc_dec.hpp b/sprout/functional/polymorphic/inc_dec.hpp index eff7c47a..8e702797 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/less.hpp b/sprout/functional/polymorphic/less.hpp index 6a2a6605..7e0bf0cd 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/less_equal.hpp b/sprout/functional/polymorphic/less_equal.hpp index d3bf7b84..93c46d72 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical.hpp b/sprout/functional/polymorphic/logical.hpp index 7fa27ec8..cc9fae9f 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_and.hpp b/sprout/functional/polymorphic/logical_and.hpp index f7aa19ce..16f83d37 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_not.hpp b/sprout/functional/polymorphic/logical_not.hpp index ca74ba6e..904916e4 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/logical_or.hpp b/sprout/functional/polymorphic/logical_or.hpp index 5e2cb97b..3dea3efa 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/mem_ptr.hpp b/sprout/functional/polymorphic/mem_ptr.hpp index 136287b5..3d166d05 100644 --- a/sprout/functional/polymorphic/mem_ptr.hpp +++ b/sprout/functional/polymorphic/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/member.hpp b/sprout/functional/polymorphic/member.hpp index e953494b..d5258591 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/members.hpp b/sprout/functional/polymorphic/members.hpp index 8999825b..5d97152a 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/minus.hpp b/sprout/functional/polymorphic/minus.hpp index debd7b20..6c20ebe7 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/minus_assign.hpp b/sprout/functional/polymorphic/minus_assign.hpp index 8580213c..9043633c 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/modulus.hpp b/sprout/functional/polymorphic/modulus.hpp index 25564c63..ebea6943 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/modulus_assign.hpp b/sprout/functional/polymorphic/modulus_assign.hpp index f8255336..d828bdf7 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/multiplies.hpp b/sprout/functional/polymorphic/multiplies.hpp index bcde224b..3be28d8d 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/multiplies_assign.hpp b/sprout/functional/polymorphic/multiplies_assign.hpp index bddcb901..a43231f9 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/negate.hpp b/sprout/functional/polymorphic/negate.hpp index 3e66b3b1..f9e996ae 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/not_equal_to.hpp b/sprout/functional/polymorphic/not_equal_to.hpp index db6153ba..94ec7139 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/plus.hpp b/sprout/functional/polymorphic/plus.hpp index d25a3c2f..5286ce44 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/plus_assign.hpp b/sprout/functional/polymorphic/plus_assign.hpp index d57214ea..176e8802 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/posite.hpp b/sprout/functional/polymorphic/posite.hpp index 678bcba5..c51d1773 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/post_dec.hpp b/sprout/functional/polymorphic/post_dec.hpp index f9c03d9e..1c66c2ee 100644 --- a/sprout/functional/polymorphic/post_dec.hpp +++ b/sprout/functional/polymorphic/post_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/post_inc.hpp b/sprout/functional/polymorphic/post_inc.hpp index 8ba1c628..2aff7aa7 100644 --- a/sprout/functional/polymorphic/post_inc.hpp +++ b/sprout/functional/polymorphic/post_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/pre_dec.hpp b/sprout/functional/polymorphic/pre_dec.hpp index 0d1c092b..c8fd559d 100644 --- a/sprout/functional/polymorphic/pre_dec.hpp +++ b/sprout/functional/polymorphic/pre_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/pre_inc.hpp b/sprout/functional/polymorphic/pre_inc.hpp index 6a73d741..08b8b8bf 100644 --- a/sprout/functional/polymorphic/pre_inc.hpp +++ b/sprout/functional/polymorphic/pre_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/reference.hpp b/sprout/functional/polymorphic/reference.hpp index feaf0d68..69ad788c 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_left.hpp b/sprout/functional/polymorphic/shift_left.hpp index 8d36c9f7..cea0bedb 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_left_assign.hpp b/sprout/functional/polymorphic/shift_left_assign.hpp index 3ff52d35..ea9fbb66 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_right.hpp b/sprout/functional/polymorphic/shift_right.hpp index 17843e76..66df7c6a 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/shift_right_assign.hpp b/sprout/functional/polymorphic/shift_right_assign.hpp index 09f6d4b0..00d3ffb4 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/subscript.hpp b/sprout/functional/polymorphic/subscript.hpp index 22f47d78..780f2457 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/polymorphic/various.hpp b/sprout/functional/polymorphic/various.hpp index fe6df2ea..4225b7f2 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/posite.hpp b/sprout/functional/posite.hpp index e4231bc2..61cec46f 100644 --- a/sprout/functional/posite.hpp +++ b/sprout/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/functional/post_dec.hpp b/sprout/functional/post_dec.hpp index 498e3f27..10d54140 100644 --- a/sprout/functional/post_dec.hpp +++ b/sprout/functional/post_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/post_inc.hpp b/sprout/functional/post_inc.hpp index eeac75e3..943c9127 100644 --- a/sprout/functional/post_inc.hpp +++ b/sprout/functional/post_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/pre_dec.hpp b/sprout/functional/pre_dec.hpp index 89584506..0d7b3997 100644 --- a/sprout/functional/pre_dec.hpp +++ b/sprout/functional/pre_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/pre_inc.hpp b/sprout/functional/pre_inc.hpp index 31043d74..eb12bdbf 100644 --- a/sprout/functional/pre_inc.hpp +++ b/sprout/functional/pre_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/ptr_fun.hpp b/sprout/functional/ptr_fun.hpp index 709b1e7c..fb7ca1a9 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/ref.hpp b/sprout/functional/ref.hpp index 0d39d429..6ecf9f8e 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/reference.hpp b/sprout/functional/reference.hpp index 1089d22a..62a19130 100644 --- a/sprout/functional/reference.hpp +++ b/sprout/functional/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_left.hpp b/sprout/functional/shift_left.hpp index 3b3611a6..ae6c7814 100644 --- a/sprout/functional/shift_left.hpp +++ b/sprout/functional/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_left_assign.hpp b/sprout/functional/shift_left_assign.hpp index 9ce6e1a1..0d24e84b 100644 --- a/sprout/functional/shift_left_assign.hpp +++ b/sprout/functional/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_right.hpp b/sprout/functional/shift_right.hpp index fdb71308..1107df31 100644 --- a/sprout/functional/shift_right.hpp +++ b/sprout/functional/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/shift_right_assign.hpp b/sprout/functional/shift_right_assign.hpp index 6e831d77..79339181 100644 --- a/sprout/functional/shift_right_assign.hpp +++ b/sprout/functional/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/subscript.hpp b/sprout/functional/subscript.hpp index 5f516beb..af5dab13 100644 --- a/sprout/functional/subscript.hpp +++ b/sprout/functional/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits.hpp b/sprout/functional/type_traits.hpp index 7ef89a0e..32f8a0ee 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/has_type.hpp b/sprout/functional/type_traits/has_type.hpp index d3ebefdf..d5c4e5d0 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/inherit_if_type.hpp b/sprout/functional/type_traits/inherit_if_type.hpp index a80871b4..f6c1405e 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/is_strict_function.hpp b/sprout/functional/type_traits/is_strict_function.hpp index 40dea7c7..2b38dd1c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/is_transparent_function.hpp b/sprout/functional/type_traits/is_transparent_function.hpp index ec11bf4c..1be91bae 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/type_traits/weak_result_type.hpp b/sprout/functional/type_traits/weak_result_type.hpp index 2cb7d94e..423d9800 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/unary_function.hpp b/sprout/functional/unary_function.hpp index 3bd4119b..b63e31e5 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/functional/various.hpp b/sprout/functional/various.hpp index f11c30b9..f537a43e 100644 --- a/sprout/functional/various.hpp +++ b/sprout/functional/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator.hpp b/sprout/generator.hpp index 4ad56834..1a84783e 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/functions.hpp b/sprout/generator/functions.hpp index 4135976a..a454128f 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generated_value.hpp b/sprout/generator/generated_value.hpp index 461ebe9d..1fa47037 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/generator_access_traits.hpp b/sprout/generator/generator_access_traits.hpp index f62594a2..415c1abb 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/next_generator.hpp b/sprout/generator/next_generator.hpp index 0fb548a6..5a46daa8 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/generator/results.hpp b/sprout/generator/results.hpp index 166a98c9..a67af621 100644 --- a/sprout/generator/results.hpp +++ b/sprout/generator/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple.hpp b/sprout/index_tuple.hpp index 071f0ac9..22be8a20 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/class.hpp b/sprout/index_tuple/class.hpp index 49e038b9..3071689c 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/enable_make_indexes.hpp b/sprout/index_tuple/enable_make_indexes.hpp index 2b6d58c4..5bd1909d 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_n.hpp b/sprout/index_tuple/index_n.hpp index c6fd198e..6c7e6f86 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_pack.hpp b/sprout/index_tuple/index_pack.hpp index 45a88c2d..5e08fc89 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_range.hpp b/sprout/index_tuple/index_range.hpp index 7f76918d..a7319bc3 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_sequence.hpp b/sprout/index_tuple/index_sequence.hpp index f0e5b5d6..34bf5524 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_sequence_for.hpp b/sprout/index_tuple/index_sequence_for.hpp index 34df8561..149f9fba 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_t.hpp b/sprout/index_tuple/index_t.hpp index 562d80e8..ccacfb89 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/index_tuple.hpp b/sprout/index_tuple/index_tuple.hpp index b264dfae..16cd4f4c 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_n.hpp b/sprout/index_tuple/integer_n.hpp index f45423e5..7211335d 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_pack.hpp b/sprout/index_tuple/integer_pack.hpp index d916b872..49766f33 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_range.hpp b/sprout/index_tuple/integer_range.hpp index 20a1c362..65771aca 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/integer_sequence.hpp b/sprout/index_tuple/integer_sequence.hpp index b66acd01..70424fb2 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_index_sequence.hpp b/sprout/index_tuple/make_index_sequence.hpp index cd126bbb..e2da47e0 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_index_tuple.hpp b/sprout/index_tuple/make_index_tuple.hpp index 17ebcf8a..4d35d131 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_indexes.hpp b/sprout/index_tuple/make_indexes.hpp index bc663cec..6dbd4a89 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/make_integer_sequence.hpp b/sprout/index_tuple/make_integer_sequence.hpp index b08f319f..134f6197 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/metafunction.hpp b/sprout/index_tuple/metafunction.hpp index 3694bff6..8ed7ea34 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/tuple.hpp b/sprout/index_tuple/tuple.hpp index 52c5a192..c17cef8e 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/udl.hpp b/sprout/index_tuple/udl.hpp index 50d15386..6bdfa544 100644 --- a/sprout/index_tuple/udl.hpp +++ b/sprout/index_tuple/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/index_tuple/utility.hpp b/sprout/index_tuple/utility.hpp index a3959de9..9d820f9e 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer.hpp b/sprout/integer.hpp index b6a8964c..a70c9a46 100644 --- a/sprout/integer.hpp +++ b/sprout/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer/integer_digits.hpp b/sprout/integer/integer_digits.hpp index 7a39653e..7ba0ffda 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/integer/static_pow.hpp b/sprout/integer/static_pow.hpp index c4852a76..3bddbb53 100644 --- a/sprout/integer/static_pow.hpp +++ b/sprout/integer/static_pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/io.hpp b/sprout/io.hpp index 71dbf6eb..978e6ae5 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator.hpp b/sprout/iterator.hpp index e5a03ae4..4dc5c7fb 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/adaptor.hpp b/sprout/iterator/adaptor.hpp index 42b8ddde..197c5655 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/adjacent_filter_iterator.hpp b/sprout/iterator/adjacent_filter_iterator.hpp index ab03e7cf..281df67f 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/advance.hpp b/sprout/iterator/advance.hpp index 44996940..614d7b95 100644 --- a/sprout/iterator/advance.hpp +++ b/sprout/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/alternate_iterator.hpp b/sprout/iterator/alternate_iterator.hpp index 6c5aea82..dedafc93 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/amplitude_spectrum_iterator.hpp b/sprout/iterator/amplitude_spectrum_iterator.hpp index 20e2fd5d..dcef3c6d 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/back_insert_iterator.hpp b/sprout/iterator/back_insert_iterator.hpp index ffc5c568..60022a2e 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/bytes_iterator.hpp b/sprout/iterator/bytes_iterator.hpp index 889ad182..d60ae56b 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/clamp_iterator.hpp b/sprout/iterator/clamp_iterator.hpp index e8e16eea..8b5ed2e7 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/const_iterator_cast.hpp b/sprout/iterator/const_iterator_cast.hpp index 72fe89c3..5a9fd7ac 100644 --- a/sprout/iterator/const_iterator_cast.hpp +++ b/sprout/iterator/const_iterator_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/counting_iterator.hpp b/sprout/iterator/counting_iterator.hpp index b942e03e..26f02a43 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/detail/iterator_to_pointer.hpp b/sprout/iterator/detail/iterator_to_pointer.hpp index 980cf5af..44f7420b 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/dft.hpp b/sprout/iterator/dft.hpp index 7069a0fe..669f557f 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/dft_iterator.hpp b/sprout/iterator/dft_iterator.hpp index 6268acdd..435e59b2 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/distance.hpp b/sprout/iterator/distance.hpp index aa128abb..da7d5b33 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/filter_iterator.hpp b/sprout/iterator/filter_iterator.hpp index 13079fd3..35c3fbfe 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/front_insert_iterator.hpp b/sprout/iterator/front_insert_iterator.hpp index f5f120bc..a5571761 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/generator_iterator.hpp b/sprout/iterator/generator_iterator.hpp index 551d7298..e42bc6b5 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/idft_iterator.hpp b/sprout/iterator/idft_iterator.hpp index 90e1a294..094498e7 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/index_iterator.hpp b/sprout/iterator/index_iterator.hpp index 3b2c051a..18c05de9 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/indexed_iterator.hpp b/sprout/iterator/indexed_iterator.hpp index 76215c54..5c71d303 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/insert_iterator.hpp b/sprout/iterator/insert_iterator.hpp index cd1e5a86..7d3fd400 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/insert_range_iterator.hpp b/sprout/iterator/insert_range_iterator.hpp index 1621e002..b2f7d007 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/inserter.hpp b/sprout/iterator/inserter.hpp index 35e17d49..9e75cf26 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/iterator_traits.hpp b/sprout/iterator/iterator_traits.hpp index becf0a8c..6376d96a 100644 --- a/sprout/iterator/iterator_traits.hpp +++ b/sprout/iterator/iterator_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/joint_iterator.hpp b/sprout/iterator/joint_iterator.hpp index c8187510..b65f038e 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/merge_iterator.hpp b/sprout/iterator/merge_iterator.hpp index 6ff2febf..563d3681 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/move_iterator.hpp b/sprout/iterator/move_iterator.hpp index 2dbf281d..c4cf560e 100644 --- a/sprout/iterator/move_iterator.hpp +++ b/sprout/iterator/move_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next.hpp b/sprout/iterator/next.hpp index 725ffc47..9c56b153 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next_fwd.hpp b/sprout/iterator/next_fwd.hpp index e566f519..50749430 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/next_iterator.hpp b/sprout/iterator/next_iterator.hpp index 0d7b0fe2..e97e58b6 100644 --- a/sprout/iterator/next_iterator.hpp +++ b/sprout/iterator/next_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/operation.hpp b/sprout/iterator/operation.hpp index 9ed3c9d3..832e3f76 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/phase_spectrum_iterator.hpp b/sprout/iterator/phase_spectrum_iterator.hpp index d66abd3e..56b171f4 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/predefined.hpp b/sprout/iterator/predefined.hpp index 2a155c4d..4173b067 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/prev.hpp b/sprout/iterator/prev.hpp index d859d6d2..7accb8ad 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/prev_fwd.hpp b/sprout/iterator/prev_fwd.hpp index 3e7ba730..493813c9 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/ptr_index_iterator.hpp b/sprout/iterator/ptr_index_iterator.hpp index 95d536e1..937cd321 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remake_iterator.hpp b/sprout/iterator/remake_iterator.hpp index eb70cb6a..ccf0bdf5 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remove_if_iterator.hpp b/sprout/iterator/remove_if_iterator.hpp index 5a4c85d7..63f5363d 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/remove_iterator.hpp b/sprout/iterator/remove_iterator.hpp index 3e981479..0d903f0d 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/replace_if_iterator.hpp b/sprout/iterator/replace_if_iterator.hpp index eec27f0d..9c98c649 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/replace_iterator.hpp b/sprout/iterator/replace_iterator.hpp index 46fa5170..b283e39b 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/reverse_iterator.hpp b/sprout/iterator/reverse_iterator.hpp index 5ad70c58..fbd331fc 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/sawtooth_iterator.hpp b/sprout/iterator/sawtooth_iterator.hpp index d82afa55..fde4a72a 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_difference_iterator.hpp b/sprout/iterator/set_difference_iterator.hpp index b0bc6268..3cef58fe 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_intersection_iterator.hpp b/sprout/iterator/set_intersection_iterator.hpp index 190412ca..27a14d49 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_symmetric_difference_iterator.hpp b/sprout/iterator/set_symmetric_difference_iterator.hpp index f149e86e..9ea56065 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/set_union_iterator.hpp b/sprout/iterator/set_union_iterator.hpp index b5377c92..9a70c09c 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/sinusoid_iterator.hpp b/sprout/iterator/sinusoid_iterator.hpp index 4fc31235..8440cc3f 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/size_enum_iterator.hpp b/sprout/iterator/size_enum_iterator.hpp index 0f1fb762..5711e61c 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/square_iterator.hpp b/sprout/iterator/square_iterator.hpp index 7cf38a8b..e5504047 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/step_iterator.hpp b/sprout/iterator/step_iterator.hpp index 76dc37c2..41badec2 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/string.hpp b/sprout/iterator/string.hpp index 8d1eb54a..9eb3506d 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/to_lower_iterator.hpp b/sprout/iterator/to_lower_iterator.hpp index 8f177ee0..131d0d17 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/to_upper_iterator.hpp b/sprout/iterator/to_upper_iterator.hpp index fc6e5252..4a428eda 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/transform_iterator.hpp b/sprout/iterator/transform_iterator.hpp index ddb2f04d..dd0c36df 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/triangle_iterator.hpp b/sprout/iterator/triangle_iterator.hpp index b207685a..add6a2a7 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits.hpp b/sprout/iterator/type_traits.hpp index 4aabe168..0286ec6c 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/category.hpp b/sprout/iterator/type_traits/category.hpp index 9c5df6b1..eff39363 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/common.hpp b/sprout/iterator/type_traits/common.hpp index 89fa84ea..38111cbd 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_constant_distance_iterator.hpp b/sprout/iterator/type_traits/is_constant_distance_iterator.hpp index 7269ae37..82db6b1d 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator.hpp b/sprout/iterator/type_traits/is_iterator.hpp index 93029c27..3511c65e 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator_category_of.hpp b/sprout/iterator/type_traits/is_iterator_category_of.hpp index cff4dc2a..e6dbf7e7 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/type_traits/is_iterator_of.hpp b/sprout/iterator/type_traits/is_iterator_of.hpp index be029a47..5958ee77 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/unique_iterator.hpp b/sprout/iterator/unique_iterator.hpp index 184a4019..33faaeb3 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/value_iterator.hpp b/sprout/iterator/value_iterator.hpp index 842f0d24..9db18436 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/valued_iterator.hpp b/sprout/iterator/valued_iterator.hpp index 9b6eea11..6583d8ab 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/various.hpp b/sprout/iterator/various.hpp index 9f0a85c3..7a1f73d4 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/wave.hpp b/sprout/iterator/wave.hpp index 4df8df61..8b2669bb 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/iterator/while_iterator.hpp b/sprout/iterator/while_iterator.hpp index ed5fdca3..0b39d55c 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/limits.hpp b/sprout/limits.hpp index 51a4f27d..93d432a4 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic.hpp b/sprout/logic.hpp index 995cf7c9..a6779829 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool.hpp b/sprout/logic/tribool.hpp index 9f71e89e..de2455f7 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/hash.hpp b/sprout/logic/tribool/hash.hpp index cc4ce277..e980a129 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/io.hpp b/sprout/logic/tribool/io.hpp index d14fa5c5..a94ac7db 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/tribool.hpp b/sprout/logic/tribool/tribool.hpp index 48722f45..384581cb 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool/tribool_fwd.hpp b/sprout/logic/tribool/tribool_fwd.hpp index cd55e26f..93cf93c6 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/logic/tribool_fwd.hpp b/sprout/logic/tribool_fwd.hpp index e205292a..05fbaae7 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math.hpp b/sprout/math.hpp index b25e1f3d..2fc11ea0 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/abs.hpp b/sprout/math/abs.hpp index 8c8db604..2f84f446 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/acos.hpp b/sprout/math/acos.hpp index 8ed820de..386d3ee1 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/acosh.hpp b/sprout/math/acosh.hpp index b185aeb0..3265a42a 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/asin.hpp b/sprout/math/asin.hpp index cc5b1d81..37197702 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/asinh.hpp b/sprout/math/asinh.hpp index 74ece0b1..5f5b03db 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atan.hpp b/sprout/math/atan.hpp index e0370c70..d8e3dcc0 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atan2.hpp b/sprout/math/atan2.hpp index 63973bf5..e570c708 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/atanh.hpp b/sprout/math/atanh.hpp index f43c1210..48803024 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/bernoulli.hpp b/sprout/math/bernoulli.hpp index e7ec22eb..fc46e529 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cbrt.hpp b/sprout/math/cbrt.hpp index e765e4f7..8f05de7f 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ceil.hpp b/sprout/math/ceil.hpp index c57db820..9f5bd9d6 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/classifications.hpp b/sprout/math/classifications.hpp index 2a5212c1..a35b8855 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cmath.hpp b/sprout/math/cmath.hpp index c1eb78e9..92155a09 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/common_factor.hpp b/sprout/math/common_factor.hpp index 6052f0c9..3354f83c 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/compare.hpp b/sprout/math/compare.hpp index 3866f2cd..3a1b4745 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/comparisons.hpp b/sprout/math/comparisons.hpp index 83871d1e..c4809f9e 100644 --- a/sprout/math/comparisons.hpp +++ b/sprout/math/comparisons.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/constants.hpp b/sprout/math/constants.hpp index f625a435..5e2f08b1 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/copysign.hpp b/sprout/math/copysign.hpp index 9ce73ecf..fcfc3c1f 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cos.hpp b/sprout/math/cos.hpp index 7fa9828d..392d9e98 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/cosh.hpp b/sprout/math/cosh.hpp index 2217ae7f..7fdb37f7 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/config.hpp b/sprout/math/detail/config.hpp index 7a166015..1309a01b 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/cosp.hpp b/sprout/math/detail/cosp.hpp index c411bc9c..615974cf 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/float_compute.hpp b/sprout/math/detail/float_compute.hpp index 913a089d..8bb68ea5 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/detail/sinp.hpp b/sprout/math/detail/sinp.hpp index 419d98f1..132be49d 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/equal_to.hpp b/sprout/math/equal_to.hpp index 121859a2..69b48b8e 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/erf.hpp b/sprout/math/erf.hpp index ee6108ec..9d854f93 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/erfc.hpp b/sprout/math/erfc.hpp index b856733f..94ae0169 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/error.hpp b/sprout/math/error.hpp index 278a65c0..58daffd3 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp.hpp b/sprout/math/exp.hpp index 64e90487..7b984ca0 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp10.hpp b/sprout/math/exp10.hpp index 900c0edf..3a3fc0d4 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exp2.hpp b/sprout/math/exp2.hpp index 9d67a78a..dce2d392 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/expm1.hpp b/sprout/math/expm1.hpp index 11d3a939..93993545 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/exponential.hpp b/sprout/math/exponential.hpp index 7aa171a9..4e3791b9 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fabs.hpp b/sprout/math/fabs.hpp index a42a5818..d182d49c 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/factorial.hpp b/sprout/math/factorial.hpp index 936c5dee..322a7ae6 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fdim.hpp b/sprout/math/fdim.hpp index c55a068b..758d93f0 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_exponent.hpp b/sprout/math/float2_exponent.hpp index 0e7d1e2e..235b8d2b 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_sig_exp.hpp b/sprout/math/float2_sig_exp.hpp index 573ee7ea..6154a6ca 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float2_significand.hpp b/sprout/math/float2_significand.hpp index c180fc83..b60d0898 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_exponent.hpp b/sprout/math/float_exponent.hpp index 4690fb07..99f4771e 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_sig_exp.hpp b/sprout/math/float_sig_exp.hpp index dc777e3c..49c15a38 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/float_significand.hpp b/sprout/math/float_significand.hpp index d1e09f57..98e873c6 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/floating_point.hpp b/sprout/math/floating_point.hpp index f3f61c59..d5db13c9 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/floor.hpp b/sprout/math/floor.hpp index 547ed3d4..2aa1f33f 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fma.hpp b/sprout/math/fma.hpp index fd67a651..e421f2da 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmax.hpp b/sprout/math/fmax.hpp index 43331751..405e573b 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmin.hpp b/sprout/math/fmin.hpp index aec2ccd6..904177d3 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fmod.hpp b/sprout/math/fmod.hpp index e5e2192c..c80c2924 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fpclassify.hpp b/sprout/math/fpclassify.hpp index 8aaab22c..55d61c62 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/frac_int.hpp b/sprout/math/frac_int.hpp index cc60ade5..228c8928 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/fractional_part.hpp b/sprout/math/fractional_part.hpp index c1f34943..5888082e 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/functions.hpp b/sprout/math/functions.hpp index 254f4070..c62af21b 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/gamma.hpp b/sprout/math/gamma.hpp index 9f367f64..77b169fb 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/gcd.hpp b/sprout/math/gcd.hpp index d01d63bc..bfa0f0a5 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/greater.hpp b/sprout/math/greater.hpp index bc5b59f6..ee001b57 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/greater_equal.hpp b/sprout/math/greater_equal.hpp index dd836ce7..df351104 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/hyperbolic.hpp b/sprout/math/hyperbolic.hpp index 23d6b332..8199be20 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/hypot.hpp b/sprout/math/hypot.hpp index e55979bc..e7f8213f 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iceil.hpp b/sprout/math/iceil.hpp index dc7369f4..75098a2e 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ifloor.hpp b/sprout/math/ifloor.hpp index 4e56ea57..62b33ce7 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ilogb.hpp b/sprout/math/ilogb.hpp index 033207c4..3071fbfe 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ilogb2.hpp b/sprout/math/ilogb2.hpp index 480eef94..161ba657 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/integer.hpp b/sprout/math/integer.hpp index 0eb402f5..983352b5 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/integer_part.hpp b/sprout/math/integer_part.hpp index 89cfb8fa..fa720ab7 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iround.hpp b/sprout/math/iround.hpp index 501f9cad..b72e0894 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_even.hpp b/sprout/math/is_even.hpp index 20902068..70d6a176 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_integer.hpp b/sprout/math/is_integer.hpp index 0c7a232c..783cadd1 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/is_odd.hpp b/sprout/math/is_odd.hpp index 6e8f6866..8a227ec7 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isfinite.hpp b/sprout/math/isfinite.hpp index 62bf5614..0fc58b85 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isgreater.hpp b/sprout/math/isgreater.hpp index 4bc59674..972e01af 100644 --- a/sprout/math/isgreater.hpp +++ b/sprout/math/isgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isgreaterequal.hpp b/sprout/math/isgreaterequal.hpp index 1174fbc3..1ed9df09 100644 --- a/sprout/math/isgreaterequal.hpp +++ b/sprout/math/isgreaterequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isinf.hpp b/sprout/math/isinf.hpp index 635b3f17..497985b5 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isless.hpp b/sprout/math/isless.hpp index 4a4bde58..11cc93dd 100644 --- a/sprout/math/isless.hpp +++ b/sprout/math/isless.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/islessequal.hpp b/sprout/math/islessequal.hpp index 1f2de836..4ec94dab 100644 --- a/sprout/math/islessequal.hpp +++ b/sprout/math/islessequal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/islessgreater.hpp b/sprout/math/islessgreater.hpp index b55a7757..40cea0bd 100644 --- a/sprout/math/islessgreater.hpp +++ b/sprout/math/islessgreater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isnan.hpp b/sprout/math/isnan.hpp index a9615b71..232cf304 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isnormal.hpp b/sprout/math/isnormal.hpp index 6ba31fde..9ecd61a3 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/issubnormal.hpp b/sprout/math/issubnormal.hpp index 24c57025..27fd9265 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/isunordered.hpp b/sprout/math/isunordered.hpp index e07d9b2a..c5062387 100644 --- a/sprout/math/isunordered.hpp +++ b/sprout/math/isunordered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/iszero.hpp b/sprout/math/iszero.hpp index 66df7f48..16c00dd9 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/itrunc.hpp b/sprout/math/itrunc.hpp index a7a89e56..48a7d162 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lcm.hpp b/sprout/math/lcm.hpp index dde1a6ee..c6a431ed 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/ldexp.hpp b/sprout/math/ldexp.hpp index 533a2be6..31da0eec 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/less.hpp b/sprout/math/less.hpp index 1f88f171..0caac727 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/less_equal.hpp b/sprout/math/less_equal.hpp index efdddbea..6973a9cb 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lgamma.hpp b/sprout/math/lgamma.hpp index e70a4138..9a2b01c1 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/llround.hpp b/sprout/math/llround.hpp index 8bac626a..6793f55d 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log.hpp b/sprout/math/log.hpp index 407f75b4..e7ad085a 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log10.hpp b/sprout/math/log10.hpp index d2875593..8d5e98d7 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log1p.hpp b/sprout/math/log1p.hpp index eb1ae882..18f9a7f6 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log2.hpp b/sprout/math/log2.hpp index 94703fa5..732010c4 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/log_a.hpp b/sprout/math/log_a.hpp index c34bbf64..9c277c48 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/logb.hpp b/sprout/math/logb.hpp index cbad79db..49b2bbdb 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/logb2.hpp b/sprout/math/logb2.hpp index d76f1422..f63b3003 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/lround.hpp b/sprout/math/lround.hpp index 83621033..bc8a0d74 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/manipulations.hpp b/sprout/math/manipulations.hpp index 924582a8..699174e1 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/minmax.hpp b/sprout/math/minmax.hpp index 1c658250..d5692ccf 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/muladd.hpp b/sprout/math/muladd.hpp index 7ca1b282..aed96644 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/nearest.hpp b/sprout/math/nearest.hpp index f365bd7e..24377cf3 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/not_equal_to.hpp b/sprout/math/not_equal_to.hpp index 78c91772..aabaf890 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/pow.hpp b/sprout/math/pow.hpp index 32c6fc56..9972bea7 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/power.hpp b/sprout/math/power.hpp index b6cee2ac..5385b67c 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/quotient.hpp b/sprout/math/quotient.hpp index a25c24fe..1a8de336 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/rem_quo.hpp b/sprout/math/rem_quo.hpp index 6e46d3b6..8bbe2f5b 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/remainder.hpp b/sprout/math/remainder.hpp index 8de2831a..8120f79a 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/remainders.hpp b/sprout/math/remainders.hpp index 414f3868..0a9ebd42 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/round.hpp b/sprout/math/round.hpp index b00e87d4..d9491862 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/scalbln.hpp b/sprout/math/scalbln.hpp index a5ee1fa8..c2ec9f0d 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/scalbn.hpp b/sprout/math/scalbn.hpp index 5a5a19a8..739ae6e9 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sigmoid.hpp b/sprout/math/sigmoid.hpp index a46c17ea..318bce3c 100644 --- a/sprout/math/sigmoid.hpp +++ b/sprout/math/sigmoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/signbit.hpp b/sprout/math/signbit.hpp index 3c49a8ad..98f1356a 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sin.hpp b/sprout/math/sin.hpp index 7578166e..0dbc9e8d 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sinh.hpp b/sprout/math/sinh.hpp index c5355199..f5894db6 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/sqrt.hpp b/sprout/math/sqrt.hpp index d35e4ec5..964ce059 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tan.hpp b/sprout/math/tan.hpp index 7a11dd0c..8985e80a 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tanh.hpp b/sprout/math/tanh.hpp index 71754cd4..73b4862c 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/tgamma.hpp b/sprout/math/tgamma.hpp index 7735193f..ac5a48e2 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/trigonometric.hpp b/sprout/math/trigonometric.hpp index 14f1b153..7ef09ee9 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/trunc.hpp b/sprout/math/trunc.hpp index 6f2ea2e0..fec32f28 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory.hpp b/sprout/memory.hpp index 06d309f6..56653998 100644 --- a/sprout/memory.hpp +++ b/sprout/memory.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/addressof.hpp b/sprout/memory/addressof.hpp index abdfee30..a65a8ca7 100644 --- a/sprout/memory/addressof.hpp +++ b/sprout/memory/addressof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/exempt_ptr.hpp b/sprout/memory/exempt_ptr.hpp index b587f01e..66a6c0eb 100644 --- a/sprout/memory/exempt_ptr.hpp +++ b/sprout/memory/exempt_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/get_pointer.hpp b/sprout/memory/get_pointer.hpp index e470cd4e..88ff3075 100644 --- a/sprout/memory/get_pointer.hpp +++ b/sprout/memory/get_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/observer_ptr.hpp b/sprout/memory/observer_ptr.hpp index df65087d..61643553 100644 --- a/sprout/memory/observer_ptr.hpp +++ b/sprout/memory/observer_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/memory/pointer_cast.hpp b/sprout/memory/pointer_cast.hpp index 3695007a..3bc5c541 100644 --- a/sprout/memory/pointer_cast.hpp +++ b/sprout/memory/pointer_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/net.hpp b/sprout/net.hpp index 115b6c15..2c514bd4 100644 --- a/sprout/net.hpp +++ b/sprout/net.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2014 Chris KAY diff --git a/sprout/net/endian.hpp b/sprout/net/endian.hpp index 09d18277..982036b5 100644 --- a/sprout/net/endian.hpp +++ b/sprout/net/endian.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Copyright (c) 2014 Chris KAY diff --git a/sprout/none.hpp b/sprout/none.hpp index e25192ae..e565e3f1 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric.hpp b/sprout/numeric.hpp index 0c2d5e92..10dde8f4 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/accumulate.hpp b/sprout/numeric/accumulate.hpp index 78656cbd..dbb9b386 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/adjacent_difference.hpp b/sprout/numeric/adjacent_difference.hpp index 4e92db61..81e5454b 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14.hpp b/sprout/numeric/cxx14.hpp index 7c0a4389..4309c130 100644 --- a/sprout/numeric/cxx14.hpp +++ b/sprout/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/adjacent_difference.hpp b/sprout/numeric/cxx14/adjacent_difference.hpp index 86146391..0112add0 100644 --- a/sprout/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/iota.hpp b/sprout/numeric/cxx14/iota.hpp index 01e04bb3..bcc1d892 100644 --- a/sprout/numeric/cxx14/iota.hpp +++ b/sprout/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/cxx14/partial_sum.hpp b/sprout/numeric/cxx14/partial_sum.hpp index ce64d675..7c8eb2b6 100644 --- a/sprout/numeric/cxx14/partial_sum.hpp +++ b/sprout/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft.hpp b/sprout/numeric/dft.hpp index b07ea2fa..5ad7a2eb 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/amplitude_spectrum.hpp b/sprout/numeric/dft/amplitude_spectrum.hpp index e6915f24..e58bea10 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/amplitude_spectrum_value.hpp b/sprout/numeric/dft/amplitude_spectrum_value.hpp index 70848f9e..98321870 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14.hpp b/sprout/numeric/dft/cxx14.hpp index 74e56802..e7ad9fca 100644 --- a/sprout/numeric/dft/cxx14.hpp +++ b/sprout/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp index bee80385..b6e3835e 100644 --- a/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/phase_spectrum.hpp b/sprout/numeric/dft/cxx14/phase_spectrum.hpp index d16e2e14..ab413089 100644 --- a/sprout/numeric/dft/cxx14/phase_spectrum.hpp +++ b/sprout/numeric/dft/cxx14/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/sawtooth.hpp b/sprout/numeric/dft/cxx14/sawtooth.hpp index 64c14805..b988ec23 100644 --- a/sprout/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/sinusoid.hpp b/sprout/numeric/dft/cxx14/sinusoid.hpp index 90b2bf3c..0e22f9a7 100644 --- a/sprout/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/spectrum.hpp b/sprout/numeric/dft/cxx14/spectrum.hpp index 701ed56c..15ee9a82 100644 --- a/sprout/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/square.hpp b/sprout/numeric/dft/cxx14/square.hpp index 16cab9b7..e8313408 100644 --- a/sprout/numeric/dft/cxx14/square.hpp +++ b/sprout/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/triangle.hpp b/sprout/numeric/dft/cxx14/triangle.hpp index d78be72f..b1a94e80 100644 --- a/sprout/numeric/dft/cxx14/triangle.hpp +++ b/sprout/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/cxx14/wave.hpp b/sprout/numeric/dft/cxx14/wave.hpp index 5290e407..9ef980a8 100644 --- a/sprout/numeric/dft/cxx14/wave.hpp +++ b/sprout/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/dft_element_gen.hpp b/sprout/numeric/dft/detail/dft_element_gen.hpp index 1949c02e..93603f1a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/sawtooth.hpp b/sprout/numeric/dft/detail/sawtooth.hpp index 99b342e5..856f7d62 100644 --- a/sprout/numeric/dft/detail/sawtooth.hpp +++ b/sprout/numeric/dft/detail/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/sinusoid.hpp b/sprout/numeric/dft/detail/sinusoid.hpp index c63ebf78..21cb7e82 100644 --- a/sprout/numeric/dft/detail/sinusoid.hpp +++ b/sprout/numeric/dft/detail/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/square.hpp b/sprout/numeric/dft/detail/square.hpp index 7a57fe4f..635c5da7 100644 --- a/sprout/numeric/dft/detail/square.hpp +++ b/sprout/numeric/dft/detail/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/detail/triangle.hpp b/sprout/numeric/dft/detail/triangle.hpp index 2acf8e51..dddf439d 100644 --- a/sprout/numeric/dft/detail/triangle.hpp +++ b/sprout/numeric/dft/detail/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/dft.hpp b/sprout/numeric/dft/dft.hpp index 96c1c751..233b02b0 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/dft_element.hpp b/sprout/numeric/dft/dft_element.hpp index f4567db4..34fec9f0 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit.hpp b/sprout/numeric/dft/fit.hpp index 2b77096f..56c279be 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/numeric/dft/fit/amplitude_spectrum.hpp index 8393d0e0..650e60f0 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/dft.hpp b/sprout/numeric/dft/fit/dft.hpp index 3a060ea1..d1c271c2 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/idft.hpp b/sprout/numeric/dft/fit/idft.hpp index d701ba41..e80c4fb9 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/phase_spectrum.hpp b/sprout/numeric/dft/fit/phase_spectrum.hpp index 3e60957c..f4df4050 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/sawtooth.hpp b/sprout/numeric/dft/fit/sawtooth.hpp index 615a98c0..75e953f1 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/sinusoid.hpp b/sprout/numeric/dft/fit/sinusoid.hpp index 08c4cce7..52c06ce3 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/spectrum.hpp b/sprout/numeric/dft/fit/spectrum.hpp index 38656f36..aeaad918 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/square.hpp b/sprout/numeric/dft/fit/square.hpp index 2688269c..41da7211 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/triangle.hpp b/sprout/numeric/dft/fit/triangle.hpp index 203fbb8b..e4f3ef16 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fit/wave.hpp b/sprout/numeric/dft/fit/wave.hpp index b692130a..cb83ef02 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed.hpp b/sprout/numeric/dft/fixed.hpp index 1c880635..9161a1f3 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp index 2d59a1e8..c264394e 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/dft.hpp b/sprout/numeric/dft/fixed/dft.hpp index 184328a2..34ff2ba5 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/idft.hpp b/sprout/numeric/dft/fixed/idft.hpp index b3f05f10..63350072 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/phase_spectrum.hpp b/sprout/numeric/dft/fixed/phase_spectrum.hpp index 82a97ecb..4a1ef16d 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/sawtooth.hpp b/sprout/numeric/dft/fixed/sawtooth.hpp index b1524b87..8ea89480 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/sinusoid.hpp b/sprout/numeric/dft/fixed/sinusoid.hpp index 94ce2bf3..584066af 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/spectrum.hpp b/sprout/numeric/dft/fixed/spectrum.hpp index baa6b78d..68458923 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/square.hpp b/sprout/numeric/dft/fixed/square.hpp index 6bca908e..5bf02452 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/triangle.hpp b/sprout/numeric/dft/fixed/triangle.hpp index a4b64f12..90d7b258 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/fixed/wave.hpp b/sprout/numeric/dft/fixed/wave.hpp index 6e5f5687..4625d62a 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/idft.hpp b/sprout/numeric/dft/idft.hpp index 8619ffbc..7ffda5dd 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/idft_element.hpp b/sprout/numeric/dft/idft_element.hpp index fd8fe6f9..55522e3d 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/modifying.hpp b/sprout/numeric/dft/modifying.hpp index efd71792..0c0cb3c0 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/non_modifying.hpp b/sprout/numeric/dft/non_modifying.hpp index f1d3c7d2..33328f2d 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/phase_spectrum.hpp b/sprout/numeric/dft/phase_spectrum.hpp index adafcf58..67a831e6 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/phase_spectrum_value.hpp b/sprout/numeric/dft/phase_spectrum_value.hpp index 22b15a16..95c25b21 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/sawtooth.hpp b/sprout/numeric/dft/sawtooth.hpp index 4f0a17e8..e27e3d48 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/sinusoid.hpp b/sprout/numeric/dft/sinusoid.hpp index 40c9d82e..e778a730 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/spectrum.hpp b/sprout/numeric/dft/spectrum.hpp index c2ebea3a..9e8f5288 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/square.hpp b/sprout/numeric/dft/square.hpp index 6173a7bd..421d1c76 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/triangle.hpp b/sprout/numeric/dft/triangle.hpp index f6126ef4..b664330d 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/dft/wave.hpp b/sprout/numeric/dft/wave.hpp index 1bfecdc3..b03aa2a4 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft.hpp b/sprout/numeric/fft.hpp index 93b6d481..19de617d 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/bitrev_table.hpp b/sprout/numeric/fft/bitrev_table.hpp index 2d7001ce..66a6a688 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fft.hpp b/sprout/numeric/fft/fft.hpp index 3448d757..1685315f 100644 --- a/sprout/numeric/fft/fft.hpp +++ b/sprout/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fit/bitrev_table.hpp b/sprout/numeric/fft/fit/bitrev_table.hpp index 11c20daa..aa4f9b6b 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/fixed/bitrev_table.hpp b/sprout/numeric/fft/fixed/bitrev_table.hpp index 9ef4c3ba..e731e3f4 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fft/ifft.hpp b/sprout/numeric/fft/ifft.hpp index 89c7be96..f67cca33 100644 --- a/sprout/numeric/fft/ifft.hpp +++ b/sprout/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit.hpp b/sprout/numeric/fit.hpp index 5d672c33..9bd3078c 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/adjacent_difference.hpp b/sprout/numeric/fit/adjacent_difference.hpp index 0843e292..c3b31122 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/iota.hpp b/sprout/numeric/fit/iota.hpp index 98fe9416..545b0850 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fit/partial_sum.hpp b/sprout/numeric/fit/partial_sum.hpp index 143acb7b..9c9752b3 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed.hpp b/sprout/numeric/fixed.hpp index 284eaf29..eb79a164 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/adjacent_difference.hpp b/sprout/numeric/fixed/adjacent_difference.hpp index ff5a0a9a..41d85411 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/iota.hpp b/sprout/numeric/fixed/iota.hpp index e0160bc7..3ae4373c 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/fixed/partial_sum.hpp b/sprout/numeric/fixed/partial_sum.hpp index 6f8f68c6..0fd9c610 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/inner_product.hpp b/sprout/numeric/inner_product.hpp index eb6a6d37..94fc37d6 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/iota.hpp b/sprout/numeric/iota.hpp index 04c404bc..fcd86fc1 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/modifying.hpp b/sprout/numeric/modifying.hpp index 87488169..c8a77522 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/non_modifying.hpp b/sprout/numeric/non_modifying.hpp index 21152653..1591e80e 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/numeric/partial_sum.hpp b/sprout/numeric/partial_sum.hpp index 6b22a0a0..d91e86a5 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation.hpp b/sprout/operation.hpp index 9729ebe3..681eadee 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append.hpp b/sprout/operation/append.hpp index b7dbf059..2d5cdcff 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append_back.hpp b/sprout/operation/append_back.hpp index 5bd299c3..1a20045f 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/append_front.hpp b/sprout/operation/append_front.hpp index 584a5367..fbc706b0 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/erase.hpp b/sprout/operation/erase.hpp index f9623668..3ba843a0 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/erase_n.hpp b/sprout/operation/erase_n.hpp index 38ad1d76..e7763e3d 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit.hpp b/sprout/operation/fit.hpp index a9ee8c0d..2e3c719a 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append.hpp b/sprout/operation/fit/append.hpp index 94734728..223365a6 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append_back.hpp b/sprout/operation/fit/append_back.hpp index c173bcd3..69bd9a0b 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/append_front.hpp b/sprout/operation/fit/append_front.hpp index 75de4d23..c5949864 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/erase.hpp b/sprout/operation/fit/erase.hpp index cbca3399..70975977 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/erase_n.hpp b/sprout/operation/fit/erase_n.hpp index 6a147bec..a702b3e6 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/insert.hpp b/sprout/operation/fit/insert.hpp index 24d06873..a609df90 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/insert_n.hpp b/sprout/operation/fit/insert_n.hpp index 581ae25c..7d0ef757 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_back.hpp b/sprout/operation/fit/pop_back.hpp index 60b837fc..e9dae54e 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_back_n.hpp b/sprout/operation/fit/pop_back_n.hpp index 651f1fd9..342314f0 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_front.hpp b/sprout/operation/fit/pop_front.hpp index 082a8733..5c90e011 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/pop_front_n.hpp b/sprout/operation/fit/pop_front_n.hpp index aeb89032..7ca8a5cb 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_back.hpp b/sprout/operation/fit/push_back.hpp index 96e88ab5..d38be310 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_back_n.hpp b/sprout/operation/fit/push_back_n.hpp index c7ce4721..564e232c 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_front.hpp b/sprout/operation/fit/push_front.hpp index fde9329f..acbff4c3 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/push_front_n.hpp b/sprout/operation/fit/push_front_n.hpp index f558cdd7..8f81cd90 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/realign.hpp b/sprout/operation/fit/realign.hpp index 74e923a8..52f3ac79 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/realign_to.hpp b/sprout/operation/fit/realign_to.hpp index c852ea50..4126afc7 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/resize.hpp b/sprout/operation/fit/resize.hpp index 333548da..3bbd215f 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/resize_backward.hpp b/sprout/operation/fit/resize_backward.hpp index 9084d2cf..bf203bf9 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fit/set.hpp b/sprout/operation/fit/set.hpp index 0ef736e3..8efb6244 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed.hpp b/sprout/operation/fixed.hpp index 80b2f62c..0b03248e 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append.hpp b/sprout/operation/fixed/append.hpp index 401539d9..bbd9c28b 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append_back.hpp b/sprout/operation/fixed/append_back.hpp index b9ad8e89..91782fc0 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/append_front.hpp b/sprout/operation/fixed/append_front.hpp index 352a92ec..bf9ab2ae 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/erase.hpp b/sprout/operation/fixed/erase.hpp index 3a6ee8fc..551cbf31 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/erase_n.hpp b/sprout/operation/fixed/erase_n.hpp index 10a589b0..0c244d7a 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/insert.hpp b/sprout/operation/fixed/insert.hpp index 5d970777..7d1b24a9 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/insert_n.hpp b/sprout/operation/fixed/insert_n.hpp index 440dc67b..1d933945 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_back.hpp b/sprout/operation/fixed/pop_back.hpp index 09b54d39..3c1bc834 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_back_n.hpp b/sprout/operation/fixed/pop_back_n.hpp index cdcb2cb3..7f664fa5 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_front.hpp b/sprout/operation/fixed/pop_front.hpp index e2a1991d..69b00245 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/pop_front_n.hpp b/sprout/operation/fixed/pop_front_n.hpp index 2cd9d3ec..7389a664 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_back.hpp b/sprout/operation/fixed/push_back.hpp index 8731672d..d1aa2201 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_back_n.hpp b/sprout/operation/fixed/push_back_n.hpp index aeb941da..b3bf78d7 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_front.hpp b/sprout/operation/fixed/push_front.hpp index 4f5e6e5e..3980635b 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/push_front_n.hpp b/sprout/operation/fixed/push_front_n.hpp index 288103da..5202ab03 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/realign.hpp b/sprout/operation/fixed/realign.hpp index b4538ac4..7a0cec31 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/realign_to.hpp b/sprout/operation/fixed/realign_to.hpp index 0eaf6290..e620d6b4 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/resize.hpp b/sprout/operation/fixed/resize.hpp index 8b96c524..dc5b7993 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/resize_backward.hpp b/sprout/operation/fixed/resize_backward.hpp index d19f0f30..2a5af99b 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/fixed/set.hpp b/sprout/operation/fixed/set.hpp index 007ea759..2140d070 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/insert.hpp b/sprout/operation/insert.hpp index de24312e..95d23145 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/insert_n.hpp b/sprout/operation/insert_n.hpp index 260d6d20..3fc74e74 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_back.hpp b/sprout/operation/pop_back.hpp index e357f023..3e20edfd 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_back_n.hpp b/sprout/operation/pop_back_n.hpp index 46ebf2ed..37b95fa0 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_front.hpp b/sprout/operation/pop_front.hpp index 1de974b2..ec26fc22 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/pop_front_n.hpp b/sprout/operation/pop_front_n.hpp index 10be0e76..c7c1e1d8 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_back.hpp b/sprout/operation/push_back.hpp index c9c4033e..04f7640a 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_back_n.hpp b/sprout/operation/push_back_n.hpp index e64dbe9e..0f746711 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_front.hpp b/sprout/operation/push_front.hpp index fb8afaa6..7a86b801 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/push_front_n.hpp b/sprout/operation/push_front_n.hpp index f783701b..6df800f8 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/realign.hpp b/sprout/operation/realign.hpp index efe3878c..53c23e51 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/realign_to.hpp b/sprout/operation/realign_to.hpp index 25fecc47..9d89c24a 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/resize.hpp b/sprout/operation/resize.hpp index 77901194..a6d8d651 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/resize_backward.hpp b/sprout/operation/resize_backward.hpp index 9900ed7d..c13000d4 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/operation/set.hpp b/sprout/operation/set.hpp index e673f54f..0d6d6350 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional.hpp b/sprout/optional.hpp index 9e1913c0..94f7d9ab 100644 --- a/sprout/optional.hpp +++ b/sprout/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/comparison.hpp b/sprout/optional/comparison.hpp index ff8cb154..95db9a65 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/exceptions.hpp b/sprout/optional/exceptions.hpp index a418e9da..a797a57c 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/get.hpp b/sprout/optional/get.hpp index df4437c9..1a596788 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/hash.hpp b/sprout/optional/hash.hpp index a328d6ca..61eb4c73 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/in_place.hpp b/sprout/optional/in_place.hpp index 17a9b1a2..db71d6fd 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/io.hpp b/sprout/optional/io.hpp index 6ef2c611..2b54fa95 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/make_optional.hpp b/sprout/optional/make_optional.hpp index 26c39190..a31c6423 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/nullopt.hpp b/sprout/optional/nullopt.hpp index e436cbfa..58f748c2 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/optional/optional.hpp b/sprout/optional/optional.hpp index c6517724..79065e7d 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit.hpp b/sprout/pit.hpp index ee72cbd3..cb4b134f 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/comparison.hpp b/sprout/pit/comparison.hpp index 7a912f51..b46bc9ea 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/container.hpp b/sprout/pit/container.hpp index b9a66e58..94b99d75 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/hash.hpp b/sprout/pit/hash.hpp index e08567a2..e6c38da7 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/pit.hpp b/sprout/pit/pit.hpp index b81edfce..a54698a2 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/tuple.hpp b/sprout/pit/tuple.hpp index 770d6ecf..10ec9102 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/pit/type_traits.hpp b/sprout/pit/type_traits.hpp index aad8d843..111c05ca 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor.hpp b/sprout/preprocessor.hpp index 7f12553e..4a5bae03 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/cat.hpp b/sprout/preprocessor/cat.hpp index 53d0d1e4..89b94273 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/config.hpp b/sprout/preprocessor/config.hpp index 9fa51c37..eb60cdcb 100644 --- a/sprout/preprocessor/config.hpp +++ b/sprout/preprocessor/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/empty.hpp b/sprout/preprocessor/empty.hpp index a80309f8..3b5ac172 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/some_number.hpp b/sprout/preprocessor/some_number.hpp index 98abe878..3e19b0db 100644 --- a/sprout/preprocessor/some_number.hpp +++ b/sprout/preprocessor/some_number.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/str_all.hpp b/sprout/preprocessor/str_all.hpp index a05d2e35..ee822dbb 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/stringize.hpp b/sprout/preprocessor/stringize.hpp index c6e11cd7..1feb71ca 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/stringize_all.hpp b/sprout/preprocessor/stringize_all.hpp index 8b678126..0b5d6bb5 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u16str.hpp b/sprout/preprocessor/u16str.hpp index b92479e8..e8a42641 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u16stringize.hpp b/sprout/preprocessor/u16stringize.hpp index 6d2beca5..4a88b250 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u32str.hpp b/sprout/preprocessor/u32str.hpp index ef3bd6e4..da97b88a 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/u32stringize.hpp b/sprout/preprocessor/u32stringize.hpp index f8068cc4..5ce2b182 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/unique_string.hpp b/sprout/preprocessor/unique_string.hpp index 014a79a5..ad1d8b3e 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic.hpp b/sprout/preprocessor/variadic.hpp index aa16d551..c4578a84 100644 --- a/sprout/preprocessor/variadic.hpp +++ b/sprout/preprocessor/variadic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic/elem.hpp b/sprout/preprocessor/variadic/elem.hpp index 84bfe565..e855b220 100644 --- a/sprout/preprocessor/variadic/elem.hpp +++ b/sprout/preprocessor/variadic/elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/variadic/size.hpp b/sprout/preprocessor/variadic/size.hpp index f4d43ca0..ddb91551 100644 --- a/sprout/preprocessor/variadic/size.hpp +++ b/sprout/preprocessor/variadic/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/wstr.hpp b/sprout/preprocessor/wstr.hpp index 4db75e19..293388ce 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/preprocessor/wstringize.hpp b/sprout/preprocessor/wstringize.hpp index 1134e540..fc41df77 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random.hpp b/sprout/random.hpp index 1381ac7f..cd9a6f5a 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/additive_combine.hpp b/sprout/random/additive_combine.hpp index 8c4af499..30d2689c 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/bernoulli_distribution.hpp b/sprout/random/bernoulli_distribution.hpp index 4acf0902..201e8785 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/binomial_distribution.hpp b/sprout/random/binomial_distribution.hpp index ee91eee9..e8c4fec8 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/default_random_engine.hpp b/sprout/random/default_random_engine.hpp index 341e7965..c57b228b 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/const_mod.hpp b/sprout/random/detail/const_mod.hpp index 33755413..5c6ebc86 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/generator_bits.hpp b/sprout/random/detail/generator_bits.hpp index 72f5e8f9..73cd036e 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/ptr_helper.hpp b/sprout/random/detail/ptr_helper.hpp index f2cd8dc6..ac5fe102 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/seed_impl.hpp b/sprout/random/detail/seed_impl.hpp index a84318ef..92c37ac5 100644 --- a/sprout/random/detail/seed_impl.hpp +++ b/sprout/random/detail/seed_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/signed_unsigned_tools.hpp b/sprout/random/detail/signed_unsigned_tools.hpp index 76b16725..1b2167bb 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/detail/uniform_int_float.hpp b/sprout/random/detail/uniform_int_float.hpp index 13a64131..15e667eb 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/distribution.hpp b/sprout/random/distribution.hpp index c3ad8057..bce7e120 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/engine.hpp b/sprout/random/engine.hpp index b71a759c..6f7699f3 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/generate_array.hpp b/sprout/random/generate_array.hpp index 0c87a627..5002cc12 100644 --- a/sprout/random/generate_array.hpp +++ b/sprout/random/generate_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/generate_canonical.hpp b/sprout/random/generate_canonical.hpp index 3ba197ef..c62a088d 100644 --- a/sprout/random/generate_canonical.hpp +++ b/sprout/random/generate_canonical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/geometric_distribution.hpp b/sprout/random/geometric_distribution.hpp index cce2d385..7b0ac9f3 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/inversive_congruential.hpp b/sprout/random/inversive_congruential.hpp index 255a4379..63ea0eb7 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/iterator.hpp b/sprout/random/iterator.hpp index 7006a36d..ca24e3c0 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/linear_congruential.hpp b/sprout/random/linear_congruential.hpp index cd805a41..3cc7d083 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/linear_feedback_shift.hpp b/sprout/random/linear_feedback_shift.hpp index 12a6b680..c260ba49 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/mersenne_twister.hpp b/sprout/random/mersenne_twister.hpp index 5d631f12..3e00eb76 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/normal_distribution.hpp b/sprout/random/normal_distribution.hpp index 42d8e949..b12a17e2 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/random_result.hpp b/sprout/random/random_result.hpp index 51d73973..bcd5ee9f 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/random_result_fwd.hpp b/sprout/random/random_result_fwd.hpp index f925bc7d..c584a57b 100644 --- a/sprout/random/random_result_fwd.hpp +++ b/sprout/random/random_result_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/range.hpp b/sprout/random/range.hpp index 58416ec7..5b719f8d 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/results.hpp b/sprout/random/results.hpp index fe8a4c3a..ea173ee9 100644 --- a/sprout/random/results.hpp +++ b/sprout/random/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/seed.hpp b/sprout/random/seed.hpp index 620ad28c..84bdc3d5 100644 --- a/sprout/random/seed.hpp +++ b/sprout/random/seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/seed_array.hpp b/sprout/random/seed_array.hpp index 5911454d..f49a8d54 100644 --- a/sprout/random/seed_array.hpp +++ b/sprout/random/seed_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/shuffle_order.hpp b/sprout/random/shuffle_order.hpp index 0fae1c76..71d08aae 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/taus88.hpp b/sprout/random/taus88.hpp index fda75ed0..8e2935f9 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/type_traits.hpp b/sprout/random/type_traits.hpp index b376325b..35be68bd 100644 --- a/sprout/random/type_traits.hpp +++ b/sprout/random/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_01.hpp b/sprout/random/uniform_01.hpp index 76198a6c..a65c0d47 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_int_distribution.hpp b/sprout/random/uniform_int_distribution.hpp index a97a7742..3a34acd8 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_real_distribution.hpp b/sprout/random/uniform_real_distribution.hpp index 55a81a9a..79b64d29 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/uniform_smallint.hpp b/sprout/random/uniform_smallint.hpp index dc3d6b69..957b279d 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/unique_seed.hpp b/sprout/random/unique_seed.hpp index 39f2c146..eb0ded78 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/utility.hpp b/sprout/random/utility.hpp index 81210cd6..3251a5ef 100644 --- a/sprout/random/utility.hpp +++ b/sprout/random/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/variate_generator.hpp b/sprout/random/variate_generator.hpp index fe05e18b..25373a86 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/random/xor_combine.hpp b/sprout/random/xor_combine.hpp index c8e34c47..e0abb4d4 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range.hpp b/sprout/range.hpp index a549c2b0..c6f2079f 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor.hpp b/sprout/range/adaptor.hpp index 850aa1b4..0c8804e9 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_dropped.hpp b/sprout/range/adaptor/adapted_dropped.hpp index 57de5c41..5ee9ea22 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_dropped_end.hpp b/sprout/range/adaptor/adapted_dropped_end.hpp index daf2a768..1c4935e6 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_offset.hpp b/sprout/range/adaptor/adapted_offset.hpp index 8050ec12..95329f52 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_taken.hpp b/sprout/range/adaptor/adapted_taken.hpp index 738fba36..3db16986 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_taken_end.hpp b/sprout/range/adaptor/adapted_taken_end.hpp index c5a26d75..4ef9babc 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adapted_window.hpp b/sprout/range/adaptor/adapted_window.hpp index cdcb60bd..e412cf9d 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/adjacent_filtered.hpp b/sprout/range/adaptor/adjacent_filtered.hpp index a0436eee..28965506 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/alternated.hpp b/sprout/range/adaptor/alternated.hpp index d446a60d..2b650c23 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/amplitude_spectrum.hpp b/sprout/range/adaptor/amplitude_spectrum.hpp index 468013d9..1ff70db7 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/blanked.hpp b/sprout/range/adaptor/blanked.hpp index e2be1d50..0d06f8ad 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/clamped.hpp b/sprout/range/adaptor/clamped.hpp index 15453aeb..9d52b7f1 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/copied.hpp b/sprout/range/adaptor/copied.hpp index 4a79c551..aff49e65 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/counting.hpp b/sprout/range/adaptor/counting.hpp index 0a5bcb49..0cd0c0d3 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/deep_copied.hpp b/sprout/range/adaptor/deep_copied.hpp index 95158124..0dcc8f88 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/adapted_range_default.hpp b/sprout/range/adaptor/detail/adapted_range_default.hpp index aee3637a..4aa29513 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/jointed_range_default.hpp b/sprout/range/adaptor/detail/jointed_range_default.hpp index 0771178d..ca92887b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/detail/sized_range_default.hpp b/sprout/range/adaptor/detail/sized_range_default.hpp index d034aa7b..97dcc100 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dft.hpp b/sprout/range/adaptor/dft.hpp index 9ca7c8ac..b8baf079 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dropped.hpp b/sprout/range/adaptor/dropped.hpp index c1a129cd..0f1c7062 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/dropped_end.hpp b/sprout/range/adaptor/dropped_end.hpp index 97d11e42..18af1506 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/filled.hpp b/sprout/range/adaptor/filled.hpp index f4ce510a..1613da4e 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/filtered.hpp b/sprout/range/adaptor/filtered.hpp index 12402f61..99e1aa7a 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/idft.hpp b/sprout/range/adaptor/idft.hpp index 8fffb136..77ffe59e 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/indexed.hpp b/sprout/range/adaptor/indexed.hpp index 1f924251..62290c7d 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/jointed.hpp b/sprout/range/adaptor/jointed.hpp index ec601a9e..feeb6d4d 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/merged.hpp b/sprout/range/adaptor/merged.hpp index 755cdf7e..c33b30e3 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/modifying.hpp b/sprout/range/adaptor/modifying.hpp index 5cf2354a..6a7c56b2 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/moved.hpp b/sprout/range/adaptor/moved.hpp index 83a35987..108c8485 100644 --- a/sprout/range/adaptor/moved.hpp +++ b/sprout/range/adaptor/moved.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/offset.hpp b/sprout/range/adaptor/offset.hpp index a551ca1a..65c8e72c 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/outdirected.hpp b/sprout/range/adaptor/outdirected.hpp index 0e1a268c..b7177aee 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/phase_spectrum.hpp b/sprout/range/adaptor/phase_spectrum.hpp index f1ed37fa..5cb40124 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/piped.hpp b/sprout/range/adaptor/piped.hpp index c6f0828c..4a565b8b 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/reduction.hpp b/sprout/range/adaptor/reduction.hpp index 0d2a2c99..7255df30 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/removed.hpp b/sprout/range/adaptor/removed.hpp index 7057d3ef..58f402fe 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/removed_if.hpp b/sprout/range/adaptor/removed_if.hpp index 7a209027..35dbfd5e 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/replaced.hpp b/sprout/range/adaptor/replaced.hpp index 9c15a81f..6a08505d 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/replaced_if.hpp b/sprout/range/adaptor/replaced_if.hpp index a0c132de..f30136ab 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/reversed.hpp b/sprout/range/adaptor/reversed.hpp index d35cd55f..4f107ac2 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sawtooth_wave.hpp b/sprout/range/adaptor/sawtooth_wave.hpp index 7e309743..f8572154 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_difference.hpp b/sprout/range/adaptor/set_difference.hpp index d783d369..fb60c526 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_intersection.hpp b/sprout/range/adaptor/set_intersection.hpp index 10cdbaa9..89ae78f2 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_symmetric_difference.hpp b/sprout/range/adaptor/set_symmetric_difference.hpp index d0ca3bac..628cdaf6 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/set_union.hpp b/sprout/range/adaptor/set_union.hpp index 240ac488..896d615a 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sinusoidal.hpp b/sprout/range/adaptor/sinusoidal.hpp index 0e5d84e3..37c61f09 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/size_enumed.hpp b/sprout/range/adaptor/size_enumed.hpp index 4157e33a..d90bf9ab 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/sized.hpp b/sprout/range/adaptor/sized.hpp index 524a7e84..82886ddf 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/square_wave.hpp b/sprout/range/adaptor/square_wave.hpp index 1120e5dd..b748c4b2 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/steps.hpp b/sprout/range/adaptor/steps.hpp index 62ddd1fc..40764d90 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/string.hpp b/sprout/range/adaptor/string.hpp index bf3c7a50..65b62459 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/taken.hpp b/sprout/range/adaptor/taken.hpp index 62acfc0e..6ed5e11b 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/taken_end.hpp b/sprout/range/adaptor/taken_end.hpp index 10d9a4f9..cd37be21 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/to_lower.hpp b/sprout/range/adaptor/to_lower.hpp index 200bcf76..2fd4e472 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/to_upper.hpp b/sprout/range/adaptor/to_upper.hpp index 44a30f28..77de72ab 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/transformed.hpp b/sprout/range/adaptor/transformed.hpp index ec36d17f..0d84f570 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/triangle_wave.hpp b/sprout/range/adaptor/triangle_wave.hpp index efe1d77d..1f1ad691 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/uniqued.hpp b/sprout/range/adaptor/uniqued.hpp index e8272fb1..1dae83f5 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/valued.hpp b/sprout/range/adaptor/valued.hpp index f98c724d..bf0d7649 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/various.hpp b/sprout/range/adaptor/various.hpp index 34d8351a..f103d0b7 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/wave.hpp b/sprout/range/adaptor/wave.hpp index 309ea02a..9281e427 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/adaptor/window.hpp b/sprout/range/adaptor/window.hpp index 79553ab3..8df87172 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm.hpp b/sprout/range/algorithm.hpp index 6d5ff7b0..f3dccf9a 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/adjacent_find.hpp b/sprout/range/algorithm/adjacent_find.hpp index 1bc2767f..a717ca33 100644 --- a/sprout/range/algorithm/adjacent_find.hpp +++ b/sprout/range/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/all_of.hpp b/sprout/range/algorithm/all_of.hpp index ae3f2e85..94b87025 100644 --- a/sprout/range/algorithm/all_of.hpp +++ b/sprout/range/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/all_of_equal.hpp b/sprout/range/algorithm/all_of_equal.hpp index 1ec74948..e053af1b 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/any_of.hpp b/sprout/range/algorithm/any_of.hpp index 1f020c1d..197f0c9d 100644 --- a/sprout/range/algorithm/any_of.hpp +++ b/sprout/range/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/any_of_equal.hpp b/sprout/range/algorithm/any_of_equal.hpp index 3707f653..36496168 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/binary_search.hpp b/sprout/range/algorithm/binary_search.hpp index 7fc17b5c..032673db 100644 --- a/sprout/range/algorithm/binary_search.hpp +++ b/sprout/range/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/bogo_sort.hpp b/sprout/range/algorithm/bogo_sort.hpp index 10fb1c77..c1c80b48 100644 --- a/sprout/range/algorithm/bogo_sort.hpp +++ b/sprout/range/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/bozo_sort.hpp b/sprout/range/algorithm/bozo_sort.hpp index f190cab7..d5b4d9a5 100644 --- a/sprout/range/algorithm/bozo_sort.hpp +++ b/sprout/range/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/clamp_range.hpp b/sprout/range/algorithm/clamp_range.hpp index 567f5d42..9d9a1ac2 100644 --- a/sprout/range/algorithm/clamp_range.hpp +++ b/sprout/range/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/clamp_range_copy.hpp b/sprout/range/algorithm/clamp_range_copy.hpp index 69aeac74..859d2ce1 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy.hpp b/sprout/range/algorithm/copy.hpp index d8f4e4dd..5a0e7ba4 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_backward.hpp b/sprout/range/algorithm/copy_backward.hpp index a5d5bc26..06f70ba3 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_if.hpp b/sprout/range/algorithm/copy_if.hpp index 5a4a87c3..84238927 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_until.hpp b/sprout/range/algorithm/copy_until.hpp index f89a5ffc..990032b0 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/copy_while.hpp b/sprout/range/algorithm/copy_while.hpp index 1f7e594a..c76108ba 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/count.hpp b/sprout/range/algorithm/count.hpp index bc53ddcf..1a03d198 100644 --- a/sprout/range/algorithm/count.hpp +++ b/sprout/range/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/count_if.hpp b/sprout/range/algorithm/count_if.hpp index 1b9c08b2..7ecab356 100644 --- a/sprout/range/algorithm/count_if.hpp +++ b/sprout/range/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/cxx14.hpp b/sprout/range/algorithm/cxx14.hpp index 2854b665..fdd96ad2 100644 --- a/sprout/range/algorithm/cxx14.hpp +++ b/sprout/range/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/bogo_sort.hpp b/sprout/range/algorithm/cxx14/bogo_sort.hpp index 1052068c..19bc3333 100644 --- a/sprout/range/algorithm/cxx14/bogo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/bozo_sort.hpp b/sprout/range/algorithm/cxx14/bozo_sort.hpp index a50944cd..0947f30e 100644 --- a/sprout/range/algorithm/cxx14/bozo_sort.hpp +++ b/sprout/range/algorithm/cxx14/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/clamp_range.hpp b/sprout/range/algorithm/cxx14/clamp_range.hpp index 62f3974d..74dac4ce 100644 --- a/sprout/range/algorithm/cxx14/clamp_range.hpp +++ b/sprout/range/algorithm/cxx14/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy.hpp b/sprout/range/algorithm/cxx14/copy.hpp index be584d63..f0e6c23e 100644 --- a/sprout/range/algorithm/cxx14/copy.hpp +++ b/sprout/range/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_backward.hpp b/sprout/range/algorithm/cxx14/copy_backward.hpp index 3c895b17..547d94d9 100644 --- a/sprout/range/algorithm/cxx14/copy_backward.hpp +++ b/sprout/range/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_if.hpp b/sprout/range/algorithm/cxx14/copy_if.hpp index 7cf01222..ecfec876 100644 --- a/sprout/range/algorithm/cxx14/copy_if.hpp +++ b/sprout/range/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_until.hpp b/sprout/range/algorithm/cxx14/copy_until.hpp index 505e6912..bcecd234 100644 --- a/sprout/range/algorithm/cxx14/copy_until.hpp +++ b/sprout/range/algorithm/cxx14/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/copy_while.hpp b/sprout/range/algorithm/cxx14/copy_while.hpp index 63d0f4b5..ea234f3b 100644 --- a/sprout/range/algorithm/cxx14/copy_while.hpp +++ b/sprout/range/algorithm/cxx14/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/fill.hpp b/sprout/range/algorithm/cxx14/fill.hpp index 0e2e1b4e..189f5909 100644 --- a/sprout/range/algorithm/cxx14/fill.hpp +++ b/sprout/range/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/for_each.hpp b/sprout/range/algorithm/cxx14/for_each.hpp index efa88efc..d1668e75 100644 --- a/sprout/range/algorithm/cxx14/for_each.hpp +++ b/sprout/range/algorithm/cxx14/for_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/gather.hpp b/sprout/range/algorithm/cxx14/gather.hpp index b5dac466..fb4a659b 100644 --- a/sprout/range/algorithm/cxx14/gather.hpp +++ b/sprout/range/algorithm/cxx14/gather.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/generate.hpp b/sprout/range/algorithm/cxx14/generate.hpp index 40d20670..0a64e6c0 100644 --- a/sprout/range/algorithm/cxx14/generate.hpp +++ b/sprout/range/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/inplace_merge.hpp b/sprout/range/algorithm/cxx14/inplace_merge.hpp index b174dded..9a936ba3 100644 --- a/sprout/range/algorithm/cxx14/inplace_merge.hpp +++ b/sprout/range/algorithm/cxx14/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/make_heap.hpp b/sprout/range/algorithm/cxx14/make_heap.hpp index 1f3c5b68..7b291716 100644 --- a/sprout/range/algorithm/cxx14/make_heap.hpp +++ b/sprout/range/algorithm/cxx14/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/merge.hpp b/sprout/range/algorithm/cxx14/merge.hpp index c4fe24b1..30e41da4 100644 --- a/sprout/range/algorithm/cxx14/merge.hpp +++ b/sprout/range/algorithm/cxx14/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/move.hpp b/sprout/range/algorithm/cxx14/move.hpp index c4676561..de44f6d5 100644 --- a/sprout/range/algorithm/cxx14/move.hpp +++ b/sprout/range/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/move_backward.hpp b/sprout/range/algorithm/cxx14/move_backward.hpp index 21138bea..d630f73f 100644 --- a/sprout/range/algorithm/cxx14/move_backward.hpp +++ b/sprout/range/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/next_permutation.hpp b/sprout/range/algorithm/cxx14/next_permutation.hpp index 843ef4ed..9438fb62 100644 --- a/sprout/range/algorithm/cxx14/next_permutation.hpp +++ b/sprout/range/algorithm/cxx14/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/nth_element.hpp b/sprout/range/algorithm/cxx14/nth_element.hpp index 0922f6ee..683ec51c 100644 --- a/sprout/range/algorithm/cxx14/nth_element.hpp +++ b/sprout/range/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partial_sort.hpp b/sprout/range/algorithm/cxx14/partial_sort.hpp index de485f15..a7edf799 100644 --- a/sprout/range/algorithm/cxx14/partial_sort.hpp +++ b/sprout/range/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partial_sort_copy.hpp b/sprout/range/algorithm/cxx14/partial_sort_copy.hpp index 692f2d5c..a2918a6c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partition.hpp b/sprout/range/algorithm/cxx14/partition.hpp index f1a57280..95f20815 100644 --- a/sprout/range/algorithm/cxx14/partition.hpp +++ b/sprout/range/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/partition_copy.hpp b/sprout/range/algorithm/cxx14/partition_copy.hpp index c3903421..690f0395 100644 --- a/sprout/range/algorithm/cxx14/partition_copy.hpp +++ b/sprout/range/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/pop_heap.hpp b/sprout/range/algorithm/cxx14/pop_heap.hpp index 4b90abb1..28f90558 100644 --- a/sprout/range/algorithm/cxx14/pop_heap.hpp +++ b/sprout/range/algorithm/cxx14/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/prev_permutation.hpp b/sprout/range/algorithm/cxx14/prev_permutation.hpp index 6078239f..6b512a2e 100644 --- a/sprout/range/algorithm/cxx14/prev_permutation.hpp +++ b/sprout/range/algorithm/cxx14/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/push_heap.hpp b/sprout/range/algorithm/cxx14/push_heap.hpp index 39868eeb..ddf65f37 100644 --- a/sprout/range/algorithm/cxx14/push_heap.hpp +++ b/sprout/range/algorithm/cxx14/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/random_shuffle.hpp b/sprout/range/algorithm/cxx14/random_shuffle.hpp index f9162da1..171637cd 100644 --- a/sprout/range/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/range/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/random_swap.hpp b/sprout/range/algorithm/cxx14/random_swap.hpp index b787c806..534db408 100644 --- a/sprout/range/algorithm/cxx14/random_swap.hpp +++ b/sprout/range/algorithm/cxx14/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove.hpp b/sprout/range/algorithm/cxx14/remove.hpp index c15c072a..a689ddd7 100644 --- a/sprout/range/algorithm/cxx14/remove.hpp +++ b/sprout/range/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_copy.hpp b/sprout/range/algorithm/cxx14/remove_copy.hpp index a3d14cc5..645eed02 100644 --- a/sprout/range/algorithm/cxx14/remove_copy.hpp +++ b/sprout/range/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_copy_if.hpp b/sprout/range/algorithm/cxx14/remove_copy_if.hpp index 42d15fa8..4305626a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/remove_if.hpp b/sprout/range/algorithm/cxx14/remove_if.hpp index 9d442763..d189901c 100644 --- a/sprout/range/algorithm/cxx14/remove_if.hpp +++ b/sprout/range/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace.hpp b/sprout/range/algorithm/cxx14/replace.hpp index aa452367..cd7cb94b 100644 --- a/sprout/range/algorithm/cxx14/replace.hpp +++ b/sprout/range/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_copy.hpp b/sprout/range/algorithm/cxx14/replace_copy.hpp index a69f987e..fdfe5a44 100644 --- a/sprout/range/algorithm/cxx14/replace_copy.hpp +++ b/sprout/range/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_copy_if.hpp b/sprout/range/algorithm/cxx14/replace_copy_if.hpp index 8d1d2782..76c8c2d5 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/replace_if.hpp b/sprout/range/algorithm/cxx14/replace_if.hpp index 2994fbf1..83f72184 100644 --- a/sprout/range/algorithm/cxx14/replace_if.hpp +++ b/sprout/range/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/reverse.hpp b/sprout/range/algorithm/cxx14/reverse.hpp index 55aeb995..f410bc4f 100644 --- a/sprout/range/algorithm/cxx14/reverse.hpp +++ b/sprout/range/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/reverse_copy.hpp b/sprout/range/algorithm/cxx14/reverse_copy.hpp index 46f21be9..5f486d3c 100644 --- a/sprout/range/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/range/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/rotate.hpp b/sprout/range/algorithm/cxx14/rotate.hpp index d3e79e1d..73836893 100644 --- a/sprout/range/algorithm/cxx14/rotate.hpp +++ b/sprout/range/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/rotate_copy.hpp b/sprout/range/algorithm/cxx14/rotate_copy.hpp index 7d727c3f..f682abcc 100644 --- a/sprout/range/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/range/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sample.hpp b/sprout/range/algorithm/cxx14/sample.hpp index 6b5cf13f..471c72c6 100644 --- a/sprout/range/algorithm/cxx14/sample.hpp +++ b/sprout/range/algorithm/cxx14/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_difference.hpp b/sprout/range/algorithm/cxx14/set_difference.hpp index 773c1fe9..40fece60 100644 --- a/sprout/range/algorithm/cxx14/set_difference.hpp +++ b/sprout/range/algorithm/cxx14/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_intersection.hpp b/sprout/range/algorithm/cxx14/set_intersection.hpp index e99a2646..ad4de50a 100644 --- a/sprout/range/algorithm/cxx14/set_intersection.hpp +++ b/sprout/range/algorithm/cxx14/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp b/sprout/range/algorithm/cxx14/set_symmetric_difference.hpp index 636b90c3..df57af64 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/set_union.hpp b/sprout/range/algorithm/cxx14/set_union.hpp index ebaa97e3..cfeb4c14 100644 --- a/sprout/range/algorithm/cxx14/set_union.hpp +++ b/sprout/range/algorithm/cxx14/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/shuffle.hpp b/sprout/range/algorithm/cxx14/shuffle.hpp index ae0d12ca..8d448104 100644 --- a/sprout/range/algorithm/cxx14/shuffle.hpp +++ b/sprout/range/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sort.hpp b/sprout/range/algorithm/cxx14/sort.hpp index 219b40f7..33b44977 100644 --- a/sprout/range/algorithm/cxx14/sort.hpp +++ b/sprout/range/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/sort_heap.hpp b/sprout/range/algorithm/cxx14/sort_heap.hpp index 60401105..167580b2 100644 --- a/sprout/range/algorithm/cxx14/sort_heap.hpp +++ b/sprout/range/algorithm/cxx14/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/stable_partition.hpp b/sprout/range/algorithm/cxx14/stable_partition.hpp index 9882b05d..ec7231fe 100644 --- a/sprout/range/algorithm/cxx14/stable_partition.hpp +++ b/sprout/range/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/stable_sort.hpp b/sprout/range/algorithm/cxx14/stable_sort.hpp index 91d82744..e54ed998 100644 --- a/sprout/range/algorithm/cxx14/stable_sort.hpp +++ b/sprout/range/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/swap_ranges.hpp b/sprout/range/algorithm/cxx14/swap_ranges.hpp index c30a7f0b..df40b267 100644 --- a/sprout/range/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/range/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/transform.hpp b/sprout/range/algorithm/cxx14/transform.hpp index c88f593f..4c92b509 100644 --- a/sprout/range/algorithm/cxx14/transform.hpp +++ b/sprout/range/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/unique.hpp b/sprout/range/algorithm/cxx14/unique.hpp index fa56bf1a..71391721 100644 --- a/sprout/range/algorithm/cxx14/unique.hpp +++ b/sprout/range/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/cxx14/unique_copy.hpp b/sprout/range/algorithm/cxx14/unique_copy.hpp index d35397bb..33eb67b6 100644 --- a/sprout/range/algorithm/cxx14/unique_copy.hpp +++ b/sprout/range/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/equal.hpp b/sprout/range/algorithm/equal.hpp index fe75b65f..8da5db67 100644 --- a/sprout/range/algorithm/equal.hpp +++ b/sprout/range/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/equal_range.hpp b/sprout/range/algorithm/equal_range.hpp index acccc358..239c7d15 100644 --- a/sprout/range/algorithm/equal_range.hpp +++ b/sprout/range/algorithm/equal_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/fill.hpp b/sprout/range/algorithm/fill.hpp index b18e38c8..440cb166 100644 --- a/sprout/range/algorithm/fill.hpp +++ b/sprout/range/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find.hpp b/sprout/range/algorithm/find.hpp index 4b787c4b..e04e9fc7 100644 --- a/sprout/range/algorithm/find.hpp +++ b/sprout/range/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find_difference.hpp b/sprout/range/algorithm/find_difference.hpp index c82360ad..b1c9205c 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_end.hpp b/sprout/range/algorithm/find_end.hpp index 7ada363d..20c41654 100644 --- a/sprout/range/algorithm/find_end.hpp +++ b/sprout/range/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find_first_of.hpp b/sprout/range/algorithm/find_first_of.hpp index b1d5c097..30c99c6b 100644 --- a/sprout/range/algorithm/find_first_of.hpp +++ b/sprout/range/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find_if.hpp b/sprout/range/algorithm/find_if.hpp index 68b2c171..cf788172 100644 --- a/sprout/range/algorithm/find_if.hpp +++ b/sprout/range/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find_if_not.hpp b/sprout/range/algorithm/find_if_not.hpp index 98b030d8..b3cabcd1 100644 --- a/sprout/range/algorithm/find_if_not.hpp +++ b/sprout/range/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find_intersection.hpp b/sprout/range/algorithm/find_intersection.hpp index acc7a952..ef0cde20 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/find_symmetric_difference.hpp b/sprout/range/algorithm/find_symmetric_difference.hpp index 56301f3e..7066bb89 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit.hpp b/sprout/range/algorithm/fit.hpp index ad388405..d99053df 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/clamp_range_copy.hpp b/sprout/range/algorithm/fit/clamp_range_copy.hpp index 8d42efa0..705a587b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy.hpp b/sprout/range/algorithm/fit/copy.hpp index a51a62f2..ac77c078 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_backward.hpp b/sprout/range/algorithm/fit/copy_backward.hpp index 30883b29..ced957a4 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_if.hpp b/sprout/range/algorithm/fit/copy_if.hpp index a68eabfa..150b1c86 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_until.hpp b/sprout/range/algorithm/fit/copy_until.hpp index 814091bb..d82473bb 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/copy_while.hpp b/sprout/range/algorithm/fit/copy_while.hpp index 9687bf0e..a0edd750 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/merge.hpp b/sprout/range/algorithm/fit/merge.hpp index 97cce25d..436f2dbc 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/partition_copy.hpp b/sprout/range/algorithm/fit/partition_copy.hpp index a6bde4e7..21e07e1e 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/remove_copy.hpp b/sprout/range/algorithm/fit/remove_copy.hpp index 7e45d376..9877797a 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/remove_copy_if.hpp b/sprout/range/algorithm/fit/remove_copy_if.hpp index 4056c11e..9abcc5ee 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/replace_copy.hpp b/sprout/range/algorithm/fit/replace_copy.hpp index a8fdf459..68cb0475 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/replace_copy_if.hpp b/sprout/range/algorithm/fit/replace_copy_if.hpp index 3b4f1d80..1d37f51c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/reverse_copy.hpp b/sprout/range/algorithm/fit/reverse_copy.hpp index 83338dc0..3259e102 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/rotate_copy.hpp b/sprout/range/algorithm/fit/rotate_copy.hpp index 4e8d8a52..42dfb930 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_difference.hpp b/sprout/range/algorithm/fit/set_difference.hpp index 73dc9063..4764200b 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_intersection.hpp b/sprout/range/algorithm/fit/set_intersection.hpp index 299179f6..4e3f3d15 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_symmetric_difference.hpp b/sprout/range/algorithm/fit/set_symmetric_difference.hpp index f601fb00..e4f2e489 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/set_union.hpp b/sprout/range/algorithm/fit/set_union.hpp index 38462870..f9478a7e 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/stable_partition_copy.hpp b/sprout/range/algorithm/fit/stable_partition_copy.hpp index 29606652..9fb7f7bb 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/swap_element_copy.hpp b/sprout/range/algorithm/fit/swap_element_copy.hpp index 19206df8..cd2faa0d 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/transform.hpp b/sprout/range/algorithm/fit/transform.hpp index 0c7842be..a9f7f591 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fit/unique_copy.hpp b/sprout/range/algorithm/fit/unique_copy.hpp index 002ec80b..591cd63f 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed.hpp b/sprout/range/algorithm/fixed.hpp index 884ba555..039d540c 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/clamp_range_copy.hpp b/sprout/range/algorithm/fixed/clamp_range_copy.hpp index 68d11c67..e65c7eb7 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy.hpp b/sprout/range/algorithm/fixed/copy.hpp index fe8eaf5e..f6e17ad9 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_backward.hpp b/sprout/range/algorithm/fixed/copy_backward.hpp index 09c1e88a..2b33fc2f 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_if.hpp b/sprout/range/algorithm/fixed/copy_if.hpp index c5a47643..79ba0310 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_until.hpp b/sprout/range/algorithm/fixed/copy_until.hpp index 827ceddc..06a48454 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/copy_while.hpp b/sprout/range/algorithm/fixed/copy_while.hpp index a93f7697..bbdabc28 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/merge.hpp b/sprout/range/algorithm/fixed/merge.hpp index f99e6325..a40d4500 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/partition_copy.hpp b/sprout/range/algorithm/fixed/partition_copy.hpp index 81041553..dec08343 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/remove_copy.hpp b/sprout/range/algorithm/fixed/remove_copy.hpp index 474d2c57..0b890517 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/remove_copy_if.hpp b/sprout/range/algorithm/fixed/remove_copy_if.hpp index 6feee209..069fbb19 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/replace_copy.hpp b/sprout/range/algorithm/fixed/replace_copy.hpp index 2312de2a..abae310d 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/replace_copy_if.hpp b/sprout/range/algorithm/fixed/replace_copy_if.hpp index c8152737..60c1583f 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/reverse_copy.hpp b/sprout/range/algorithm/fixed/reverse_copy.hpp index ffcdf511..70a55dc3 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/rotate_copy.hpp b/sprout/range/algorithm/fixed/rotate_copy.hpp index ead23629..092e89d4 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_difference.hpp b/sprout/range/algorithm/fixed/set_difference.hpp index 8bcf4a0e..edb363b4 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_intersection.hpp b/sprout/range/algorithm/fixed/set_intersection.hpp index 76a101e5..b5ddf946 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_symmetric_difference.hpp b/sprout/range/algorithm/fixed/set_symmetric_difference.hpp index 3d3b8b42..ba3e8c8b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/set_union.hpp b/sprout/range/algorithm/fixed/set_union.hpp index 446013d2..a4b0be8b 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/stable_partition_copy.hpp b/sprout/range/algorithm/fixed/stable_partition_copy.hpp index 70dc91d1..4b43d21c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/swap_element_copy.hpp b/sprout/range/algorithm/fixed/swap_element_copy.hpp index 4695be85..9214bc1a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/transform.hpp b/sprout/range/algorithm/fixed/transform.hpp index ef6111db..16e7d75a 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/fixed/unique_copy.hpp b/sprout/range/algorithm/fixed/unique_copy.hpp index 706ba00a..d5eb7bb6 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/generate.hpp b/sprout/range/algorithm/generate.hpp index 1d87e1f9..0746f923 100644 --- a/sprout/range/algorithm/generate.hpp +++ b/sprout/range/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/includes.hpp b/sprout/range/algorithm/includes.hpp index 8fd42653..7185a4c9 100644 --- a/sprout/range/algorithm/includes.hpp +++ b/sprout/range/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/inplace_merge.hpp b/sprout/range/algorithm/inplace_merge.hpp index 06005228..50338898 100644 --- a/sprout/range/algorithm/inplace_merge.hpp +++ b/sprout/range/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_decreasing.hpp b/sprout/range/algorithm/is_decreasing.hpp index c579fd83..b7b3e2de 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_heap.hpp b/sprout/range/algorithm/is_heap.hpp index 2dec8d37..1d18f68a 100644 --- a/sprout/range/algorithm/is_heap.hpp +++ b/sprout/range/algorithm/is_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_heap_until.hpp b/sprout/range/algorithm/is_heap_until.hpp index acb15744..ff9b76bf 100644 --- a/sprout/range/algorithm/is_heap_until.hpp +++ b/sprout/range/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_increasing.hpp b/sprout/range/algorithm/is_increasing.hpp index 3c07bf16..7b61285b 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_partitioned.hpp b/sprout/range/algorithm/is_partitioned.hpp index 5b6267aa..87eee9ba 100644 --- a/sprout/range/algorithm/is_partitioned.hpp +++ b/sprout/range/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_permutation.hpp b/sprout/range/algorithm/is_permutation.hpp index f9c92d99..fbf7e931 100644 --- a/sprout/range/algorithm/is_permutation.hpp +++ b/sprout/range/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_sorted.hpp b/sprout/range/algorithm/is_sorted.hpp index 9c646dac..91f0efe0 100644 --- a/sprout/range/algorithm/is_sorted.hpp +++ b/sprout/range/algorithm/is_sorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_sorted_until.hpp b/sprout/range/algorithm/is_sorted_until.hpp index 18baa54b..484f69ac 100644 --- a/sprout/range/algorithm/is_sorted_until.hpp +++ b/sprout/range/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_strictly_decreasing.hpp b/sprout/range/algorithm/is_strictly_decreasing.hpp index 84de6c5e..fb2fe87d 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/is_strictly_increasing.hpp b/sprout/range/algorithm/is_strictly_increasing.hpp index e9261917..bcaf5101 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/lexicographical_compare.hpp b/sprout/range/algorithm/lexicographical_compare.hpp index 75b57ec1..e9653ba9 100644 --- a/sprout/range/algorithm/lexicographical_compare.hpp +++ b/sprout/range/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/lower_bound.hpp b/sprout/range/algorithm/lower_bound.hpp index c86dab01..efc4a4c4 100644 --- a/sprout/range/algorithm/lower_bound.hpp +++ b/sprout/range/algorithm/lower_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/make_heap.hpp b/sprout/range/algorithm/make_heap.hpp index d7c37f3d..749358cb 100644 --- a/sprout/range/algorithm/make_heap.hpp +++ b/sprout/range/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/max_element.hpp b/sprout/range/algorithm/max_element.hpp index 05a998e5..4b002d41 100644 --- a/sprout/range/algorithm/max_element.hpp +++ b/sprout/range/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/merge.hpp b/sprout/range/algorithm/merge.hpp index faf00a27..b2d33c9a 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/min_element.hpp b/sprout/range/algorithm/min_element.hpp index 8428a80a..0b914f43 100644 --- a/sprout/range/algorithm/min_element.hpp +++ b/sprout/range/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/minmax_element.hpp b/sprout/range/algorithm/minmax_element.hpp index c98c946b..88204322 100644 --- a/sprout/range/algorithm/minmax_element.hpp +++ b/sprout/range/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/mismatch.hpp b/sprout/range/algorithm/mismatch.hpp index 970b1c41..76688fe4 100644 --- a/sprout/range/algorithm/mismatch.hpp +++ b/sprout/range/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/modifying.hpp b/sprout/range/algorithm/modifying.hpp index de79df64..c4e4dfd7 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/move.hpp b/sprout/range/algorithm/move.hpp index 73310313..39d50c69 100644 --- a/sprout/range/algorithm/move.hpp +++ b/sprout/range/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/move_backward.hpp b/sprout/range/algorithm/move_backward.hpp index a31f2f1f..123b1d04 100644 --- a/sprout/range/algorithm/move_backward.hpp +++ b/sprout/range/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_difference.hpp b/sprout/range/algorithm/next_difference.hpp index 107bda66..f9510186 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_intersection.hpp b/sprout/range/algorithm/next_intersection.hpp index 6f8b731c..38654e19 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_permutation.hpp b/sprout/range/algorithm/next_permutation.hpp index af4c914a..537867ba 100644 --- a/sprout/range/algorithm/next_permutation.hpp +++ b/sprout/range/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_symmetric_difference.hpp b/sprout/range/algorithm/next_symmetric_difference.hpp index cc33bb0f..17c62088 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/next_union.hpp b/sprout/range/algorithm/next_union.hpp index ccacf57d..f172af3f 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/non_modifying.hpp b/sprout/range/algorithm/non_modifying.hpp index b15411d7..d7e9f9d7 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/none_of.hpp b/sprout/range/algorithm/none_of.hpp index bc89b545..71034db3 100644 --- a/sprout/range/algorithm/none_of.hpp +++ b/sprout/range/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/none_of_equal.hpp b/sprout/range/algorithm/none_of_equal.hpp index 840db09a..b6d18424 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/nth_element.hpp b/sprout/range/algorithm/nth_element.hpp index 6c1ca550..2aa9b1cb 100644 --- a/sprout/range/algorithm/nth_element.hpp +++ b/sprout/range/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/one_of.hpp b/sprout/range/algorithm/one_of.hpp index eb79d05f..ca97496a 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/one_of_equal.hpp b/sprout/range/algorithm/one_of_equal.hpp index 47230f00..da53cbe2 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partial_sort.hpp b/sprout/range/algorithm/partial_sort.hpp index 8a2a37e1..539abb44 100644 --- a/sprout/range/algorithm/partial_sort.hpp +++ b/sprout/range/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partial_sort_copy.hpp b/sprout/range/algorithm/partial_sort_copy.hpp index b075a7f1..e77e0a72 100644 --- a/sprout/range/algorithm/partial_sort_copy.hpp +++ b/sprout/range/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition.hpp b/sprout/range/algorithm/partition.hpp index c6740367..3b6d59d1 100644 --- a/sprout/range/algorithm/partition.hpp +++ b/sprout/range/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition_copy.hpp b/sprout/range/algorithm/partition_copy.hpp index e0a0a1b1..2531d784 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/partition_point.hpp b/sprout/range/algorithm/partition_point.hpp index ce421d63..5e4225ca 100644 --- a/sprout/range/algorithm/partition_point.hpp +++ b/sprout/range/algorithm/partition_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/pop_heap.hpp b/sprout/range/algorithm/pop_heap.hpp index e07ab377..b0b3eca0 100644 --- a/sprout/range/algorithm/pop_heap.hpp +++ b/sprout/range/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/prev_permutation.hpp b/sprout/range/algorithm/prev_permutation.hpp index adffad40..437e4674 100644 --- a/sprout/range/algorithm/prev_permutation.hpp +++ b/sprout/range/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/push_heap.hpp b/sprout/range/algorithm/push_heap.hpp index 4d055075..9e87b3dd 100644 --- a/sprout/range/algorithm/push_heap.hpp +++ b/sprout/range/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/random_shuffle.hpp b/sprout/range/algorithm/random_shuffle.hpp index 8fb1143d..227d4db6 100644 --- a/sprout/range/algorithm/random_shuffle.hpp +++ b/sprout/range/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/random_swap.hpp b/sprout/range/algorithm/random_swap.hpp index 868cca90..6a78ff0c 100644 --- a/sprout/range/algorithm/random_swap.hpp +++ b/sprout/range/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove.hpp b/sprout/range/algorithm/remove.hpp index 44c42e25..73442c96 100644 --- a/sprout/range/algorithm/remove.hpp +++ b/sprout/range/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_copy.hpp b/sprout/range/algorithm/remove_copy.hpp index 4f0b4d50..19d5a3b1 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_copy_if.hpp b/sprout/range/algorithm/remove_copy_if.hpp index f00296e0..22e15ac4 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/remove_if.hpp b/sprout/range/algorithm/remove_if.hpp index 8d519ee1..485bbe68 100644 --- a/sprout/range/algorithm/remove_if.hpp +++ b/sprout/range/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace.hpp b/sprout/range/algorithm/replace.hpp index 8a306eb2..ab5bbf83 100644 --- a/sprout/range/algorithm/replace.hpp +++ b/sprout/range/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_copy.hpp b/sprout/range/algorithm/replace_copy.hpp index 5679c813..b2bbe8dc 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_copy_if.hpp b/sprout/range/algorithm/replace_copy_if.hpp index 9c9c178b..a8caf40d 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/replace_if.hpp b/sprout/range/algorithm/replace_if.hpp index 32788231..81b72abd 100644 --- a/sprout/range/algorithm/replace_if.hpp +++ b/sprout/range/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/reverse.hpp b/sprout/range/algorithm/reverse.hpp index 1938ee2d..0f19cca4 100644 --- a/sprout/range/algorithm/reverse.hpp +++ b/sprout/range/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/reverse_copy.hpp b/sprout/range/algorithm/reverse_copy.hpp index 65cc15ce..baa6f6f0 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/rotate.hpp b/sprout/range/algorithm/rotate.hpp index 3fd980d8..63f93f00 100644 --- a/sprout/range/algorithm/rotate.hpp +++ b/sprout/range/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/rotate_copy.hpp b/sprout/range/algorithm/rotate_copy.hpp index 73f71e9a..02161bc6 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sample.hpp b/sprout/range/algorithm/sample.hpp index 3eb81076..e47a5a34 100644 --- a/sprout/range/algorithm/sample.hpp +++ b/sprout/range/algorithm/sample.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/search.hpp b/sprout/range/algorithm/search.hpp index 509c7d99..d2cebe01 100644 --- a/sprout/range/algorithm/search.hpp +++ b/sprout/range/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/search_n.hpp b/sprout/range/algorithm/search_n.hpp index c7d57448..c0bb4fba 100644 --- a/sprout/range/algorithm/search_n.hpp +++ b/sprout/range/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/set_difference.hpp b/sprout/range/algorithm/set_difference.hpp index 02da4183..69b5e4fc 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_intersection.hpp b/sprout/range/algorithm/set_intersection.hpp index 7ce24cdd..1aa9a393 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_symmetric_difference.hpp b/sprout/range/algorithm/set_symmetric_difference.hpp index 1af47f53..78a3868c 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/set_union.hpp b/sprout/range/algorithm/set_union.hpp index bb8167a2..fa8badbc 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/shuffle.hpp b/sprout/range/algorithm/shuffle.hpp index ce231850..50cbe1c2 100644 --- a/sprout/range/algorithm/shuffle.hpp +++ b/sprout/range/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sort.hpp b/sprout/range/algorithm/sort.hpp index 03ce332b..f3351bd5 100644 --- a/sprout/range/algorithm/sort.hpp +++ b/sprout/range/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/sort_heap.hpp b/sprout/range/algorithm/sort_heap.hpp index 8fc6baa5..ecba8021 100644 --- a/sprout/range/algorithm/sort_heap.hpp +++ b/sprout/range/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_partition.hpp b/sprout/range/algorithm/stable_partition.hpp index 78b4257d..094a454d 100644 --- a/sprout/range/algorithm/stable_partition.hpp +++ b/sprout/range/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_partition_copy.hpp b/sprout/range/algorithm/stable_partition_copy.hpp index 0fcd1c2d..59cafaf8 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/stable_sort.hpp b/sprout/range/algorithm/stable_sort.hpp index 010231f7..6c2a14e9 100644 --- a/sprout/range/algorithm/stable_sort.hpp +++ b/sprout/range/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string.hpp b/sprout/range/algorithm/string.hpp index d20c3013..7611aeeb 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/case_conv.hpp b/sprout/range/algorithm/string/case_conv.hpp index ef103880..7eb6536b 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/case_conv.hpp b/sprout/range/algorithm/string/fit/case_conv.hpp index a2821f8b..a50f3ebf 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/to_lower_copy.hpp b/sprout/range/algorithm/string/fit/to_lower_copy.hpp index d9f57613..a299fa47 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fit/to_upper_copy.hpp b/sprout/range/algorithm/string/fit/to_upper_copy.hpp index 91208b01..0868c4e1 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/case_conv.hpp b/sprout/range/algorithm/string/fixed/case_conv.hpp index 578ae046..2a66d624 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/to_lower_copy.hpp b/sprout/range/algorithm/string/fixed/to_lower_copy.hpp index 25f8d61f..560d1f54 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/fixed/to_upper_copy.hpp b/sprout/range/algorithm/string/fixed/to_upper_copy.hpp index ee0f78b3..6ef7657a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/to_lower_copy.hpp b/sprout/range/algorithm/string/to_lower_copy.hpp index ed84e542..3bec6871 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/string/to_upper_copy.hpp b/sprout/range/algorithm/string/to_upper_copy.hpp index 68a42016..d994b526 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/swap_element_copy.hpp b/sprout/range/algorithm/swap_element_copy.hpp index 17de20ef..0e86891d 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/swap_ranges.hpp b/sprout/range/algorithm/swap_ranges.hpp index e180e89f..39fa7ddd 100644 --- a/sprout/range/algorithm/swap_ranges.hpp +++ b/sprout/range/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/transform.hpp b/sprout/range/algorithm/transform.hpp index eb9174c1..84159a98 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/tristate_lexicographical_compare.hpp b/sprout/range/algorithm/tristate_lexicographical_compare.hpp index d4a852da..fa065e92 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/unique.hpp b/sprout/range/algorithm/unique.hpp index b2f8cb0f..8adb79c8 100644 --- a/sprout/range/algorithm/unique.hpp +++ b/sprout/range/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/unique_copy.hpp b/sprout/range/algorithm/unique_copy.hpp index f6b4a87c..14c31e0d 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/algorithm/upper_bound.hpp b/sprout/range/algorithm/upper_bound.hpp index c6a2ab7b..78b861af 100644 --- a/sprout/range/algorithm/upper_bound.hpp +++ b/sprout/range/algorithm/upper_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/numeric.hpp b/sprout/range/numeric.hpp index ae125279..f28b41c8 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/accumulate.hpp b/sprout/range/numeric/accumulate.hpp index 8ed86afc..ca1fd705 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/adjacent_difference.hpp b/sprout/range/numeric/adjacent_difference.hpp index ecebce0d..4bd51bb8 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14.hpp b/sprout/range/numeric/cxx14.hpp index 7d42ceb9..17a87700 100644 --- a/sprout/range/numeric/cxx14.hpp +++ b/sprout/range/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/adjacent_difference.hpp b/sprout/range/numeric/cxx14/adjacent_difference.hpp index 4b7ac4e1..f9ef0f4d 100644 --- a/sprout/range/numeric/cxx14/adjacent_difference.hpp +++ b/sprout/range/numeric/cxx14/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/iota.hpp b/sprout/range/numeric/cxx14/iota.hpp index 46ed6f27..f7f6a13e 100644 --- a/sprout/range/numeric/cxx14/iota.hpp +++ b/sprout/range/numeric/cxx14/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/cxx14/partial_sum.hpp b/sprout/range/numeric/cxx14/partial_sum.hpp index b6e5791d..9edc8983 100644 --- a/sprout/range/numeric/cxx14/partial_sum.hpp +++ b/sprout/range/numeric/cxx14/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft.hpp b/sprout/range/numeric/dft.hpp index 0b0e24ce..3003652b 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/amplitude_spectrum.hpp b/sprout/range/numeric/dft/amplitude_spectrum.hpp index aebfca6a..fec1c3e3 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14.hpp b/sprout/range/numeric/dft/cxx14.hpp index 3dd0b424..ef73e4ee 100644 --- a/sprout/range/numeric/dft/cxx14.hpp +++ b/sprout/range/numeric/dft/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp b/sprout/range/numeric/dft/cxx14/amplitude_spectrum.hpp index dbd5a81a..4be2f2f7 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp b/sprout/range/numeric/dft/cxx14/phase_spectrum.hpp index 2583ad12..ce541996 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/sawtooth.hpp b/sprout/range/numeric/dft/cxx14/sawtooth.hpp index 02d7a04b..25f52f8d 100644 --- a/sprout/range/numeric/dft/cxx14/sawtooth.hpp +++ b/sprout/range/numeric/dft/cxx14/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/sinusoid.hpp b/sprout/range/numeric/dft/cxx14/sinusoid.hpp index f2304a6e..175ab7f9 100644 --- a/sprout/range/numeric/dft/cxx14/sinusoid.hpp +++ b/sprout/range/numeric/dft/cxx14/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/spectrum.hpp b/sprout/range/numeric/dft/cxx14/spectrum.hpp index c5e80c3b..f56a666d 100644 --- a/sprout/range/numeric/dft/cxx14/spectrum.hpp +++ b/sprout/range/numeric/dft/cxx14/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/square.hpp b/sprout/range/numeric/dft/cxx14/square.hpp index 65cf3b9c..ee55c7fd 100644 --- a/sprout/range/numeric/dft/cxx14/square.hpp +++ b/sprout/range/numeric/dft/cxx14/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/triangle.hpp b/sprout/range/numeric/dft/cxx14/triangle.hpp index b8d69110..25caea02 100644 --- a/sprout/range/numeric/dft/cxx14/triangle.hpp +++ b/sprout/range/numeric/dft/cxx14/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/cxx14/wave.hpp b/sprout/range/numeric/dft/cxx14/wave.hpp index 4995be76..5956fe04 100644 --- a/sprout/range/numeric/dft/cxx14/wave.hpp +++ b/sprout/range/numeric/dft/cxx14/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/dft.hpp b/sprout/range/numeric/dft/dft.hpp index aeedb14f..a424e64a 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/dft_element.hpp b/sprout/range/numeric/dft/dft_element.hpp index b68c3c3e..d18e7974 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit.hpp b/sprout/range/numeric/dft/fit.hpp index b2e0b2f1..8465777b 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp index ae9ffa7a..56ff7151 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/dft.hpp b/sprout/range/numeric/dft/fit/dft.hpp index 96c85773..86641a75 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/idft.hpp b/sprout/range/numeric/dft/fit/idft.hpp index fcc87af4..3705134d 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/phase_spectrum.hpp b/sprout/range/numeric/dft/fit/phase_spectrum.hpp index 67cb52ae..ac19b8d2 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fit/spectrum.hpp b/sprout/range/numeric/dft/fit/spectrum.hpp index 62bd2fbc..fd4a38f2 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed.hpp b/sprout/range/numeric/dft/fixed.hpp index 2a61307f..7bd8dd98 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp index d982429c..943e6ab9 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/dft.hpp b/sprout/range/numeric/dft/fixed/dft.hpp index 044e566c..1472298e 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/idft.hpp b/sprout/range/numeric/dft/fixed/idft.hpp index f1e46d30..eb13f1a2 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/phase_spectrum.hpp b/sprout/range/numeric/dft/fixed/phase_spectrum.hpp index 05c38fe2..531e914c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/fixed/spectrum.hpp b/sprout/range/numeric/dft/fixed/spectrum.hpp index f9e2c6a4..c66ce34e 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/idft.hpp b/sprout/range/numeric/dft/idft.hpp index bcdc1c8b..20882f8c 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/idft_element.hpp b/sprout/range/numeric/dft/idft_element.hpp index ced01ef9..77635ed2 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/modifying.hpp b/sprout/range/numeric/dft/modifying.hpp index 639e7d78..b8b5e8f2 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/non_modifying.hpp b/sprout/range/numeric/dft/non_modifying.hpp index 693fe626..80825ea6 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/phase_spectrum.hpp b/sprout/range/numeric/dft/phase_spectrum.hpp index 8106fba8..7ffb6faf 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/dft/spectrum.hpp b/sprout/range/numeric/dft/spectrum.hpp index d758f3f2..e738cb98 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft.hpp b/sprout/range/numeric/fft.hpp index 65b36c8e..8d3a7d5d 100644 --- a/sprout/range/numeric/fft.hpp +++ b/sprout/range/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft/fft.hpp b/sprout/range/numeric/fft/fft.hpp index af598374..43cc7302 100644 --- a/sprout/range/numeric/fft/fft.hpp +++ b/sprout/range/numeric/fft/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fft/ifft.hpp b/sprout/range/numeric/fft/ifft.hpp index fb18667f..77e775ae 100644 --- a/sprout/range/numeric/fft/ifft.hpp +++ b/sprout/range/numeric/fft/ifft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit.hpp b/sprout/range/numeric/fit.hpp index 61e3576f..013e5f6a 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/adjacent_difference.hpp b/sprout/range/numeric/fit/adjacent_difference.hpp index 99cf63d2..71420c5a 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fit/partial_sum.hpp b/sprout/range/numeric/fit/partial_sum.hpp index 7422dd08..5163f1f3 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed.hpp b/sprout/range/numeric/fixed.hpp index bcdf4230..0301dcc0 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/adjacent_difference.hpp b/sprout/range/numeric/fixed/adjacent_difference.hpp index fb0ebbb3..b2a05480 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/fixed/partial_sum.hpp b/sprout/range/numeric/fixed/partial_sum.hpp index f01c7c80..0a06d08b 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/inner_product.hpp b/sprout/range/numeric/inner_product.hpp index 9d8f35e6..4dfd9d5d 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/modifying.hpp b/sprout/range/numeric/modifying.hpp index 6291d55e..65454a19 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/non_modifying.hpp b/sprout/range/numeric/non_modifying.hpp index 9c795f24..9ecab177 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/numeric/partial_sum.hpp b/sprout/range/numeric/partial_sum.hpp index 37319ed9..390ee913 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/ptr_range.hpp b/sprout/range/ptr_range.hpp index 002a6463..816e459f 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range.hpp b/sprout/range/range.hpp index d625f23f..fbe9985b 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range_container.hpp b/sprout/range/range_container.hpp index cd4889ea..62692633 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/range_return.hpp b/sprout/range/range_return.hpp index fdfe189b..61859723 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits.hpp b/sprout/range/type_traits.hpp index 4f761238..cb0b6612 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits/lvalue_iterator.hpp b/sprout/range/type_traits/lvalue_iterator.hpp index 8b93323f..43af1540 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/range/type_traits/lvalue_range.hpp b/sprout/range/type_traits/lvalue_range.hpp index 027af4c0..e4a37aec 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational.hpp b/sprout/rational.hpp index e0cce39b..946b117a 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/arithmetic.hpp b/sprout/rational/arithmetic.hpp index 0e892059..eb5c2f0d 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/comparison.hpp b/sprout/rational/comparison.hpp index 9af0f3fa..c853f8a0 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/conversion.hpp b/sprout/rational/conversion.hpp index a422d8a2..c6d97049 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/exceptions.hpp b/sprout/rational/exceptions.hpp index fd4daab2..94e353a6 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/hash.hpp b/sprout/rational/hash.hpp index 0b33586d..7cb70cb2 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/io.hpp b/sprout/rational/io.hpp index 015c6c81..8e9f5046 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/rational.hpp b/sprout/rational/rational.hpp index f4a346a1..78da2608 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/udl.hpp b/sprout/rational/udl.hpp index 1419bde3..5818779c 100644 --- a/sprout/rational/udl.hpp +++ b/sprout/rational/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/rational/values.hpp b/sprout/rational/values.hpp index 6a34a5f8..4d8c433e 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/static_assert.hpp b/sprout/static_assert.hpp index 328b7669..db44fdbe 100644 --- a/sprout/static_assert.hpp +++ b/sprout/static_assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/static_warning.hpp b/sprout/static_warning.hpp index c5bd5d9f..cfa401a6 100644 --- a/sprout/static_warning.hpp +++ b/sprout/static_warning.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string.hpp b/sprout/string.hpp index 62120906..d0ad075e 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/alias.hpp b/sprout/string/alias.hpp index e4fd7f43..c208cefd 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/char_traits.hpp b/sprout/string/char_traits.hpp index c139c74b..7b2a17d7 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/comparison.hpp b/sprout/string/comparison.hpp index 98c432d3..4423f021 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/concat.hpp b/sprout/string/concat.hpp index 7b231db5..efe30003 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/container.hpp b/sprout/string/container.hpp index f8c828a0..74cc328c 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/conversion.hpp b/sprout/string/conversion.hpp index df46a5d7..d1f35372 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/compare.hpp b/sprout/string/detail/compare.hpp index 186d97e1..aa659a0c 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/find.hpp b/sprout/string/detail/find.hpp index b205e01b..5c55569e 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/detail/operations.hpp b/sprout/string/detail/operations.hpp index 0b7b04ea..999c9075 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/float_to_string.hpp b/sprout/string/float_to_string.hpp index e2660f9e..20f08b06 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/from_string.hpp b/sprout/string/from_string.hpp index bdb74776..f004a2bf 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/hash.hpp b/sprout/string/hash.hpp index bbd7d314..bcc7e086 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/int_to_string.hpp b/sprout/string/int_to_string.hpp index 7fdf6f51..51b4e201 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/io.hpp b/sprout/string/io.hpp index f142ba92..401959a2 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/make_string.hpp b/sprout/string/make_string.hpp index 333e5ffe..d4988bf3 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/npos.hpp b/sprout/string/npos.hpp index 8905e82a..6059db8d 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/shrink.hpp b/sprout/string/shrink.hpp index 90e75c76..6689e977 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/stretch.hpp b/sprout/string/stretch.hpp index d612b1bc..095923a5 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string.hpp b/sprout/string/string.hpp index 1eae83e7..d4195f3f 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string_to_float.hpp b/sprout/string/string_to_float.hpp index f6b6c0ac..2e3ec361 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/string_to_int.hpp b/sprout/string/string_to_int.hpp index 842ef675..fb32f12a 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string.hpp b/sprout/string/to_string.hpp index e2a3c5c1..ce65e14f 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string_array.hpp b/sprout/string/to_string_array.hpp index 30c699ac..407cb878 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/to_string_value.hpp b/sprout/string/to_string_value.hpp index cf7275d0..dd2ab343 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/tuple.hpp b/sprout/string/tuple.hpp index 3a7ebe97..43ed81cf 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/string/type_traits.hpp b/sprout/string/type_traits.hpp index 1b5a25c0..c235da6a 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array.hpp b/sprout/sub_array.hpp index cd62a059..04464b2d 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/comparison.hpp b/sprout/sub_array/comparison.hpp index 147eadf0..7def4420 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/container.hpp b/sprout/sub_array/container.hpp index ea10a5dc..11eeb128 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/hash.hpp b/sprout/sub_array/hash.hpp index 2c7de1e3..e3d2d6ba 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub.hpp b/sprout/sub_array/sub.hpp index 3b9cf50f..386da859 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_array.hpp b/sprout/sub_array/sub_array.hpp index d8676811..dd9fb73c 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_offset.hpp b/sprout/sub_array/sub_offset.hpp index 37ca314e..8ae35d5c 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/sub_window.hpp b/sprout/sub_array/sub_window.hpp index 562ccad9..9013306b 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/tuple.hpp b/sprout/sub_array/tuple.hpp index d3d19352..f1e59be3 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/sub_array/type_traits.hpp b/sprout/sub_array/type_traits.hpp index fc2a4251..62914755 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm.hpp b/sprout/tpp/algorithm.hpp index bb200a00..0cc29a2d 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/all_of.hpp b/sprout/tpp/algorithm/all_of.hpp index 73502ca2..a8eb4c53 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/any_of.hpp b/sprout/tpp/algorithm/any_of.hpp index 155c9907..a3c0df7a 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/max_element.hpp b/sprout/tpp/algorithm/max_element.hpp index 16c73571..65ed7c2e 100644 --- a/sprout/tpp/algorithm/max_element.hpp +++ b/sprout/tpp/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/min_element.hpp b/sprout/tpp/algorithm/min_element.hpp index 76ca0499..7977d3d2 100644 --- a/sprout/tpp/algorithm/min_element.hpp +++ b/sprout/tpp/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/none_of.hpp b/sprout/tpp/algorithm/none_of.hpp index 06270621..470c6a65 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tpp/algorithm/one_of.hpp b/sprout/tpp/algorithm/one_of.hpp index 16f52986..6e2d47e2 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple.hpp b/sprout/tuple.hpp index 88c2ea01..c41b8640 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/algorithm.hpp b/sprout/tuple/algorithm.hpp index 3405cb17..44ed9d64 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/algorithm/copy.hpp b/sprout/tuple/algorithm/copy.hpp index 2e1e3215..94027de8 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/apply.hpp b/sprout/tuple/apply.hpp index 668a5578..c6308d33 100644 --- a/sprout/tuple/apply.hpp +++ b/sprout/tuple/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/deep_copy.hpp b/sprout/tuple/deep_copy.hpp index 9785331d..baa864e2 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/default_construct.hpp b/sprout/tuple/default_construct.hpp index 6c75e80e..c84ac59e 100644 --- a/sprout/tuple/default_construct.hpp +++ b/sprout/tuple/default_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/flex.hpp b/sprout/tuple/flex.hpp index 72d0e5ce..5665dea7 100644 --- a/sprout/tuple/flex.hpp +++ b/sprout/tuple/flex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/flexibly_construct.hpp b/sprout/tuple/flexibly_construct.hpp index b53d570a..aa09db8f 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/functions.hpp b/sprout/tuple/functions.hpp index 8f4b4595..4c1becda 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/fused.hpp b/sprout/tuple/fused.hpp index e679b620..ae028d5f 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/indexes.hpp b/sprout/tuple/indexes.hpp index 7b340a72..fd0744f1 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/make.hpp b/sprout/tuple/make.hpp index 28205d0b..20603851 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/metafunctions.hpp b/sprout/tuple/metafunctions.hpp index 7395f84a..a46b5c17 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation.hpp b/sprout/tuple/operation.hpp index 55cf0583..5e581204 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/append_back.hpp b/sprout/tuple/operation/append_back.hpp index cc55691a..89ea532c 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/append_front.hpp b/sprout/tuple/operation/append_front.hpp index b005c94f..0379f635 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/pop_back.hpp b/sprout/tuple/operation/pop_back.hpp index d6314ccc..15d5a8a9 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/pop_front.hpp b/sprout/tuple/operation/pop_front.hpp index 5e9f7249..a0bd207a 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/push_back.hpp b/sprout/tuple/operation/push_back.hpp index cbdfa202..edb7ea74 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/operation/push_front.hpp b/sprout/tuple/operation/push_front.hpp index f1e5fb1e..0ec43dbf 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/remake.hpp b/sprout/tuple/remake.hpp index 88b17df7..22f912f7 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/sscrisk/cel/array.hpp b/sprout/tuple/sscrisk/cel/array.hpp index 50b24fca..687aa4c5 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/sscrisk/cel/utility.hpp b/sprout/tuple/sscrisk/cel/utility.hpp index 798987d5..4adcf756 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/array.hpp b/sprout/tuple/std/array.hpp index 5f8318a1..4041e74e 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/complex.hpp b/sprout/tuple/std/complex.hpp index 9c63654f..5e192c3e 100644 --- a/sprout/tuple/std/complex.hpp +++ b/sprout/tuple/std/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/std/utility.hpp b/sprout/tuple/std/utility.hpp index c1b0da22..0b49da06 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/traits.hpp b/sprout/tuple/traits.hpp index b01dd79a..b8b68623 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -15,6 +15,7 @@ #include #include #include +#include namespace sprout { namespace tuples { @@ -39,7 +40,7 @@ namespace sprout { struct default_copied > : public sprout::types::apply< sprout::tuples::rebind_types, - typename std::decay< + typename sprout::remove_cvref< typename sprout::tuples::tuple_element::type >::type... > diff --git a/sprout/tuple/tuple.hpp b/sprout/tuple/tuple.hpp index 778042b6..99afdd35 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/comparison.hpp b/sprout/tuple/tuple/comparison.hpp index 488f299d..1d8b1c83 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/get.hpp b/sprout/tuple/tuple/get.hpp index 17476bce..409bac39 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -106,9 +106,28 @@ namespace sprout { { return sprout_tuple_detail::call_tuple_get(SPROUT_FORWARD(T, t)); } + + // + // nested_get + // + template + inline SPROUT_CONSTEXPR decltype(sprout::tuples::get(std::declval())) + nested_get(T&& t) + SPROUT_NOEXCEPT_IF_EXPR(sprout::tuples::get(std::declval())) + { + return sprout::tuples::get(SPROUT_FORWARD(T, t)); + } + template + inline SPROUT_CONSTEXPR decltype(sprout::tuples::nested_get(sprout::tuples::get(std::declval()))) + nested_get(T&& t) + SPROUT_NOEXCEPT_IF_EXPR(sprout::tuples::nested_get(sprout::tuples::get(std::declval()))) + { + return sprout::tuples::nested_get(sprout::tuples::get(SPROUT_FORWARD(T, t))); + } } // namespace tuples using sprout::tuples::get; + using sprout::tuples::nested_get; } // namespace sprout #endif // #ifndef SPROUT_TUPLE_TUPLE_GET_HPP diff --git a/sprout/tuple/tuple/hash.hpp b/sprout/tuple/tuple/hash.hpp index 03f8726f..6389de74 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/ignore.hpp b/sprout/tuple/tuple/ignore.hpp index 3c1e4e22..492df0e6 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/make_tuple.hpp b/sprout/tuple/tuple/make_tuple.hpp index 38f7728b..2aea7a5e 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/traits.hpp b/sprout/tuple/tuple/traits.hpp index e96dd8ad..5cf9d313 100644 --- a/sprout/tuple/tuple/traits.hpp +++ b/sprout/tuple/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple.hpp b/sprout/tuple/tuple/tuple.hpp index 8d08225a..26b82151 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_access_traits.hpp b/sprout/tuple/tuple/tuple_access_traits.hpp index d1bc8157..3c793657 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_decl.hpp b/sprout/tuple/tuple/tuple_decl.hpp index 0d843ee8..851a4012 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_element.hpp b/sprout/tuple/tuple/tuple_element.hpp index e28d988e..2c69b7ff 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_fwd.hpp b/sprout/tuple/tuple/tuple_fwd.hpp index ca0fe062..b46fd4c9 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_size.hpp b/sprout/tuple/tuple/tuple_size.hpp index bb5fa9b3..ec149e70 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/tuple_traits.hpp b/sprout/tuple/tuple/tuple_traits.hpp index 6bd44234..11893893 100644 --- a/sprout/tuple/tuple/tuple_traits.hpp +++ b/sprout/tuple/tuple/tuple_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/type_traits.hpp b/sprout/tuple/tuple/type_traits.hpp index bc4640f8..991c4338 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type.hpp b/sprout/type.hpp index 2340f16a..447c7520 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm.hpp b/sprout/type/algorithm.hpp index c18f8d3e..af26668b 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/accumulate.hpp b/sprout/type/algorithm/accumulate.hpp index 377aaac2..68ec86dd 100644 --- a/sprout/type/algorithm/accumulate.hpp +++ b/sprout/type/algorithm/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/contains.hpp b/sprout/type/algorithm/contains.hpp index 80516507..a1776f87 100644 --- a/sprout/type/algorithm/contains.hpp +++ b/sprout/type/algorithm/contains.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/contains_if.hpp b/sprout/type/algorithm/contains_if.hpp index 85ebbd62..7cdce449 100644 --- a/sprout/type/algorithm/contains_if.hpp +++ b/sprout/type/algorithm/contains_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/find_index.hpp b/sprout/type/algorithm/find_index.hpp index 537c87c4..ba9e50fd 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/find_index_if.hpp b/sprout/type/algorithm/find_index_if.hpp index 46f7e2c5..5707bdf1 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/fold.hpp b/sprout/type/algorithm/fold.hpp index f82a25b0..273d37a7 100644 --- a/sprout/type/algorithm/fold.hpp +++ b/sprout/type/algorithm/fold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/lower_bound_index.hpp b/sprout/type/algorithm/lower_bound_index.hpp index 588f0f48..fa134bfd 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/partial_sum.hpp b/sprout/type/algorithm/partial_sum.hpp index b8928b24..b7c22f9f 100644 --- a/sprout/type/algorithm/partial_sum.hpp +++ b/sprout/type/algorithm/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/transform.hpp b/sprout/type/algorithm/transform.hpp index ce6399dd..052d084b 100644 --- a/sprout/type/algorithm/transform.hpp +++ b/sprout/type/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/algorithm/upper_bound_index.hpp b/sprout/type/algorithm/upper_bound_index.hpp index 21374bca..69933070 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/apply.hpp b/sprout/type/apply.hpp index 70ade3f8..97c8daf9 100644 --- a/sprout/type/apply.hpp +++ b/sprout/type/apply.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/detail/tuple_element.hpp b/sprout/type/boost/mpl/detail/tuple_element.hpp index dbf6789f..9d312d4f 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/string.hpp b/sprout/type/boost/mpl/string.hpp index 678b789c..07b3aac8 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/v_iter.hpp b/sprout/type/boost/mpl/v_iter.hpp index 92fdfa7b..663ca771 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/vector.hpp b/sprout/type/boost/mpl/vector.hpp index 4f382ad7..cb2c53cd 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/boost/mpl/vector_c.hpp b/sprout/type/boost/mpl/vector_c.hpp index 2fd21eca..4663d453 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional.hpp b/sprout/type/functional.hpp index b0969f01..80cf6bb7 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/arithmetic.hpp b/sprout/type/functional/arithmetic.hpp index c7b1e95c..f10e7240 100644 --- a/sprout/type/functional/arithmetic.hpp +++ b/sprout/type/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/comparison.hpp b/sprout/type/functional/comparison.hpp index 0f8779fe..49473bb9 100644 --- a/sprout/type/functional/comparison.hpp +++ b/sprout/type/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/detail/arithmetic_op.hpp b/sprout/type/functional/detail/arithmetic_op.hpp index 1174438f..05124a4b 100644 --- a/sprout/type/functional/detail/arithmetic_op.hpp +++ b/sprout/type/functional/detail/arithmetic_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/detail/comparison_op.hpp b/sprout/type/functional/detail/comparison_op.hpp index 067f1d15..481861b4 100644 --- a/sprout/type/functional/detail/comparison_op.hpp +++ b/sprout/type/functional/detail/comparison_op.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/divides.hpp b/sprout/type/functional/divides.hpp index ad3a78da..03062629 100644 --- a/sprout/type/functional/divides.hpp +++ b/sprout/type/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/equal_to.hpp b/sprout/type/functional/equal_to.hpp index ea36a343..15a9901b 100644 --- a/sprout/type/functional/equal_to.hpp +++ b/sprout/type/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/greater.hpp b/sprout/type/functional/greater.hpp index 4f55166c..3b3ba57d 100644 --- a/sprout/type/functional/greater.hpp +++ b/sprout/type/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/greater_equal.hpp b/sprout/type/functional/greater_equal.hpp index 2f355375..c11671bc 100644 --- a/sprout/type/functional/greater_equal.hpp +++ b/sprout/type/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/less.hpp b/sprout/type/functional/less.hpp index c48843fb..85dfa391 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/less_equal.hpp b/sprout/type/functional/less_equal.hpp index e438ec8e..ae69afe3 100644 --- a/sprout/type/functional/less_equal.hpp +++ b/sprout/type/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/minus.hpp b/sprout/type/functional/minus.hpp index 996f125e..a2c64ea2 100644 --- a/sprout/type/functional/minus.hpp +++ b/sprout/type/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/modulus.hpp b/sprout/type/functional/modulus.hpp index 89c10c40..3a9f1f39 100644 --- a/sprout/type/functional/modulus.hpp +++ b/sprout/type/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/multiplies.hpp b/sprout/type/functional/multiplies.hpp index 3d9891aa..a526b821 100644 --- a/sprout/type/functional/multiplies.hpp +++ b/sprout/type/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/negate.hpp b/sprout/type/functional/negate.hpp index ee11e245..c70666e8 100644 --- a/sprout/type/functional/negate.hpp +++ b/sprout/type/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/not_equal_to.hpp b/sprout/type/functional/not_equal_to.hpp index 61e45dae..faf6e86e 100644 --- a/sprout/type/functional/not_equal_to.hpp +++ b/sprout/type/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/plus.hpp b/sprout/type/functional/plus.hpp index 955be67b..e24a99ac 100644 --- a/sprout/type/functional/plus.hpp +++ b/sprout/type/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/functional/posite.hpp b/sprout/type/functional/posite.hpp index 040850e8..accc34d5 100644 --- a/sprout/type/functional/posite.hpp +++ b/sprout/type/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/integral_array.hpp b/sprout/type/integral_array.hpp index d0ada070..e8b5bf65 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator.hpp b/sprout/type/iterator.hpp index 0601628d..01a3ccdb 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/advance.hpp b/sprout/type/iterator/advance.hpp index 5542c87b..436a72c4 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/deref.hpp b/sprout/type/iterator/deref.hpp index 7d99e44f..0307c28c 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/distance.hpp b/sprout/type/iterator/distance.hpp index 9508695d..8d795f2c 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/index_iterator.hpp b/sprout/type/iterator/index_iterator.hpp index ddddcc8b..3a9d66ab 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/next.hpp b/sprout/type/iterator/next.hpp index 0e5e2693..0994f6d3 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/iterator/prev.hpp b/sprout/type/iterator/prev.hpp index 700325e2..bd8696c7 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/joint_types.hpp b/sprout/type/joint_types.hpp index 31fbe256..b89d20bf 100644 --- a/sprout/type/joint_types.hpp +++ b/sprout/type/joint_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/map_types.hpp b/sprout/type/map_types.hpp index 240e7e2f..28fedd90 100644 --- a/sprout/type/map_types.hpp +++ b/sprout/type/map_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation.hpp b/sprout/type/operation.hpp index b748f9a4..15914a4e 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/append_back.hpp b/sprout/type/operation/append_back.hpp index a564dee2..2da22eef 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/append_front.hpp b/sprout/type/operation/append_front.hpp index 512533ca..b03b62c0 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/assign.hpp b/sprout/type/operation/assign.hpp index 1a832262..0cd30515 100644 --- a/sprout/type/operation/assign.hpp +++ b/sprout/type/operation/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/at.hpp b/sprout/type/operation/at.hpp index ca0d3f66..c8014f3c 100644 --- a/sprout/type/operation/at.hpp +++ b/sprout/type/operation/at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/back.hpp b/sprout/type/operation/back.hpp index 932a6514..c7aad028 100644 --- a/sprout/type/operation/back.hpp +++ b/sprout/type/operation/back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/empty.hpp b/sprout/type/operation/empty.hpp index 13ae85ce..ef876f35 100644 --- a/sprout/type/operation/empty.hpp +++ b/sprout/type/operation/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/front.hpp b/sprout/type/operation/front.hpp index 681ba91b..77e2db2e 100644 --- a/sprout/type/operation/front.hpp +++ b/sprout/type/operation/front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/map.hpp b/sprout/type/operation/map.hpp index 24a6500f..8aaf96e5 100644 --- a/sprout/type/operation/map.hpp +++ b/sprout/type/operation/map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/pop_back.hpp b/sprout/type/operation/pop_back.hpp index fe3ea419..96259d8d 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/pop_front.hpp b/sprout/type/operation/pop_front.hpp index f0961db4..7dd54282 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/push_back.hpp b/sprout/type/operation/push_back.hpp index 96119ce6..fe327ccc 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/push_front.hpp b/sprout/type/operation/push_front.hpp index e100247c..7e66ee65 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/rebind.hpp b/sprout/type/operation/rebind.hpp index 80d4318b..d711b1f6 100644 --- a/sprout/type/operation/rebind.hpp +++ b/sprout/type/operation/rebind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/size.hpp b/sprout/type/operation/size.hpp index f9a5b3b0..913ea9d1 100644 --- a/sprout/type/operation/size.hpp +++ b/sprout/type/operation/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/operation/tuple_cat.hpp b/sprout/type/operation/tuple_cat.hpp index 962698d1..ac262a58 100644 --- a/sprout/type/operation/tuple_cat.hpp +++ b/sprout/type/operation/tuple_cat.hpp @@ -2,7 +2,7 @@ Copyright (c) 2014 fimbul https://github.com/fimbul/shiro - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/packer.hpp b/sprout/type/packer.hpp index 7cd9c175..379cd326 100644 --- a/sprout/type/packer.hpp +++ b/sprout/type/packer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/pop_front_types.hpp b/sprout/type/pop_front_types.hpp index 653403fd..b2d6341f 100644 --- a/sprout/type/pop_front_types.hpp +++ b/sprout/type/pop_front_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/print.hpp b/sprout/type/print.hpp index 8f305d09..a49aae07 100644 --- a/sprout/type/print.hpp +++ b/sprout/type/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/quote.hpp b/sprout/type/quote.hpp index 5493dab4..b55dd88a 100644 --- a/sprout/type/quote.hpp +++ b/sprout/type/quote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/rebind_types.hpp b/sprout/type/rebind_types.hpp index c5fd0362..6d931b81 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/self.hpp b/sprout/type/self.hpp index 6ceb8421..6bda0742 100644 --- a/sprout/type/self.hpp +++ b/sprout/type/self.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm.hpp b/sprout/type/seq/algorithm.hpp index c3426f9d..de0260d7 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm/find.hpp b/sprout/type/seq/algorithm/find.hpp index a8bb3d0e..5b465990 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/seq/algorithm/find_if.hpp b/sprout/type/seq/algorithm/find_if.hpp index d2fa1a10..68a8d804 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string.hpp b/sprout/type/string.hpp index 02e43580..8bcd519c 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/alias.hpp b/sprout/type/string/alias.hpp index 3e2a5e43..e0079887 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/string.hpp b/sprout/type/string/string.hpp index 457eaa70..39dcf08b 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/to_string.hpp b/sprout/type/string/to_string.hpp index cdb37887..dd4953e6 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/string/to_string_constant.hpp b/sprout/type/string/to_string_constant.hpp index 06fa2aef..493bdc39 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/tuple.hpp b/sprout/type/tuple.hpp index 6fa60f21..1c6edba8 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/type_tuple.hpp b/sprout/type/type_tuple.hpp index 2f6d7854..8c11c28d 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/type_tuple_decl.hpp b/sprout/type/type_tuple_decl.hpp index de31b66f..0a137fd5 100644 --- a/sprout/type/type_tuple_decl.hpp +++ b/sprout/type/type_tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/uniform_types.hpp b/sprout/type/uniform_types.hpp index 5a72671a..c8ff4eda 100644 --- a/sprout/type/uniform_types.hpp +++ b/sprout/type/uniform_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type/void.hpp b/sprout/type/void.hpp index da591178..8bea4226 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits.hpp b/sprout/type_traits.hpp index df443003..d7bcb0a6 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/arithmetic_promote.hpp b/sprout/type_traits/arithmetic_promote.hpp index ac118925..8c21cbd5 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/common_decay.hpp b/sprout/type_traits/common_decay.hpp index 758141c2..8220b37a 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/common_type.hpp b/sprout/type_traits/common_type.hpp index b9723a32..24605cef 100644 --- a/sprout/type_traits/common_type.hpp +++ b/sprout/type_traits/common_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/complex_promote.hpp b/sprout/type_traits/complex_promote.hpp index c495715d..6132bec1 100644 --- a/sprout/type_traits/complex_promote.hpp +++ b/sprout/type_traits/complex_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/const_reference.hpp b/sprout/type_traits/const_reference.hpp index de2e6c6a..6a460946 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/detail/type_traits_wrapper.hpp b/sprout/type_traits/detail/type_traits_wrapper.hpp index 8ae0861f..0bf3a6a5 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/enable_if.hpp b/sprout/type_traits/enable_if.hpp index 99dc932d..43061514 100644 --- a/sprout/type_traits/enable_if.hpp +++ b/sprout/type_traits/enable_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/enabler_if.hpp b/sprout/type_traits/enabler_if.hpp index 7cfa2c37..a83ee203 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/float_promote.hpp b/sprout/type_traits/float_promote.hpp index 82cc1a97..dba52088 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_type.hpp b/sprout/type_traits/has_type.hpp index 2781ba5d..d3995d73 100644 --- a/sprout/type_traits/has_type.hpp +++ b/sprout/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_value.hpp b/sprout/type_traits/has_value.hpp index a18a0d05..e58c18fd 100644 --- a/sprout/type_traits/has_value.hpp +++ b/sprout/type_traits/has_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/has_xxx.hpp b/sprout/type_traits/has_xxx.hpp index b76d2cc9..281d3f03 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/identity.hpp b/sprout/type_traits/identity.hpp index 4274f87e..1928d804 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/inherit_if_type.hpp b/sprout/type_traits/inherit_if_type.hpp index adf2a916..748c752b 100644 --- a/sprout/type_traits/inherit_if_type.hpp +++ b/sprout/type_traits/inherit_if_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/inherit_if_xxx.hpp b/sprout/type_traits/inherit_if_xxx.hpp index f53b3253..b81306b4 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/integral_constant.hpp b/sprout/type_traits/integral_constant.hpp index fcb26592..94dd19ff 100644 --- a/sprout/type_traits/integral_constant.hpp +++ b/sprout/type_traits/integral_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_c_str.hpp b/sprout/type_traits/is_c_str.hpp index f4de11fe..e477667e 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_char_type.hpp b/sprout/type_traits/is_char_type.hpp index b5870e5e..1fa668c5 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_const_unqualified.hpp b/sprout/type_traits/is_const_unqualified.hpp index 6c4b5596..fa7b5ff2 100644 --- a/sprout/type_traits/is_const_unqualified.hpp +++ b/sprout/type_traits/is_const_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_convert_constructible.hpp b/sprout/type_traits/is_convert_constructible.hpp index d1b46809..7acaba47 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_cv_unqualified.hpp b/sprout/type_traits/is_cv_unqualified.hpp index 9587db14..1ba42f12 100644 --- a/sprout/type_traits/is_cv_unqualified.hpp +++ b/sprout/type_traits/is_cv_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_null_pointer.hpp b/sprout/type_traits/is_null_pointer.hpp index 9b487f7b..f1189f34 100644 --- a/sprout/type_traits/is_null_pointer.hpp +++ b/sprout/type_traits/is_null_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_nullptr_cast.hpp b/sprout/type_traits/is_nullptr_cast.hpp index 13a7eab4..12ed3290 100644 --- a/sprout/type_traits/is_nullptr_cast.hpp +++ b/sprout/type_traits/is_nullptr_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_sint.hpp b/sprout/type_traits/is_sint.hpp index 9f3dfbef..cd6d5362 100644 --- a/sprout/type_traits/is_sint.hpp +++ b/sprout/type_traits/is_sint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_uint.hpp b/sprout/type_traits/is_uint.hpp index 02f6c03c..0ab1b0b2 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_upcast.hpp b/sprout/type_traits/is_upcast.hpp index a5f74166..21ec030b 100644 --- a/sprout/type_traits/is_upcast.hpp +++ b/sprout/type_traits/is_upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_volatile_unqualified.hpp b/sprout/type_traits/is_volatile_unqualified.hpp index 1b54c604..4676ad26 100644 --- a/sprout/type_traits/is_volatile_unqualified.hpp +++ b/sprout/type_traits/is_volatile_unqualified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/lvalue_reference.hpp b/sprout/type_traits/lvalue_reference.hpp index 23d9b36a..54f9d89e 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_cvref.hpp b/sprout/type_traits/remove_cvref.hpp index 5f9f00f5..300e431b 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_const.hpp b/sprout/type_traits/remove_shallow_const.hpp index dabca443..0632f09e 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_cv.hpp b/sprout/type_traits/remove_shallow_cv.hpp index 40293c0c..ccd20d93 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_cvref.hpp b/sprout/type_traits/remove_shallow_cvref.hpp index b82f22f4..4ab182dd 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/remove_shallow_volatile.hpp b/sprout/type_traits/remove_shallow_volatile.hpp index 923dc928..de47868f 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std.hpp b/sprout/type_traits/std.hpp index 41cc747b..dcdec3e4 100644 --- a/sprout/type_traits/std.hpp +++ b/sprout/type_traits/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_type_aliases.hpp b/sprout/type_traits/std_type_aliases.hpp index fc9fbf09..9ae3e5be 100644 --- a/sprout/type_traits/std_type_aliases.hpp +++ b/sprout/type_traits/std_type_aliases.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_type_traits.hpp b/sprout/type_traits/std_type_traits.hpp index 357a7f9d..c575a3d5 100644 --- a/sprout/type_traits/std_type_traits.hpp +++ b/sprout/type_traits/std_type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/std_value_variables.hpp b/sprout/type_traits/std_value_variables.hpp index 0f5c001f..9aad1d32 100644 --- a/sprout/type_traits/std_value_variables.hpp +++ b/sprout/type_traits/std_value_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility.hpp b/sprout/utility.hpp index 5231ad20..f25e1708 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/any_convertible.hpp b/sprout/utility/any_convertible.hpp index 0f9a09fe..48e36806 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/as_const.hpp b/sprout/utility/as_const.hpp index 365005e3..4d429696 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/as_lvalue.hpp b/sprout/utility/as_lvalue.hpp index d3596c2e..3047b21a 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/cast.hpp b/sprout/utility/cast.hpp index 4ce2e9c0..64670d46 100644 --- a/sprout/utility/cast.hpp +++ b/sprout/utility/cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/compare_pointees.hpp b/sprout/utility/compare_pointees.hpp index 25734062..f8ac9e02 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/dyn_cast.hpp b/sprout/utility/dyn_cast.hpp index b024b9d2..94bfdb3d 100644 --- a/sprout/utility/dyn_cast.hpp +++ b/sprout/utility/dyn_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/eat.hpp b/sprout/utility/eat.hpp index 80e40223..3eeb3ce0 100644 --- a/sprout/utility/eat.hpp +++ b/sprout/utility/eat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/enabler_if.hpp b/sprout/utility/enabler_if.hpp index 705f305c..73ff0131 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/exchange.hpp b/sprout/utility/exchange.hpp index a8af9ab4..c7772137 100644 --- a/sprout/utility/exchange.hpp +++ b/sprout/utility/exchange.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/forward.hpp b/sprout/utility/forward.hpp index 3b3f3610..1c4e50f9 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/implicit_cast.hpp b/sprout/utility/implicit_cast.hpp index dfccb0b1..47dbcf1f 100644 --- a/sprout/utility/implicit_cast.hpp +++ b/sprout/utility/implicit_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/limited.hpp b/sprout/utility/limited.hpp index 57ec0f46..0def969b 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/lvalue_forward.hpp b/sprout/utility/lvalue_forward.hpp index ce8f3aec..dc0296e2 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/move.hpp b/sprout/utility/move.hpp index 921cc662..961cde91 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/noncopyable.hpp b/sprout/utility/noncopyable.hpp index 8772313b..7696faf1 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/operation.hpp b/sprout/utility/operation.hpp index e8bb7190..cf98fc37 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/operation_ext.hpp b/sprout/utility/operation_ext.hpp index 4f917475..2c28499d 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pack.hpp b/sprout/utility/pack.hpp index f3caa1e5..885384f4 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair.hpp b/sprout/utility/pair.hpp index b4211ded..1b33f20b 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/access.hpp b/sprout/utility/pair/access.hpp index ede9f5af..edd51c23 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/comparison.hpp b/sprout/utility/pair/comparison.hpp index cc1a829c..6b52faa8 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/first.hpp b/sprout/utility/pair/first.hpp index 3514aaf9..67075e5b 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/hash.hpp b/sprout/utility/pair/hash.hpp index 77b4a28a..f80d6426 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/make_pair.hpp b/sprout/utility/pair/make_pair.hpp index 49e2d64f..b7b699cb 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair.hpp b/sprout/utility/pair/pair.hpp index 22619a2d..cfdeb691 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair_decl.hpp b/sprout/utility/pair/pair_decl.hpp index 1e6217ae..b7fa3374 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/pair_fwd.hpp b/sprout/utility/pair/pair_fwd.hpp index 8c58a8f4..71653409 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/second.hpp b/sprout/utility/pair/second.hpp index 25c8f0e3..716c0742 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pair/tuple.hpp b/sprout/utility/pair/tuple.hpp index e4c335f8..9ed16597 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/pass_through.hpp b/sprout/utility/pass_through.hpp index b18ad0be..07298d5b 100644 --- a/sprout/utility/pass_through.hpp +++ b/sprout/utility/pass_through.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/reinter_cast.hpp b/sprout/utility/reinter_cast.hpp index 44000022..c41cd468 100644 --- a/sprout/utility/reinter_cast.hpp +++ b/sprout/utility/reinter_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/rel_ops.hpp b/sprout/utility/rel_ops.hpp index 9a93eeaf..7d588f69 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref.hpp b/sprout/utility/string_ref.hpp index ad9e1e29..7c446739 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/alias.hpp b/sprout/utility/string_ref/alias.hpp index 53ea6e36..5949703b 100644 --- a/sprout/utility/string_ref/alias.hpp +++ b/sprout/utility/string_ref/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/comparison.hpp b/sprout/utility/string_ref/comparison.hpp index f5169597..ec61f26a 100644 --- a/sprout/utility/string_ref/comparison.hpp +++ b/sprout/utility/string_ref/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/conversion.hpp b/sprout/utility/string_ref/conversion.hpp index 425029e6..92355428 100644 --- a/sprout/utility/string_ref/conversion.hpp +++ b/sprout/utility/string_ref/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/from_string.hpp b/sprout/utility/string_ref/from_string.hpp index d21ef8ac..6fbb9ca0 100644 --- a/sprout/utility/string_ref/from_string.hpp +++ b/sprout/utility/string_ref/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/hash.hpp b/sprout/utility/string_ref/hash.hpp index 93526184..4a3b5530 100644 --- a/sprout/utility/string_ref/hash.hpp +++ b/sprout/utility/string_ref/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/io.hpp b/sprout/utility/string_ref/io.hpp index b4b8cffb..c13c2dc5 100644 --- a/sprout/utility/string_ref/io.hpp +++ b/sprout/utility/string_ref/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/string_ref.hpp b/sprout/utility/string_ref/string_ref.hpp index 090fa522..2fb7d4cb 100644 --- a/sprout/utility/string_ref/string_ref.hpp +++ b/sprout/utility/string_ref/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/string_to_float.hpp b/sprout/utility/string_ref/string_to_float.hpp index 0538f8cd..baa06447 100644 --- a/sprout/utility/string_ref/string_to_float.hpp +++ b/sprout/utility/string_ref/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/string_to_int.hpp b/sprout/utility/string_ref/string_to_int.hpp index b8b75761..3820e019 100644 --- a/sprout/utility/string_ref/string_to_int.hpp +++ b/sprout/utility/string_ref/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_ref/type_traits.hpp b/sprout/utility/string_ref/type_traits.hpp index 0b3d7dcf..5b5b7d10 100644 --- a/sprout/utility/string_ref/type_traits.hpp +++ b/sprout/utility/string_ref/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/string_view.hpp b/sprout/utility/string_view.hpp index 3fd9647b..a6d46075 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/swap.hpp b/sprout/utility/swap.hpp index d605a364..28f58a52 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/unmove.hpp b/sprout/utility/unmove.hpp index 63d9eaa0..afd4a0e2 100644 --- a/sprout/utility/unmove.hpp +++ b/sprout/utility/unmove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/upcast.hpp b/sprout/utility/upcast.hpp index a007f056..a89ee092 100644 --- a/sprout/utility/upcast.hpp +++ b/sprout/utility/upcast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/use_default.hpp b/sprout/utility/use_default.hpp index 9c6642d4..4e643020 100644 --- a/sprout/utility/use_default.hpp +++ b/sprout/utility/use_default.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder.hpp b/sprout/utility/value_holder.hpp index 1a215407..27ec3507 100644 --- a/sprout/utility/value_holder.hpp +++ b/sprout/utility/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder/get.hpp b/sprout/utility/value_holder/get.hpp index c68f89c7..b532e9ff 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder/hash.hpp b/sprout/utility/value_holder/hash.hpp index e5650326..e6394f82 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/utility/value_holder/value_holder.hpp b/sprout/utility/value_holder/value_holder.hpp index d1685e4e..9a6c9d11 100644 --- a/sprout/utility/value_holder/value_holder.hpp +++ b/sprout/utility/value_holder/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid.hpp b/sprout/uuid.hpp index d49775ce..b4ad82cf 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/detail/table.hpp b/sprout/uuid/detail/table.hpp index c379c702..34565273 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/generators.hpp b/sprout/uuid/generators.hpp index d3f901ea..10177f41 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/hash.hpp b/sprout/uuid/hash.hpp index 68b21de8..f073009b 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/io.hpp b/sprout/uuid/io.hpp index 02b5cc7e..985b1d56 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/md5_name_generator.hpp b/sprout/uuid/md5_name_generator.hpp index ae99c44c..a7495b63 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/name_generator.hpp b/sprout/uuid/name_generator.hpp index 6e614982..9d263d07 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/namespaces.hpp b/sprout/uuid/namespaces.hpp index a6f134bd..f9e3b862 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/nil_generator.hpp b/sprout/uuid/nil_generator.hpp index c1315111..0b42e149 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/random_generator.hpp b/sprout/uuid/random_generator.hpp index ebdcc0ec..e602bbf8 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/sha1_name_generator.hpp b/sprout/uuid/sha1_name_generator.hpp index 273539e0..89c94f26 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/string_generator.hpp b/sprout/uuid/string_generator.hpp index 94e525cc..5c213d71 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/tuple.hpp b/sprout/uuid/tuple.hpp index 479bba37..c7504b94 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/udl.hpp b/sprout/uuid/udl.hpp index 4ba2d645..75bb02de 100644 --- a/sprout/uuid/udl.hpp +++ b/sprout/uuid/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/uuid/uuid.hpp b/sprout/uuid/uuid.hpp index f09a0254..ed39dd1f 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant.hpp b/sprout/variant.hpp index 51c19651..7af543c9 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/apply_visitor.hpp b/sprout/variant/apply_visitor.hpp index 9e536adf..5e10c863 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/as_variant_visitor.hpp b/sprout/variant/as_variant_visitor.hpp index db23157a..9f44621c 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/as_visitor.hpp b/sprout/variant/as_visitor.hpp index 5c7dad5e..85a2bd3e 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/get.hpp b/sprout/variant/get.hpp index 4f4824f3..9253d79f 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/hash.hpp b/sprout/variant/hash.hpp index 18521380..dd7e4502 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/io.hpp b/sprout/variant/io.hpp index 022d4051..74635160 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/static_variant_visitor.hpp b/sprout/variant/static_variant_visitor.hpp index 8031b017..1940fa8d 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/static_visitor.hpp b/sprout/variant/static_visitor.hpp index 9175904e..6faf57b1 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/tuple.hpp b/sprout/variant/tuple.hpp index afcdcc7e..d2aab28a 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/type_traits.hpp b/sprout/variant/type_traits.hpp index fce8ed24..2a07c046 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/variant.hpp b/sprout/variant/variant.hpp index c3b7b794..14f42eba 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/variant_fwd.hpp b/sprout/variant/variant_fwd.hpp index 5865e8b6..9cf24883 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/variant/visitor_result.hpp b/sprout/variant/visitor_result.hpp index 2fa0509a..f545d89b 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed.hpp b/sprout/weed.hpp index 0cd7894e..95514c8b 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv.hpp b/sprout/weed/attr_cnv.hpp index 6ff0757f..0d226d98 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/bitwise_or.hpp b/sprout/weed/attr_cnv/bitwise_or.hpp index 09afff73..4ace401e 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/mem_ptr.hpp b/sprout/weed/attr_cnv/mem_ptr.hpp index 72b31336..8f76408c 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/modulus.hpp b/sprout/weed/attr_cnv/modulus.hpp index 325cd875..8f23dd3b 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/negate.hpp b/sprout/weed/attr_cnv/negate.hpp index 6bf17fd2..e341aa9d 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results.hpp b/sprout/weed/attr_cnv/results.hpp index bc0d03f3..e4fb8560 100644 --- a/sprout/weed/attr_cnv/results.hpp +++ b/sprout/weed/attr_cnv/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/bitwise_or.hpp b/sprout/weed/attr_cnv/results/bitwise_or.hpp index 68787295..286d7878 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/mem_ptr.hpp b/sprout/weed/attr_cnv/results/mem_ptr.hpp index 24b49561..7b5dc19c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/modulus.hpp b/sprout/weed/attr_cnv/results/modulus.hpp index 6bcc6636..40c3714c 100644 --- a/sprout/weed/attr_cnv/results/modulus.hpp +++ b/sprout/weed/attr_cnv/results/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/negate.hpp b/sprout/weed/attr_cnv/results/negate.hpp index a995305c..9d48afc5 100644 --- a/sprout/weed/attr_cnv/results/negate.hpp +++ b/sprout/weed/attr_cnv/results/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/shift_left.hpp b/sprout/weed/attr_cnv/results/shift_left.hpp index 8cc5d08e..7864a234 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/results/times.hpp b/sprout/weed/attr_cnv/results/times.hpp index 8fdcf25c..630f5872 100644 --- a/sprout/weed/attr_cnv/results/times.hpp +++ b/sprout/weed/attr_cnv/results/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/shift_left.hpp b/sprout/weed/attr_cnv/shift_left.hpp index 3661a1fb..cd43e56f 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/attr_cnv/times.hpp b/sprout/weed/attr_cnv/times.hpp index 4e554479..113ca677 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context.hpp b/sprout/weed/context.hpp index 9da58de6..94cdfcbb 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context.hpp b/sprout/weed/context/parse_context.hpp index f461652f..bac5c3e0 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator.hpp b/sprout/weed/context/parse_context/operator.hpp index c7a92b46..501fa04e 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/address_of.hpp b/sprout/weed/context/parse_context/operator/address_of.hpp index 20d51f09..5eef6391 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/bitwise_or.hpp b/sprout/weed/context/parse_context/operator/bitwise_or.hpp index bbd32028..9f098188 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/dereference.hpp b/sprout/weed/context/parse_context/operator/dereference.hpp index 249f320c..e62c51c3 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/logical_not.hpp b/sprout/weed/context/parse_context/operator/logical_not.hpp index 98128d83..56f41987 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/mem_ptr.hpp b/sprout/weed/context/parse_context/operator/mem_ptr.hpp index 9225633c..d1fb2eb8 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/minus.hpp b/sprout/weed/context/parse_context/operator/minus.hpp index 948ca4fb..0a557efa 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/modulus.hpp b/sprout/weed/context/parse_context/operator/modulus.hpp index c467c6b2..81c27d8f 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/negate.hpp b/sprout/weed/context/parse_context/operator/negate.hpp index b27fc9a7..d79ef82a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/shift_left.hpp b/sprout/weed/context/parse_context/operator/shift_left.hpp index a71af284..ced1824b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/operator/unary_plus.hpp b/sprout/weed/context/parse_context/operator/unary_plus.hpp index 40b73cd2..f6cef59c 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal.hpp b/sprout/weed/context/parse_context/terminal.hpp index 3db2ab45..2b0d1e5e 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/char_type.hpp b/sprout/weed/context/parse_context/terminal/char_type.hpp index 38c1d82e..b099a429 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/parser.hpp b/sprout/weed/context/parse_context/terminal/parser.hpp index 4a7dd866..48cf585e 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context/terminal/string.hpp b/sprout/weed/context/parse_context/terminal/string.hpp index 72622ba7..568acf1b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/context/parse_context_fwd.hpp b/sprout/weed/context/parse_context_fwd.hpp index cb8a13c3..a2b2ce8a 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/bdigits.hpp b/sprout/weed/detail/bdigits.hpp index 3110fb8a..0e55b831 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/c_str_as_string.hpp b/sprout/weed/detail/c_str_as_string.hpp index b4e81119..b81c2a1b 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/digits.hpp b/sprout/weed/detail/digits.hpp index 21f97082..8783e940 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/find_character_set.hpp b/sprout/weed/detail/find_character_set.hpp index 2c6ff0aa..6ea8044c 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_both_tuple.hpp b/sprout/weed/detail/is_both_tuple.hpp index 5f3823fa..4b8b41ff 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_both_unused.hpp b/sprout/weed/detail/is_both_unused.hpp index 675809bd..ef687631 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_container_and_elem.hpp b/sprout/weed/detail/is_container_and_elem.hpp index 33394bf8..b8f0525d 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_different_elem.hpp b/sprout/weed/detail/is_different_elem.hpp index c3e60a7f..384e795f 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_container.hpp b/sprout/weed/detail/is_elem_and_container.hpp index 7c059d1b..29fd7c71 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_tuple.hpp b/sprout/weed/detail/is_elem_and_tuple.hpp index 5839e5d9..631b75fd 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_elem_and_unused.hpp b/sprout/weed/detail/is_elem_and_unused.hpp index 7a155071..ebbd96d7 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_same_container.hpp b/sprout/weed/detail/is_same_container.hpp index d5482912..8a3cc1cf 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_same_elem.hpp b/sprout/weed/detail/is_same_elem.hpp index 98980b1c..2c2b4a49 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_tuple_and_elem.hpp b/sprout/weed/detail/is_tuple_and_elem.hpp index 06400dc4..ce44d577 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/is_unused_and_elem.hpp b/sprout/weed/detail/is_unused_and_elem.hpp index c812bbad..b6feb4a5 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/ndigits.hpp b/sprout/weed/detail/ndigits.hpp index 271071f5..ba6dd97e 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/odigits.hpp b/sprout/weed/detail/odigits.hpp index 31cec895..a7256ffe 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/detail/xdigits.hpp b/sprout/weed/detail/xdigits.hpp index cde96b08..d934a1b1 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/eval_result.hpp b/sprout/weed/eval_result.hpp index aa27a381..0fcf4264 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr.hpp b/sprout/weed/expr.hpp index 2f2cdd4f..0604bdd4 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/eval.hpp b/sprout/weed/expr/eval.hpp index 9bd5990a..918b9261 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/expr.hpp b/sprout/weed/expr/expr.hpp index 44093dfc..31a977ad 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/expr_fwd.hpp b/sprout/weed/expr/expr_fwd.hpp index 66fc5100..84c5f08b 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_expr.hpp b/sprout/weed/expr/make_expr.hpp index 423a5f80..46d003a8 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_terminal.hpp b/sprout/weed/expr/make_terminal.hpp index df26d4d2..d5df813b 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/make_terminal_or_expr.hpp b/sprout/weed/expr/make_terminal_or_expr.hpp index 9171ddce..70594e3d 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/expr/tag.hpp b/sprout/weed/expr/tag.hpp index 0f8b57fb..6cb53d50 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/limited.hpp b/sprout/weed/limited.hpp index 00a85654..659d0d66 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator.hpp b/sprout/weed/operator.hpp index 70155780..330af602 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/address_of.hpp b/sprout/weed/operator/address_of.hpp index 8ab8a2bc..d6d01258 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/bitwise_or.hpp b/sprout/weed/operator/bitwise_or.hpp index a1eca100..397d1b4f 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/dereference.hpp b/sprout/weed/operator/dereference.hpp index 9ced1556..11d2cfc6 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/logical_not.hpp b/sprout/weed/operator/logical_not.hpp index f41266fe..a81e95a7 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/mem_ptr.hpp b/sprout/weed/operator/mem_ptr.hpp index 853b27c0..2779b159 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/minus.hpp b/sprout/weed/operator/minus.hpp index cc50af9e..490c6375 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/modulus.hpp b/sprout/weed/operator/modulus.hpp index 0906facf..8fe2c58d 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/negate.hpp b/sprout/weed/operator/negate.hpp index de79f2d6..3e4ea331 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/shift_left.hpp b/sprout/weed/operator/shift_left.hpp index 1bdf81a9..8f4944e0 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/operator/unary_plus.hpp b/sprout/weed/operator/unary_plus.hpp index 01a3fb84..533acfcc 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parse.hpp b/sprout/weed/parse.hpp index 35eeb0eb..a3b8e4c3 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser.hpp b/sprout/weed/parser.hpp index e3c1744e..995fbc7d 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary.hpp b/sprout/weed/parser/auxiliary.hpp index 0758b09f..32b55f00 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eoi.hpp b/sprout/weed/parser/auxiliary/eoi.hpp index 0270cd04..e03e1046 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eol.hpp b/sprout/weed/parser/auxiliary/eol.hpp index 1220fb60..b4bb2dec 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/auxiliary/eps.hpp b/sprout/weed/parser/auxiliary/eps.hpp index 815e0236..7c511d95 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char.hpp b/sprout/weed/parser/char.hpp index fd4fcc74..a157b89f 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char/char.hpp b/sprout/weed/parser/char/char.hpp index 33d2a352..f3e1467d 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/char/char_class.hpp b/sprout/weed/parser/char/char_class.hpp index a2653cb0..271b8eff 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive.hpp b/sprout/weed/parser/directive.hpp index e68850f0..92c936bc 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/as_array.hpp b/sprout/weed/parser/directive/as_array.hpp index d39c3cc5..dc1a0ade 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/as_tuple.hpp b/sprout/weed/parser/directive/as_tuple.hpp index 5d2f0f73..2588d8ea 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/omit.hpp b/sprout/weed/parser/directive/omit.hpp index 6bf7209b..c2afe2f1 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/repeat.hpp b/sprout/weed/parser/directive/repeat.hpp index be52f1e2..3ed0c4ed 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/directive/replace.hpp b/sprout/weed/parser/directive/replace.hpp index 627ee120..d0ca300f 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/lim.hpp b/sprout/weed/parser/lim.hpp index 36120e84..d2944205 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/lit.hpp b/sprout/weed/parser/lit.hpp index 3a89d44d..a7cac9c5 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric.hpp b/sprout/weed/parser/numeric.hpp index 4c1c4ee5..74c90571 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/bin.hpp b/sprout/weed/parser/numeric/bin.hpp index 0547531e..d9d6da8a 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/hex.hpp b/sprout/weed/parser/numeric/hex.hpp index 9031740d..b76230b1 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/int.hpp b/sprout/weed/parser/numeric/int.hpp index 50069c88..20561b84 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/int_p.hpp b/sprout/weed/parser/numeric/int_p.hpp index 8a658952..523e27f4 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/oct.hpp b/sprout/weed/parser/numeric/oct.hpp index be9d1111..1d62adf2 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/uint.hpp b/sprout/weed/parser/numeric/uint.hpp index eec39187..38e48c24 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/numeric/uint_p.hpp b/sprout/weed/parser/numeric/uint_p.hpp index 41daf2b7..2802f0b4 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/parser_base.hpp b/sprout/weed/parser/parser_base.hpp index 3855e32d..0a6a519f 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/string.hpp b/sprout/weed/parser/string.hpp index 1e7f869f..c0f0807e 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser/string/string.hpp b/sprout/weed/parser/string/string.hpp index 1e1897b1..3fa3de0c 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/parser_result.hpp b/sprout/weed/parser_result.hpp index 9c8d7d33..14f9c940 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits.hpp b/sprout/weed/traits.hpp index eb2633c1..b04560f1 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr.hpp b/sprout/weed/traits/expr.hpp index 154ca910..88917077 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/expr_of.hpp b/sprout/weed/traits/expr/expr_of.hpp index f2b4a7e5..a59d6c82 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/is_expr.hpp b/sprout/weed/traits/expr/is_expr.hpp index 4bcb4a03..83ac3b24 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/tag_of.hpp b/sprout/weed/traits/expr/tag_of.hpp index 5215ac4e..0842bb1d 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/terminal_of.hpp b/sprout/weed/traits/expr/terminal_of.hpp index 7fc872c1..dd85f0f7 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/expr/terminal_or_expr_of.hpp b/sprout/weed/traits/expr/terminal_or_expr_of.hpp index 19f9eccf..502acc56 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser.hpp b/sprout/weed/traits/parser.hpp index 8269192f..798b0907 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/attribute_of.hpp b/sprout/weed/traits/parser/attribute_of.hpp index bed3708a..aa4bbd45 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/is_parser.hpp b/sprout/weed/traits/parser/is_parser.hpp index 95a73b1f..f26dd876 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/parser/limit_of.hpp b/sprout/weed/traits/parser/limit_of.hpp index 758455fc..813562bd 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type.hpp b/sprout/weed/traits/type.hpp index daaee3cb..eaa5c3df 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_c_str.hpp b/sprout/weed/traits/type/is_c_str.hpp index b405d3a7..b1b19aeb 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_char_type.hpp b/sprout/weed/traits/type/is_char_type.hpp index 2a60a226..3db6ba7a 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-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_container.hpp b/sprout/weed/traits/type/is_container.hpp index a1b2fda0..84121d33 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_string.hpp b/sprout/weed/traits/type/is_string.hpp index eee00a6a..a80affc3 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_tuple.hpp b/sprout/weed/traits/type/is_tuple.hpp index a47d77cf..d86ef4a6 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/traits/type/is_unused.hpp b/sprout/weed/traits/type/is_unused.hpp index 3e9b98d7..695e3e4e 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/weed/unused.hpp b/sprout/weed/unused.hpp index 4d5ac200..922351d2 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround.hpp b/sprout/workaround.hpp index 494f39e5..a9f07537 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/base_class_construct.hpp b/sprout/workaround/base_class_construct.hpp index 5897ce46..6b0f99af 100644 --- a/sprout/workaround/base_class_construct.hpp +++ b/sprout/workaround/base_class_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/detail/uniform_int_distribution.hpp b/sprout/workaround/detail/uniform_int_distribution.hpp index 431d0d4d..806db104 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/recursive_function_template.hpp b/sprout/workaround/recursive_function_template.hpp index c076d003..c590b15e 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/workaround/std/cstddef.hpp b/sprout/workaround/std/cstddef.hpp index 7861d586..6ee12619 100644 --- a/sprout/workaround/std/cstddef.hpp +++ b/sprout/workaround/std/cstddef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2014 Bolero MURAKAMI + Copyright (c) 2011-2015 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying