diff --git a/README.rst b/README.rst index ef1616cd..e7eaf61f 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Author Copyrights ******************************************************************************* -| Copyright (C) 2011-2013 Bolero MURAKAMI. +| Copyright (C) 2011-2014 Bolero MURAKAMI. | Distributed under the Boost Software License, Version 1.0. | (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/example/darkroom/two_spheres.hpp b/example/darkroom/two_spheres.hpp index d194a582..06ae4031 100644 --- a/example/darkroom/two_spheres.hpp +++ b/example/darkroom/two_spheres.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/hanoi/main.cpp b/example/hanoi/main.cpp index b60ea09a..b6ed3092 100644 --- a/example/hanoi/main.cpp +++ b/example/hanoi/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/example/inv_fizzbuzz/main.cpp b/example/inv_fizzbuzz/main.cpp index 17ea64c7..990c4ef9 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/adjacent_find.cpp b/libs/algorithm/test/adjacent_find.cpp index 59084f9d..10466c9a 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/algorithm.cpp b/libs/algorithm/test/algorithm.cpp index 71315b66..a7eee602 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/all_of.cpp b/libs/algorithm/test/all_of.cpp index 75ba24d8..fcbf1ba7 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/all_of_equal.cpp b/libs/algorithm/test/all_of_equal.cpp index 70ac231b..4921a5ff 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/any_of.cpp b/libs/algorithm/test/any_of.cpp index b3e117ef..0f8302eb 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/any_of_equal.cpp b/libs/algorithm/test/any_of_equal.cpp index 6ed4fef4..2a871c3f 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/binary_search.cpp b/libs/algorithm/test/binary_search.cpp index 2bb81e60..9b636ad2 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bogo_sort.cpp b/libs/algorithm/test/bogo_sort.cpp index 05b4d261..c214a04e 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bogo_sort_result.cpp b/libs/algorithm/test/bogo_sort_result.cpp index 83d35938..17850dd2 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bozo_sort.cpp b/libs/algorithm/test/bozo_sort.cpp index 3997e290..5c1db796 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/bozo_sort_result.cpp b/libs/algorithm/test/bozo_sort_result.cpp index 01b61996..7456716f 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp.cpp b/libs/algorithm/test/clamp.cpp index 16583229..16fc9029 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp_range.cpp b/libs/algorithm/test/clamp_range.cpp index f55fefcc..d12926ae 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/clamp_range_copy.cpp b/libs/algorithm/test/clamp_range_copy.cpp index 15ee5683..7ec9a71f 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy.cpp b/libs/algorithm/test/copy.cpp index d33cf77d..07419a30 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_backward.cpp b/libs/algorithm/test/copy_backward.cpp index fe60da6c..0b7058ab 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_if.cpp b/libs/algorithm/test/copy_if.cpp index 3e1d5cfc..6ce03d29 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_n.cpp b/libs/algorithm/test/copy_n.cpp index 1af7d68d..d60d2b24 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_until.cpp b/libs/algorithm/test/copy_until.cpp index eb23e626..2639b839 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/copy_while.cpp b/libs/algorithm/test/copy_while.cpp index a3293d19..d98bd9c4 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/count.cpp b/libs/algorithm/test/count.cpp index db175535..bfa908a2 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/count_if.cpp b/libs/algorithm/test/count_if.cpp index 7e19a24d..a9259eaf 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/equal.cpp b/libs/algorithm/test/equal.cpp index f479336b..bdaed51d 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/equal_range.cpp b/libs/algorithm/test/equal_range.cpp index cd9be6b0..fae830b8 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/fill.cpp b/libs/algorithm/test/fill.cpp index 1d03dbd7..e4329822 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/fill_n.cpp b/libs/algorithm/test/fill_n.cpp index 339fa7d2..3ec7fe6f 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find.cpp b/libs/algorithm/test/find.cpp index c3007a33..aab9ea64 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_end.cpp b/libs/algorithm/test/find_end.cpp index 119057b2..d6ca3002 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_first_of.cpp b/libs/algorithm/test/find_first_of.cpp index 4753147c..3f95de28 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_if.cpp b/libs/algorithm/test/find_if.cpp index 1adebd49..c14b0004 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/find_if_not.cpp b/libs/algorithm/test/find_if_not.cpp index 0fcfa836..a7874e94 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/generate.cpp b/libs/algorithm/test/generate.cpp index 02295dcb..75effd17 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/generate_n.cpp b/libs/algorithm/test/generate_n.cpp index 2f066fd3..0c733a82 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/includes.cpp b/libs/algorithm/test/includes.cpp index ff886f83..306bec88 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/inplace_merge.cpp b/libs/algorithm/test/inplace_merge.cpp index fbd27866..bab9487f 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_decreasing.cpp b/libs/algorithm/test/is_decreasing.cpp index 5e1cb284..db642364 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_heap.cpp b/libs/algorithm/test/is_heap.cpp index b9686e86..9819ef76 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_heap_until.cpp b/libs/algorithm/test/is_heap_until.cpp index d51c9917..7dab9014 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_increasing.cpp b/libs/algorithm/test/is_increasing.cpp index da897907..fe55aff0 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_partitioned.cpp b/libs/algorithm/test/is_partitioned.cpp index 04967295..cf06b0cc 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_permutation.cpp b/libs/algorithm/test/is_permutation.cpp index b32ffe20..a89c285e 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_sorted.cpp b/libs/algorithm/test/is_sorted.cpp index 15166f9f..5b41589d 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_sorted_until.cpp b/libs/algorithm/test/is_sorted_until.cpp index e66b7e20..fe62e3ca 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_strictly_decreasing.cpp b/libs/algorithm/test/is_strictly_decreasing.cpp index f3d9587d..df209e3b 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/is_strictly_increasing.cpp b/libs/algorithm/test/is_strictly_increasing.cpp index 93f07d37..22522aed 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/lexicographical_compare.cpp b/libs/algorithm/test/lexicographical_compare.cpp index 86e820fc..a39f5e79 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/lower_bound.cpp b/libs/algorithm/test/lower_bound.cpp index 829206e5..e9b83fe2 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/make_heap.cpp b/libs/algorithm/test/make_heap.cpp index ecb1d49d..ecc7bd73 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/make_partial_heap.cpp b/libs/algorithm/test/make_partial_heap.cpp index 89c30b61..0f66ec76 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/max.cpp b/libs/algorithm/test/max.cpp index 53eace2a..c44bc31d 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/max_element.cpp b/libs/algorithm/test/max_element.cpp index 649dd03f..4e18886e 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/merge.cpp b/libs/algorithm/test/merge.cpp index 56e5690a..12c092fd 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/min.cpp b/libs/algorithm/test/min.cpp index 4ec205bb..a9a27988 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/min_element.cpp b/libs/algorithm/test/min_element.cpp index 48f5fc59..b127bb06 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/minmax.cpp b/libs/algorithm/test/minmax.cpp index 5fd4270c..59ebd10d 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/minmax_element.cpp b/libs/algorithm/test/minmax_element.cpp index cbcf0104..c08e6c29 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/mismatch.cpp b/libs/algorithm/test/mismatch.cpp index b0706369..f75aa807 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/modifying.cpp b/libs/algorithm/test/modifying.cpp index f6f099a0..82a4ab96 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/next_permutation.cpp b/libs/algorithm/test/next_permutation.cpp index f3e76eb7..76c1cbda 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/non_modifying.cpp b/libs/algorithm/test/non_modifying.cpp index 1ecc726b..ee007af0 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/none_of.cpp b/libs/algorithm/test/none_of.cpp index f3b1d25a..72a91bfc 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/none_of_equal.cpp b/libs/algorithm/test/none_of_equal.cpp index b24bd7d0..9a939676 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/nth_element.cpp b/libs/algorithm/test/nth_element.cpp index 56c7f808..ff17bac9 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/one_of.cpp b/libs/algorithm/test/one_of.cpp index 8c6c3165..a4765c83 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/one_of_equal.cpp b/libs/algorithm/test/one_of_equal.cpp index becb8348..e41f66e3 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partial_sort.cpp b/libs/algorithm/test/partial_sort.cpp index b359fe6f..fc3152bd 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition.cpp b/libs/algorithm/test/partition.cpp index b693646b..6fb131e9 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition_copy.cpp b/libs/algorithm/test/partition_copy.cpp index dd2cec97..198fabe8 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/partition_point.cpp b/libs/algorithm/test/partition_point.cpp index 6af109bf..efd31bbc 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/pop_heap.cpp b/libs/algorithm/test/pop_heap.cpp index 5540d4fa..b40ab022 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/prev_permutation.cpp b/libs/algorithm/test/prev_permutation.cpp index 7888ac21..425fd9f7 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/push_heap.cpp b/libs/algorithm/test/push_heap.cpp index a65abe73..e79d4359 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/random_swap.cpp b/libs/algorithm/test/random_swap.cpp index c9ede720..0cbc8068 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/random_swap_result.cpp b/libs/algorithm/test/random_swap_result.cpp index b3f4c394..58346994 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/recurrence.cpp b/libs/algorithm/test/recurrence.cpp index c6497ced..0282b541 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/recurrence_n.cpp b/libs/algorithm/test/recurrence_n.cpp index 12daeaf2..bec62393 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove.cpp b/libs/algorithm/test/remove.cpp index 66943bf1..d45e1f35 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_copy.cpp b/libs/algorithm/test/remove_copy.cpp index ef945562..420de863 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_copy_if.cpp b/libs/algorithm/test/remove_copy_if.cpp index 49b484d5..75a7a47c 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/remove_if.cpp b/libs/algorithm/test/remove_if.cpp index 0e5a906c..6d8a69f4 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace.cpp b/libs/algorithm/test/replace.cpp index 12245c6b..2b7358ed 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_copy.cpp b/libs/algorithm/test/replace_copy.cpp index c7e12595..760c9dc0 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_copy_if.cpp b/libs/algorithm/test/replace_copy_if.cpp index 105f0620..8f882be1 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/replace_if.cpp b/libs/algorithm/test/replace_if.cpp index 8a56a070..81cdf8fc 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/reverse.cpp b/libs/algorithm/test/reverse.cpp index 156c2aa4..7b5ab34a 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/reverse_copy.cpp b/libs/algorithm/test/reverse_copy.cpp index d887add4..8e2cbf09 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/rotate.cpp b/libs/algorithm/test/rotate.cpp index ad0bddea..de3f403d 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/rotate_copy.cpp b/libs/algorithm/test/rotate_copy.cpp index 24a13940..5184876a 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/search.cpp b/libs/algorithm/test/search.cpp index 5e9c3077..ba2dfac6 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/search_n.cpp b/libs/algorithm/test/search_n.cpp index 7b6a6183..af2c0c14 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_difference.cpp b/libs/algorithm/test/set_difference.cpp index f62e0eda..d1ae7c23 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_intersection.cpp b/libs/algorithm/test/set_intersection.cpp index 1ca52586..5341f118 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_symmetric_difference.cpp b/libs/algorithm/test/set_symmetric_difference.cpp index a944d687..dfc0c60c 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/set_union.cpp b/libs/algorithm/test/set_union.cpp index 50a483c6..15909460 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/shuffle.cpp b/libs/algorithm/test/shuffle.cpp index dac4063c..61b2babe 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/shuffle_result.cpp b/libs/algorithm/test/shuffle_result.cpp index 758a4a67..50434d05 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/sort.cpp b/libs/algorithm/test/sort.cpp index a9c17c6e..2d4bb915 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/sort_heap.cpp b/libs/algorithm/test/sort_heap.cpp index 68e93ce4..f119ba9a 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_partition.cpp b/libs/algorithm/test/stable_partition.cpp index 9fc8b2d2..50bd423d 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_partition_copy.cpp b/libs/algorithm/test/stable_partition_copy.cpp index fd345790..7950b381 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/stable_sort.cpp b/libs/algorithm/test/stable_sort.cpp index cfa56ca5..9245e7c1 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/swap_element.cpp b/libs/algorithm/test/swap_element.cpp index 76c9cefd..fc28afba 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/swap_element_copy.cpp b/libs/algorithm/test/swap_element_copy.cpp index d7da855f..6229da0d 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/transform.cpp b/libs/algorithm/test/transform.cpp index 75fc67a5..36624fdb 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/tristate_lexicographical_compare.cpp b/libs/algorithm/test/tristate_lexicographical_compare.cpp index a2640f96..7ae99e5c 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unfold.cpp b/libs/algorithm/test/unfold.cpp index 2924840d..94df62e6 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unfold_n.cpp b/libs/algorithm/test/unfold_n.cpp index a61b70e9..1aeaad9b 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unique.cpp b/libs/algorithm/test/unique.cpp index 8f77fa87..0f2219ba 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/unique_copy.cpp b/libs/algorithm/test/unique_copy.cpp index e6325a8b..24bf9ccb 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/algorithm/test/upper_bound.cpp b/libs/algorithm/test/upper_bound.cpp index 750e1b58..374895b2 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/array/test/array.cpp b/libs/array/test/array.cpp index f837143f..2d8d9548 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/bitset/test/bitset.cpp b/libs/bitset/test/bitset.cpp index 8bba991f..dde553af 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/cstring.cpp b/libs/cstring/test/cstring.cpp index cbc9b8a1..27aa8b4d 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/memchr.cpp b/libs/cstring/test/memchr.cpp index b25efc50..bbfcfc15 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/memcmp.cpp b/libs/cstring/test/memcmp.cpp index 51775a6f..6b4d45ce 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strchr.cpp b/libs/cstring/test/strchr.cpp index fb529216..39948fcb 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcmp.cpp b/libs/cstring/test/strcmp.cpp index ef60b44b..b1cbfb99 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcoll.cpp b/libs/cstring/test/strcoll.cpp index f59db17a..d5e0262f 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strcspn.cpp b/libs/cstring/test/strcspn.cpp index 2f50b688..be53d258 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strlen.cpp b/libs/cstring/test/strlen.cpp index 84f6191e..e24954be 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strncmp.cpp b/libs/cstring/test/strncmp.cpp index 3c0120ab..49c09765 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strpbrk.cpp b/libs/cstring/test/strpbrk.cpp index 761cc273..e55bb933 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strrchr.cpp b/libs/cstring/test/strrchr.cpp index 430800b9..09faa571 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strspn.cpp b/libs/cstring/test/strspn.cpp index 04e2fd4f..a6d62236 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/cstring/test/strstr.cpp b/libs/cstring/test/strstr.cpp index 340252e0..1e91ff3f 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/optional/test/optional.cpp b/libs/optional/test/optional.cpp index 3ce0cacf..46a5ca10 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/additive_combine.cpp b/libs/random/test/additive_combine.cpp index b87c3a08..e4d14d38 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/bernoulli_distribution.cpp b/libs/random/test/bernoulli_distribution.cpp index 1847c98f..56d79a37 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/binomial_distribution.cpp b/libs/random/test/binomial_distribution.cpp index df9906a0..6947d177 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/geometric_distribution.cpp b/libs/random/test/geometric_distribution.cpp index fed43280..1fd444ce 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/inversive_congruential.cpp b/libs/random/test/inversive_congruential.cpp index 0913ebe9..83b32e48 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/linear_congruential.cpp b/libs/random/test/linear_congruential.cpp index bd6bb733..025d4b97 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/mersenne_twister.cpp b/libs/random/test/mersenne_twister.cpp index 8c8f0a99..dd6d34a9 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/normal_distribution.cpp b/libs/random/test/normal_distribution.cpp index 6471af92..a233de29 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/random.cpp b/libs/random/test/random.cpp index 13598e36..d92053cd 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/shuffle_order.cpp b/libs/random/test/shuffle_order.cpp index bb4d8534..ff2a90b0 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/taus88.cpp b/libs/random/test/taus88.cpp index a9e90195..df297845 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_01.cpp b/libs/random/test/uniform_01.cpp index 63d9b732..f97fb1cd 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_int_distribution.cpp b/libs/random/test/uniform_int_distribution.cpp index cc683f2c..49ec650f 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_real_distribution.cpp b/libs/random/test/uniform_real_distribution.cpp index aeb11bca..9c74e5ab 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/random/test/uniform_smallint.cpp b/libs/random/test/uniform_smallint.cpp index 1da3f0f5..ee32114a 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/string/test/string.cpp b/libs/string/test/string.cpp index e8152208..fd840dab 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/tuple/test/tuple.cpp b/libs/tuple/test/tuple.cpp index c35d0f30..192677de 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/utility/string_ref/test/string_ref.cpp b/libs/utility/string_ref/test/string_ref.cpp index 64f9096e..65cc728b 100644 --- a/libs/utility/string_ref/test/string_ref.cpp +++ b/libs/utility/string_ref/test/string_ref.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/libs/variant/test/variant.cpp b/libs/variant/test/variant.cpp index d2af5d63..e3311fb5 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/adapt/sscrisk/cel/array.hpp b/sprout/adapt/sscrisk/cel/array.hpp index e3efa6be..c41d02cc 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9badcbf8..5ddd280e 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 64ac181f..222176ba 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9f709e07..6ef47466 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b9f4a0e3..1a5f0de1 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0e2c9bf4..f53f6695 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6f96880..ef8305f8 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b82867c1..017fa14f 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8cf6c325..535717b3 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 24f6af09..4e2ae7bb 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 95f6db7e..432afe7e 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cebc45fd..40d7f827 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8909322b..905410dc 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 912cb8bb..bac0266d 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c407c79a..b138623e 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2de2579e..7caf1123 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7747457a..9176a8f7 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a8ee9f46..0ed029d5 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 801bfde9..1aa46f77 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34755535..b907134b 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d0458957..08e5a83c 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c7d015e2..28edfc20 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b09a0e72..f0cff8d9 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4f74d28b..3e8414c4 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3f631792..26139f10 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f2db3b6..3c1985fe 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb0186de..b3a48934 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 382c0e25..1e97c217 100644 --- a/sprout/algorithm/cxx14.hpp +++ b/sprout/algorithm/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5cdee523..67c358ff 100644 --- a/sprout/algorithm/cxx14/copy.hpp +++ b/sprout/algorithm/cxx14/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 36ad3045..d74869ca 100644 --- a/sprout/algorithm/cxx14/copy_backward.hpp +++ b/sprout/algorithm/cxx14/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 550a58f3..f828c55a 100644 --- a/sprout/algorithm/cxx14/copy_if.hpp +++ b/sprout/algorithm/cxx14/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ebb36f23..b95b0e6a 100644 --- a/sprout/algorithm/cxx14/copy_n.hpp +++ b/sprout/algorithm/cxx14/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 97890b48..a1daaef7 100644 --- a/sprout/algorithm/cxx14/fill.hpp +++ b/sprout/algorithm/cxx14/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9fdd56fa..c836f941 100644 --- a/sprout/algorithm/cxx14/fill_n.hpp +++ b/sprout/algorithm/cxx14/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1e3592d5..5880e5ef 100644 --- a/sprout/algorithm/cxx14/generate.hpp +++ b/sprout/algorithm/cxx14/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d936b253..5ef14a45 100644 --- a/sprout/algorithm/cxx14/generate_n.hpp +++ b/sprout/algorithm/cxx14/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6210a0fd..634ea58e 100644 --- a/sprout/algorithm/cxx14/iter_swap.hpp +++ b/sprout/algorithm/cxx14/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f301fbc1..ff4260a8 100644 --- a/sprout/algorithm/cxx14/move.hpp +++ b/sprout/algorithm/cxx14/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a8902b9c..ef48017b 100644 --- a/sprout/algorithm/cxx14/move_backward.hpp +++ b/sprout/algorithm/cxx14/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f2975f83..2d03fb67 100644 --- a/sprout/algorithm/cxx14/nth_element.hpp +++ b/sprout/algorithm/cxx14/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 57663ff3..7de8d70c 100644 --- a/sprout/algorithm/cxx14/partial_sort.hpp +++ b/sprout/algorithm/cxx14/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5c89c766..79c672c6 100644 --- a/sprout/algorithm/cxx14/partial_sort_copy.hpp +++ b/sprout/algorithm/cxx14/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 578a0a53..15b6b970 100644 --- a/sprout/algorithm/cxx14/partition.hpp +++ b/sprout/algorithm/cxx14/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 01e0ec29..59a34423 100644 --- a/sprout/algorithm/cxx14/partition_copy.hpp +++ b/sprout/algorithm/cxx14/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f9ccf155..b5a5e319 100644 --- a/sprout/algorithm/cxx14/random_shuffle.hpp +++ b/sprout/algorithm/cxx14/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 15889502..96618392 100644 --- a/sprout/algorithm/cxx14/remove.hpp +++ b/sprout/algorithm/cxx14/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bef3e143..701ea92b 100644 --- a/sprout/algorithm/cxx14/remove_copy.hpp +++ b/sprout/algorithm/cxx14/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 88c881d7..57ddaa20 100644 --- a/sprout/algorithm/cxx14/remove_copy_if.hpp +++ b/sprout/algorithm/cxx14/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cca43844..a5a7971a 100644 --- a/sprout/algorithm/cxx14/remove_if.hpp +++ b/sprout/algorithm/cxx14/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 537aab24..3d98fa80 100644 --- a/sprout/algorithm/cxx14/replace.hpp +++ b/sprout/algorithm/cxx14/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4d4b0077..88ecd0d1 100644 --- a/sprout/algorithm/cxx14/replace_copy.hpp +++ b/sprout/algorithm/cxx14/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4b25c438..b2f59f7e 100644 --- a/sprout/algorithm/cxx14/replace_copy_if.hpp +++ b/sprout/algorithm/cxx14/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a2a80879..29e16394 100644 --- a/sprout/algorithm/cxx14/replace_if.hpp +++ b/sprout/algorithm/cxx14/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2801eb34..32703265 100644 --- a/sprout/algorithm/cxx14/reverse.hpp +++ b/sprout/algorithm/cxx14/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a144d6c0..b6ab8ceb 100644 --- a/sprout/algorithm/cxx14/reverse_copy.hpp +++ b/sprout/algorithm/cxx14/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb71e68f..ad22ffe9 100644 --- a/sprout/algorithm/cxx14/rotate.hpp +++ b/sprout/algorithm/cxx14/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2a9b300e..e73c01fd 100644 --- a/sprout/algorithm/cxx14/rotate_copy.hpp +++ b/sprout/algorithm/cxx14/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8994ff0..933198ee 100644 --- a/sprout/algorithm/cxx14/shuffle.hpp +++ b/sprout/algorithm/cxx14/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b336869b..c8bdc489 100644 --- a/sprout/algorithm/cxx14/sort.hpp +++ b/sprout/algorithm/cxx14/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 01ee4f8b..7e34d2bf 100644 --- a/sprout/algorithm/cxx14/stable_partition.hpp +++ b/sprout/algorithm/cxx14/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b82ad1e5..774e3fb4 100644 --- a/sprout/algorithm/cxx14/stable_sort.hpp +++ b/sprout/algorithm/cxx14/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dc2e3bdd..06682afd 100644 --- a/sprout/algorithm/cxx14/swap_ranges.hpp +++ b/sprout/algorithm/cxx14/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a771439..dc50f62f 100644 --- a/sprout/algorithm/cxx14/transform.hpp +++ b/sprout/algorithm/cxx14/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bcdcb76c..e5eb28b9 100644 --- a/sprout/algorithm/cxx14/unique.hpp +++ b/sprout/algorithm/cxx14/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0d62819e..39fde788 100644 --- a/sprout/algorithm/cxx14/unique_copy.hpp +++ b/sprout/algorithm/cxx14/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 256682ce..a8076f21 100644 --- a/sprout/algorithm/detail/max.hpp +++ b/sprout/algorithm/detail/max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 972e5a63..7fe64329 100644 --- a/sprout/algorithm/detail/min.hpp +++ b/sprout/algorithm/detail/min.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d1b29179..d74513f7 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 65a426d7..9431af8d 100644 --- a/sprout/algorithm/equal_range.hpp +++ b/sprout/algorithm/equal_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c24b16d5..b8f2204d 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b65e444..b45d63ca 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 489ff403..a896459e 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1024b126..8e50b230 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 511b3b36..d7c8285a 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f8dbbf1..c315e79f 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0e61c752..4bdd9795 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9d41d705..48e4d532 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 28f53e68..9abd1272 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 265f17a3..0fdc5aa0 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7587c3c1..49043fab 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 994576b1..fcec56d9 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ca63efad..13541760 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f5a8945e..952cf98b 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2e4d2db1..5823a251 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4463b6cf..f49b30c5 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eca29da0..8543d068 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c1dd393..0820dd09 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 62ab76d0..9236cb58 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 913127bc..8b50d819 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 98e1e592..28ad33c3 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 21fb8115..dc3baef6 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 517a1300..46c9aace 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 706040a2..e5655d4b 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d407acd..913064ff 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b961bf2d..430ecca2 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8707fcf..989db099 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 de2b4a9b..f4d0fc30 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 39c945b9..4af5e21f 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2fb13155..07d1e018 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5da83c8c..78dd3273 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2410f9fc..9d6c50fb 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d160416c..7cd38bef 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fe026543..43e215aa 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c56ee73a..64160943 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 80f0157e..8d868df0 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dde7b9b3..77c55efc 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e91e5dce..0b8017ea 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fa8630b3..8108e5ac 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ec7af182..43e7dcd1 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 405f9b34..34736157 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 24f224f7..b71cc911 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03db7e13..dce8a4e2 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3224cf60..6bd3faae 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 13355990..65a7babc 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 625be09b..4e40e20c 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fb0736ba..ec0f571a 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f3e47cce..f0d7d7d3 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 21691c94..a4cbdd25 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fd48f1b8..7bb058a4 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b03a6f7..02b7499a 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 69244ba4..fce7d94d 100644 --- a/sprout/algorithm/fit/results.hpp +++ b/sprout/algorithm/fit/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3c62a321..a04d6c09 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a038aada..9398a461 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47eea891..d9fcfa56 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6b29c7eb..748cf932 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f438ebd..b6c383d9 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a520fec6..3273d3e6 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7313e348..88f6568e 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 57dad8b7..c48a12bc 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 893e1ec7..43f1817b 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 82c6712d..a7da779b 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6517a646..35842a0c 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9231dafb..221e3f15 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d67cab87..cc1af0e4 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f9ce078..b4e5db6f 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff788cdb..f1c50244 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8668e01d..a91f40ba 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bfb2bb7c..2a32d8e1 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cebc294c..8d7e201e 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 56a69acd..d8e4364f 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33abe670..5759a54f 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d062b30c..9e794324 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a08bc434..e4545a7a 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2a6f0689..4db17b04 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9f34e479..b1e59767 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c47191d3..a243abe0 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c88847b8..17e9aebf 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b2d1f912..5ec919b8 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 a5ef46fe..c76a4f1c 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d4198552..be6463fe 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9405e114..aa26314b 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9100eab8..36d4e0c8 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 52b06d62..0454c73a 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 28c9ea20..0968d2d5 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 337a787a..94bfa0ae 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6f795049..5c3db092 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5c40359f..04b52714 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2a8ff340..f8b51007 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2376b840..c1d3e192 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7be625a5..ca1f9188 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7cd97a52..5204563b 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 669d86c8..3c518bc6 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 915ee16b..b047b652 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6b4158fa..570c800f 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 892f4eff..733c4364 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 50c28e2b..89fca590 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f4c63761..3a6eed31 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d91d3acc..e6615dcd 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 a67a04ea..c57e5216 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 46cc1fa7..095ba8a0 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d1fbe60e..41c263c9 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c5da031c..3b1e5b50 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ad551f95..eb591a0f 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 077b8096..37fcc2e9 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 93eb7e29..cc5dcd7e 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f637403b..7724c2c3 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5c409f19..f979fd0f 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 e39eb917..65ffdf2e 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 fd3e0cb3..6ffdd402 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7c423920..83efc4de 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 62b7a722..8eb32d12 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b220cdc2..de926539 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4446bf82..c673adea 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 933dd2c3..cfcbf0eb 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 cbbcbca5..97d39dc3 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 8252731f..c9bab300 100644 --- a/sprout/algorithm/fixed/results.hpp +++ b/sprout/algorithm/fixed/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4774dd5a..99db19e6 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4faf711a..bd0cce17 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d651cb93..a54a7681 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 79621991..b2b750bd 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c9c550fb..a58288f7 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1668200a..98aff5a3 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9d35f974..d72c195e 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 027f0765..901c8228 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 00a64006..f230ec51 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3dcdbc18..7c44e95a 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3b17b3be..48794312 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 bb7eed32..f98b3c05 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5ad35ee4..16c8a323 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 efceac5f..69cf90bf 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4d525952..a6010d38 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f35fe04f..bd77f6b6 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 db51fe46..9e92bcd1 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 55933807..6db23e78 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b19869e8..255e9038 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 feebe3f0..ab0c4948 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1ddc96df..67ea851c 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2820d537..f7916e22 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a44ee49e..30dff54f 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 716cae0f..05888645 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5ecc952e..c422c927 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ab21db5b..00b84893 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 335b2d79..b10f70fd 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 af895293..25e88b9c 100644 --- a/sprout/algorithm/is_heap.hpp +++ b/sprout/algorithm/is_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7dbcab59..ffe272cd 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9e9bf936..10e0ac0b 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5755f2a1..0247eb3e 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 708d8404..a674c1f7 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b2485152..2ab68da3 100644 --- a/sprout/algorithm/is_sorted.hpp +++ b/sprout/algorithm/is_sorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 25e914b7..a2d226df 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d55e6aa4..ef0413f4 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d3aed9c8..e36d2875 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5d76c552..0b8509c7 100644 --- a/sprout/algorithm/iter_swap.hpp +++ b/sprout/algorithm/iter_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e5f1e709..f5597642 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc399cc9..fb375629 100644 --- a/sprout/algorithm/lower_bound.hpp +++ b/sprout/algorithm/lower_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e536281..72c82de0 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3bda91b4..fc3f9778 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a89fbb9..4e369f70 100644 --- a/sprout/algorithm/max.hpp +++ b/sprout/algorithm/max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 825b6b64..eb48e465 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 df15385b..892c7585 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 49c20a7b..ea31cfd5 100644 --- a/sprout/algorithm/min.hpp +++ b/sprout/algorithm/min.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 533a9d5b..2c10660a 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c0c2b8b..588f8209 100644 --- a/sprout/algorithm/minmax.hpp +++ b/sprout/algorithm/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8cea1a02..cb8e0435 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17bbde67..cc0590b6 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 62621ada..8db592e4 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9d59c22..1070018f 100644 --- a/sprout/algorithm/move.hpp +++ b/sprout/algorithm/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d498118c..18d8fec9 100644 --- a/sprout/algorithm/move_backward.hpp +++ b/sprout/algorithm/move_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 933ef797..625ffce4 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d6fb1be..a3ccb95a 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7adf7eda..4919b53a 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 978e5e79..79071cd1 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 500d5d65..8c57c82a 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9053016b..702cf658 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a0527771..9cb67622 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d56fecf5..303a45b3 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8faffc36..0a5330a3 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 32b698b2..7e685564 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 530d3761..c35d4aae 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c862c5e7..6bdf8f26 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e1aa2a8..03fc137a 100644 --- a/sprout/algorithm/partial_sort_copy.hpp +++ b/sprout/algorithm/partial_sort_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2422f345..eb1c094f 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5498b4ac..65990c6c 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c262a52b..007c073f 100644 --- a/sprout/algorithm/partition_point.hpp +++ b/sprout/algorithm/partition_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 27dc7282..39cec9c8 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9eed4488..9f9f6638 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 147c40a0..6126fab4 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 773eca27..119076f1 100644 --- a/sprout/algorithm/random_shuffle.hpp +++ b/sprout/algorithm/random_shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 15961b33..042c2a63 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 13fe6891..61c212c8 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 97f7bff3..df901efa 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6796dfe9..46ce0de3 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 01b74433..f9025c77 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6979fec6..d0911909 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e12a390..bdf697b1 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f71cbe51..91c4d323 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 242507d3..4f483684 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c12ac3f6..a2f8e276 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8b8ed6ef..2cb13371 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 716dc1e7..38c8c817 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 df763d8d..a1646a6c 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b8cb885b..8d49ae90 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34248513..b95e1c00 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ea3a783..e0a79dd1 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f49f41c..6c71fa27 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 36c72664..bf34c0e8 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea5339ae..16af5f3b 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 54dec8d6..e23e7375 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 974f464e..3b8e415e 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 345b8a29..e38eafb2 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99d8cf0d..6fb45ca2 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0d9afb54..9b4b7337 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b9001e98..0cf22cff 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 abb33c63..7bae2e38 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5bc134f2..1b1ec1d7 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 65853159..a26209cf 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5837e01c..40ce495c 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9acc3675..b0e6c9ec 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4a897be7..dd85e874 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cd628a03..7a200bf3 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6581497..1f986ea1 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9005249d..9d64b0e4 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b33e7682..e8eb1475 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 42190ae0..fb58280e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a54af2d5..5d60b4ab 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8491e478..1578b0e2 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e89f6c2..3c7d9e81 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ec8d8de9..b869b29b 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3fe0e2a4..a7cf7128 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5245010f..bf1fb05e 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 67325fa9..789270cc 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3f46c584..7aa1445f 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c31a722e..7c4abb0b 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dad9b1ae..815b4be6 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 57c103bb..c3379b67 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f859dd79..b2fd5bb2 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c3517839..fa811e5c 100644 --- a/sprout/algorithm/swap_ranges.hpp +++ b/sprout/algorithm/swap_ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8bd0c6ee..10483bdb 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ab0b9cf1..3289fbdb 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 684e7f93..0ecaef99 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 edc2defe..97b15a18 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f9ba316a..2abb0b4c 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2e67b160..f89cca22 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c7304ad2..9dfa79c5 100644 --- a/sprout/algorithm/upper_bound.hpp +++ b/sprout/algorithm/upper_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/array.hpp b/sprout/array.hpp index e3ed5a38..2f5b203d 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9b310358..6aefaa89 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b1c0b936..09023284 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b37f6328..3d90dfbd 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d6fe2c8..fbb98ce4 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bcaae52e..464032b6 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d967b273..6ea1cdad 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 42d12fd4..086329ca 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2634cb3a..0524fe94 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c6f939e..534d3cb2 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 00f30060..7798d584 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 73a07fa7..7a369d5c 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f1b893da..c700cc98 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7db457cd..6e598446 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/bit/rotate.hpp b/sprout/bit/rotate.hpp index 175a3dae..1bb81f03 100644 --- a/sprout/bit/rotate.hpp +++ b/sprout/bit/rotate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4a7595d8..901cde62 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e87b4355..a93bdb25 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2c8c69d0..366c4681 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bec5fb6b..5059d798 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dd19c3f3..07f4c082 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2f50fda8..e070f8d1 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bd9fc125..5a4a19bd 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 467d51e9..6d127bc4 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a8283258..0053a12a 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 10d33a8c..e630de6d 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3bbf2b57..cf2c4b17 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e03c3a43..739ad262 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6b25d781..798af35a 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 887a2cb4..08a96816 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bbb939c0..db95c663 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 98a67901..9436d99f 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ba65f541..6725377f 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c2ae7f36..ab649348 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a823f99c..06303ad3 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9d2afdad..ec63b335 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 941aa425..41058d81 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 032f798d..79a2fafb 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 edcce1ca..434f9143 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 71a7da2d..e7d99b13 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 269f8f77..ebf8decf 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b62cf157..627a6929 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 297827c5..38fde2fe 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 18862d11..4379cdd2 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c40cca1b..c909ff04 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 900899e4..bbced750 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 024b0c33..65f2dc9f 100644 --- a/sprout/complex/udl.hpp +++ b/sprout/complex/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3dd91b0f..27e91298 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 93f57154..d097cd19 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cb1a3e32..d3ab0ed8 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b42f6129..d8586a70 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5c9116b8..2e2f34a7 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03d093d1..8f3d1f30 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 825061aa..84e592c6 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 88b31b5b..4cbb09b7 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c64a8695..d58c0b5c 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d6983a4e..6989e034 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 338053be..dd151d26 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f62bc15..b2bf81e3 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 98caedb8..4b2c5506 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0e8c6d00..20ca82da 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 72794a43..f700e4e5 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d66e38d5..13501d07 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ab5f445..eb04e91a 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8ed6ae0..0451606e 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b878b010..fefafb32 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cf8ada1d..c9a166d7 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8a24e22..700fcc72 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 980adc6f..14b87091 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a5e8cb2c..f27c8f3e 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4d04f6d4..5dfe1932 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f1211d28..a6ac697b 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6209e73c..d3d0d5bc 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a881cbdd..a4ea6012 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ef12466f..5223993b 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e1476139..7a021816 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 05c8a292..bf3ff21d 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eabc0640..164cfa99 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9f0a2498..b42e1fb0 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 308b9fa6..f253219d 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fc28d958..8fd37021 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2b2c1346..bd59982d 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a37f3aa..771b4abe 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7ecafabc..147ac5ae 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bccb2eb8..ef464685 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 42e82340..cdabacb2 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff4839ec..a302bf34 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4d481711..8ba927aa 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a2f12a5..c307aa28 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5cd641c1..9b4c7979 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cce33b07..78923ca1 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 04fb9cf6..e41adb2f 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b03641f..bde139ef 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8fe43699..cfda45a3 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7632f95f..bf21ca33 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ed13a7d..85978f0d 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0cffc720..78decf78 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8717f6c9..b632a1f4 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0dd3b036..a447dd92 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2d7068f8..497a359b 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 931f8b9b..03769ac8 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 192254ba..0f75fda8 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b38d60b6..3eae8352 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 81a469d5..019454fa 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 52592c05..65ec9a73 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 09127673..f239e2ba 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2307d73a..597fcb1a 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1bee484a..31cb72fb 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9b58545d..e417db6d 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c8ea7f6..3672cc70 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a3e03bfa..ad7de6e7 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1b17adc0..beb1bc78 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 efac5d10..d722c06b 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 73ea597a..54ad7f29 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b5b215d..071ff03a 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eef7673d..7d378ff3 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cae16281..6c7eaaac 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c601cbc5..81d5866c 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c27058fe..9e47a6e0 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c7d7ec55..c4f50120 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 df613c87..5361f920 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b3d2114b..265a586b 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 200f5c7b..5a61cb97 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 597c94e3..55c905a4 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 106c2c33..9b20e4bf 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03fb7315..fc8a182c 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 195205c5..5860fc6c 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fe979565..c61e6406 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b0363c2f..0bb31ff7 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 60fdad46..ede94221 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 968f4b29..c38a879b 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ad0a7736..626e9004 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f415e23..6eca0a03 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6eab85a3..5f0134e6 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c249e508..424aacc8 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1499ebf2..8a542bc7 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e3d4dcd..aff0397b 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f6d6b0a4..f380a7e7 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3bffbdcc..6f2543c4 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7b99b1c4..74b56169 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d3021e4..40c09d9c 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 600efa07..c8cd2732 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 115e986e..420b6e21 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 48555830..6f5967b9 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33663442..7eaf1e2c 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 18f3eeaf..e849cc1d 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d0ce9cb6..2f7cc60d 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c01dc66..5d2a0913 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a41cf6a..dd8b8a6e 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e4e2f71c..31d3c68a 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d8ad3ca8..16c23f6a 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 825c10c0..155e1afe 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 909979d9..c8521f11 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 80b284f5..88ddb024 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 51f31a12..ee23d83b 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 db78d7c0..26dacec5 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2c33a9b6..a9728c4d 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03c3be7d..7e567d8a 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ec08247..72359997 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e53ed44f..0c150a3d 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d04ec678..4b7bce9c 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a10b68f9..5dd2394e 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d6223e47..3fe9ee65 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 71538837..6e91c292 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f0b514c4..b884331d 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d65b9660..048ed707 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9971a3ce..f431ca12 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8f67da5b..832cb770 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f612c38b..03c37e43 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b451f751..52b93e2f 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33ebf90b..12c3f099 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7dbdd26c..7ea8d14f 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d834695..06248845 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 daa63476..0aabc0df 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 12fdb705..626ff6d3 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 61947296..dea4620f 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc74febe..a626486a 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a2ac2c6c..38b6250f 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e322436..feb6c951 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f619481..6a61c268 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d5bb13c..bcf70a32 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99e33199..b15d305d 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 64713b46..eb88c27a 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 68a48eac..639ac8f6 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5bdf6f2d..955a10b8 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fc96a1cf..ba4bf528 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 968762f1..2171395a 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 736c5632..396712c2 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 85479f10..03cb1037 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a05d313..d4ad05ba 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 804fcbe5..abe84fea 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 55991a2d..ecaf22c9 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fa538c2b..837e364d 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0f42c61d..530a3ab5 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4b406a56..fca44065 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cacd9839..8571d523 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0e365f80..9aa010df 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 470bc81f..f763d3aa 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2626fcef..6ad29045 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a5272d22..d75f88a4 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3842d02c..94dc995f 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 81fb2c02..a6661777 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 528d9619..2e165de6 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 feaff4f8..352f2e5e 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47ac6306..9c6eb899 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea033f1e..104072c6 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4e8e7bf7..ec33c6e7 100644 --- a/sprout/cstdlib/abs.hpp +++ b/sprout/cstdlib/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e617f4bb..926ee9ff 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c585f8fa..742e5e23 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b3deff99..586d41c7 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 29fe803d..a31d9bee 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 adc4c8fa..502d99bd 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f0a2813f..bd1e9261 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e2784405..f326754f 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b78296f2..16c6b0ab 100644 --- a/sprout/cstdlib/div.hpp +++ b/sprout/cstdlib/div.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1460d236..5350decc 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc3fa0a0..b40a7331 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bc51adee..effb3b0c 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f3aaf22..a434f361 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d7ee2d0..ec95c179 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c674ef1c..c214c3a2 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e383f484..e4563d5e 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 533a0b0b..6df56d00 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 998661fd..a6491597 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5ffb26a1..4309a02b 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 13477d32..5aeca64e 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2c5f4c9c..a4877558 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34e3b08a..c378e162 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d44ca55..c3985949 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5a6edf7b..5a1d888b 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d1c8db26..d10cc879 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f78ed372..9596205b 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d855cd06..858ee43a 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f1e99dad..c060653f 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aa101642..bf501c63 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2e2370f7..60104e01 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 04ca4757..2ff7a914 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 22f006bc..7a3c5965 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 992bafce..e207436c 100644 --- a/sprout/ctype/ascii.hpp +++ b/sprout/ctype/ascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 23ace66d..e26191b3 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17160535..7be246a2 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a429f39..cffcc1da 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 979e7e18..5711d1a1 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9e806bec..5ad8216d 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4d587856..88fb02d3 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8019e2aa..b3781104 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4bc6338c..672d511d 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bbbaf6ed..c5338387 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7eb9a269..96d75359 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 30c8ea23..29654e9d 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 137c79fc..f09df978 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7b57be56..1908bd08 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5919b8d3..913b1893 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8d837178..2b4d6542 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 46fa888c..ed0dd878 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d1c3d777..af2f5b84 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc27be8a..e850155e 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7eb2ed1c..68c975f7 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1eeb2d40..46e21a15 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 90f00295..53b3dde2 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9b03e68f..a45ac372 100644 --- a/sprout/darkroom/access/traits.hpp +++ b/sprout/darkroom/access/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d7d3980..cc94ee4e 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 afc941c2..418e5386 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9834e702..9ff18227 100644 --- a/sprout/darkroom/cameras/calculate.hpp +++ b/sprout/darkroom/cameras/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c589583c..b5a5ff9a 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a5da3ea5..13ac8abc 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e944ae8b..43d8f1cd 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1922f243..d05e7131 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea507515..a1a63cf4 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 80262603..3cb737c5 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2f7100ef..4ffcb5b3 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0243dc5d..c745f4a0 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9d342d5a..0232d814 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c87d873..d0ad0eb9 100644 --- a/sprout/darkroom/lights/calculate.hpp +++ b/sprout/darkroom/lights/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6fdb3463..87d567df 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0d3b6010..16197994 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e6991736..d51ba3d6 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 af14b54e..fa17ccd4 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fc954cf1..923e6457 100644 --- a/sprout/darkroom/materials/calculate.hpp +++ b/sprout/darkroom/materials/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6ab26b46..648ea2e5 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6ec61beb..af3ac428 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 207826dc..2f352c24 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2182d09c..6137b99c 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ec93bb87..64ebc0bc 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9e2233c..e26ebd68 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 290da553..117ac6c5 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0eefd6f3..1be0f810 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2c3480a9..bf8a66eb 100644 --- a/sprout/darkroom/objects/object_list.hpp +++ b/sprout/darkroom/objects/object_list.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f868f62..3124f0ef 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f1d8d7b4..9d357647 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4e4ec1eb..5744b46b 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d98cd3cb..22e74405 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b3a8ab09..1015b242 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3bab01e2..26838164 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1bd233c4..41e9c5b3 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2a4fee47..76927405 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6021c219..73e3097a 100644 --- a/sprout/darkroom/renderers/calculate.hpp +++ b/sprout/darkroom/renderers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 db23bdab..06f681ca 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c6fdcd1..77054364 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b5b8946..d13e1227 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 23e7500d..943e5f37 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e9ac3bfd..a68576e0 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1e280e5c..d79a167e 100644 --- a/sprout/darkroom/tracers/calculate.hpp +++ b/sprout/darkroom/tracers/calculate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b4afd4ec..f2a7ba9b 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f73512ac..8e08b221 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0174b677..78e9f3bb 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 15c4d2c8..0fb20be2 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2dd1e2cf..67d87bd0 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b3d8975..47a1bddc 100644 --- a/sprout/detail/algorithm/search_one_rev.hpp +++ b/sprout/detail/algorithm/search_one_rev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 920286ad..433645f3 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8d2dbd16..66ce9dc5 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e3147811..0c5604a5 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d91d4c86..95f51536 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6af12ca8..40ec757b 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 631b2bdf..b7330a60 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 15094be5..07639306 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e76571dd..c3d8e074 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 afd543e4..a2f4d011 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 daf968cf..d932e7f7 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 19b76213..c2b61a18 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34c3e92e..4710bfab 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 50914d9a..eae11f16 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 272f571b..8ffecb9b 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aaa64854..068b7007 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a1e14e5..988edb15 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/detail/predef.hpp b/sprout/detail/predef.hpp index ad93b5c4..047b4fba 100644 --- a/sprout/detail/predef.hpp +++ b/sprout/detail/predef.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4decf104..d761993c 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8af65854..6625c94a 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2f68c70b..91b91fd3 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bfaa720a..0015b7e9 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0d0acfab..f5079d61 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dc2dbf4c..5515e3a1 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4225e7b7..8e592aa1 100644 --- a/sprout/functional/address_of.hpp +++ b/sprout/functional/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3c1d8925..c22e1b96 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9e7fbecd..ecebe56c 100644 --- a/sprout/functional/assign.hpp +++ b/sprout/functional/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bfac86de..bf54bd69 100644 --- a/sprout/functional/assignment.hpp +++ b/sprout/functional/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 542dee0f..03c439e7 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a189babf..03677e58 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3662aedb..9560f920 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f8bccd45..2ac995f8 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 59789761..5be3b4a1 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 32430f57..8494eeaf 100644 --- a/sprout/functional/bind/udl.hpp +++ b/sprout/functional/bind/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 583b3e33..464936da 100644 --- a/sprout/functional/bind1st.hpp +++ b/sprout/functional/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 916a09ac..5e1fd355 100644 --- a/sprout/functional/bind2nd.hpp +++ b/sprout/functional/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1e1e5c3a..948ce364 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e9f5dc5e..a8a9cf64 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e004dfab..d41fd687 100644 --- a/sprout/functional/bit_and_assign.hpp +++ b/sprout/functional/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b3fa23c..5b1db2b0 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1040467b..2dadb265 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6ca6cb53..eb11e576 100644 --- a/sprout/functional/bit_or_assign.hpp +++ b/sprout/functional/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 05f8a0cb..4d2caf27 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a9f05c4e..7346c0e5 100644 --- a/sprout/functional/bit_xor_assign.hpp +++ b/sprout/functional/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8318244..1a8830a4 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6e60b44a..98e972c4 100644 --- a/sprout/functional/call_fun.hpp +++ b/sprout/functional/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 68ff803b..05713abc 100644 --- a/sprout/functional/comma.hpp +++ b/sprout/functional/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9418f805..0657e984 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b660312b..874171b6 100644 --- a/sprout/functional/cond.hpp +++ b/sprout/functional/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 caa91e77..43e34a06 100644 --- a/sprout/functional/dereference.hpp +++ b/sprout/functional/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f8e1410c..b0b14029 100644 --- a/sprout/functional/divides.hpp +++ b/sprout/functional/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5a3a1208..83245ad2 100644 --- a/sprout/functional/divides_assign.hpp +++ b/sprout/functional/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ebcc82a..c65ce7ac 100644 --- a/sprout/functional/equal_to.hpp +++ b/sprout/functional/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9658bfe4..ad9255d7 100644 --- a/sprout/functional/equiv.hpp +++ b/sprout/functional/equiv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 107c0ee9..baf9c7e1 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b05d04fe..47cdbec9 100644 --- a/sprout/functional/greater.hpp +++ b/sprout/functional/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 984e8617..2e2d3129 100644 --- a/sprout/functional/greater_equal.hpp +++ b/sprout/functional/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 40dc682d..614e0bde 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d1439c53..84d67e84 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0fed8ab2..265472e0 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b1e0a533..dfd196ac 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 63d9c459..c9f0f6c8 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f8e9860..0c49fe5d 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 02be8436..7ed6cda8 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8b5b6570..e2c4532e 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a9b2a994..462b1147 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 484bee24..5f020017 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a0db6dc4..3f996fc7 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 875855d0..b28d5be5 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8295a9c1..1da10561 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b62c4266..91055c47 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 72996735..96ad9770 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 329ac2b1..ee6d9342 100644 --- a/sprout/functional/inc_dec.hpp +++ b/sprout/functional/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 367decdb..c5e4828c 100644 --- a/sprout/functional/less.hpp +++ b/sprout/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a601e485..a1c344c3 100644 --- a/sprout/functional/less_equal.hpp +++ b/sprout/functional/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4294f8a8..7d7589d1 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6b381e86..b59791c7 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 13af5d4e..854b4211 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 929fcec4..50e20b39 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 55ced48d..b9a1ada9 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 213583b7..8a383d86 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4da074ed..82bf8295 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cbf9ab45..250521ba 100644 --- a/sprout/functional/mem_ptr.hpp +++ b/sprout/functional/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a5312d6..3b25b2c1 100644 --- a/sprout/functional/member.hpp +++ b/sprout/functional/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c385a0e..36702435 100644 --- a/sprout/functional/members.hpp +++ b/sprout/functional/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6a44ba06..ecd732b7 100644 --- a/sprout/functional/minus.hpp +++ b/sprout/functional/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8abe76ec..2f2e8ccb 100644 --- a/sprout/functional/minus_assign.hpp +++ b/sprout/functional/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f30a1945..e42c0190 100644 --- a/sprout/functional/modulus.hpp +++ b/sprout/functional/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff927ab7..d95baa93 100644 --- a/sprout/functional/modulus_assign.hpp +++ b/sprout/functional/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a7b252fe..53538816 100644 --- a/sprout/functional/multiplies.hpp +++ b/sprout/functional/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dd96fd5e..45c37a65 100644 --- a/sprout/functional/multiplies_assign.hpp +++ b/sprout/functional/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 259758f7..42480ea1 100644 --- a/sprout/functional/negate.hpp +++ b/sprout/functional/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 26c07fa6..d0e448d3 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d034dfd..65c2db9f 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 991c6ce5..b2d2f8c1 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5591f2f6..2f19fc25 100644 --- a/sprout/functional/not_equal_to.hpp +++ b/sprout/functional/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 abd86018..d5c9ffc8 100644 --- a/sprout/functional/plus.hpp +++ b/sprout/functional/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 543f5c12..99d457ae 100644 --- a/sprout/functional/plus_assign.hpp +++ b/sprout/functional/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 90357082..965252df 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 898516b2..9c49c5b3 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 05335de7..df966b71 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1c59282e..ee292bdc 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7711d84a..360eb4a7 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a1d4efe1..84e06f21 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fcefcc16..b44fa8b7 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 505865be..27975880 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d8a677e4..69dc1fc1 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 15be5270..8c9e8155 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b1effda7..a8558bad 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2b619e89..7a5ae909 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b31c436..554792ea 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d8927010..531484d9 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f3ab2423..e8ec7fa7 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a5d41f1..9a833891 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2affe616..32631a3a 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d949bc6..555cc030 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c1b97bb2..7fff0db7 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fceed3cf..3d93b8a1 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 395d2be9..f64ab93e 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 72eb028f..885273ad 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d482cab2..9f9bb35f 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e14c36fb..78eae219 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4b67955f..9ff0e9db 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0afd228e..738c62d3 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 290c6163..5bfcc389 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6aac8499..eff7c47a 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8bf2fa2c..6a2a6605 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fce56ea3..d3bf7b84 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b0fabffe..7fa27ec8 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f7bf1c48..f7aa19ce 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8db62f2..ca74ba6e 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 628f2d8a..5e2cb97b 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 007d2ccb..136287b5 100644 --- a/sprout/functional/polymorphic/mem_ptr.hpp +++ b/sprout/functional/polymorphic/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f91abc17..e953494b 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1e4ad4ad..8999825b 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bda19fc8..debd7b20 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3c55b596..8580213c 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1dc39309..25564c63 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2b35f558..f8255336 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8561e2f..bcde224b 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 12ba3ff8..bddcb901 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 623486d4..3e66b3b1 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03398bb3..db6153ba 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47660faa..d25a3c2f 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 867d661b..d57214ea 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ad10509..678bcba5 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8d25c12..f9c03d9e 100644 --- a/sprout/functional/polymorphic/post_dec.hpp +++ b/sprout/functional/polymorphic/post_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8278f412..8ba1c628 100644 --- a/sprout/functional/polymorphic/post_inc.hpp +++ b/sprout/functional/polymorphic/post_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c2138e17..0d1c092b 100644 --- a/sprout/functional/polymorphic/pre_dec.hpp +++ b/sprout/functional/polymorphic/pre_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34a0a0fd..6a73d741 100644 --- a/sprout/functional/polymorphic/pre_inc.hpp +++ b/sprout/functional/polymorphic/pre_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 25979509..feaf0d68 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 46636966..8d36c9f7 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dcf977fc..3ff52d35 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f1a7ce61..17843e76 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 21d0d114..09f6d4b0 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9a6c5c9..22f47d78 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2cdeec8f..fe6df2ea 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3565830e..3b64edda 100644 --- a/sprout/functional/posite.hpp +++ b/sprout/functional/posite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 303b9929..47b7cb95 100644 --- a/sprout/functional/post_dec.hpp +++ b/sprout/functional/post_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 476657c6..780ce927 100644 --- a/sprout/functional/post_inc.hpp +++ b/sprout/functional/post_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c18d94f0..ca420795 100644 --- a/sprout/functional/pre_dec.hpp +++ b/sprout/functional/pre_dec.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 74d3e016..95db6db5 100644 --- a/sprout/functional/pre_inc.hpp +++ b/sprout/functional/pre_inc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 677cd07d..5421e221 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 82e4b121..e993d35b 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bdf65a04..1089d22a 100644 --- a/sprout/functional/reference.hpp +++ b/sprout/functional/reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d4b339b6..9f6cb1b0 100644 --- a/sprout/functional/shift_left.hpp +++ b/sprout/functional/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ea3cba1..8ed7e550 100644 --- a/sprout/functional/shift_left_assign.hpp +++ b/sprout/functional/shift_left_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d590e83c..0b495795 100644 --- a/sprout/functional/shift_right.hpp +++ b/sprout/functional/shift_right.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5fb61603..1047de57 100644 --- a/sprout/functional/shift_right_assign.hpp +++ b/sprout/functional/shift_right_assign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c3dafdec..78500552 100644 --- a/sprout/functional/subscript.hpp +++ b/sprout/functional/subscript.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8e8c3c7..7ef89a0e 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c20b5e5b..c203abdc 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9305a93e..a80871b4 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dad5c0c6..c34e05a6 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 29d8303f..eae79aae 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 654dd773..537e315e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0f03b200..3bd4119b 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c5e375a..f11c30b9 100644 --- a/sprout/functional/various.hpp +++ b/sprout/functional/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0bc5ae50..1eeb60b7 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c485380e..4135976a 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7135cd69..54327564 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e3739dce..8feb06db 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9866649b..a5b8a60a 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1bacb8da..071f0ac9 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9b5db417..49e038b9 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 51f6b3fa..2b6d58c4 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c0c55e1c..bf6a23ee 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c7134835..78f412a1 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea8529a7..027e894f 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2206fd4b..f0e5b5d6 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7eda2881..103f3447 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 921e3c76..48cb41c9 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e0980a3f..46a7a532 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 be05d0a9..f535d072 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a093f88e..84e41086 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4a3fe216..cfe93947 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 96aeb022..8bd2d9d7 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 18bac7d5..6d886ece 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 152f16b5..205cce6c 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aec5df5d..bc663cec 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c98291a2..ef15eac4 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e930642d..3694bff6 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 417d2197..af506f7c 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 51b660b2..50d15386 100644 --- a/sprout/index_tuple/udl.hpp +++ b/sprout/index_tuple/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c32ba9ce..a3959de9 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 190530e0..b6a8964c 100644 --- a/sprout/integer.hpp +++ b/sprout/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1df59a26..995f6961 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2e18bcf7..c4852a76 100644 --- a/sprout/integer/static_pow.hpp +++ b/sprout/integer/static_pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 843fb694..1b6a48cf 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b42ebfd2..6be98789 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a5ffa0a..f5851010 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 de37436f..190a76e8 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a12c5bd6..44996940 100644 --- a/sprout/iterator/advance.hpp +++ b/sprout/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3dc43a9b..b7343aa2 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d7aee16c..20e2fd5d 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 73c22a7c..309b004d 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 078ff470..94fee57d 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 886d9fbb..eca18c2d 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ab48fee4..72fe89c3 100644 --- a/sprout/iterator/const_iterator_cast.hpp +++ b/sprout/iterator/const_iterator_cast.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8ff57ed9..1c0edc25 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eab9e3fd..980cf5af 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 816294e1..7069a0fe 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8d0b788d..6d6c98dd 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5fc4efe0..aa128abb 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d8dafe5..dfe31f15 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bb2ac0ae..71e783d6 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0962b5c8..1ef87f7c 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4778c374..fa85c5cf 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 58ce1c3b..8cd454fb 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8872400..a7e1b86c 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 560eb594..9dc99036 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b9a2c74c..29843b12 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ec29b5f6..35e17d49 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f89406d0..d15e165d 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ec8e531a..f5d77434 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f31f1cf..725ffc47 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e85098be..e566f519 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9357a460..03cb541c 100644 --- a/sprout/iterator/next_iterator.hpp +++ b/sprout/iterator/next_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bb852c42..9ed3c9d3 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0a28ca74..d66abd3e 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ebdcb33c..2a155c4d 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d237d297..d859d6d2 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9fa45924..3e7ba730 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 31395d48..b1a320e5 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 000e69ff..44b93750 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ed6f31ab..5a4c85d7 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f452d1cf..3e981479 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 37830931..eec27f0d 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 91e3daf6..46fa5170 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 938f37c7..053836c4 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 39e7bdbd..00306819 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8657d869..f0823fb0 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34132c93..0747324f 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff9948b1..23b88ee9 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 de79865b..12aa8e98 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2fb61193..08805b0b 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9ecc96b..22bcbf49 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 30c98175..fd2b3cd9 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c61d1e02..7d9517f1 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e08b0090..8d1eb54a 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 babd4939..8f177ee0 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb334e38..fc6e5252 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 010a47e6..c8c11dff 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b19b9c49..26161f1d 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bde2262c..4aabe168 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 37bcd48d..9c5df6b1 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 86abfdf3..c7bfb869 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c07467d8..42ccd828 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e9f4f28..c540e582 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99c4c066..72b6cf56 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c091f86f..a8853109 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e9ae229..184a4019 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3637b238..fb45596f 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 12d4c6b9..59d049a5 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 50aa84dd..9f0a85c3 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bf030111..4df8df61 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 20289c1d..b42765cc 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a7667d43..a5f2589d 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 29fd3027..995cf7c9 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c1ad304..743c323e 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ac2494b..d69557ef 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e064146..e6227632 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e0bbd659..48722f45 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c213a5de..cd55e26f 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e9437c14..e205292a 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 869c5ed6..6bcab616 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 90062e21..8c8db604 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b87ab51..8ed820de 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b66e9fed..b185aeb0 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6afd3d13..f05788bd 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d23df972..74ece0b1 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c910c6d8..3f9d921f 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8953cb8c..1ead7f61 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fba2f50d..f43c1210 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 85e36aa9..10d83134 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b8fd360c..e765e4f7 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a457d5e..c57db820 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f6216b13..2a5212c1 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cab763c4..c1eb78e9 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 662899b3..6052f0c9 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7fe81f38..3866f2cd 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/math/comparison.hpp b/sprout/math/comparison.hpp index 07e59803..b10e5a64 100644 --- a/sprout/math/comparison.hpp +++ b/sprout/math/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 951f4b8f..f542b301 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 311b69bf..e1fd8fe9 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc70a64c..0686e0ed 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ef98e2ac..775729ac 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 46f5bb19..7a166015 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 75d86301..c411bc9c 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4188189d..7d884ea6 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 237ea8bf..419d98f1 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4296d400..121859a2 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2d3a08e2..ee6108ec 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 44cdd3a9..b856733f 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f55f3a4..278a65c0 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0546734d..6702ad47 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 805567df..900c0edf 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 008b0aaf..9d67a78a 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a610e62a..11d3a939 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e402e408..7aa171a9 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 de6d42e2..a42a5818 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c0b65cf..e5060c8d 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 babd7c5e..c55a068b 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 46b8d035..0e7d1e2e 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5628f791..573ee7ea 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 38ac9250..c180fc83 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0c8392ea..4690fb07 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 833a12ff..dc777e3c 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 61dfda06..d1e09f57 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f76fdee2..f3f61c59 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47738ad5..547ed3d4 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 39da79dc..fd67a651 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b6dc5831..43331751 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7eeb6bf9..aec2ccd6 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bb406fc6..e5e2192c 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 537a0a79..8aaab22c 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 09fe90ca..cc60ade5 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4f4382fb..c1f34943 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fb79dcb2..07458991 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 651d13cc..9f367f64 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 58d769e4..d01d63bc 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e6c563ce..bc5b59f6 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9fbe2ed7..dd836ce7 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9c04ce5..23d6b332 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 93e0d064..e55979bc 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e0c96d5f..dc7369f4 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 71d93bd9..4e56ea57 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6d47fa00..a09e23ae 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b7c591ec..c3bf0e7f 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b2973855..0eb402f5 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f5a0c583..89cfb8fa 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4ecc035e..501f9cad 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d4bc5d14..20902068 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8a37349c..0c7a232c 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3a03c772..1b29f59c 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c80317df..62bf5614 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4b72b072..635b3f17 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 30ac9ffb..a9615b71 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bbe001de..6ba31fde 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b26026b..24c57025 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 96efc3ac..66df7f48 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f5a8d1d7..a7a89e56 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b4380fba..dde1a6ee 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 be73d7c7..533a2be6 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5a5df515..1f88f171 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 938c2c88..efdddbea 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c4d53069..e70a4138 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4b8e762a..8bac626a 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3dc1c158..6b4817d7 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d4795f18..d2875593 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3684f3b6..eb1ae882 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f155c5c..94703fa5 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 240bb2b4..c34bbf64 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 508fab38..cbad79db 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b239dcd..d76f1422 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 89c21761..83621033 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 14cd5ddb..924582a8 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fd87c231..1c658250 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d14c34a..7ca1b282 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 743566ba..f365bd7e 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e2f52c6..78c91772 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 977718bf..811e66c2 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b5540463..b6cee2ac 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 89fa3c17..a25c24fe 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 44fc0c56..6e46d3b6 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a65df1a8..8de2831a 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3d117210..414f3868 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e496a7e..b00e87d4 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ebd07b9..a5ee1fa8 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fd80993b..5a5a19a8 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0bf20fd0..7b0a3a17 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c34ac2e1..7578166e 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fe462fee..b3f3da1f 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea88f4fc..d35e4ec5 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a7b19e6d..7a11dd0c 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99640a23..71754cd4 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e3e54f28..94c70d98 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b811bceb..14f1b153 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a7545a8f..6f2ea2e0 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/none.hpp b/sprout/none.hpp index 95acad57..e25192ae 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 20c78b61..0c2d5e92 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4bf00bdd..78656cbd 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 06f9aed7..4e92db61 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 870d1102..c1010d44 100644 --- a/sprout/numeric/cxx14.hpp +++ b/sprout/numeric/cxx14.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 df17ac9d..b07ea2fa 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d84be30c..ed5b571c 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3a779f67..70848f9e 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 32286d88..1949c02e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c82db074..96c1c751 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 14a37537..f4567db4 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e0f59e39..2b77096f 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e28477a8..8393d0e0 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 52595743..3a060ea1 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 44360eb5..d701ba41 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ad894378..3e60957c 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47952430..615a98c0 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 369860aa..08c4cce7 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5e50aac5..48010bc2 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7771ebf3..2688269c 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5d5db41d..203fbb8b 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f5a6b6eb..b692130a 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6e488eb7..1c880635 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 597f88c3..8243820f 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a2a1821d..184328a2 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f0901cbe..b3f05f10 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7674790c..3281e7d8 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 87343829..0cf81412 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7dce1614..9d71736c 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1fff8e18..a4be3d89 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 72b1b150..d3b8ee5d 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f170268b..a680d03c 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 878ed28c..6e5f5687 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb5ef9c9..8619ffbc 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 792d79bf..fd8fe6f9 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4a6635e4..e101bc94 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f58429b8..f1d3c7d2 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b8e486eb..fbb2cd67 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3c6e9de2..22b15a16 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b120089..4f0a17e8 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 311337b9..40c9d82e 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 63151fc7..4c124b1c 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 716a14e0..6173a7bd 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f79b554c..f6126ef4 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c9d1ca3c..1bfecdc3 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1205f8e3..2ff8a461 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9de55762..2d7001ce 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 22dd11e9..11c20daa 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b3bbd13a..7d6ebe6a 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f06dcaf5..5d672c33 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 632b201c..0843e292 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d3798ec4..98fe9416 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6c48b4e3..143acb7b 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 089493e4..284eaf29 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a24442c1..97184fd6 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f8977191..17722c5c 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d6a6baa..e0d64459 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33cfcdab..eb6a6d37 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 161997fb..04c404bc 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0e171a4b..87488169 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f0d3677c..21152653 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d770180a..6b22a0a0 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7fe51d6e..9729ebe3 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 046d361d..b7dbf059 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 83c0797c..5bd299c3 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c3e0ba71..584a5367 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0a0306fa..f9623668 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 270cd084..38ad1d76 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9c7162fb..a9ee8c0d 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f171cfb2..94734728 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bf2c5501..c173bcd3 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6b0f6a0..75de4d23 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e354aaca..f4e84a43 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 72590ab5..b99ab212 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c7639d4a..53fc37a6 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aa5702d6..1a5f8f97 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 658640a3..a53c5435 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7ed04dae..a81ff5a5 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a468dc5a..b2068b17 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2973f22b..1ad881db 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 49b6e54e..96e88ab5 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8e416b2..c7ce4721 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e44cf64e..fde9329f 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 daa5c284..f558cdd7 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6fb52710..74e923a8 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cb63d2dc..c852ea50 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 30762d8e..3960f89a 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1b596678..8947f102 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a4afddaf..5b58366e 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 09eee41e..80b2f62c 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d7880a5a..401539d9 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 479f95e4..7b8ce8a9 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 70fd12fa..dfe6d35a 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f7f674b..3a6ee8fc 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b66f46fa..0b3a6cba 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b5f259b5..5d970777 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ea743935..44293b3a 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e54bb049..b587bbd6 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 77e2cd24..74ac5e5b 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c847b761..3c62fddf 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0c702403..a8480686 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e7abe4fb..fcb3ff30 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4aba4c78..fd43b6d7 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a673909..46ad6b81 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a1a6bb35..48ad7435 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1c52d709..b4538ac4 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d5217331..172439a6 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 504c2a92..27b81da8 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6232ac7..c982ff30 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ac693d9a..007ea759 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1cb5957f..de24312e 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f5691a4..260d6d20 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e1d9bb4..e357f023 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dc254758..46ebf2ed 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 30527370..1de974b2 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 183f623d..10be0e76 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3312666e..c9c4033e 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9e60e6ae..e64dbe9e 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0643f3c6..fb8afaa6 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cc05875a..f783701b 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2bc39713..efe3878c 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a819f6c0..25fecc47 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 efa8a896..77901194 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4e2cf022..9900ed7d 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a4cd23d3..e673f54f 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 69b7c1e4..9e1913c0 100644 --- a/sprout/optional.hpp +++ b/sprout/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5d440b72..ff8cb154 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f9ac7951..a418e9da 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 573c35a4..df4437c9 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a04492d1..221a33d4 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb24e068..17a9b1a2 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 230ce135..f1d0c6a2 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8ced9de..7555db34 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f26fa13b..e436cbfa 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f177db9d..33b1f286 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6229cdc..ee72cbd3 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb21f36a..7a912f51 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3a0a0def..8a0d960d 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5585e270..e9f81622 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ef9ca421..fcb594c9 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3238fb51..43e2b192 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 67bc1f07..f83d3f48 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8ff134a2..8c523582 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 553174fb..53d0d1e4 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8a735a2e..a80309f8 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d384356b..a05d2e35 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0d6d8112..c6e11cd7 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d69272e6..8b678126 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 01c11f01..b92479e8 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b973bad5..6d2beca5 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7481850f..ef3bd6e4 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e90b7011..f8068cc4 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 24974f87..deb1577f 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 404c3fc9..4db75e19 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 56e3e6d7..1134e540 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f4700389..1381ac7f 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c355491..18f603e4 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5117a45b..25035855 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 180b8ea5..3235b5dd 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b1ddf93b..341e7965 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5dec1dc1..33755413 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17414a88..0b1bcecd 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8645ba6c..f2cd8dc6 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3360f13b..a84318ef 100644 --- a/sprout/random/detail/seed_impl.hpp +++ b/sprout/random/detail/seed_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9bde3796..76b16725 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5df5769b..8fccd202 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c960642..c3ad8057 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 27344402..b71a759c 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8b856462..9ce07359 100644 --- a/sprout/random/generate_canonical.hpp +++ b/sprout/random/generate_canonical.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 757ab3aa..e99ab080 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 22326643..44482b93 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6ee4a6d0..7006a36d 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 432c55ed..1055e7fe 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d6be35a1..b44b0570 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1844b34c..355658a5 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8a8cb60c..e35acec6 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33310d6b..b4175a8e 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 23fbcd28..58416ec7 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 67496135..620ad28c 100644 --- a/sprout/random/seed.hpp +++ b/sprout/random/seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dc1fd402..85c73fcd 100644 --- a/sprout/random/seed_array.hpp +++ b/sprout/random/seed_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0a4c02fa..4e0a3054 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aa96dcff..fda75ed0 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d06cc043..34b73473 100644 --- a/sprout/random/type_traits.hpp +++ b/sprout/random/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ccb101f..a8783eb7 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8eab22a2..fbdfd834 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aef3e49d..78e4cbd6 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 adb187c5..43f6f258 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e00005f8..415e68f8 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6cdb7d9f..6d0e54e0 100644 --- a/sprout/random/utility.hpp +++ b/sprout/random/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e7065851..e297a79d 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fb9b520f..19c22b6e 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8c9c0181..a549c2b0 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ef9985b9..850aa1b4 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ded4617..57de5c41 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b25dfada..daf2a768 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ed80e35..8050ec12 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d057fe80..738fba36 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 49cd0aea..c5a26d75 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c33b7ace..cdcb60bd 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 52c33b34..33df9597 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4edc43d8..9c5fd88e 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 53089fee..56e1d32b 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e61b49d..594d94d3 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 789cc222..3ae01b1a 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 57fb03f6..8ef10042 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 73111d9c..fc36404a 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eaf5240e..a12a8d1a 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bcd0b5a6..c17dcadf 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b18f6046..eee90868 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1de2eaf4..1b92210a 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 75a454c2..987d883e 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 67c75d93..c1a129cd 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5fdaba30..97d11e42 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 00c8eb56..65725c0d 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f6167b3d..94d9b5db 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3ca7665e..b403c532 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eb88178b..5aabcbe5 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0fbfb367..315bce73 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c0dd887c..a053cef2 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7449be92..6121d104 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cd3898ac..a551ca1a 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8100e99c..c589e21d 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aa862cfc..e0a61229 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e8afea9c..7997a58f 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4f257678..0d2a2c99 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 20b83033..7bbe1894 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fdc6e598..e291b849 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e336cd1..f439bc2c 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1267af53..78dd52c9 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 14278c1e..cf670c4a 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 febca9c9..da2ebcfc 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d9fdcb8..2afd18a8 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5ed25323..65759fcb 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eafa72a2..61689c5b 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8474238e..83227ca7 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 28cd7071..32f706f3 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 df0a175f..718a003e 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 db2b1b9d..8dc8a119 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 62269094..15a521a9 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 27d3a453..487d13c5 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ebb942a..bf3c7a50 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 24c9aa97..62acfc0e 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e552eecc..10d9a4f9 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 73f9bc04..d3e585a2 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 487ee577..cada4f1c 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0781821c..462cb53e 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 48e80a9e..4d0da00e 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f71e3bf..0ab92b9a 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff75a093..769ba210 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b9178278..34d8351a 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4cf78e89..309ea02a 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0a2bf9c6..79553ab3 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ca5651d4..6d5ff7b0 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 192cb2f1..4fad47ed 100644 --- a/sprout/range/algorithm/adjacent_find.hpp +++ b/sprout/range/algorithm/adjacent_find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a505f9d3..ae3f2e85 100644 --- a/sprout/range/algorithm/all_of.hpp +++ b/sprout/range/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 de0405c6..1ec74948 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ad4b3cc0..1f020c1d 100644 --- a/sprout/range/algorithm/any_of.hpp +++ b/sprout/range/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1a81cad3..3707f653 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 12b5cf93..7fc17b5c 100644 --- a/sprout/range/algorithm/binary_search.hpp +++ b/sprout/range/algorithm/binary_search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/clamp_range_copy.hpp b/sprout/range/algorithm/clamp_range_copy.hpp index bfe2d4c7..69aeac74 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 79d2e54e..2f0d6210 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 a606edc8..96171eb0 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d86f26fe..499eacb3 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 09e3f1bb..35e13933 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c7812b6d..749f8fb1 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 72a1519c..bc53ddcf 100644 --- a/sprout/range/algorithm/count.hpp +++ b/sprout/range/algorithm/count.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6fd0dd2f..1b9c08b2 100644 --- a/sprout/range/algorithm/count_if.hpp +++ b/sprout/range/algorithm/count_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/equal.hpp b/sprout/range/algorithm/equal.hpp index 0a04fdb7..fe75b65f 100644 --- a/sprout/range/algorithm/equal.hpp +++ b/sprout/range/algorithm/equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 742db998..eee21f5f 100644 --- a/sprout/range/algorithm/equal_range.hpp +++ b/sprout/range/algorithm/equal_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/find.hpp b/sprout/range/algorithm/find.hpp index fc61af37..1171105b 100644 --- a/sprout/range/algorithm/find.hpp +++ b/sprout/range/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8a55efe..e2c85de0 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 61612077..f30241a2 100644 --- a/sprout/range/algorithm/find_end.hpp +++ b/sprout/range/algorithm/find_end.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ae97601..2a37d39a 100644 --- a/sprout/range/algorithm/find_first_of.hpp +++ b/sprout/range/algorithm/find_first_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d556029a..b69078df 100644 --- a/sprout/range/algorithm/find_if.hpp +++ b/sprout/range/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c415763b..ff4a9365 100644 --- a/sprout/range/algorithm/find_if_not.hpp +++ b/sprout/range/algorithm/find_if_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b5e8e38f..4e5dcb5a 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2611b6ff..be5fc2a3 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c9655479..ad388405 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 394da4a1..8d42efa0 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 bfd831b2..a51a62f2 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 319c720b..30883b29 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 57ce56ef..a68eabfa 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1a3ba6eb..814091bb 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 12b96df2..9687bf0e 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d9559375..97cce25d 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1ba1101f..a6bde4e7 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 876f1dc0..7e45d376 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 df15bb3a..4056c11e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 094534cb..a8fdf459 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 edad213e..3b4f1d80 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 c66a3430..83338dc0 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6735f823..4e8d8a52 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 e5e20824..73dc9063 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 644fa725..299179f6 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4f576dad..f601fb00 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 dde45168..38462870 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 18335ab9..29606652 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3cb5e345..19206df8 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 fc14e6b8..0c7842be 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 eaca1dc4..002ec80b 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2a1310f3..884ba555 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 061a9d4c..724835a0 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 50558ec6..84dc7743 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1b2d2f31..82eb7098 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3c177c87..f1b3d1a6 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 624c9246..1670d7bd 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 391043de..aedc4464 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 64548ae5..dcf5cf42 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3ef8e927..3b679a3d 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 40496159..d1e3562f 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 deb92f70..8bc896cf 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6bd71a7d..7d64baf6 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5b9d9c87..cb9fa983 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d4bddca3..27143d6e 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 25e7f984..dc3851c6 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 42fbe694..950a6253 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 14ecd080..4d8c7524 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5b5cedb3..d7d6c1ba 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 940accd0..e132f73f 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 61a420c6..ff55864a 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 033ff898..8b20b7dd 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f42fa8f7..eac3d427 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 aa5fc7c5..f1db2a06 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 497ebb59..8fd42653 100644 --- a/sprout/range/algorithm/includes.hpp +++ b/sprout/range/algorithm/includes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/is_decreasing.hpp b/sprout/range/algorithm/is_decreasing.hpp index 21a53d80..c579fd83 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 071f0568..2dec8d37 100644 --- a/sprout/range/algorithm/is_heap.hpp +++ b/sprout/range/algorithm/is_heap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 40bd9bf7..05e22717 100644 --- a/sprout/range/algorithm/is_heap_until.hpp +++ b/sprout/range/algorithm/is_heap_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 658af59a..3c07bf16 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 acfb01f9..5b6267aa 100644 --- a/sprout/range/algorithm/is_partitioned.hpp +++ b/sprout/range/algorithm/is_partitioned.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c3b31955..f9c92d99 100644 --- a/sprout/range/algorithm/is_permutation.hpp +++ b/sprout/range/algorithm/is_permutation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ae31fb25..9c646dac 100644 --- a/sprout/range/algorithm/is_sorted.hpp +++ b/sprout/range/algorithm/is_sorted.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b68185c6..56d39bbe 100644 --- a/sprout/range/algorithm/is_sorted_until.hpp +++ b/sprout/range/algorithm/is_sorted_until.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e4a1d1a1..84de6c5e 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 118d4d5f..e9261917 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b4efce71..75b57ec1 100644 --- a/sprout/range/algorithm/lexicographical_compare.hpp +++ b/sprout/range/algorithm/lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 93121488..c03fbef4 100644 --- a/sprout/range/algorithm/lower_bound.hpp +++ b/sprout/range/algorithm/lower_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/max_element.hpp b/sprout/range/algorithm/max_element.hpp index 9fcb5b6b..cc066ebe 100644 --- a/sprout/range/algorithm/max_element.hpp +++ b/sprout/range/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6f7011ca..c5c6e69a 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d00d189d..1d323080 100644 --- a/sprout/range/algorithm/min_element.hpp +++ b/sprout/range/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 64215df6..79db3737 100644 --- a/sprout/range/algorithm/minmax_element.hpp +++ b/sprout/range/algorithm/minmax_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d552957c..890fc0a5 100644 --- a/sprout/range/algorithm/mismatch.hpp +++ b/sprout/range/algorithm/mismatch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fecf2f7f..a2372828 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f204eeb8..be3df7de 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2e2c4763..e474d2a2 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d71d46b7..99c20acd 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 68d2c16c..6fd7f3ff 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 295745e4..b15411d7 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 be5366dc..bc89b545 100644 --- a/sprout/range/algorithm/none_of.hpp +++ b/sprout/range/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9c3ead1b..840db09a 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2e83a676..eb79d05f 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 fb38bc8f..47230f00 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 310722bd..7fe50e23 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7bd7751a..7692a0a8 100644 --- a/sprout/range/algorithm/partition_point.hpp +++ b/sprout/range/algorithm/partition_point.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI Copyright (C) 2011 RiSK (sscrisk) https://github.com/bolero-MURAKAMI/Sprout diff --git a/sprout/range/algorithm/remove_copy.hpp b/sprout/range/algorithm/remove_copy.hpp index 35861c9d..84f9b228 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f04af26c..2b20d3cf 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 508b665c..8cdbd833 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7b174c84..d6bf0827 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5bf85377..3a6c5444 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 30ce41d0..680d720d 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 73e2bcbb..9df9b965 100644 --- a/sprout/range/algorithm/search.hpp +++ b/sprout/range/algorithm/search.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dd7478c3..94c13a1f 100644 --- a/sprout/range/algorithm/search_n.hpp +++ b/sprout/range/algorithm/search_n.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ed6aad46..8682be15 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 4ce44555..1b239527 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 eb3289a3..af1f03e7 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6fba71ec..8325000d 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1dcf96c3..0fcd1c2d 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ac963abc..d20c3013 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 1dce9a6e..ef103880 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ed5bc0ed..a2821f8b 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 89343277..d9f57613 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 be778c48..91208b01 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 a7f4af84..578ae046 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 0ec319eb..25f8d61f 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 080ee375..ee0f78b3 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 bb6be005..ed84e542 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9fae378a..68a42016 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d696f474..17de20ef 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6dae96be..5458e2cb 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 67f25d69..d4a852da 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b6eaff84..5f6b8ab8 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 6f6f8d7d..753710ee 100644 --- a/sprout/range/algorithm/upper_bound.hpp +++ b/sprout/range/algorithm/upper_bound.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 86b8d26d..ae125279 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 94895c28..8ed86afc 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bfde21d6..ecebce0d 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 20b5cfa2..0b0e24ce 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4a3386f2..aebfca6a 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 668a0ded..aeedb14f 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 91ede69a..b68c3c3e 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8b1c6c3b..b2e0b2f1 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6b806837..ae9ffa7a 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7284f12e..96c85773 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8c50409b..fcc87af4 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5cef0d9e..67cb52ae 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 65e2e869..80f933bb 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cdbce8d4..2a61307f 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99cd52de..45acc62a 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 481cb086..044e566c 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 02276155..f1e46d30 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4ea65e66..0b2ce5da 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f4727c2..bd365eee 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 18e943e8..bcdc1c8b 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b928658c..ced01ef9 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a13ec385..79c81336 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a3398cb6..693fe626 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 662dec51..8106fba8 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 acdc611a..d758f3f2 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3fb35a09..61e3576f 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f2c1d6f1..99cf63d2 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 235bb8be..7422dd08 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17a1a3f0..bcdf4230 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ce89d0bb..3992a0a4 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9236db6d..c90edfbe 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 67948ecf..9d8f35e6 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b784f4cd..b784b8ce 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2beb5dee..9c795f24 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0c69de23..37319ed9 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 957937e0..35620a7a 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17107bad..d625f23f 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ac985575..50215d32 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 41b55a13..875a28e8 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2fe2dcb2..4f761238 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 13fbfaa3..eee5c1cf 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 98dccace..b691e916 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 78745608..e0cce39b 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ddece4c2..0e892059 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c9cb0103..9af0f3fa 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 791b1193..a422d8a2 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2ca0bf54..fd4daab2 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5637a098..56e4f3a9 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d89ff411..9bb79080 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3792b1c1..f4a346a1 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 04ce9c4e..1419bde3 100644 --- a/sprout/rational/udl.hpp +++ b/sprout/rational/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d3d0d803..6a34a5f8 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3768c20b..62120906 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b8c9f2f..d19e8058 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 623b44c4..80b926cf 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 357d04b9..c274440d 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 03474205..64654c22 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 509642a8..dc4cd41b 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 31e9760e..8b968bb7 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c16cf4b3..186d97e1 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0ad0b1a0..b205e01b 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3cf9abeb..0b7b04ea 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8198fff..fcbc26bd 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2b697609..bdb74776 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dbaec4ba..e4f72c88 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 47dc295e..cdde8b3e 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e0aa5fc2..962cb45a 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 90c356f2..a7447354 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cd07b2d9..8905e82a 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b897a02d..ba19f378 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3895db47..67ed70bc 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b1f301b9..13132dba 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 22378227..9b01d463 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 25c669b5..37a657bf 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f2b1ad27..e2a3c5c1 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 65d33e75..a64a1871 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7565638c..833ac365 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a4273864..1483aa5d 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 68097ec7..f3400944 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 07437a09..cd62a059 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 196da5dc..147eadf0 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33f9a8f2..702de688 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e047f98c..b304d3c3 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e4089803..3b9cf50f 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4c4f45ab..7b4ae79f 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 826383c9..37ca314e 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5dc5fbc9..562ccad9 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c0dd5f10..d56ebd75 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5036fa78..e103e444 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 79d94bba..bb200a00 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 363d6f18..474f3f91 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7eb06712..1900c7b9 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 042e0a77..4b884c42 100644 --- a/sprout/tpp/algorithm/max_element.hpp +++ b/sprout/tpp/algorithm/max_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 46388fd0..61b5b308 100644 --- a/sprout/tpp/algorithm/min_element.hpp +++ b/sprout/tpp/algorithm/min_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 54ecb396..3aedfcab 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 95787366..c62e558c 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a9fde6db..890659bd 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7cdf5728..3405cb17 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d97f196f..2e1e3215 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b3b386ae..04fce3b4 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 173518ed..72d0e5ce 100644 --- a/sprout/tuple/flex.hpp +++ b/sprout/tuple/flex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f3e99e0b..b53d570a 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b2c73df9..8f4b4595 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c8067a6a..570445c8 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 20297d61..7b340a72 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4ace4cdd..24834be9 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2b02ef7e..7395f84a 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1099ff6c..55cf0583 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c0206128..cc55691a 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 97f124a8..b005c94f 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5fc1f371..d6314ccc 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b4c7a328..5e9f7249 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 41b82fba..cbdfa202 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1f4e824a..f1e5fb1e 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 630357fb..00fca9d8 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3167daf8..5e07d496 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 69dc621a..f2a0c92f 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b5c11983..cee18be7 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4504827d..742494f7 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 731b23d0..18459c80 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple.hpp b/sprout/tuple/tuple.hpp index e9d42da3..8933d66a 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3031de89..5722bd59 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 82b6cc8f..86c9a927 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/tuple/tuple/hash.hpp b/sprout/tuple/tuple/hash.hpp index 4f7ef1c1..7be78e4e 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3fa01638..3c1e4e22 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f2a04a5..b64af01c 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cd559e1e..0a16438a 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 076776e1..f8c38386 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a5e9fe38..9a993e2b 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 affef4e2..1a5200cf 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 deb0fff0..ca0fe062 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0c5fd843..34044547 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d768ff8..adad0345 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6527f3a1..de17def8 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 538f4526..5344d64c 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e69c61fd..404722b9 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 056891fa..154f3901 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1eea81ef..5691d24f 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 55edfa1b..ba6585d3 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 12dc40e1..3e30758a 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0dc09732..18bbaefd 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 51436fc7..0c51d9f9 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 264a7bf5..67fc71e1 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 00bf8d46..5202ec81 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b8459f7d..1a38a1f9 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 55bc10c6..70b00ed7 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e631f511..0601628d 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 92574b3e..690ce7f6 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 11405e2d..dce59f2f 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fde3c807..c29837a8 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fc969651..3c052f1c 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b008b16..87c80b2f 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e76b6e73..5c73af2c 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1127f8d3..26a88135 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0b530134..dbd67bac 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a5cce83..fdc41f80 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f244fe0..20510eb8 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 00df7405..dae12354 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ff2b5819..85b23ff5 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 eec9231a..9076e5bf 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2095659a..607f897f 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 98ccf62d..c3426f9d 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9780a69d..75bac80b 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7d8ac8e8..9ca08632 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f96a8a2..02e43580 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d201d59a..3e2a5e43 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 795f1aeb..172eca20 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c66d47c7..33e47254 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ce0b3ae5..06fa2aef 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 290e63c6..a5c39153 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b5c0cee..e7bd2450 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7a710fe5..956c282f 100644 --- a/sprout/type/uniform_types.hpp +++ b/sprout/type/uniform_types.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 018fb482..da591178 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 a63fb742..e7978633 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 eb733575..ac118925 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 9697a567..4d3b120e 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 91b08d4b..de2e6c6a 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 3807d4d6..8ae0861f 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 874c3412..f2558d13 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 5df4f421..82cc1a97 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 07ed72ea..cc735593 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 2971c4c5..4274f87e 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 ba83e588..c1091c29 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 96a05660..d533668d 100644 --- a/sprout/type_traits/integral_constant.hpp +++ b/sprout/type_traits/integral_constant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI 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 44fed3d3..8b7bd512 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI 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 e75bf636..ca4f9110 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI 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 616ae653..97906dc7 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/sprout/type_traits/is_int.hpp b/sprout/type_traits/is_int.hpp index 76905856..ced70563 100644 --- a/sprout/type_traits/is_int.hpp +++ b/sprout/type_traits/is_int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI 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 bc82287e..39ccb21d 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 8586c4ac..23d9b36a 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 f9c97765..5f9f00f5 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 0b6ef7f1..dabca443 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 e7350b83..40293c0c 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 64b4e1c6..b82f22f4 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 d216ce0d..923dc928 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 197fc999..41cc747b 100644 --- a/sprout/type_traits/std.hpp +++ b/sprout/type_traits/std.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 7cf3d8ba..1d617de7 100644 --- a/sprout/type_traits/std_type_aliases.hpp +++ b/sprout/type_traits/std_type_aliases.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 470452a9..54aa2ee9 100644 --- a/sprout/type_traits/std_type_traits.hpp +++ b/sprout/type_traits/std_type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero 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 b198d0a2..494c293f 100644 --- a/sprout/type_traits/std_value_variables.hpp +++ b/sprout/type_traits/std_value_variables.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 980ef312..b8d04590 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b910871..0f9a09fe 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f47e25e2..8c1f1d07 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6d19c81a..d3596c2e 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7aace134..25734062 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 895fa94c..705f305c 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 314b1ead..bde73c8d 100644 --- a/sprout/utility/exchange.hpp +++ b/sprout/utility/exchange.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dc97c880..5679be9e 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 68197bba..57ec0f46 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e80417c4..de90b6a5 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7af63f23..921cc662 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e35c1df1..6c404ad1 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 86daf706..e8bb7190 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e997efd6..dda2f607 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c6ace6ce..f208a081 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 34904e6c..b4211ded 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ed7ff80..ede9f5af 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5944262f..cc1a829c 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 020e7485..f4120114 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6dffacfa..dd98a0c2 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 88c9681e..11ca0b07 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6ffeb454..400449af 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f0cf07ea..a6ffaff5 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e5fffb13..8c58a8f4 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a8aa1408..5b8da543 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bf04209e..81a28003 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a8127d62..9a93eeaf 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 92205a62..ad9e1e29 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a70cb28f..6a467f78 100644 --- a/sprout/utility/string_ref/alias.hpp +++ b/sprout/utility/string_ref/alias.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 14cc79b3..86c21613 100644 --- a/sprout/utility/string_ref/comparison.hpp +++ b/sprout/utility/string_ref/comparison.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e72b1b07..425029e6 100644 --- a/sprout/utility/string_ref/conversion.hpp +++ b/sprout/utility/string_ref/conversion.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7ada86f0..d21ef8ac 100644 --- a/sprout/utility/string_ref/from_string.hpp +++ b/sprout/utility/string_ref/from_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 cd56a3de..360063ac 100644 --- a/sprout/utility/string_ref/hash.hpp +++ b/sprout/utility/string_ref/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2d657793..bedb34cb 100644 --- a/sprout/utility/string_ref/io.hpp +++ b/sprout/utility/string_ref/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2f1c6e18..235f07fa 100644 --- a/sprout/utility/string_ref/string_ref.hpp +++ b/sprout/utility/string_ref/string_ref.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b40d5714..0538f8cd 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b38bc9fd..b8b75761 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5dd22a9e..a96c6d31 100644 --- a/sprout/utility/string_ref/type_traits.hpp +++ b/sprout/utility/string_ref/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 38e39de7..3fd9647b 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a11c3981..286a4fdd 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7f160eff..1a215407 100644 --- a/sprout/utility/value_holder.hpp +++ b/sprout/utility/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e2c5a906..c68f89c7 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 401a65ef..978fe2f2 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 80b41d27..a66720d9 100644 --- a/sprout/utility/value_holder/value_holder.hpp +++ b/sprout/utility/value_holder/value_holder.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 25a1b1d9..d49775ce 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 587d0df4..94c717ec 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b48cb63..d3f901ea 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5d37b58e..9eee2068 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5e33f758..4b13a9d5 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c22c7473..ae99c44c 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 27b99baa..6e614982 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 24aa315f..a6f134bd 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5f6a313a..c1315111 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b10bdd78..a3c5ed04 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 fa0e2acf..273539e0 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3102cd60..aff45489 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dfd80d8d..e45a0d09 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 88ef352a..51a437ed 100644 --- a/sprout/uuid/udl.hpp +++ b/sprout/uuid/udl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1d4db7dc..8f5a4a2e 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 40a653aa..51c19651 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 819fd75e..499f35fb 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1ba695fa..6e7c093d 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c86dba8a..5567c6cb 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 153cbef6..5525cd04 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d39542d9..019dbade 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d0fb5584..022d4051 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c81f8f12..8031b017 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1ccbd23c..9175904e 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5a3e2ba5..02adc66f 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 341e9495..dc189097 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 26fa58f1..b4c4f26f 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8e35d859..5865e8b6 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b869a918..2fa0509a 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 08e7a2dd..0cd7894e 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a866c694..38262fc9 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bedd11b5..09afff73 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 80f5d616..72b31336 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 92f0bdaa..28bf7a18 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7418aba5..6bf17fd2 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 82957ed3..5c52e786 100644 --- a/sprout/weed/attr_cnv/results.hpp +++ b/sprout/weed/attr_cnv/results.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 04a2b356..34387b66 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1be45a21..ae9753a8 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f918d733..a27d9031 100644 --- a/sprout/weed/attr_cnv/results/modulus.hpp +++ b/sprout/weed/attr_cnv/results/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0469e5ee..5251b496 100644 --- a/sprout/weed/attr_cnv/results/negate.hpp +++ b/sprout/weed/attr_cnv/results/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 afcf0896..e4108c1e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e321e80c..1ea782fe 100644 --- a/sprout/weed/attr_cnv/results/times.hpp +++ b/sprout/weed/attr_cnv/results/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 227a4b8c..3661a1fb 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4aa2813d..bf197f8f 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7b7c7e42..9da58de6 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 aef260b0..f461652f 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4aa587ad..c7a92b46 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 056d4613..20d51f09 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c99f1bd3..bbd32028 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 17588726..249f320c 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 304306b4..98128d83 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 290701c9..9225633c 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 93c478b9..948ca4fb 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8ec71470..c467c6b2 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7c551d97..b27fc9a7 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 14e9281e..a71af284 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d245e3fc..40b73cd2 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5505c8f9..3db2ab45 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6abc4d77..38c1d82e 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c5edf080..4a7dd866 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f3f86a2e..7c816cc9 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 368cca78..cb8a13c3 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 07ac76dc..85bc4b20 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ae07c37f..b4e81119 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3e6a7b5a..2168c4b7 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ed099f11..b5c53316 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d2c3beef..5f3823fa 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e53bd0e4..675809bd 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 78354a35..33394bf8 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b60590d..c3e60a7f 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a5e92999..7c059d1b 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c98bbcfc..5839e5d9 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 63f45e1c..7a155071 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 dd189336..d5482912 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6c9a13d8..98980b1c 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 8c3540b4..06400dc4 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 ce486597..c812bbad 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 38556ac7..5182c821 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f63419cb..ecf7bf85 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b972b40e..26386439 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1e4de19f..500d6d07 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a1d4d0c0..2f2cdd4f 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f2fd8140..9bd5990a 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b35be7d..81773891 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7e09915c..66fc5100 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 737b4be5..be99ef7f 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 bbba97a0..fa37abba 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e58d2cd2..c9fdb4be 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 71f90b59..0f8b57fb 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 01033d8e..00a85654 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 33a6acff..70155780 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d4089f99..7836a889 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 56a71873..f493e966 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5bf0edeb..5b2c7662 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1bec927f..aa11a809 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6644a2db..59dc7c79 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 36b15482..c14a9304 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b554da8c..d4ede51d 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b36fbab8..3b06c212 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 99845509..8a51658e 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 4aaa39bb..025b7e17 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 810cfbe7..35eeb0eb 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 2c0a5d3e..e3c1744e 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a780e92d..0758b09f 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f7f74331..1cbffab5 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5bcf580c..8417ad0a 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 7aaea5b5..0f18cb1f 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0fcd5254..fd4fcc74 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 38ab2c93..e5ef1959 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d83390b0..990ec4d3 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f17ccbb0..e68850f0 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9e835057..78dc8d66 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 70efda9c..6f5fb560 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3e19ff66..5000b2c5 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a0fa8e47..947e8705 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 6baca15e..5a4e5140 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 661eced8..870c9b74 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b5625b63..aedeadc7 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 1013fc5f..4c1c4ee5 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a965f0f9..d78d4423 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 09eafba3..02b5d6b1 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f05a2ca7..4c976f07 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 76cda2eb..9b4143d9 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f4c712cd..d8fa7026 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a3f5b7f1..b7fb8a3d 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 c0493cb9..4772da40 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 3b04eabf..3855e32d 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d9554c5f..1e7f869f 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5bcea0ca..2000f23b 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f89436fd..22375101 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9b3c9185..eb2633c1 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 a208fd53..154ca910 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 d3c45099..f2b4a7e5 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 43f64ee2..4bcb4a03 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 74c694ae..5215ac4e 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f2901100..7fc872c1 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 48e8f9c7..19f9eccf 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 69e9eb72..8269192f 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 caa4a89b..bed3708a 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b064b663..95a73b1f 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 78fda142..5b3e3dc6 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f6823e88..daaee3cb 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9437b387..b405d3a7 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b86752d8..2a60a226 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-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 db51de0b..a1b2fda0 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 91acb7dd..eee00a6a 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 5b954c44..a47d77cf 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 9ad70f0e..3e9b98d7 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 f24dfd95..d4d786c1 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 0de60625..33eeb008 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 e20e7ce6..0da4a4b0 100644 --- a/sprout/workaround/base_class_construct.hpp +++ b/sprout/workaround/base_class_construct.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 86017250..e42c510c 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 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 b7a50034..b3c2a241 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/algorithm.hpp b/testspr/algorithm.hpp index b121f6f6..02193142 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/assert.hpp b/testspr/assert.hpp index 063f8e10..f24d9dbd 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/functional.hpp b/testspr/functional.hpp index b3e3ccba..d593ad71 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/header_all.hpp b/testspr/header_all.hpp index ae125a08..6e7ce971 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/include_main.hpp b/testspr/include_main.hpp index fd73ed0a..02b86642 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/iterator.hpp b/testspr/iterator.hpp index a6113e5d..6b186d50 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/print.hpp b/testspr/print.hpp index 681c4dd6..557b36f8 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/range.hpp b/testspr/range.hpp index 8592c426..6f4353d3 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/sprout.cpp b/testspr/sprout.cpp index 0a5d9725..1ca307e8 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/tools.hpp b/testspr/tools.hpp index 1f028ad6..a4582f50 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/testspr/typeinfo.hpp b/testspr/typeinfo.hpp index a50ca6d4..b32ca91f 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/compost/wavconv.cpp b/tools/compost/wavconv.cpp index d47636ea..40d1d615 100644 --- a/tools/compost/wavconv.cpp +++ b/tools/compost/wavconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/compost/wave_io.hpp b/tools/compost/wave_io.hpp index c8cc611f..a5684f4b 100644 --- a/tools/compost/wave_io.hpp +++ b/tools/compost/wave_io.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/darkcult.cpp b/tools/darkroom/darkcult.cpp index 68774dc8..c92cec26 100644 --- a/tools/darkroom/darkcult.cpp +++ b/tools/darkroom/darkcult.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/darkroom/texconv.cpp b/tools/darkroom/texconv.cpp index 9a9e6037..b5d5623b 100644 --- a/tools/darkroom/texconv.cpp +++ b/tools/darkroom/texconv.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/tools/testspr/test.cpp b/tools/testspr/test.cpp index 3e2f912e..897218e8 100644 --- a/tools/testspr/test.cpp +++ b/tools/testspr/test.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying