From cb1077d2473139f9603f9eb49bb2e43f2a625c87 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Thu, 8 Aug 2013 18:54:33 +0900 Subject: [PATCH] add copyright --- example/inv_fizzbuzz/main.cpp | 7 +++++++ libs/algorithm/test/adjacent_find.cpp | 7 +++++++ libs/algorithm/test/algorithm.cpp | 7 +++++++ libs/algorithm/test/all_of.cpp | 7 +++++++ libs/algorithm/test/all_of_equal.cpp | 7 +++++++ libs/algorithm/test/any_of.cpp | 7 +++++++ libs/algorithm/test/any_of_equal.cpp | 7 +++++++ libs/algorithm/test/binary_search.cpp | 7 +++++++ libs/algorithm/test/bogo_sort.cpp | 7 +++++++ libs/algorithm/test/bogo_sort_result.cpp | 7 +++++++ libs/algorithm/test/bozo_sort.cpp | 7 +++++++ libs/algorithm/test/bozo_sort_result.cpp | 7 +++++++ libs/algorithm/test/clamp.cpp | 7 +++++++ libs/algorithm/test/clamp_range.cpp | 7 +++++++ libs/algorithm/test/clamp_range_copy.cpp | 7 +++++++ libs/algorithm/test/copy.cpp | 7 +++++++ libs/algorithm/test/copy_backward.cpp | 7 +++++++ libs/algorithm/test/copy_if.cpp | 7 +++++++ libs/algorithm/test/copy_n.cpp | 7 +++++++ libs/algorithm/test/copy_until.cpp | 7 +++++++ libs/algorithm/test/copy_while.cpp | 7 +++++++ libs/algorithm/test/count.cpp | 7 +++++++ libs/algorithm/test/count_if.cpp | 7 +++++++ libs/algorithm/test/equal.cpp | 7 +++++++ libs/algorithm/test/equal_range.cpp | 7 +++++++ libs/algorithm/test/fill.cpp | 7 +++++++ libs/algorithm/test/fill_n.cpp | 7 +++++++ libs/algorithm/test/find.cpp | 7 +++++++ libs/algorithm/test/find_end.cpp | 7 +++++++ libs/algorithm/test/find_first_of.cpp | 7 +++++++ libs/algorithm/test/find_if.cpp | 7 +++++++ libs/algorithm/test/find_if_not.cpp | 7 +++++++ libs/algorithm/test/generate.cpp | 7 +++++++ libs/algorithm/test/generate_n.cpp | 7 +++++++ libs/algorithm/test/includes.cpp | 7 +++++++ libs/algorithm/test/inplace_merge.cpp | 7 +++++++ libs/algorithm/test/is_decreasing.cpp | 7 +++++++ libs/algorithm/test/is_heap.cpp | 7 +++++++ libs/algorithm/test/is_heap_until.cpp | 7 +++++++ libs/algorithm/test/is_increasing.cpp | 7 +++++++ libs/algorithm/test/is_partitioned.cpp | 7 +++++++ libs/algorithm/test/is_permutation.cpp | 7 +++++++ libs/algorithm/test/is_sorted.cpp | 7 +++++++ libs/algorithm/test/is_sorted_until.cpp | 7 +++++++ libs/algorithm/test/is_strictly_decreasing.cpp | 7 +++++++ libs/algorithm/test/is_strictly_increasing.cpp | 7 +++++++ libs/algorithm/test/lexicographical_compare.cpp | 7 +++++++ libs/algorithm/test/lower_bound.cpp | 7 +++++++ libs/algorithm/test/make_heap.cpp | 7 +++++++ libs/algorithm/test/make_partial_heap.cpp | 7 +++++++ libs/algorithm/test/max.cpp | 7 +++++++ libs/algorithm/test/max_element.cpp | 7 +++++++ libs/algorithm/test/merge.cpp | 7 +++++++ libs/algorithm/test/min.cpp | 7 +++++++ libs/algorithm/test/min_element.cpp | 7 +++++++ libs/algorithm/test/minmax.cpp | 7 +++++++ libs/algorithm/test/minmax_element.cpp | 7 +++++++ libs/algorithm/test/mismatch.cpp | 7 +++++++ libs/algorithm/test/modifying.cpp | 7 +++++++ libs/algorithm/test/next_permutation.cpp | 7 +++++++ libs/algorithm/test/non_modifying.cpp | 7 +++++++ libs/algorithm/test/none_of.cpp | 7 +++++++ libs/algorithm/test/none_of_equal.cpp | 7 +++++++ libs/algorithm/test/nth_element.cpp | 7 +++++++ libs/algorithm/test/one_of.cpp | 7 +++++++ libs/algorithm/test/one_of_equal.cpp | 7 +++++++ libs/algorithm/test/partial_sort.cpp | 7 +++++++ libs/algorithm/test/partition.cpp | 7 +++++++ libs/algorithm/test/partition_copy.cpp | 7 +++++++ libs/algorithm/test/partition_point.cpp | 7 +++++++ libs/algorithm/test/pop_heap.cpp | 7 +++++++ libs/algorithm/test/prev_permutation.cpp | 7 +++++++ libs/algorithm/test/push_heap.cpp | 7 +++++++ libs/algorithm/test/random_swap.cpp | 7 +++++++ libs/algorithm/test/random_swap_result.cpp | 7 +++++++ libs/algorithm/test/recurrence.cpp | 7 +++++++ libs/algorithm/test/recurrence_n.cpp | 7 +++++++ libs/algorithm/test/remove.cpp | 7 +++++++ libs/algorithm/test/remove_copy.cpp | 7 +++++++ libs/algorithm/test/remove_copy_if.cpp | 7 +++++++ libs/algorithm/test/remove_if.cpp | 7 +++++++ libs/algorithm/test/replace.cpp | 7 +++++++ libs/algorithm/test/replace_copy.cpp | 7 +++++++ libs/algorithm/test/replace_copy_if.cpp | 7 +++++++ libs/algorithm/test/replace_if.cpp | 7 +++++++ libs/algorithm/test/reverse.cpp | 7 +++++++ libs/algorithm/test/reverse_copy.cpp | 7 +++++++ libs/algorithm/test/rotate.cpp | 7 +++++++ libs/algorithm/test/rotate_copy.cpp | 7 +++++++ libs/algorithm/test/search.cpp | 7 +++++++ libs/algorithm/test/search_n.cpp | 7 +++++++ libs/algorithm/test/set_difference.cpp | 7 +++++++ libs/algorithm/test/set_intersection.cpp | 7 +++++++ libs/algorithm/test/set_symmetric_difference.cpp | 7 +++++++ libs/algorithm/test/set_union.cpp | 7 +++++++ libs/algorithm/test/shuffle.cpp | 7 +++++++ libs/algorithm/test/shuffle_result.cpp | 7 +++++++ libs/algorithm/test/sort.cpp | 7 +++++++ libs/algorithm/test/sort_heap.cpp | 7 +++++++ libs/algorithm/test/stable_partition.cpp | 7 +++++++ libs/algorithm/test/stable_partition_copy.cpp | 7 +++++++ libs/algorithm/test/stable_sort.cpp | 7 +++++++ libs/algorithm/test/swap_element.cpp | 7 +++++++ libs/algorithm/test/swap_element_copy.cpp | 7 +++++++ libs/algorithm/test/transform.cpp | 7 +++++++ .../test/tristate_lexicographical_compare.cpp | 7 +++++++ libs/algorithm/test/unfold.cpp | 7 +++++++ libs/algorithm/test/unfold_n.cpp | 7 +++++++ libs/algorithm/test/unique.cpp | 7 +++++++ libs/algorithm/test/unique_copy.cpp | 7 +++++++ libs/algorithm/test/upper_bound.cpp | 7 +++++++ libs/array/test/array.cpp | 7 +++++++ libs/bitset/test/bitset.cpp | 7 +++++++ libs/cstring/test/cstring.cpp | 7 +++++++ libs/cstring/test/memchr.cpp | 7 +++++++ libs/cstring/test/memcmp.cpp | 7 +++++++ libs/cstring/test/strchr.cpp | 7 +++++++ libs/cstring/test/strcmp.cpp | 7 +++++++ libs/cstring/test/strcoll.cpp | 7 +++++++ libs/cstring/test/strcspn.cpp | 7 +++++++ libs/cstring/test/strlen.cpp | 7 +++++++ libs/cstring/test/strncmp.cpp | 7 +++++++ libs/cstring/test/strpbrk.cpp | 7 +++++++ libs/cstring/test/strrchr.cpp | 7 +++++++ libs/cstring/test/strspn.cpp | 7 +++++++ libs/cstring/test/strstr.cpp | 7 +++++++ libs/optional/test/optional.cpp | 7 +++++++ libs/random/test/additive_combine.cpp | 7 +++++++ libs/random/test/bernoulli_distribution.cpp | 7 +++++++ libs/random/test/binomial_distribution.cpp | 7 +++++++ libs/random/test/geometric_distribution.cpp | 7 +++++++ libs/random/test/inversive_congruential.cpp | 7 +++++++ libs/random/test/linear_congruential.cpp | 7 +++++++ libs/random/test/mersenne_twister.cpp | 7 +++++++ libs/random/test/normal_distribution.cpp | 7 +++++++ libs/random/test/random.cpp | 7 +++++++ libs/random/test/shuffle_order.cpp | 7 +++++++ libs/random/test/taus88.cpp | 7 +++++++ libs/random/test/uniform_01.cpp | 7 +++++++ libs/random/test/uniform_int_distribution.cpp | 7 +++++++ libs/random/test/uniform_real_distribution.cpp | 7 +++++++ libs/random/test/uniform_smallint.cpp | 7 +++++++ libs/string/test/string.cpp | 7 +++++++ libs/tuple/test/tuple.cpp | 7 +++++++ libs/utility/string_ref/test/string_ref.cpp | 7 +++++++ libs/variant/test/variant.cpp | 7 +++++++ sprout/adapt/sscrisk/cel/array.hpp | 7 +++++++ sprout/adapt/sscrisk/cel/utility.hpp | 7 +++++++ sprout/adapt/std/array.hpp | 7 +++++++ sprout/adapt/std/utility.hpp | 7 +++++++ sprout/adl/not_found.hpp | 7 +++++++ sprout/algorithm.hpp | 7 +++++++ sprout/algorithm/adjacent_find.hpp | 7 +++++++ sprout/algorithm/all_of.hpp | 7 +++++++ sprout/algorithm/all_of_equal.hpp | 7 +++++++ sprout/algorithm/any_of.hpp | 7 +++++++ sprout/algorithm/any_of_equal.hpp | 7 +++++++ sprout/algorithm/binary_search.hpp | 7 +++++++ sprout/algorithm/bogo_sort.hpp | 7 +++++++ sprout/algorithm/bogo_sort_result.hpp | 7 +++++++ sprout/algorithm/bozo_sort.hpp | 7 +++++++ sprout/algorithm/bozo_sort_result.hpp | 7 +++++++ sprout/algorithm/clamp.hpp | 7 +++++++ sprout/algorithm/clamp_range.hpp | 7 +++++++ sprout/algorithm/clamp_range_copy.hpp | 7 +++++++ sprout/algorithm/copy.hpp | 7 +++++++ sprout/algorithm/copy_backward.hpp | 7 +++++++ sprout/algorithm/copy_if.hpp | 7 +++++++ sprout/algorithm/copy_n.hpp | 7 +++++++ sprout/algorithm/copy_until.hpp | 7 +++++++ sprout/algorithm/copy_while.hpp | 7 +++++++ sprout/algorithm/count.hpp | 7 +++++++ sprout/algorithm/count_if.hpp | 7 +++++++ sprout/algorithm/equal.hpp | 7 +++++++ sprout/algorithm/equal_range.hpp | 9 ++++++++- sprout/algorithm/fill.hpp | 7 +++++++ sprout/algorithm/fill_n.hpp | 7 +++++++ sprout/algorithm/find.hpp | 7 +++++++ sprout/algorithm/find_difference.hpp | 7 +++++++ sprout/algorithm/find_end.hpp | 7 +++++++ sprout/algorithm/find_first_of.hpp | 7 +++++++ sprout/algorithm/find_if.hpp | 7 +++++++ sprout/algorithm/find_if_not.hpp | 7 +++++++ sprout/algorithm/find_intersection.hpp | 7 +++++++ sprout/algorithm/find_symmetric_difference.hpp | 7 +++++++ sprout/algorithm/fit.hpp | 7 +++++++ sprout/algorithm/fit/bogo_sort.hpp | 9 ++++++++- sprout/algorithm/fit/bogo_sort_result.hpp | 9 ++++++++- sprout/algorithm/fit/bozo_sort.hpp | 9 ++++++++- sprout/algorithm/fit/bozo_sort_result.hpp | 9 ++++++++- sprout/algorithm/fit/clamp_range.hpp | 9 ++++++++- sprout/algorithm/fit/clamp_range_copy.hpp | 9 ++++++++- sprout/algorithm/fit/copy.hpp | 9 ++++++++- sprout/algorithm/fit/copy_backward.hpp | 9 ++++++++- sprout/algorithm/fit/copy_if.hpp | 9 ++++++++- sprout/algorithm/fit/copy_n.hpp | 9 ++++++++- sprout/algorithm/fit/copy_until.hpp | 9 ++++++++- sprout/algorithm/fit/copy_while.hpp | 9 ++++++++- sprout/algorithm/fit/fill.hpp | 9 ++++++++- sprout/algorithm/fit/fill_n.hpp | 9 ++++++++- sprout/algorithm/fit/generate.hpp | 9 ++++++++- sprout/algorithm/fit/generate_n.hpp | 9 ++++++++- sprout/algorithm/fit/inplace_merge.hpp | 9 ++++++++- sprout/algorithm/fit/make_heap.hpp | 9 ++++++++- sprout/algorithm/fit/make_partial_heap.hpp | 9 ++++++++- sprout/algorithm/fit/merge.hpp | 9 ++++++++- sprout/algorithm/fit/next_permutation.hpp | 9 ++++++++- sprout/algorithm/fit/nth_element.hpp | 9 ++++++++- sprout/algorithm/fit/partial_sort.hpp | 9 ++++++++- sprout/algorithm/fit/partition.hpp | 9 ++++++++- sprout/algorithm/fit/partition_copy.hpp | 9 ++++++++- sprout/algorithm/fit/pop_heap.hpp | 9 ++++++++- sprout/algorithm/fit/prev_permutation.hpp | 9 ++++++++- sprout/algorithm/fit/push_heap.hpp | 9 ++++++++- sprout/algorithm/fit/random_swap.hpp | 9 ++++++++- sprout/algorithm/fit/random_swap_result.hpp | 9 ++++++++- sprout/algorithm/fit/recurrence.hpp | 9 ++++++++- sprout/algorithm/fit/recurrence_n.hpp | 9 ++++++++- sprout/algorithm/fit/remove.hpp | 15 +++++++++++---- sprout/algorithm/fit/remove_copy.hpp | 9 ++++++++- sprout/algorithm/fit/remove_copy_if.hpp | 9 ++++++++- sprout/algorithm/fit/remove_if.hpp | 9 ++++++++- sprout/algorithm/fit/replace.hpp | 9 ++++++++- sprout/algorithm/fit/replace_copy.hpp | 9 ++++++++- sprout/algorithm/fit/replace_copy_if.hpp | 9 ++++++++- sprout/algorithm/fit/replace_if.hpp | 9 ++++++++- sprout/algorithm/fit/result_of.hpp | 9 ++++++++- sprout/algorithm/fit/reverse.hpp | 9 ++++++++- sprout/algorithm/fit/reverse_copy.hpp | 9 ++++++++- sprout/algorithm/fit/rotate.hpp | 9 ++++++++- sprout/algorithm/fit/rotate_copy.hpp | 9 ++++++++- sprout/algorithm/fit/set_difference.hpp | 9 ++++++++- sprout/algorithm/fit/set_intersection.hpp | 9 ++++++++- sprout/algorithm/fit/set_symmetric_difference.hpp | 9 ++++++++- sprout/algorithm/fit/set_union.hpp | 9 ++++++++- sprout/algorithm/fit/shuffle.hpp | 9 ++++++++- sprout/algorithm/fit/shuffle_result.hpp | 9 ++++++++- sprout/algorithm/fit/sort.hpp | 9 ++++++++- sprout/algorithm/fit/sort_heap.hpp | 9 ++++++++- sprout/algorithm/fit/stable_partition.hpp | 9 ++++++++- sprout/algorithm/fit/stable_partition_copy.hpp | 9 ++++++++- sprout/algorithm/fit/stable_sort.hpp | 9 ++++++++- sprout/algorithm/fit/swap_element.hpp | 9 ++++++++- sprout/algorithm/fit/swap_element_copy.hpp | 9 ++++++++- sprout/algorithm/fit/transform.hpp | 9 ++++++++- sprout/algorithm/fit/unfold.hpp | 9 ++++++++- sprout/algorithm/fit/unfold_n.hpp | 9 ++++++++- sprout/algorithm/fit/unique.hpp | 9 ++++++++- sprout/algorithm/fit/unique_copy.hpp | 9 ++++++++- sprout/algorithm/fixed.hpp | 7 +++++++ sprout/algorithm/fixed/bogo_sort.hpp | 7 +++++++ sprout/algorithm/fixed/bogo_sort_result.hpp | 7 +++++++ sprout/algorithm/fixed/bozo_sort.hpp | 7 +++++++ sprout/algorithm/fixed/bozo_sort_result.hpp | 7 +++++++ sprout/algorithm/fixed/clamp_range.hpp | 7 +++++++ sprout/algorithm/fixed/clamp_range_copy.hpp | 7 +++++++ sprout/algorithm/fixed/copy.hpp | 7 +++++++ sprout/algorithm/fixed/copy_backward.hpp | 7 +++++++ sprout/algorithm/fixed/copy_if.hpp | 7 +++++++ sprout/algorithm/fixed/copy_n.hpp | 7 +++++++ sprout/algorithm/fixed/copy_until.hpp | 7 +++++++ sprout/algorithm/fixed/copy_while.hpp | 7 +++++++ sprout/algorithm/fixed/deprecated/sort.hpp | 7 +++++++ sprout/algorithm/fixed/fill.hpp | 7 +++++++ sprout/algorithm/fixed/fill_n.hpp | 7 +++++++ sprout/algorithm/fixed/generate.hpp | 7 +++++++ sprout/algorithm/fixed/generate_n.hpp | 7 +++++++ sprout/algorithm/fixed/inplace_merge.hpp | 7 +++++++ sprout/algorithm/fixed/make_heap.hpp | 7 +++++++ sprout/algorithm/fixed/make_partial_heap.hpp | 7 +++++++ sprout/algorithm/fixed/merge.hpp | 7 +++++++ sprout/algorithm/fixed/next_permutation.hpp | 9 ++++++++- sprout/algorithm/fixed/nth_element.hpp | 7 +++++++ sprout/algorithm/fixed/partial_sort.hpp | 7 +++++++ sprout/algorithm/fixed/partition.hpp | 7 +++++++ sprout/algorithm/fixed/partition_copy.hpp | 7 +++++++ sprout/algorithm/fixed/pop_heap.hpp | 7 +++++++ sprout/algorithm/fixed/prev_permutation.hpp | 9 ++++++++- sprout/algorithm/fixed/push_heap.hpp | 7 +++++++ sprout/algorithm/fixed/random_swap.hpp | 7 +++++++ sprout/algorithm/fixed/random_swap_result.hpp | 7 +++++++ sprout/algorithm/fixed/recurrence.hpp | 7 +++++++ sprout/algorithm/fixed/recurrence_n.hpp | 7 +++++++ sprout/algorithm/fixed/remove.hpp | 7 +++++++ sprout/algorithm/fixed/remove_copy.hpp | 7 +++++++ sprout/algorithm/fixed/remove_copy_if.hpp | 7 +++++++ sprout/algorithm/fixed/remove_if.hpp | 7 +++++++ sprout/algorithm/fixed/replace.hpp | 7 +++++++ sprout/algorithm/fixed/replace_copy.hpp | 7 +++++++ sprout/algorithm/fixed/replace_copy_if.hpp | 7 +++++++ sprout/algorithm/fixed/replace_if.hpp | 7 +++++++ sprout/algorithm/fixed/result_of.hpp | 7 +++++++ sprout/algorithm/fixed/reverse.hpp | 7 +++++++ sprout/algorithm/fixed/reverse_copy.hpp | 7 +++++++ sprout/algorithm/fixed/rotate.hpp | 7 +++++++ sprout/algorithm/fixed/rotate_copy.hpp | 7 +++++++ sprout/algorithm/fixed/set_difference.hpp | 7 +++++++ sprout/algorithm/fixed/set_intersection.hpp | 7 +++++++ .../algorithm/fixed/set_symmetric_difference.hpp | 7 +++++++ sprout/algorithm/fixed/set_union.hpp | 7 +++++++ sprout/algorithm/fixed/shuffle.hpp | 7 +++++++ sprout/algorithm/fixed/shuffle_result.hpp | 7 +++++++ sprout/algorithm/fixed/sort.hpp | 7 +++++++ sprout/algorithm/fixed/sort_heap.hpp | 7 +++++++ sprout/algorithm/fixed/stable_partition.hpp | 7 +++++++ sprout/algorithm/fixed/stable_partition_copy.hpp | 7 +++++++ sprout/algorithm/fixed/stable_sort.hpp | 7 +++++++ sprout/algorithm/fixed/swap_element.hpp | 7 +++++++ sprout/algorithm/fixed/swap_element_copy.hpp | 7 +++++++ sprout/algorithm/fixed/transform.hpp | 7 +++++++ sprout/algorithm/fixed/unfold.hpp | 7 +++++++ sprout/algorithm/fixed/unfold_n.hpp | 7 +++++++ sprout/algorithm/fixed/unique.hpp | 7 +++++++ sprout/algorithm/fixed/unique_copy.hpp | 7 +++++++ sprout/algorithm/generate.hpp | 7 +++++++ sprout/algorithm/generate_n.hpp | 7 +++++++ sprout/algorithm/includes.hpp | 7 +++++++ sprout/algorithm/inplace_merge.hpp | 7 +++++++ sprout/algorithm/is_decreasing.hpp | 7 +++++++ sprout/algorithm/is_heap.hpp | 9 ++++++++- sprout/algorithm/is_heap_until.hpp | 7 +++++++ sprout/algorithm/is_increasing.hpp | 7 +++++++ sprout/algorithm/is_partitioned.hpp | 7 +++++++ sprout/algorithm/is_permutation.hpp | 7 +++++++ sprout/algorithm/is_sorted.hpp | 9 ++++++++- sprout/algorithm/is_sorted_until.hpp | 7 +++++++ sprout/algorithm/is_strictly_decreasing.hpp | 7 +++++++ sprout/algorithm/is_strictly_increasing.hpp | 7 +++++++ sprout/algorithm/lexicographical_compare.hpp | 7 +++++++ sprout/algorithm/lower_bound.hpp | 9 ++++++++- sprout/algorithm/make_heap.hpp | 7 +++++++ sprout/algorithm/make_partial_heap.hpp | 7 +++++++ sprout/algorithm/max.hpp | 9 ++++++++- sprout/algorithm/max_element.hpp | 7 +++++++ sprout/algorithm/merge.hpp | 7 +++++++ sprout/algorithm/min.hpp | 9 ++++++++- sprout/algorithm/min_element.hpp | 7 +++++++ sprout/algorithm/minmax.hpp | 9 ++++++++- sprout/algorithm/minmax_element.hpp | 7 +++++++ sprout/algorithm/mismatch.hpp | 7 +++++++ sprout/algorithm/modifying.hpp | 7 +++++++ sprout/algorithm/next_difference.hpp | 7 +++++++ sprout/algorithm/next_intersection.hpp | 7 +++++++ sprout/algorithm/next_permutation.hpp | 7 +++++++ sprout/algorithm/next_symmetric_difference.hpp | 7 +++++++ sprout/algorithm/next_union.hpp | 7 +++++++ sprout/algorithm/non_modifying.hpp | 7 +++++++ sprout/algorithm/none_of.hpp | 7 +++++++ sprout/algorithm/none_of_equal.hpp | 7 +++++++ sprout/algorithm/nth_element.hpp | 7 +++++++ sprout/algorithm/one_of.hpp | 7 +++++++ sprout/algorithm/one_of_equal.hpp | 7 +++++++ sprout/algorithm/partial_sort.hpp | 7 +++++++ sprout/algorithm/partition.hpp | 7 +++++++ sprout/algorithm/partition_copy.hpp | 7 +++++++ sprout/algorithm/partition_point.hpp | 9 ++++++++- sprout/algorithm/pop_heap.hpp | 7 +++++++ sprout/algorithm/prev_permutation.hpp | 7 +++++++ sprout/algorithm/push_heap.hpp | 7 +++++++ sprout/algorithm/random_swap.hpp | 7 +++++++ sprout/algorithm/random_swap_result.hpp | 7 +++++++ sprout/algorithm/recurrence.hpp | 7 +++++++ sprout/algorithm/recurrence_n.hpp | 7 +++++++ sprout/algorithm/remove.hpp | 7 +++++++ sprout/algorithm/remove_copy.hpp | 7 +++++++ sprout/algorithm/remove_copy_if.hpp | 7 +++++++ sprout/algorithm/remove_if.hpp | 7 +++++++ sprout/algorithm/replace.hpp | 7 +++++++ sprout/algorithm/replace_copy.hpp | 7 +++++++ sprout/algorithm/replace_copy_if.hpp | 7 +++++++ sprout/algorithm/replace_if.hpp | 7 +++++++ sprout/algorithm/reverse.hpp | 7 +++++++ sprout/algorithm/reverse_copy.hpp | 7 +++++++ sprout/algorithm/rotate.hpp | 7 +++++++ sprout/algorithm/rotate_copy.hpp | 7 +++++++ sprout/algorithm/search.hpp | 7 +++++++ sprout/algorithm/search_n.hpp | 7 +++++++ sprout/algorithm/set_difference.hpp | 7 +++++++ sprout/algorithm/set_intersection.hpp | 7 +++++++ sprout/algorithm/set_intersection_iterator.hpp | 7 +++++++ sprout/algorithm/set_symmetric_difference.hpp | 7 +++++++ sprout/algorithm/set_union.hpp | 7 +++++++ sprout/algorithm/shuffle.hpp | 7 +++++++ sprout/algorithm/shuffle_result.hpp | 7 +++++++ sprout/algorithm/sort.hpp | 7 +++++++ sprout/algorithm/sort_heap.hpp | 7 +++++++ sprout/algorithm/stable_partition.hpp | 7 +++++++ sprout/algorithm/stable_partition_copy.hpp | 7 +++++++ sprout/algorithm/stable_sort.hpp | 7 +++++++ sprout/algorithm/string.hpp | 7 +++++++ sprout/algorithm/string/case_conv.hpp | 7 +++++++ sprout/algorithm/string/fit/case_conv.hpp | 7 +++++++ sprout/algorithm/string/fit/to_lower.hpp | 9 ++++++++- sprout/algorithm/string/fit/to_lower_copy.hpp | 9 ++++++++- sprout/algorithm/string/fit/to_upper.hpp | 9 ++++++++- sprout/algorithm/string/fit/to_upper_copy.hpp | 9 ++++++++- sprout/algorithm/string/fixed/case_conv.hpp | 7 +++++++ sprout/algorithm/string/fixed/to_lower.hpp | 7 +++++++ sprout/algorithm/string/fixed/to_lower_copy.hpp | 7 +++++++ sprout/algorithm/string/fixed/to_upper.hpp | 7 +++++++ sprout/algorithm/string/fixed/to_upper_copy.hpp | 7 +++++++ sprout/algorithm/string/join.hpp | 7 +++++++ sprout/algorithm/string/to_lower.hpp | 7 +++++++ sprout/algorithm/string/to_lower_copy.hpp | 7 +++++++ sprout/algorithm/string/to_upper.hpp | 7 +++++++ sprout/algorithm/string/to_upper_copy.hpp | 7 +++++++ sprout/algorithm/swap_element.hpp | 7 +++++++ sprout/algorithm/swap_element_copy.hpp | 7 +++++++ sprout/algorithm/transform.hpp | 7 +++++++ .../tristate_lexicographical_compare.hpp | 7 +++++++ sprout/algorithm/unfold.hpp | 7 +++++++ sprout/algorithm/unfold_n.hpp | 7 +++++++ sprout/algorithm/unique.hpp | 7 +++++++ sprout/algorithm/unique_copy.hpp | 7 +++++++ sprout/algorithm/upper_bound.hpp | 9 ++++++++- sprout/array.hpp | 7 +++++++ sprout/array/array.hpp | 7 +++++++ sprout/array/comparison.hpp | 7 +++++++ sprout/array/hash.hpp | 7 +++++++ sprout/array/make_array.hpp | 7 +++++++ sprout/array/tuple.hpp | 7 +++++++ sprout/array/type_traits.hpp | 7 +++++++ sprout/assert.hpp | 7 +++++++ sprout/bit/clz.hpp | 7 +++++++ sprout/bit/ctz.hpp | 7 +++++++ sprout/bit/length.hpp | 7 +++++++ sprout/bit/operation.hpp | 7 +++++++ sprout/bit/popcount.hpp | 7 +++++++ sprout/bit/reverse.hpp | 7 +++++++ sprout/bit/rotate.hpp | 7 +++++++ sprout/bitset.hpp | 7 +++++++ sprout/bitset/bitset.hpp | 7 +++++++ sprout/bitset/bitwise.hpp | 7 +++++++ sprout/bitset/hash.hpp | 7 +++++++ sprout/bitset/io.hpp | 7 +++++++ sprout/brainfuck.hpp | 7 +++++++ sprout/brainfuck/brainfuck.hpp | 7 +++++++ sprout/brainfuck/detail/convert.hpp | 7 +++++++ sprout/brainfuck/misa.hpp | 7 +++++++ sprout/brainfuck/ook.hpp | 7 +++++++ sprout/cctype.hpp | 7 +++++++ sprout/checksum.hpp | 7 +++++++ sprout/checksum/md5.hpp | 7 +++++++ sprout/checksum/sha1.hpp | 13 ++++++++++--- sprout/checksum/sum.hpp | 7 +++++++ sprout/checksum/xor.hpp | 7 +++++++ sprout/cinttypes.hpp | 7 +++++++ sprout/cinttypes/abs.hpp | 7 +++++++ sprout/cinttypes/arithmetic.hpp | 7 +++++++ sprout/cinttypes/conversion.hpp | 7 +++++++ sprout/cinttypes/div.hpp | 7 +++++++ sprout/cinttypes/strtoimax.hpp | 7 +++++++ sprout/cinttypes/strtoumax.hpp | 7 +++++++ sprout/cmath.hpp | 7 +++++++ sprout/complex.hpp | 7 +++++++ sprout/complex/complex.hpp | 7 +++++++ sprout/complex/hash.hpp | 7 +++++++ sprout/complex/nearest.hpp | 7 +++++++ sprout/complex/operators.hpp | 7 +++++++ sprout/complex/transcendentals.hpp | 7 +++++++ sprout/complex/udl.hpp | 7 +++++++ sprout/complex/values.hpp | 7 +++++++ sprout/compost.hpp | 7 +++++++ sprout/compost/analyses.hpp | 7 +++++++ sprout/compost/analyses/amplitude_spectrum.hpp | 7 +++++++ sprout/compost/analyses/dft.hpp | 7 +++++++ sprout/compost/analyses/idft.hpp | 7 +++++++ sprout/compost/analyses/phase_spectrum.hpp | 7 +++++++ sprout/compost/effects.hpp | 7 +++++++ sprout/compost/effects/auto_pan.hpp | 7 +++++++ sprout/compost/effects/changed_volume.hpp | 7 +++++++ sprout/compost/effects/chorus.hpp | 7 +++++++ sprout/compost/effects/clipped.hpp | 7 +++++++ sprout/compost/effects/compressed.hpp | 7 +++++++ sprout/compost/effects/distorted.hpp | 7 +++++++ sprout/compost/effects/fuzzed.hpp | 7 +++++++ sprout/compost/effects/noise_gated.hpp | 7 +++++++ sprout/compost/effects/overdriven.hpp | 7 +++++++ sprout/compost/effects/pseudo_stereo.hpp | 7 +++++++ sprout/compost/effects/rectified.hpp | 7 +++++++ sprout/compost/effects/reverbed.hpp | 7 +++++++ sprout/compost/effects/superposed.hpp | 7 +++++++ sprout/compost/effects/tremolo.hpp | 7 +++++++ sprout/compost/effects/vibrato.hpp | 7 +++++++ sprout/compost/effects/vocal_cancelled.hpp | 7 +++++++ sprout/compost/formats.hpp | 7 +++++++ sprout/compost/formats/as_complex.hpp | 7 +++++++ sprout/compost/formats/as_imag.hpp | 7 +++++++ sprout/compost/formats/as_pcm_wave.hpp | 7 +++++++ sprout/compost/formats/as_real.hpp | 7 +++++++ sprout/compost/formats/effected_each.hpp | 7 +++++++ sprout/compost/formats/effected_left.hpp | 7 +++++++ sprout/compost/formats/effected_right.hpp | 7 +++++++ sprout/compost/formats/left_channel.hpp | 7 +++++++ sprout/compost/formats/right_channel.hpp | 7 +++++++ sprout/compost/formats/stereo.hpp | 7 +++++++ sprout/compost/ranges.hpp | 7 +++++++ sprout/compost/ranges/adapted_dropped.hpp | 7 +++++++ sprout/compost/ranges/adapted_dropped_end.hpp | 7 +++++++ sprout/compost/ranges/adapted_offset.hpp | 7 +++++++ sprout/compost/ranges/adapted_taken.hpp | 7 +++++++ sprout/compost/ranges/adapted_taken_end.hpp | 7 +++++++ sprout/compost/ranges/adapted_window.hpp | 7 +++++++ sprout/compost/ranges/copied.hpp | 7 +++++++ sprout/compost/ranges/dropped.hpp | 7 +++++++ sprout/compost/ranges/dropped_end.hpp | 7 +++++++ sprout/compost/ranges/jointed.hpp | 7 +++++++ sprout/compost/ranges/offset.hpp | 7 +++++++ sprout/compost/ranges/piped.hpp | 7 +++++++ sprout/compost/ranges/taken.hpp | 7 +++++++ sprout/compost/ranges/taken_end.hpp | 7 +++++++ sprout/compost/ranges/window.hpp | 7 +++++++ sprout/compost/sources.hpp | 7 +++++++ sprout/compost/sources/source.hpp | 7 +++++++ sprout/compost/utility.hpp | 7 +++++++ sprout/compost/utility/equal_temperament.hpp | 7 +++++++ sprout/compost/utility/iir_filter.hpp | 7 +++++++ sprout/compost/utility/rosenberg.hpp | 7 +++++++ sprout/compost/waves.hpp | 7 +++++++ sprout/compost/waves/blanked.hpp | 7 +++++++ sprout/compost/waves/sawtooth_wave.hpp | 7 +++++++ sprout/compost/waves/sinusoidal.hpp | 7 +++++++ sprout/compost/waves/square_wave.hpp | 7 +++++++ sprout/compost/waves/triangle_wave.hpp | 7 +++++++ sprout/compost/waves/white_noise.hpp | 7 +++++++ sprout/compressed_pair.hpp | 7 +++++++ sprout/config.hpp | 7 +++++++ sprout/config/auto_config.hpp | 7 +++++++ sprout/config/compiler.hpp | 7 +++++++ sprout/config/compiler/borland.hpp | 7 +++++++ sprout/config/compiler/clang.hpp | 7 +++++++ sprout/config/compiler/codegear.hpp | 7 +++++++ sprout/config/compiler/comeau.hpp | 7 +++++++ sprout/config/compiler/common_edg.hpp | 7 +++++++ sprout/config/compiler/compaq_cxx.hpp | 7 +++++++ sprout/config/compiler/cray.hpp | 7 +++++++ sprout/config/compiler/digitalmars.hpp | 7 +++++++ sprout/config/compiler/gcc.hpp | 7 +++++++ sprout/config/compiler/gcc_xml.hpp | 7 +++++++ sprout/config/compiler/greenhills.hpp | 7 +++++++ sprout/config/compiler/has_future.hpp | 7 +++++++ sprout/config/compiler/hp_acc.hpp | 7 +++++++ sprout/config/compiler/intel.hpp | 7 +++++++ sprout/config/compiler/kai.hpp | 7 +++++++ sprout/config/compiler/metrowerks.hpp | 7 +++++++ sprout/config/compiler/mpw.hpp | 7 +++++++ sprout/config/compiler/no_future.hpp | 7 +++++++ sprout/config/compiler/nvcc.hpp | 7 +++++++ sprout/config/compiler/pathscale.hpp | 7 +++++++ sprout/config/compiler/pgi.hpp | 7 +++++++ sprout/config/compiler/sgi_mipspro.hpp | 7 +++++++ sprout/config/compiler/sunpro_cc.hpp | 7 +++++++ sprout/config/compiler/vacpp.hpp | 7 +++++++ sprout/config/compiler/visualc.hpp | 7 +++++++ sprout/config/config.hpp | 7 +++++++ sprout/config/stdlib.hpp | 7 +++++++ sprout/config/stdlib/dinkumware.hpp | 7 +++++++ sprout/config/stdlib/libcomo.hpp | 7 +++++++ sprout/config/stdlib/libcpp.hpp | 7 +++++++ sprout/config/stdlib/libstdcpp3.hpp | 7 +++++++ sprout/config/stdlib/modena.hpp | 7 +++++++ sprout/config/stdlib/msl.hpp | 7 +++++++ sprout/config/stdlib/roguewave.hpp | 7 +++++++ sprout/config/stdlib/sgi.hpp | 7 +++++++ sprout/config/stdlib/stlport.hpp | 7 +++++++ sprout/config/stdlib/vacpp.hpp | 7 +++++++ sprout/config/suffix.hpp | 7 +++++++ sprout/container.hpp | 7 +++++++ sprout/container/begin.hpp | 7 +++++++ sprout/container/const_iterator.hpp | 7 +++++++ sprout/container/const_pointer.hpp | 7 +++++++ sprout/container/const_reference.hpp | 7 +++++++ sprout/container/container_construct_traits.hpp | 7 +++++++ sprout/container/container_fitness_traits.hpp | 7 +++++++ sprout/container/container_holder.hpp | 7 +++++++ sprout/container/container_range_traits.hpp | 7 +++++++ sprout/container/container_traits.hpp | 7 +++++++ sprout/container/container_transform_traits.hpp | 7 +++++++ sprout/container/copied_type.hpp | 7 +++++++ sprout/container/deep_copy.hpp | 7 +++++++ sprout/container/deep_internal.hpp | 7 +++++++ sprout/container/detail/array_like.hpp | 7 +++++++ sprout/container/difference_type.hpp | 7 +++++++ sprout/container/empty.hpp | 7 +++++++ sprout/container/end.hpp | 7 +++++++ sprout/container/fit_size.hpp | 7 +++++++ sprout/container/fixed_size.hpp | 7 +++++++ sprout/container/functions.hpp | 7 +++++++ sprout/container/get_deep_internal.hpp | 7 +++++++ sprout/container/get_internal.hpp | 7 +++++++ sprout/container/indexes.hpp | 7 +++++++ sprout/container/internal.hpp | 7 +++++++ sprout/container/internal_begin.hpp | 7 +++++++ sprout/container/internal_begin_offset.hpp | 7 +++++++ .../container/internal_begin_offset_backward.hpp | 7 +++++++ sprout/container/internal_deep_copy.hpp | 7 +++++++ sprout/container/internal_end.hpp | 7 +++++++ sprout/container/internal_end_offset.hpp | 7 +++++++ sprout/container/internal_end_offset_backward.hpp | 7 +++++++ sprout/container/internal_size.hpp | 7 +++++++ sprout/container/is_sub_container.hpp | 7 +++++++ sprout/container/iterator.hpp | 7 +++++++ sprout/container/make.hpp | 7 +++++++ sprout/container/metafunctions.hpp | 7 +++++++ sprout/container/pointer.hpp | 7 +++++++ sprout/container/rebind_size.hpp | 7 +++++++ sprout/container/reference.hpp | 7 +++++++ sprout/container/remake.hpp | 7 +++++++ sprout/container/size.hpp | 7 +++++++ sprout/container/size_type.hpp | 7 +++++++ sprout/container/sscrisk/cel/array.hpp | 7 +++++++ sprout/container/static_size.hpp | 7 +++++++ sprout/container/std/array.hpp | 7 +++++++ sprout/container/sub_container_traits.hpp | 7 +++++++ sprout/container/traits.hpp | 7 +++++++ sprout/container/utility.hpp | 7 +++++++ sprout/container/value_type.hpp | 7 +++++++ sprout/container/weak_rebind_size.hpp | 7 +++++++ sprout/cstdint.hpp | 7 +++++++ sprout/cstdlib.hpp | 7 +++++++ sprout/cstdlib/abs.hpp | 9 ++++++++- sprout/cstdlib/arithmetic.hpp | 7 +++++++ sprout/cstdlib/ascii_to_int.hpp | 7 +++++++ sprout/cstdlib/atof.hpp | 7 +++++++ sprout/cstdlib/atoi.hpp | 7 +++++++ sprout/cstdlib/atol.hpp | 7 +++++++ sprout/cstdlib/atoll.hpp | 7 +++++++ sprout/cstdlib/conversion.hpp | 7 +++++++ sprout/cstdlib/div.hpp | 9 ++++++++- sprout/cstdlib/str_to_float.hpp | 7 +++++++ sprout/cstdlib/str_to_int.hpp | 7 +++++++ sprout/cstdlib/strtod.hpp | 7 +++++++ sprout/cstdlib/strtof.hpp | 7 +++++++ sprout/cstdlib/strtol.hpp | 7 +++++++ sprout/cstdlib/strtold.hpp | 7 +++++++ sprout/cstdlib/strtoll.hpp | 7 +++++++ sprout/cstdlib/strtoul.hpp | 7 +++++++ sprout/cstdlib/strtoull.hpp | 7 +++++++ sprout/cstring.hpp | 7 +++++++ sprout/cstring/memchr.hpp | 7 +++++++ sprout/cstring/memcmp.hpp | 7 +++++++ sprout/cstring/strchr.hpp | 7 +++++++ sprout/cstring/strcmp.hpp | 7 +++++++ sprout/cstring/strcoll.hpp | 7 +++++++ sprout/cstring/strcspn.hpp | 7 +++++++ sprout/cstring/strlen.hpp | 7 +++++++ sprout/cstring/strncmp.hpp | 7 +++++++ sprout/cstring/strpbrk.hpp | 7 +++++++ sprout/cstring/strrchr.hpp | 7 +++++++ sprout/cstring/strspn.hpp | 7 +++++++ sprout/cstring/strstr.hpp | 7 +++++++ sprout/ctype.hpp | 7 +++++++ sprout/ctype/ascii.hpp | 9 ++++++++- sprout/ctype/functor.hpp | 7 +++++++ sprout/ctype/mask.hpp | 7 +++++++ sprout/ctype/wascii.hpp | 7 +++++++ sprout/current_function.hpp | 7 +++++++ sprout/cwchar.hpp | 7 +++++++ sprout/cwchar/wcschr.hpp | 7 +++++++ sprout/cwchar/wcscmp.hpp | 7 +++++++ sprout/cwchar/wcscoll.hpp | 7 +++++++ sprout/cwchar/wcscspn.hpp | 7 +++++++ sprout/cwchar/wcslen.hpp | 7 +++++++ sprout/cwchar/wcsncmp.hpp | 7 +++++++ sprout/cwchar/wcspbrk.hpp | 7 +++++++ sprout/cwchar/wcsrchr.hpp | 7 +++++++ sprout/cwchar/wcsspn.hpp | 7 +++++++ sprout/cwchar/wcsstr.hpp | 7 +++++++ sprout/cwchar/wmemchr.hpp | 7 +++++++ sprout/cwchar/wmemcmp.hpp | 7 +++++++ sprout/cwctype.hpp | 7 +++++++ sprout/darkroom.hpp | 7 +++++++ sprout/darkroom/access.hpp | 7 +++++++ sprout/darkroom/access/access.hpp | 7 +++++++ sprout/darkroom/cameras.hpp | 7 +++++++ sprout/darkroom/cameras/angle_of_view.hpp | 7 +++++++ sprout/darkroom/cameras/simple_camera.hpp | 7 +++++++ sprout/darkroom/colors.hpp | 7 +++++++ sprout/darkroom/colors/rgb.hpp | 7 +++++++ sprout/darkroom/coords.hpp | 7 +++++++ sprout/darkroom/coords/vector.hpp | 7 +++++++ sprout/darkroom/intersects.hpp | 7 +++++++ sprout/darkroom/intersects/intersection.hpp | 7 +++++++ sprout/darkroom/lights.hpp | 7 +++++++ sprout/darkroom/lights/ambient_light.hpp | 7 +++++++ sprout/darkroom/lights/light_list.hpp | 7 +++++++ sprout/darkroom/lights/parallel_light.hpp | 7 +++++++ sprout/darkroom/lights/point_light.hpp | 7 +++++++ sprout/darkroom/materials.hpp | 7 +++++++ sprout/darkroom/materials/interpolation.hpp | 7 +++++++ sprout/darkroom/materials/material.hpp | 7 +++++++ sprout/darkroom/materials/plaid.hpp | 7 +++++++ sprout/darkroom/materials/texture_map.hpp | 7 +++++++ sprout/darkroom/materials/uniform.hpp | 7 +++++++ sprout/darkroom/objects.hpp | 7 +++++++ sprout/darkroom/objects/aa_plane.hpp | 7 +++++++ sprout/darkroom/objects/intersect.hpp | 7 +++++++ sprout/darkroom/objects/polygon.hpp | 7 +++++++ sprout/darkroom/objects/polygon/triangle.hpp | 7 +++++++ sprout/darkroom/objects/sphere.hpp | 7 +++++++ sprout/darkroom/pixels.hpp | 7 +++++++ sprout/darkroom/pixels/generate.hpp | 7 +++++++ sprout/darkroom/rays.hpp | 7 +++++++ sprout/darkroom/rays/ray.hpp | 7 +++++++ sprout/darkroom/renderers.hpp | 7 +++++++ sprout/darkroom/renderers/infinity.hpp | 7 +++++++ sprout/darkroom/renderers/whitted_style.hpp | 7 +++++++ sprout/darkroom/textures.hpp | 7 +++++++ sprout/darkroom/textures/texture.hpp | 7 +++++++ sprout/darkroom/tracers.hpp | 7 +++++++ sprout/darkroom/tracers/raytracer.hpp | 7 +++++++ sprout/detail/algorithm/count_n.hpp | 7 +++++++ sprout/detail/algorithm/count_n_if.hpp | 7 +++++++ sprout/detail/algorithm/overlap_count.hpp | 7 +++++++ sprout/detail/algorithm/search_one.hpp | 7 +++++++ sprout/detail/algorithm/set_overlap_count.hpp | 7 +++++++ sprout/detail/algorithm_min_max.hpp | 7 +++++++ sprout/detail/call_traits.hpp | 7 +++++++ sprout/detail/char_conversion.hpp | 7 +++++++ sprout/detail/container_complate.hpp | 7 +++++++ sprout/detail/container_complate_backward.hpp | 7 +++++++ sprout/detail/digits_to_int.hpp | 7 +++++++ sprout/detail/integer.hpp | 7 +++++++ sprout/detail/integer/integer_mask.hpp | 7 +++++++ sprout/detail/integer/static_log2.hpp | 7 +++++++ sprout/detail/io/ios_state.hpp | 7 +++++++ sprout/detail/io_fwd.hpp | 7 +++++++ sprout/detail/math/float.hpp | 7 +++++++ sprout/detail/math/int.hpp | 7 +++++++ sprout/detail/param_at.hpp | 7 +++++++ sprout/detail/pow.hpp | 7 +++++++ sprout/detail/sizeof.hpp | 7 +++++++ sprout/detail/str.hpp | 7 +++++++ sprout/endian_traits.hpp | 7 +++++++ sprout/forward_clist.hpp | 7 +++++++ sprout/functional.hpp | 7 +++++++ sprout/functional/adaptor.hpp | 7 +++++++ sprout/functional/arithmetic.hpp | 7 +++++++ sprout/functional/base.hpp | 7 +++++++ sprout/functional/binary_function.hpp | 7 +++++++ sprout/functional/bind.hpp | 7 +++++++ sprout/functional/bind/bind.hpp | 7 +++++++ sprout/functional/bind/placeholder.hpp | 7 +++++++ sprout/functional/bind/udl.hpp | 7 +++++++ sprout/functional/bind1st.hpp | 9 ++++++++- sprout/functional/bind2nd.hpp | 9 ++++++++- sprout/functional/binder.hpp | 7 +++++++ sprout/functional/bit_and.hpp | 7 +++++++ sprout/functional/bit_not.hpp | 7 +++++++ sprout/functional/bit_or.hpp | 7 +++++++ sprout/functional/bit_xor.hpp | 7 +++++++ sprout/functional/bitwise.hpp | 7 +++++++ sprout/functional/comparison.hpp | 7 +++++++ sprout/functional/divides.hpp | 9 ++++++++- sprout/functional/equal_to.hpp | 9 ++++++++- sprout/functional/functor.hpp | 7 +++++++ sprout/functional/greater.hpp | 9 ++++++++- sprout/functional/greater_equal.hpp | 9 ++++++++- sprout/functional/hash.hpp | 7 +++++++ sprout/functional/hash/detail/hash_float.hpp | 7 +++++++ sprout/functional/hash/hash.hpp | 7 +++++++ sprout/functional/hash/hash_combine.hpp | 7 +++++++ sprout/functional/hash/hash_fwd.hpp | 7 +++++++ sprout/functional/hash/hash_range.hpp | 7 +++++++ sprout/functional/hash/hash_value.hpp | 7 +++++++ sprout/functional/hash/hash_value_traits.hpp | 7 +++++++ sprout/functional/hash/hash_values.hpp | 7 +++++++ sprout/functional/hash/sscrisk/cel/array.hpp | 7 +++++++ sprout/functional/hash/sscrisk/cel/utility.hpp | 7 +++++++ sprout/functional/hash/std/array.hpp | 7 +++++++ sprout/functional/hash/std/utility.hpp | 7 +++++++ sprout/functional/hash/to_hash.hpp | 7 +++++++ sprout/functional/hash_fwd.hpp | 7 +++++++ sprout/functional/less.hpp | 9 ++++++++- sprout/functional/less_equal.hpp | 9 ++++++++- sprout/functional/logical.hpp | 7 +++++++ sprout/functional/logical_and.hpp | 7 +++++++ sprout/functional/logical_not.hpp | 7 +++++++ sprout/functional/logical_or.hpp | 7 +++++++ sprout/functional/mem_fn.hpp | 7 +++++++ sprout/functional/mem_fun.hpp | 7 +++++++ sprout/functional/mem_fun_ref.hpp | 7 +++++++ sprout/functional/minus.hpp | 9 ++++++++- sprout/functional/modulus.hpp | 9 ++++++++- sprout/functional/multiplies.hpp | 9 ++++++++- sprout/functional/negate.hpp | 9 ++++++++- sprout/functional/negator.hpp | 7 +++++++ sprout/functional/not1.hpp | 7 +++++++ sprout/functional/not2.hpp | 7 +++++++ sprout/functional/not_equal_to.hpp | 9 ++++++++- sprout/functional/plus.hpp | 9 ++++++++- sprout/functional/polymorphic.hpp | 7 +++++++ sprout/functional/polymorphic/address_of.hpp | 7 +++++++ sprout/functional/polymorphic/arithmetic.hpp | 7 +++++++ sprout/functional/polymorphic/assign.hpp | 7 +++++++ sprout/functional/polymorphic/assignment.hpp | 7 +++++++ sprout/functional/polymorphic/bind1st.hpp | 7 +++++++ sprout/functional/polymorphic/bind2nd.hpp | 7 +++++++ sprout/functional/polymorphic/binder.hpp | 7 +++++++ sprout/functional/polymorphic/bit_and.hpp | 7 +++++++ sprout/functional/polymorphic/bit_and_assign.hpp | 7 +++++++ sprout/functional/polymorphic/bit_not.hpp | 7 +++++++ sprout/functional/polymorphic/bit_or.hpp | 7 +++++++ sprout/functional/polymorphic/bit_or_assign.hpp | 7 +++++++ sprout/functional/polymorphic/bit_xor.hpp | 7 +++++++ sprout/functional/polymorphic/bit_xor_assign.hpp | 7 +++++++ sprout/functional/polymorphic/bitwise.hpp | 7 +++++++ sprout/functional/polymorphic/call_fun.hpp | 7 +++++++ sprout/functional/polymorphic/comma.hpp | 7 +++++++ sprout/functional/polymorphic/comparison.hpp | 7 +++++++ sprout/functional/polymorphic/cond.hpp | 7 +++++++ sprout/functional/polymorphic/dereference.hpp | 7 +++++++ sprout/functional/polymorphic/divides.hpp | 7 +++++++ sprout/functional/polymorphic/divides_assign.hpp | 7 +++++++ sprout/functional/polymorphic/equal_to.hpp | 7 +++++++ sprout/functional/polymorphic/functor.hpp | 7 +++++++ sprout/functional/polymorphic/greater.hpp | 7 +++++++ sprout/functional/polymorphic/greater_equal.hpp | 7 +++++++ sprout/functional/polymorphic/inc_dec.hpp | 7 +++++++ sprout/functional/polymorphic/less.hpp | 7 +++++++ sprout/functional/polymorphic/less_equal.hpp | 7 +++++++ sprout/functional/polymorphic/logical.hpp | 7 +++++++ sprout/functional/polymorphic/logical_and.hpp | 7 +++++++ sprout/functional/polymorphic/logical_not.hpp | 7 +++++++ sprout/functional/polymorphic/logical_or.hpp | 7 +++++++ sprout/functional/polymorphic/mem_ptr.hpp | 7 +++++++ sprout/functional/polymorphic/member.hpp | 7 +++++++ sprout/functional/polymorphic/members.hpp | 7 +++++++ sprout/functional/polymorphic/minus.hpp | 7 +++++++ sprout/functional/polymorphic/minus_assign.hpp | 7 +++++++ sprout/functional/polymorphic/modulus.hpp | 7 +++++++ sprout/functional/polymorphic/modulus_assign.hpp | 7 +++++++ sprout/functional/polymorphic/multiplies.hpp | 7 +++++++ .../functional/polymorphic/multiplies_assign.hpp | 7 +++++++ sprout/functional/polymorphic/negate.hpp | 7 +++++++ sprout/functional/polymorphic/not_equal_to.hpp | 7 +++++++ sprout/functional/polymorphic/plus.hpp | 7 +++++++ sprout/functional/polymorphic/plus_assign.hpp | 7 +++++++ sprout/functional/polymorphic/posite.hpp | 7 +++++++ sprout/functional/polymorphic/post_dec.hpp | 7 +++++++ sprout/functional/polymorphic/post_inc.hpp | 7 +++++++ sprout/functional/polymorphic/pre_dec.hpp | 7 +++++++ sprout/functional/polymorphic/pre_inc.hpp | 7 +++++++ sprout/functional/polymorphic/reference.hpp | 7 +++++++ sprout/functional/polymorphic/shift_left.hpp | 7 +++++++ .../functional/polymorphic/shift_left_assign.hpp | 7 +++++++ sprout/functional/polymorphic/shift_right.hpp | 7 +++++++ .../functional/polymorphic/shift_right_assign.hpp | 7 +++++++ sprout/functional/polymorphic/subscript.hpp | 7 +++++++ sprout/functional/polymorphic/various.hpp | 7 +++++++ sprout/functional/posite.hpp | 9 ++++++++- sprout/functional/ptr_fun.hpp | 7 +++++++ sprout/functional/ref.hpp | 7 +++++++ sprout/functional/type_traits.hpp | 7 +++++++ sprout/functional/type_traits/has_type.hpp | 7 +++++++ sprout/functional/type_traits/inherit_if_type.hpp | 7 +++++++ .../functional/type_traits/is_strict_function.hpp | 7 +++++++ .../functional/type_traits/weak_result_type.hpp | 7 +++++++ sprout/functional/unary_function.hpp | 7 +++++++ sprout/generator.hpp | 7 +++++++ sprout/generator/functions.hpp | 7 +++++++ sprout/generator/generated_value.hpp | 7 +++++++ sprout/generator/generator_access_traits.hpp | 7 +++++++ sprout/generator/next_generator.hpp | 7 +++++++ sprout/index_tuple.hpp | 7 +++++++ sprout/index_tuple/class.hpp | 7 +++++++ sprout/index_tuple/enable_make_indexes.hpp | 7 +++++++ sprout/index_tuple/index_n.hpp | 7 +++++++ sprout/index_tuple/index_pack.hpp | 7 +++++++ sprout/index_tuple/index_range.hpp | 7 +++++++ sprout/index_tuple/index_sequence.hpp | 7 +++++++ sprout/index_tuple/index_sequence_for.hpp | 7 +++++++ sprout/index_tuple/index_t.hpp | 7 +++++++ sprout/index_tuple/index_tuple.hpp | 7 +++++++ sprout/index_tuple/integer_n.hpp | 7 +++++++ sprout/index_tuple/integer_pack.hpp | 7 +++++++ sprout/index_tuple/integer_range.hpp | 7 +++++++ sprout/index_tuple/integer_sequence.hpp | 7 +++++++ sprout/index_tuple/make_index_sequence.hpp | 7 +++++++ sprout/index_tuple/make_index_tuple.hpp | 7 +++++++ sprout/index_tuple/make_indexes.hpp | 7 +++++++ sprout/index_tuple/make_integer_sequence.hpp | 7 +++++++ sprout/index_tuple/metafunction.hpp | 7 +++++++ sprout/index_tuple/tuple.hpp | 7 +++++++ sprout/index_tuple/udl.hpp | 7 +++++++ sprout/index_tuple/utility.hpp | 7 +++++++ sprout/integer/integer_digits.hpp | 7 +++++++ sprout/io.hpp | 7 +++++++ sprout/iterator.hpp | 7 +++++++ sprout/iterator/adaptor.hpp | 7 +++++++ sprout/iterator/adjacent_filter_iterator.hpp | 7 +++++++ sprout/iterator/alternate_iterator.hpp | 7 +++++++ sprout/iterator/amplitude_spectrum_iterator.hpp | 7 +++++++ sprout/iterator/back_insert_iterator.hpp | 7 +++++++ sprout/iterator/bytes_iterator.hpp | 7 +++++++ sprout/iterator/clamp_iterator.hpp | 7 +++++++ sprout/iterator/counting_iterator.hpp | 7 +++++++ sprout/iterator/detail/iterator_to_pointer.hpp | 7 +++++++ sprout/iterator/dft.hpp | 7 +++++++ sprout/iterator/dft_iterator.hpp | 7 +++++++ sprout/iterator/distance.hpp | 7 +++++++ sprout/iterator/filter_iterator.hpp | 7 +++++++ sprout/iterator/front_insert_iterator.hpp | 7 +++++++ sprout/iterator/generator_iterator.hpp | 7 +++++++ sprout/iterator/idft_iterator.hpp | 7 +++++++ sprout/iterator/index_iterator.hpp | 7 +++++++ sprout/iterator/indexed_iterator.hpp | 7 +++++++ sprout/iterator/insert_iterator.hpp | 7 +++++++ sprout/iterator/insert_range_iterator.hpp | 7 +++++++ sprout/iterator/inserter.hpp | 7 +++++++ sprout/iterator/joint_iterator.hpp | 7 +++++++ sprout/iterator/merge_iterator.hpp | 7 +++++++ sprout/iterator/next.hpp | 7 +++++++ sprout/iterator/next_fwd.hpp | 7 +++++++ sprout/iterator/operation.hpp | 7 +++++++ sprout/iterator/phase_spectrum_iterator.hpp | 7 +++++++ sprout/iterator/predefined.hpp | 7 +++++++ sprout/iterator/prev.hpp | 7 +++++++ sprout/iterator/prev_fwd.hpp | 7 +++++++ sprout/iterator/ptr_index_iterator.hpp | 7 +++++++ sprout/iterator/remake_iterator.hpp | 7 +++++++ sprout/iterator/remove_if_iterator.hpp | 7 +++++++ sprout/iterator/remove_iterator.hpp | 7 +++++++ sprout/iterator/replace_if_iterator.hpp | 7 +++++++ sprout/iterator/replace_iterator.hpp | 7 +++++++ sprout/iterator/reverse_iterator.hpp | 7 +++++++ sprout/iterator/sawtooth_iterator.hpp | 7 +++++++ sprout/iterator/set_difference_iterator.hpp | 7 +++++++ sprout/iterator/set_intersection_iterator.hpp | 7 +++++++ .../set_symmetric_difference_iterator.hpp | 7 +++++++ sprout/iterator/set_union_iterator.hpp | 7 +++++++ sprout/iterator/sinusoid_iterator.hpp | 7 +++++++ sprout/iterator/size_enum_iterator.hpp | 7 +++++++ sprout/iterator/square_iterator.hpp | 7 +++++++ sprout/iterator/step_iterator.hpp | 7 +++++++ sprout/iterator/string.hpp | 7 +++++++ sprout/iterator/to_lower_iterator.hpp | 7 +++++++ sprout/iterator/to_upper_iterator.hpp | 7 +++++++ sprout/iterator/transform_iterator.hpp | 7 +++++++ sprout/iterator/triangle_iterator.hpp | 7 +++++++ sprout/iterator/type_traits.hpp | 7 +++++++ sprout/iterator/type_traits/category.hpp | 7 +++++++ sprout/iterator/type_traits/common.hpp | 7 +++++++ .../type_traits/is_constant_distance_iterator.hpp | 7 +++++++ sprout/iterator/type_traits/is_iterator.hpp | 7 +++++++ .../type_traits/is_iterator_category_of.hpp | 7 +++++++ sprout/iterator/type_traits/is_iterator_of.hpp | 7 +++++++ sprout/iterator/unique_iterator.hpp | 7 +++++++ sprout/iterator/value_iterator.hpp | 7 +++++++ sprout/iterator/valued_iterator.hpp | 7 +++++++ sprout/iterator/various.hpp | 7 +++++++ sprout/iterator/wave.hpp | 7 +++++++ sprout/iterator/while_iterator.hpp | 7 +++++++ sprout/limits.hpp | 7 +++++++ sprout/logic.hpp | 7 +++++++ sprout/logic/tribool.hpp | 7 +++++++ sprout/logic/tribool/hash.hpp | 7 +++++++ sprout/logic/tribool/io.hpp | 7 +++++++ sprout/logic/tribool/tribool.hpp | 7 +++++++ sprout/logic/tribool/tribool_fwd.hpp | 7 +++++++ sprout/logic/tribool_fwd.hpp | 7 +++++++ sprout/math.hpp | 7 +++++++ sprout/math/abs.hpp | 7 +++++++ sprout/math/acos.hpp | 7 +++++++ sprout/math/acosh.hpp | 7 +++++++ sprout/math/asin.hpp | 7 +++++++ sprout/math/asinh.hpp | 7 +++++++ sprout/math/atan.hpp | 7 +++++++ sprout/math/atan2.hpp | 7 +++++++ sprout/math/atanh.hpp | 7 +++++++ sprout/math/bernoulli.hpp | 7 +++++++ sprout/math/cbrt.hpp | 7 +++++++ sprout/math/ceil.hpp | 7 +++++++ sprout/math/classifications.hpp | 7 +++++++ sprout/math/cmath.hpp | 7 +++++++ sprout/math/common_factor.hpp | 7 +++++++ sprout/math/compare.hpp | 7 +++++++ sprout/math/comparison.hpp | 7 +++++++ sprout/math/constants.hpp | 7 +++++++ sprout/math/copysign.hpp | 7 +++++++ sprout/math/cos.hpp | 7 +++++++ sprout/math/cosh.hpp | 7 +++++++ sprout/math/detail/config.hpp | 7 +++++++ sprout/math/detail/cosp.hpp | 7 +++++++ sprout/math/detail/float_compute.hpp | 7 +++++++ sprout/math/detail/sinp.hpp | 7 +++++++ sprout/math/equal_to.hpp | 7 +++++++ sprout/math/erf.hpp | 7 +++++++ sprout/math/erfc.hpp | 7 +++++++ sprout/math/error.hpp | 7 +++++++ sprout/math/exp.hpp | 7 +++++++ sprout/math/exp10.hpp | 7 +++++++ sprout/math/exp2.hpp | 7 +++++++ sprout/math/expm1.hpp | 7 +++++++ sprout/math/exponential.hpp | 7 +++++++ sprout/math/fabs.hpp | 7 +++++++ sprout/math/factorial.hpp | 7 +++++++ sprout/math/fdim.hpp | 7 +++++++ sprout/math/float2_exponent.hpp | 7 +++++++ sprout/math/float2_sig_exp.hpp | 7 +++++++ sprout/math/float2_significand.hpp | 7 +++++++ sprout/math/float_exponent.hpp | 7 +++++++ sprout/math/float_sig_exp.hpp | 7 +++++++ sprout/math/float_significand.hpp | 7 +++++++ sprout/math/floating_point.hpp | 7 +++++++ sprout/math/floor.hpp | 7 +++++++ sprout/math/fma.hpp | 7 +++++++ sprout/math/fmax.hpp | 7 +++++++ sprout/math/fmin.hpp | 7 +++++++ sprout/math/fmod.hpp | 7 +++++++ sprout/math/fpclassify.hpp | 7 +++++++ sprout/math/frac_int.hpp | 7 +++++++ sprout/math/fractional_part.hpp | 7 +++++++ sprout/math/functions.hpp | 7 +++++++ sprout/math/gamma.hpp | 7 +++++++ sprout/math/gcd.hpp | 7 +++++++ sprout/math/greater.hpp | 7 +++++++ sprout/math/greater_equal.hpp | 7 +++++++ sprout/math/hyperbolic.hpp | 7 +++++++ sprout/math/hypot.hpp | 7 +++++++ sprout/math/iceil.hpp | 7 +++++++ sprout/math/ifloor.hpp | 7 +++++++ sprout/math/ilogb.hpp | 7 +++++++ sprout/math/ilogb2.hpp | 7 +++++++ sprout/math/integer.hpp | 7 +++++++ sprout/math/integer_part.hpp | 7 +++++++ sprout/math/iround.hpp | 7 +++++++ sprout/math/is_even.hpp | 7 +++++++ sprout/math/is_integer.hpp | 7 +++++++ sprout/math/is_odd.hpp | 7 +++++++ sprout/math/isfinite.hpp | 7 +++++++ sprout/math/isinf.hpp | 7 +++++++ sprout/math/isnan.hpp | 7 +++++++ sprout/math/isnormal.hpp | 7 +++++++ sprout/math/issubnormal.hpp | 7 +++++++ sprout/math/iszero.hpp | 7 +++++++ sprout/math/itrunc.hpp | 7 +++++++ sprout/math/lcm.hpp | 7 +++++++ sprout/math/ldexp.hpp | 7 +++++++ sprout/math/less.hpp | 7 +++++++ sprout/math/less_equal.hpp | 7 +++++++ sprout/math/lgamma.hpp | 7 +++++++ sprout/math/llround.hpp | 7 +++++++ sprout/math/log.hpp | 7 +++++++ sprout/math/log10.hpp | 7 +++++++ sprout/math/log1p.hpp | 7 +++++++ sprout/math/log2.hpp | 7 +++++++ sprout/math/log_a.hpp | 7 +++++++ sprout/math/logb.hpp | 7 +++++++ sprout/math/logb2.hpp | 7 +++++++ sprout/math/lround.hpp | 7 +++++++ sprout/math/manipulations.hpp | 7 +++++++ sprout/math/minmax.hpp | 7 +++++++ sprout/math/muladd.hpp | 7 +++++++ sprout/math/nearest.hpp | 7 +++++++ sprout/math/not_equal_to.hpp | 7 +++++++ sprout/math/pow.hpp | 7 +++++++ sprout/math/power.hpp | 7 +++++++ sprout/math/quotient.hpp | 7 +++++++ sprout/math/rem_quo.hpp | 7 +++++++ sprout/math/remainder.hpp | 7 +++++++ sprout/math/remainders.hpp | 7 +++++++ sprout/math/round.hpp | 7 +++++++ sprout/math/scalbln.hpp | 7 +++++++ sprout/math/scalbn.hpp | 7 +++++++ sprout/math/signbit.hpp | 7 +++++++ sprout/math/sin.hpp | 7 +++++++ sprout/math/sinh.hpp | 7 +++++++ sprout/math/sqrt.hpp | 7 +++++++ sprout/math/tan.hpp | 7 +++++++ sprout/math/tanh.hpp | 7 +++++++ sprout/math/tgamma.hpp | 7 +++++++ sprout/math/trigonometric.hpp | 7 +++++++ sprout/math/trunc.hpp | 7 +++++++ sprout/none.hpp | 7 +++++++ sprout/numeric.hpp | 7 +++++++ sprout/numeric/accumulate.hpp | 7 +++++++ sprout/numeric/adjacent_difference.hpp | 7 +++++++ sprout/numeric/dft.hpp | 7 +++++++ sprout/numeric/dft/amplitude_spectrum.hpp | 7 +++++++ sprout/numeric/dft/amplitude_spectrum_value.hpp | 7 +++++++ sprout/numeric/dft/detail/dft_element_gen.hpp | 7 +++++++ sprout/numeric/dft/dft.hpp | 7 +++++++ sprout/numeric/dft/dft_element.hpp | 7 +++++++ sprout/numeric/dft/fit.hpp | 7 +++++++ sprout/numeric/dft/fit/amplitude_spectrum.hpp | 9 ++++++++- sprout/numeric/dft/fit/dft.hpp | 9 ++++++++- sprout/numeric/dft/fit/idft.hpp | 9 ++++++++- sprout/numeric/dft/fit/phase_spectrum.hpp | 9 ++++++++- sprout/numeric/dft/fit/sawtooth.hpp | 9 ++++++++- sprout/numeric/dft/fit/sinusoid.hpp | 9 ++++++++- sprout/numeric/dft/fit/spectrum.hpp | 7 +++++++ sprout/numeric/dft/fit/square.hpp | 9 ++++++++- sprout/numeric/dft/fit/triangle.hpp | 9 ++++++++- sprout/numeric/dft/fit/wave.hpp | 7 +++++++ sprout/numeric/dft/fixed.hpp | 7 +++++++ sprout/numeric/dft/fixed/amplitude_spectrum.hpp | 7 +++++++ sprout/numeric/dft/fixed/dft.hpp | 7 +++++++ sprout/numeric/dft/fixed/idft.hpp | 7 +++++++ sprout/numeric/dft/fixed/phase_spectrum.hpp | 7 +++++++ sprout/numeric/dft/fixed/sawtooth.hpp | 7 +++++++ sprout/numeric/dft/fixed/sinusoid.hpp | 7 +++++++ sprout/numeric/dft/fixed/spectrum.hpp | 7 +++++++ sprout/numeric/dft/fixed/square.hpp | 7 +++++++ sprout/numeric/dft/fixed/triangle.hpp | 7 +++++++ sprout/numeric/dft/fixed/wave.hpp | 7 +++++++ sprout/numeric/dft/idft.hpp | 7 +++++++ sprout/numeric/dft/idft_element.hpp | 7 +++++++ sprout/numeric/dft/modifying.hpp | 7 +++++++ sprout/numeric/dft/non_modifying.hpp | 7 +++++++ sprout/numeric/dft/phase_spectrum.hpp | 7 +++++++ sprout/numeric/dft/phase_spectrum_value.hpp | 7 +++++++ sprout/numeric/dft/sawtooth.hpp | 7 +++++++ sprout/numeric/dft/sinusoid.hpp | 7 +++++++ sprout/numeric/dft/spectrum.hpp | 7 +++++++ sprout/numeric/dft/square.hpp | 7 +++++++ sprout/numeric/dft/triangle.hpp | 7 +++++++ sprout/numeric/dft/wave.hpp | 7 +++++++ sprout/numeric/fft.hpp | 7 +++++++ sprout/numeric/fft/bitrev_table.hpp | 7 +++++++ sprout/numeric/fft/fit/bitrev_table.hpp | 9 ++++++++- sprout/numeric/fft/fixed/bitrev_table.hpp | 7 +++++++ sprout/numeric/fit.hpp | 7 +++++++ sprout/numeric/fit/adjacent_difference.hpp | 9 ++++++++- sprout/numeric/fit/iota.hpp | 9 ++++++++- sprout/numeric/fit/partial_sum.hpp | 9 ++++++++- sprout/numeric/fixed.hpp | 7 +++++++ sprout/numeric/fixed/adjacent_difference.hpp | 7 +++++++ sprout/numeric/fixed/iota.hpp | 7 +++++++ sprout/numeric/fixed/partial_sum.hpp | 7 +++++++ sprout/numeric/inner_product.hpp | 7 +++++++ sprout/numeric/iota.hpp | 7 +++++++ sprout/numeric/modifying.hpp | 7 +++++++ sprout/numeric/non_modifying.hpp | 7 +++++++ sprout/numeric/partial_sum.hpp | 7 +++++++ sprout/operation.hpp | 7 +++++++ sprout/operation/append.hpp | 7 +++++++ sprout/operation/append_back.hpp | 7 +++++++ sprout/operation/append_front.hpp | 7 +++++++ sprout/operation/erase.hpp | 7 +++++++ sprout/operation/erase_n.hpp | 7 +++++++ sprout/operation/fit.hpp | 7 +++++++ sprout/operation/fit/append.hpp | 9 ++++++++- sprout/operation/fit/append_back.hpp | 9 ++++++++- sprout/operation/fit/append_front.hpp | 9 ++++++++- sprout/operation/fit/erase.hpp | 9 ++++++++- sprout/operation/fit/erase_n.hpp | 9 ++++++++- sprout/operation/fit/insert.hpp | 9 ++++++++- sprout/operation/fit/insert_n.hpp | 9 ++++++++- sprout/operation/fit/pop_back.hpp | 9 ++++++++- sprout/operation/fit/pop_back_n.hpp | 9 ++++++++- sprout/operation/fit/pop_front.hpp | 9 ++++++++- sprout/operation/fit/pop_front_n.hpp | 9 ++++++++- sprout/operation/fit/push_back.hpp | 9 ++++++++- sprout/operation/fit/push_back_n.hpp | 9 ++++++++- sprout/operation/fit/push_front.hpp | 9 ++++++++- sprout/operation/fit/push_front_n.hpp | 9 ++++++++- sprout/operation/fit/realign.hpp | 9 ++++++++- sprout/operation/fit/realign_to.hpp | 9 ++++++++- sprout/operation/fit/resize.hpp | 9 ++++++++- sprout/operation/fit/resize_backward.hpp | 9 ++++++++- sprout/operation/fit/set.hpp | 9 ++++++++- sprout/operation/fixed.hpp | 7 +++++++ sprout/operation/fixed/append.hpp | 7 +++++++ sprout/operation/fixed/append_back.hpp | 7 +++++++ sprout/operation/fixed/append_front.hpp | 7 +++++++ sprout/operation/fixed/erase.hpp | 7 +++++++ sprout/operation/fixed/erase_n.hpp | 7 +++++++ sprout/operation/fixed/insert.hpp | 7 +++++++ sprout/operation/fixed/insert_n.hpp | 7 +++++++ sprout/operation/fixed/pop_back.hpp | 7 +++++++ sprout/operation/fixed/pop_back_n.hpp | 7 +++++++ sprout/operation/fixed/pop_front.hpp | 7 +++++++ sprout/operation/fixed/pop_front_n.hpp | 7 +++++++ sprout/operation/fixed/push_back.hpp | 7 +++++++ sprout/operation/fixed/push_back_n.hpp | 7 +++++++ sprout/operation/fixed/push_front.hpp | 7 +++++++ sprout/operation/fixed/push_front_n.hpp | 7 +++++++ sprout/operation/fixed/realign.hpp | 7 +++++++ sprout/operation/fixed/realign_to.hpp | 7 +++++++ sprout/operation/fixed/resize.hpp | 7 +++++++ sprout/operation/fixed/resize_backward.hpp | 7 +++++++ sprout/operation/fixed/set.hpp | 7 +++++++ sprout/operation/insert.hpp | 7 +++++++ sprout/operation/insert_n.hpp | 7 +++++++ sprout/operation/pop_back.hpp | 7 +++++++ sprout/operation/pop_back_n.hpp | 7 +++++++ sprout/operation/pop_front.hpp | 7 +++++++ sprout/operation/pop_front_n.hpp | 7 +++++++ sprout/operation/push_back.hpp | 7 +++++++ sprout/operation/push_back_n.hpp | 7 +++++++ sprout/operation/push_front.hpp | 7 +++++++ sprout/operation/push_front_n.hpp | 7 +++++++ sprout/operation/realign.hpp | 7 +++++++ sprout/operation/realign_to.hpp | 7 +++++++ sprout/operation/resize.hpp | 7 +++++++ sprout/operation/resize_backward.hpp | 7 +++++++ sprout/operation/set.hpp | 7 +++++++ sprout/optional.hpp | 7 +++++++ sprout/optional/comparison.hpp | 7 +++++++ sprout/optional/exceptions.hpp | 7 +++++++ sprout/optional/get.hpp | 7 +++++++ sprout/optional/hash.hpp | 7 +++++++ sprout/optional/in_place.hpp | 7 +++++++ sprout/optional/io.hpp | 7 +++++++ sprout/optional/make_optional.hpp | 7 +++++++ sprout/optional/nullopt.hpp | 7 +++++++ sprout/optional/optional.hpp | 7 +++++++ sprout/pit.hpp | 7 +++++++ sprout/pit/comparison.hpp | 7 +++++++ sprout/pit/container.hpp | 7 +++++++ sprout/pit/hash.hpp | 7 +++++++ sprout/pit/pit.hpp | 7 +++++++ sprout/pit/tuple.hpp | 7 +++++++ sprout/pit/type_traits.hpp | 7 +++++++ sprout/preprocessor.hpp | 7 +++++++ sprout/preprocessor/cat.hpp | 7 +++++++ sprout/preprocessor/empty.hpp | 7 +++++++ sprout/preprocessor/str_all.hpp | 7 +++++++ sprout/preprocessor/stringize.hpp | 7 +++++++ sprout/preprocessor/stringize_all.hpp | 7 +++++++ sprout/preprocessor/u16str.hpp | 7 +++++++ sprout/preprocessor/u16stringize.hpp | 7 +++++++ sprout/preprocessor/u32str.hpp | 7 +++++++ sprout/preprocessor/u32stringize.hpp | 7 +++++++ sprout/preprocessor/unique_string.hpp | 7 +++++++ sprout/preprocessor/wstr.hpp | 7 +++++++ sprout/preprocessor/wstringize.hpp | 7 +++++++ sprout/random.hpp | 7 +++++++ sprout/random/additive_combine.hpp | 7 +++++++ sprout/random/bernoulli_distribution.hpp | 7 +++++++ sprout/random/binomial_distribution.hpp | 7 +++++++ sprout/random/default_random_engine.hpp | 7 +++++++ sprout/random/detail/const_mod.hpp | 7 +++++++ sprout/random/detail/generator_bits.hpp | 7 +++++++ sprout/random/detail/ptr_helper.hpp | 7 +++++++ sprout/random/detail/signed_unsigned_tools.hpp | 7 +++++++ sprout/random/detail/uniform_int_float.hpp | 7 +++++++ sprout/random/distribution.hpp | 7 +++++++ sprout/random/engine.hpp | 7 +++++++ sprout/random/geometric_distribution.hpp | 7 +++++++ sprout/random/inversive_congruential.hpp | 7 +++++++ sprout/random/iterator.hpp | 7 +++++++ sprout/random/linear_congruential.hpp | 7 +++++++ sprout/random/linear_feedback_shift.hpp | 7 +++++++ sprout/random/mersenne_twister.hpp | 7 +++++++ sprout/random/normal_distribution.hpp | 7 +++++++ sprout/random/random_result.hpp | 7 +++++++ sprout/random/range.hpp | 7 +++++++ sprout/random/shuffle_order.hpp | 7 +++++++ sprout/random/taus88.hpp | 7 +++++++ sprout/random/uniform_01.hpp | 7 +++++++ sprout/random/uniform_int_distribution.hpp | 7 +++++++ sprout/random/uniform_real_distribution.hpp | 7 +++++++ sprout/random/uniform_smallint.hpp | 7 +++++++ sprout/random/unique_seed.hpp | 7 +++++++ sprout/random/variate_generator.hpp | 7 +++++++ sprout/random/xor_combine.hpp | 7 +++++++ sprout/range.hpp | 7 +++++++ sprout/range/adaptor.hpp | 7 +++++++ sprout/range/adaptor/adapted_dropped.hpp | 7 +++++++ sprout/range/adaptor/adapted_dropped_end.hpp | 7 +++++++ sprout/range/adaptor/adapted_offset.hpp | 7 +++++++ sprout/range/adaptor/adapted_taken.hpp | 7 +++++++ sprout/range/adaptor/adapted_taken_end.hpp | 7 +++++++ sprout/range/adaptor/adapted_window.hpp | 7 +++++++ sprout/range/adaptor/adjacent_filtered.hpp | 7 +++++++ sprout/range/adaptor/alternated.hpp | 7 +++++++ sprout/range/adaptor/amplitude_spectrum.hpp | 7 +++++++ sprout/range/adaptor/blanked.hpp | 7 +++++++ sprout/range/adaptor/clamped.hpp | 7 +++++++ sprout/range/adaptor/copied.hpp | 7 +++++++ sprout/range/adaptor/counting.hpp | 7 +++++++ sprout/range/adaptor/deep_copied.hpp | 7 +++++++ .../adaptor/detail/adapted_range_default.hpp | 7 +++++++ .../adaptor/detail/jointed_range_default.hpp | 7 +++++++ .../range/adaptor/detail/sized_range_default.hpp | 7 +++++++ sprout/range/adaptor/dft.hpp | 7 +++++++ sprout/range/adaptor/dropped.hpp | 7 +++++++ sprout/range/adaptor/dropped_end.hpp | 7 +++++++ sprout/range/adaptor/filled.hpp | 7 +++++++ sprout/range/adaptor/filtered.hpp | 7 +++++++ sprout/range/adaptor/idft.hpp | 7 +++++++ sprout/range/adaptor/indexed.hpp | 7 +++++++ sprout/range/adaptor/jointed.hpp | 7 +++++++ sprout/range/adaptor/merged.hpp | 7 +++++++ sprout/range/adaptor/modifying.hpp | 7 +++++++ sprout/range/adaptor/offset.hpp | 7 +++++++ sprout/range/adaptor/outdirected.hpp | 7 +++++++ sprout/range/adaptor/phase_spectrum.hpp | 7 +++++++ sprout/range/adaptor/piped.hpp | 7 +++++++ sprout/range/adaptor/reduction.hpp | 7 +++++++ sprout/range/adaptor/removed.hpp | 7 +++++++ sprout/range/adaptor/removed_if.hpp | 7 +++++++ sprout/range/adaptor/replaced.hpp | 7 +++++++ sprout/range/adaptor/replaced_if.hpp | 7 +++++++ sprout/range/adaptor/reversed.hpp | 7 +++++++ sprout/range/adaptor/sawtooth_wave.hpp | 7 +++++++ sprout/range/adaptor/set_difference.hpp | 7 +++++++ sprout/range/adaptor/set_intersection.hpp | 7 +++++++ sprout/range/adaptor/set_symmetric_difference.hpp | 7 +++++++ sprout/range/adaptor/set_union.hpp | 7 +++++++ sprout/range/adaptor/sinusoidal.hpp | 7 +++++++ sprout/range/adaptor/size_enumed.hpp | 7 +++++++ sprout/range/adaptor/sized.hpp | 7 +++++++ sprout/range/adaptor/square_wave.hpp | 7 +++++++ sprout/range/adaptor/steps.hpp | 7 +++++++ sprout/range/adaptor/string.hpp | 7 +++++++ sprout/range/adaptor/taken.hpp | 7 +++++++ sprout/range/adaptor/taken_end.hpp | 7 +++++++ sprout/range/adaptor/to_lower.hpp | 7 +++++++ sprout/range/adaptor/to_upper.hpp | 7 +++++++ sprout/range/adaptor/transformed.hpp | 7 +++++++ sprout/range/adaptor/triangle_wave.hpp | 7 +++++++ sprout/range/adaptor/uniqued.hpp | 7 +++++++ sprout/range/adaptor/valued.hpp | 7 +++++++ sprout/range/adaptor/various.hpp | 7 +++++++ sprout/range/adaptor/wave.hpp | 7 +++++++ sprout/range/adaptor/window.hpp | 7 +++++++ sprout/range/algorithm.hpp | 7 +++++++ sprout/range/algorithm/adjacent_find.hpp | 9 ++++++++- sprout/range/algorithm/all_of.hpp | 9 ++++++++- sprout/range/algorithm/all_of_equal.hpp | 7 +++++++ sprout/range/algorithm/any_of.hpp | 9 ++++++++- sprout/range/algorithm/any_of_equal.hpp | 7 +++++++ sprout/range/algorithm/binary_search.hpp | 9 ++++++++- sprout/range/algorithm/clamp_range_copy.hpp | 7 +++++++ sprout/range/algorithm/copy.hpp | 7 +++++++ sprout/range/algorithm/copy_backward.hpp | 7 +++++++ sprout/range/algorithm/copy_if.hpp | 7 +++++++ sprout/range/algorithm/copy_until.hpp | 7 +++++++ sprout/range/algorithm/copy_while.hpp | 7 +++++++ sprout/range/algorithm/count.hpp | 9 ++++++++- sprout/range/algorithm/count_if.hpp | 9 ++++++++- sprout/range/algorithm/equal.hpp | 9 ++++++++- sprout/range/algorithm/equal_range.hpp | 9 ++++++++- sprout/range/algorithm/find.hpp | 9 ++++++++- sprout/range/algorithm/find_difference.hpp | 7 +++++++ sprout/range/algorithm/find_end.hpp | 9 ++++++++- sprout/range/algorithm/find_first_of.hpp | 9 ++++++++- sprout/range/algorithm/find_if.hpp | 9 ++++++++- sprout/range/algorithm/find_if_not.hpp | 9 ++++++++- sprout/range/algorithm/find_intersection.hpp | 7 +++++++ .../range/algorithm/find_symmetric_difference.hpp | 7 +++++++ sprout/range/algorithm/fit.hpp | 7 +++++++ sprout/range/algorithm/fit/clamp_range_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/copy.hpp | 7 +++++++ sprout/range/algorithm/fit/copy_backward.hpp | 7 +++++++ sprout/range/algorithm/fit/copy_if.hpp | 7 +++++++ sprout/range/algorithm/fit/copy_until.hpp | 7 +++++++ sprout/range/algorithm/fit/copy_while.hpp | 7 +++++++ sprout/range/algorithm/fit/merge.hpp | 7 +++++++ sprout/range/algorithm/fit/partition_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/remove_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/remove_copy_if.hpp | 7 +++++++ sprout/range/algorithm/fit/replace_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/replace_copy_if.hpp | 7 +++++++ sprout/range/algorithm/fit/reverse_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/rotate_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/set_difference.hpp | 7 +++++++ sprout/range/algorithm/fit/set_intersection.hpp | 7 +++++++ .../algorithm/fit/set_symmetric_difference.hpp | 7 +++++++ sprout/range/algorithm/fit/set_union.hpp | 7 +++++++ .../range/algorithm/fit/stable_partition_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/swap_element_copy.hpp | 7 +++++++ sprout/range/algorithm/fit/transform.hpp | 7 +++++++ sprout/range/algorithm/fit/unique_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed.hpp | 7 +++++++ sprout/range/algorithm/fixed/clamp_range_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/copy_backward.hpp | 7 +++++++ sprout/range/algorithm/fixed/copy_if.hpp | 7 +++++++ sprout/range/algorithm/fixed/copy_until.hpp | 7 +++++++ sprout/range/algorithm/fixed/copy_while.hpp | 7 +++++++ sprout/range/algorithm/fixed/merge.hpp | 7 +++++++ sprout/range/algorithm/fixed/partition_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/remove_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/remove_copy_if.hpp | 7 +++++++ sprout/range/algorithm/fixed/replace_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/replace_copy_if.hpp | 7 +++++++ sprout/range/algorithm/fixed/reverse_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/rotate_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/set_difference.hpp | 7 +++++++ sprout/range/algorithm/fixed/set_intersection.hpp | 7 +++++++ .../algorithm/fixed/set_symmetric_difference.hpp | 7 +++++++ sprout/range/algorithm/fixed/set_union.hpp | 7 +++++++ .../algorithm/fixed/stable_partition_copy.hpp | 7 +++++++ .../range/algorithm/fixed/swap_element_copy.hpp | 7 +++++++ sprout/range/algorithm/fixed/transform.hpp | 7 +++++++ sprout/range/algorithm/fixed/unique_copy.hpp | 7 +++++++ sprout/range/algorithm/includes.hpp | 9 ++++++++- sprout/range/algorithm/is_decreasing.hpp | 7 +++++++ sprout/range/algorithm/is_heap.hpp | 9 ++++++++- sprout/range/algorithm/is_heap_until.hpp | 9 ++++++++- sprout/range/algorithm/is_increasing.hpp | 7 +++++++ sprout/range/algorithm/is_partitioned.hpp | 9 ++++++++- sprout/range/algorithm/is_permutation.hpp | 9 ++++++++- sprout/range/algorithm/is_sorted.hpp | 9 ++++++++- sprout/range/algorithm/is_sorted_until.hpp | 9 ++++++++- sprout/range/algorithm/is_strictly_decreasing.hpp | 7 +++++++ sprout/range/algorithm/is_strictly_increasing.hpp | 7 +++++++ .../range/algorithm/lexicographical_compare.hpp | 9 ++++++++- sprout/range/algorithm/lower_bound.hpp | 9 ++++++++- sprout/range/algorithm/max_element.hpp | 9 ++++++++- sprout/range/algorithm/merge.hpp | 7 +++++++ sprout/range/algorithm/min_element.hpp | 9 ++++++++- sprout/range/algorithm/minmax_element.hpp | 9 ++++++++- sprout/range/algorithm/mismatch.hpp | 9 ++++++++- sprout/range/algorithm/modifying.hpp | 7 +++++++ sprout/range/algorithm/next_difference.hpp | 7 +++++++ sprout/range/algorithm/next_intersection.hpp | 7 +++++++ .../range/algorithm/next_symmetric_difference.hpp | 7 +++++++ sprout/range/algorithm/next_union.hpp | 7 +++++++ sprout/range/algorithm/non_modifying.hpp | 7 +++++++ sprout/range/algorithm/none_of.hpp | 9 ++++++++- sprout/range/algorithm/none_of_equal.hpp | 7 +++++++ sprout/range/algorithm/one_of.hpp | 7 +++++++ sprout/range/algorithm/one_of_equal.hpp | 7 +++++++ sprout/range/algorithm/partition_copy.hpp | 7 +++++++ sprout/range/algorithm/partition_point.hpp | 9 ++++++++- sprout/range/algorithm/remove_copy.hpp | 7 +++++++ sprout/range/algorithm/remove_copy_if.hpp | 7 +++++++ sprout/range/algorithm/replace_copy.hpp | 7 +++++++ sprout/range/algorithm/replace_copy_if.hpp | 7 +++++++ sprout/range/algorithm/reverse_copy.hpp | 7 +++++++ sprout/range/algorithm/rotate_copy.hpp | 7 +++++++ sprout/range/algorithm/search.hpp | 9 ++++++++- sprout/range/algorithm/search_n.hpp | 9 ++++++++- sprout/range/algorithm/set_difference.hpp | 7 +++++++ sprout/range/algorithm/set_intersection.hpp | 7 +++++++ .../range/algorithm/set_symmetric_difference.hpp | 7 +++++++ sprout/range/algorithm/set_union.hpp | 7 +++++++ sprout/range/algorithm/stable_partition_copy.hpp | 7 +++++++ sprout/range/algorithm/string.hpp | 7 +++++++ sprout/range/algorithm/string/case_conv.hpp | 7 +++++++ sprout/range/algorithm/string/fit/case_conv.hpp | 7 +++++++ .../range/algorithm/string/fit/to_lower_copy.hpp | 7 +++++++ .../range/algorithm/string/fit/to_upper_copy.hpp | 7 +++++++ sprout/range/algorithm/string/fixed/case_conv.hpp | 7 +++++++ .../algorithm/string/fixed/to_lower_copy.hpp | 7 +++++++ .../algorithm/string/fixed/to_upper_copy.hpp | 7 +++++++ sprout/range/algorithm/string/to_lower_copy.hpp | 7 +++++++ sprout/range/algorithm/string/to_upper_copy.hpp | 7 +++++++ sprout/range/algorithm/swap_element_copy.hpp | 7 +++++++ sprout/range/algorithm/transform.hpp | 7 +++++++ .../tristate_lexicographical_compare.hpp | 7 +++++++ sprout/range/algorithm/unique_copy.hpp | 7 +++++++ sprout/range/algorithm/upper_bound.hpp | 9 ++++++++- sprout/range/numeric.hpp | 7 +++++++ sprout/range/numeric/accumulate.hpp | 7 +++++++ sprout/range/numeric/adjacent_difference.hpp | 7 +++++++ sprout/range/numeric/dft.hpp | 7 +++++++ sprout/range/numeric/dft/amplitude_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/dft.hpp | 7 +++++++ sprout/range/numeric/dft/dft_element.hpp | 7 +++++++ sprout/range/numeric/dft/fit.hpp | 7 +++++++ .../range/numeric/dft/fit/amplitude_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/fit/dft.hpp | 7 +++++++ sprout/range/numeric/dft/fit/idft.hpp | 7 +++++++ sprout/range/numeric/dft/fit/phase_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/fit/spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/fixed.hpp | 7 +++++++ .../numeric/dft/fixed/amplitude_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/fixed/dft.hpp | 7 +++++++ sprout/range/numeric/dft/fixed/idft.hpp | 7 +++++++ sprout/range/numeric/dft/fixed/phase_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/fixed/spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/idft.hpp | 7 +++++++ sprout/range/numeric/dft/idft_element.hpp | 7 +++++++ sprout/range/numeric/dft/modifying.hpp | 7 +++++++ sprout/range/numeric/dft/non_modifying.hpp | 7 +++++++ sprout/range/numeric/dft/phase_spectrum.hpp | 7 +++++++ sprout/range/numeric/dft/spectrum.hpp | 7 +++++++ sprout/range/numeric/fit.hpp | 7 +++++++ sprout/range/numeric/fit/adjacent_difference.hpp | 7 +++++++ sprout/range/numeric/fit/partial_sum.hpp | 7 +++++++ sprout/range/numeric/fixed.hpp | 7 +++++++ .../range/numeric/fixed/adjacent_difference.hpp | 7 +++++++ sprout/range/numeric/fixed/partial_sum.hpp | 7 +++++++ sprout/range/numeric/inner_product.hpp | 7 +++++++ sprout/range/numeric/modifying.hpp | 7 +++++++ sprout/range/numeric/non_modifying.hpp | 7 +++++++ sprout/range/numeric/partial_sum.hpp | 7 +++++++ sprout/range/ptr_range.hpp | 7 +++++++ sprout/range/range.hpp | 7 +++++++ sprout/range/range_container.hpp | 7 +++++++ sprout/range/range_return.hpp | 7 +++++++ sprout/range/type_traits.hpp | 7 +++++++ sprout/range/type_traits/lvalue_iterator.hpp | 7 +++++++ sprout/range/type_traits/lvalue_range.hpp | 7 +++++++ sprout/rational.hpp | 7 +++++++ sprout/rational/arithmetic.hpp | 7 +++++++ sprout/rational/comparison.hpp | 7 +++++++ sprout/rational/conversion.hpp | 7 +++++++ sprout/rational/exceptions.hpp | 7 +++++++ sprout/rational/hash.hpp | 7 +++++++ sprout/rational/io.hpp | 7 +++++++ sprout/rational/rational.hpp | 7 +++++++ sprout/rational/udl.hpp | 7 +++++++ sprout/rational/values.hpp | 7 +++++++ sprout/string.hpp | 7 +++++++ sprout/string/alias.hpp | 7 +++++++ sprout/string/char_traits.hpp | 7 +++++++ sprout/string/comparison.hpp | 7 +++++++ sprout/string/concat.hpp | 7 +++++++ sprout/string/container.hpp | 7 +++++++ sprout/string/conversion.hpp | 7 +++++++ sprout/string/detail/compare.hpp | 7 +++++++ sprout/string/detail/find.hpp | 7 +++++++ sprout/string/detail/operations.hpp | 7 +++++++ sprout/string/float_to_string.hpp | 7 +++++++ sprout/string/from_string.hpp | 7 +++++++ sprout/string/hash.hpp | 7 +++++++ sprout/string/int_to_string.hpp | 7 +++++++ sprout/string/io.hpp | 7 +++++++ sprout/string/make_string.hpp | 7 +++++++ sprout/string/npos.hpp | 7 +++++++ sprout/string/shrink.hpp | 7 +++++++ sprout/string/stretch.hpp | 7 +++++++ sprout/string/string.hpp | 7 +++++++ sprout/string/string_to_float.hpp | 7 +++++++ sprout/string/string_to_int.hpp | 7 +++++++ sprout/string/to_string.hpp | 7 +++++++ sprout/string/to_string_array.hpp | 7 +++++++ sprout/string/to_string_value.hpp | 7 +++++++ sprout/string/tuple.hpp | 7 +++++++ sprout/string/type_traits.hpp | 7 +++++++ sprout/sub_array.hpp | 7 +++++++ sprout/sub_array/comparison.hpp | 7 +++++++ sprout/sub_array/container.hpp | 7 +++++++ sprout/sub_array/hash.hpp | 7 +++++++ sprout/sub_array/sub.hpp | 7 +++++++ sprout/sub_array/sub_array.hpp | 7 +++++++ sprout/sub_array/sub_offset.hpp | 7 +++++++ sprout/sub_array/sub_window.hpp | 7 +++++++ sprout/sub_array/tuple.hpp | 7 +++++++ sprout/sub_array/type_traits.hpp | 7 +++++++ sprout/tpp/algorithm.hpp | 7 +++++++ sprout/tpp/algorithm/all_of.hpp | 7 +++++++ sprout/tpp/algorithm/any_of.hpp | 7 +++++++ sprout/tpp/algorithm/none_of.hpp | 7 +++++++ sprout/tpp/algorithm/one_of.hpp | 7 +++++++ sprout/tuple.hpp | 7 +++++++ sprout/tuple/algorithm.hpp | 7 +++++++ sprout/tuple/algorithm/copy.hpp | 7 +++++++ sprout/tuple/deep_copy.hpp | 7 +++++++ sprout/tuple/flexibly_construct.hpp | 7 +++++++ sprout/tuple/functions.hpp | 7 +++++++ sprout/tuple/fused.hpp | 7 +++++++ sprout/tuple/indexes.hpp | 7 +++++++ sprout/tuple/make.hpp | 7 +++++++ sprout/tuple/metafunctions.hpp | 7 +++++++ sprout/tuple/operation.hpp | 7 +++++++ sprout/tuple/operation/append_back.hpp | 7 +++++++ sprout/tuple/operation/append_front.hpp | 7 +++++++ sprout/tuple/operation/pop_back.hpp | 7 +++++++ sprout/tuple/operation/pop_front.hpp | 7 +++++++ sprout/tuple/operation/push_back.hpp | 7 +++++++ sprout/tuple/operation/push_front.hpp | 7 +++++++ sprout/tuple/remake.hpp | 7 +++++++ sprout/tuple/sscrisk/cel/array.hpp | 7 +++++++ sprout/tuple/sscrisk/cel/utility.hpp | 7 +++++++ sprout/tuple/std/array.hpp | 7 +++++++ sprout/tuple/std/utility.hpp | 7 +++++++ sprout/tuple/traits.hpp | 7 +++++++ sprout/tuple/tuple.hpp | 7 +++++++ sprout/tuple/tuple/comparison.hpp | 7 +++++++ sprout/tuple/tuple/get.hpp | 7 +++++++ sprout/tuple/tuple/hash.hpp | 7 +++++++ sprout/tuple/tuple/ignore.hpp | 7 +++++++ sprout/tuple/tuple/make_tuple.hpp | 7 +++++++ sprout/tuple/tuple/tuple.hpp | 7 +++++++ sprout/tuple/tuple/tuple_access_traits.hpp | 7 +++++++ sprout/tuple/tuple/tuple_decl.hpp | 7 +++++++ sprout/tuple/tuple/tuple_element.hpp | 7 +++++++ sprout/tuple/tuple/tuple_fwd.hpp | 7 +++++++ sprout/tuple/tuple/tuple_size.hpp | 7 +++++++ sprout/tuple/tuple/type_traits.hpp | 7 +++++++ sprout/type.hpp | 7 +++++++ sprout/type/algorithm.hpp | 7 +++++++ sprout/type/algorithm/find_index.hpp | 7 +++++++ sprout/type/algorithm/find_index_if.hpp | 7 +++++++ sprout/type/algorithm/lower_bound_index.hpp | 7 +++++++ sprout/type/algorithm/upper_bound_index.hpp | 7 +++++++ sprout/type/boost/mpl/string.hpp | 7 +++++++ sprout/type/boost/mpl/v_iter.hpp | 7 +++++++ sprout/type/boost/mpl/vector.hpp | 7 +++++++ sprout/type/boost/mpl/vector_c.hpp | 7 +++++++ sprout/type/functional.hpp | 7 +++++++ sprout/type/functional/less.hpp | 7 +++++++ sprout/type/integral_array.hpp | 7 +++++++ sprout/type/iterator.hpp | 7 +++++++ sprout/type/iterator/advance.hpp | 7 +++++++ sprout/type/iterator/deref.hpp | 7 +++++++ sprout/type/iterator/distance.hpp | 7 +++++++ sprout/type/iterator/index_iterator.hpp | 7 +++++++ sprout/type/iterator/next.hpp | 7 +++++++ sprout/type/iterator/prev.hpp | 7 +++++++ sprout/type/operation.hpp | 7 +++++++ sprout/type/operation/append_back.hpp | 7 +++++++ sprout/type/operation/append_front.hpp | 7 +++++++ sprout/type/operation/pop_back.hpp | 7 +++++++ sprout/type/operation/pop_front.hpp | 7 +++++++ sprout/type/operation/push_back.hpp | 7 +++++++ sprout/type/operation/push_front.hpp | 7 +++++++ sprout/type/rebind_types.hpp | 7 +++++++ sprout/type/seq/algorithm.hpp | 7 +++++++ sprout/type/seq/algorithm/find.hpp | 7 +++++++ sprout/type/seq/algorithm/find_if.hpp | 7 +++++++ sprout/type/string.hpp | 7 +++++++ sprout/type/string/alias.hpp | 7 +++++++ sprout/type/string/string.hpp | 7 +++++++ sprout/type/string/to_string.hpp | 7 +++++++ sprout/type/string/to_string_constant.hpp | 7 +++++++ sprout/type/tuple.hpp | 7 +++++++ sprout/type/type_tuple.hpp | 7 +++++++ sprout/type/void.hpp | 7 +++++++ sprout/type_traits.hpp | 7 +++++++ sprout/type_traits/aliases.hpp | 7 +++++++ sprout/type_traits/arithmetic_promote.hpp | 7 +++++++ sprout/type_traits/common_decay.hpp | 7 +++++++ sprout/type_traits/const_reference.hpp | 7 +++++++ sprout/type_traits/enabler_if.hpp | 7 +++++++ sprout/type_traits/float_promote.hpp | 7 +++++++ sprout/type_traits/has_xxx.hpp | 7 +++++++ sprout/type_traits/identity.hpp | 7 +++++++ sprout/type_traits/inherit_if_xxx.hpp | 7 +++++++ sprout/type_traits/is_c_str.hpp | 7 +++++++ sprout/type_traits/is_char_type.hpp | 7 +++++++ sprout/type_traits/is_convert_constructible.hpp | 7 +++++++ sprout/type_traits/is_int.hpp | 7 +++++++ sprout/type_traits/is_uint.hpp | 7 +++++++ sprout/type_traits/lvalue_reference.hpp | 7 +++++++ sprout/type_traits/remove_cvref.hpp | 7 +++++++ sprout/type_traits/remove_shallow_const.hpp | 7 +++++++ sprout/type_traits/remove_shallow_cv.hpp | 7 +++++++ sprout/type_traits/remove_shallow_cvref.hpp | 7 +++++++ sprout/type_traits/remove_shallow_volatile.hpp | 7 +++++++ sprout/utility.hpp | 7 +++++++ sprout/utility/any_convertible.hpp | 7 +++++++ sprout/utility/as_const.hpp | 7 +++++++ sprout/utility/as_lvalue.hpp | 7 +++++++ sprout/utility/compare_pointees.hpp | 7 +++++++ sprout/utility/enabler_if.hpp | 7 +++++++ sprout/utility/forward.hpp | 7 +++++++ sprout/utility/limited.hpp | 7 +++++++ sprout/utility/lvalue_forward.hpp | 7 +++++++ sprout/utility/move.hpp | 7 +++++++ sprout/utility/noncopyable.hpp | 7 +++++++ sprout/utility/operation.hpp | 7 +++++++ sprout/utility/operation_ext.hpp | 7 +++++++ sprout/utility/pack.hpp | 7 +++++++ sprout/utility/pair.hpp | 7 +++++++ sprout/utility/pair/access.hpp | 7 +++++++ sprout/utility/pair/comparison.hpp | 7 +++++++ sprout/utility/pair/first.hpp | 7 +++++++ sprout/utility/pair/hash.hpp | 7 +++++++ sprout/utility/pair/make_pair.hpp | 7 +++++++ sprout/utility/pair/pair.hpp | 7 +++++++ sprout/utility/pair/pair_decl.hpp | 7 +++++++ sprout/utility/pair/pair_fwd.hpp | 7 +++++++ sprout/utility/pair/second.hpp | 7 +++++++ sprout/utility/pair/tuple.hpp | 7 +++++++ sprout/utility/rel_ops.hpp | 7 +++++++ sprout/utility/string_ref.hpp | 7 +++++++ sprout/utility/string_ref/alias.hpp | 7 +++++++ sprout/utility/string_ref/comparison.hpp | 7 +++++++ sprout/utility/string_ref/conversion.hpp | 7 +++++++ sprout/utility/string_ref/from_string.hpp | 7 +++++++ sprout/utility/string_ref/hash.hpp | 7 +++++++ sprout/utility/string_ref/io.hpp | 7 +++++++ sprout/utility/string_ref/string_ref.hpp | 7 +++++++ sprout/utility/string_ref/string_to_float.hpp | 7 +++++++ sprout/utility/string_ref/string_to_int.hpp | 7 +++++++ sprout/utility/string_ref/type_traits.hpp | 7 +++++++ sprout/utility/string_view.hpp | 7 +++++++ sprout/utility/swap.hpp | 7 +++++++ sprout/utility/value_holder.hpp | 7 +++++++ sprout/utility/value_holder/get.hpp | 7 +++++++ sprout/utility/value_holder/hash.hpp | 7 +++++++ sprout/utility/value_holder/value_holder.hpp | 7 +++++++ sprout/uuid.hpp | 7 +++++++ sprout/uuid/detail/table.hpp | 7 +++++++ sprout/uuid/generators.hpp | 7 +++++++ sprout/uuid/hash.hpp | 7 +++++++ sprout/uuid/io.hpp | 7 +++++++ sprout/uuid/md5_name_generator.hpp | 7 +++++++ sprout/uuid/name_generator.hpp | 7 +++++++ sprout/uuid/namespaces.hpp | 7 +++++++ sprout/uuid/nil_generator.hpp | 7 +++++++ sprout/uuid/random_generator.hpp | 7 +++++++ sprout/uuid/sha1_name_generator.hpp | 7 +++++++ sprout/uuid/string_generator.hpp | 7 +++++++ sprout/uuid/tuple.hpp | 7 +++++++ sprout/uuid/udl.hpp | 7 +++++++ sprout/uuid/uuid.hpp | 7 +++++++ sprout/variant.hpp | 7 +++++++ sprout/variant/apply_visitor.hpp | 7 +++++++ sprout/variant/as_variant_visitor.hpp | 7 +++++++ sprout/variant/as_visitor.hpp | 7 +++++++ sprout/variant/get.hpp | 7 +++++++ sprout/variant/hash.hpp | 7 +++++++ sprout/variant/io.hpp | 7 +++++++ sprout/variant/static_variant_visitor.hpp | 7 +++++++ sprout/variant/static_visitor.hpp | 7 +++++++ sprout/variant/tuple.hpp | 7 +++++++ sprout/variant/type_traits.hpp | 7 +++++++ sprout/variant/variant.hpp | 7 +++++++ sprout/variant/variant_fwd.hpp | 7 +++++++ sprout/variant/visitor_result.hpp | 7 +++++++ sprout/weed.hpp | 7 +++++++ sprout/weed/attr_cnv.hpp | 7 +++++++ sprout/weed/attr_cnv/bitwise_or.hpp | 7 +++++++ sprout/weed/attr_cnv/mem_ptr.hpp | 7 +++++++ sprout/weed/attr_cnv/modulus.hpp | 7 +++++++ sprout/weed/attr_cnv/negate.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/bitwise_or.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/mem_ptr.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/modulus.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/negate.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/shift_left.hpp | 7 +++++++ sprout/weed/attr_cnv/result_of/times.hpp | 7 +++++++ sprout/weed/attr_cnv/shift_left.hpp | 7 +++++++ sprout/weed/attr_cnv/times.hpp | 7 +++++++ sprout/weed/context.hpp | 7 +++++++ sprout/weed/context/parse_context.hpp | 7 +++++++ sprout/weed/context/parse_context/operator.hpp | 7 +++++++ .../context/parse_context/operator/address_of.hpp | 7 +++++++ .../context/parse_context/operator/bitwise_or.hpp | 7 +++++++ .../parse_context/operator/dereference.hpp | 7 +++++++ .../parse_context/operator/logical_not.hpp | 7 +++++++ .../context/parse_context/operator/mem_ptr.hpp | 7 +++++++ .../weed/context/parse_context/operator/minus.hpp | 7 +++++++ .../context/parse_context/operator/modulus.hpp | 7 +++++++ .../context/parse_context/operator/negate.hpp | 7 +++++++ .../context/parse_context/operator/shift_left.hpp | 7 +++++++ .../context/parse_context/operator/unary_plus.hpp | 7 +++++++ sprout/weed/context/parse_context/terminal.hpp | 7 +++++++ .../context/parse_context/terminal/char_type.hpp | 7 +++++++ .../context/parse_context/terminal/parser.hpp | 7 +++++++ .../context/parse_context/terminal/string.hpp | 7 +++++++ sprout/weed/context/parse_context_fwd.hpp | 7 +++++++ sprout/weed/detail/bdigits.hpp | 7 +++++++ sprout/weed/detail/c_str_as_string.hpp | 7 +++++++ sprout/weed/detail/digits.hpp | 7 +++++++ sprout/weed/detail/find_character_set.hpp | 7 +++++++ sprout/weed/detail/is_both_tuple.hpp | 7 +++++++ sprout/weed/detail/is_both_unused.hpp | 7 +++++++ sprout/weed/detail/is_container_and_elem.hpp | 7 +++++++ sprout/weed/detail/is_different_elem.hpp | 7 +++++++ sprout/weed/detail/is_elem_and_container.hpp | 7 +++++++ sprout/weed/detail/is_elem_and_tuple.hpp | 7 +++++++ sprout/weed/detail/is_elem_and_unused.hpp | 7 +++++++ sprout/weed/detail/is_same_container.hpp | 7 +++++++ sprout/weed/detail/is_same_elem.hpp | 7 +++++++ sprout/weed/detail/is_tuple_and_elem.hpp | 7 +++++++ sprout/weed/detail/is_unused_and_elem.hpp | 7 +++++++ sprout/weed/detail/ndigits.hpp | 7 +++++++ sprout/weed/detail/odigits.hpp | 7 +++++++ sprout/weed/detail/xdigits.hpp | 7 +++++++ sprout/weed/eval_result.hpp | 7 +++++++ sprout/weed/expr.hpp | 7 +++++++ sprout/weed/expr/eval.hpp | 7 +++++++ sprout/weed/expr/expr.hpp | 7 +++++++ sprout/weed/expr/expr_fwd.hpp | 7 +++++++ sprout/weed/expr/make_expr.hpp | 7 +++++++ sprout/weed/expr/make_terminal.hpp | 7 +++++++ sprout/weed/expr/make_terminal_or_expr.hpp | 7 +++++++ sprout/weed/expr/tag.hpp | 7 +++++++ sprout/weed/limited.hpp | 7 +++++++ sprout/weed/operator.hpp | 7 +++++++ sprout/weed/operator/address_of.hpp | 7 +++++++ sprout/weed/operator/bitwise_or.hpp | 7 +++++++ sprout/weed/operator/dereference.hpp | 7 +++++++ sprout/weed/operator/logical_not.hpp | 7 +++++++ sprout/weed/operator/mem_ptr.hpp | 7 +++++++ sprout/weed/operator/minus.hpp | 7 +++++++ sprout/weed/operator/modulus.hpp | 7 +++++++ sprout/weed/operator/negate.hpp | 7 +++++++ sprout/weed/operator/shift_left.hpp | 7 +++++++ sprout/weed/operator/unary_plus.hpp | 7 +++++++ sprout/weed/parse.hpp | 7 +++++++ sprout/weed/parser.hpp | 7 +++++++ sprout/weed/parser/auxiliary.hpp | 7 +++++++ sprout/weed/parser/auxiliary/eoi.hpp | 7 +++++++ sprout/weed/parser/auxiliary/eol.hpp | 7 +++++++ sprout/weed/parser/auxiliary/eps.hpp | 7 +++++++ sprout/weed/parser/char.hpp | 7 +++++++ sprout/weed/parser/char/char.hpp | 7 +++++++ sprout/weed/parser/char/char_class.hpp | 7 +++++++ sprout/weed/parser/directive.hpp | 7 +++++++ sprout/weed/parser/directive/as_array.hpp | 7 +++++++ sprout/weed/parser/directive/as_tuple.hpp | 7 +++++++ sprout/weed/parser/directive/omit.hpp | 7 +++++++ sprout/weed/parser/directive/repeat.hpp | 7 +++++++ sprout/weed/parser/directive/replace.hpp | 7 +++++++ sprout/weed/parser/lim.hpp | 7 +++++++ sprout/weed/parser/lit.hpp | 7 +++++++ sprout/weed/parser/numeric.hpp | 7 +++++++ sprout/weed/parser/numeric/bin.hpp | 7 +++++++ sprout/weed/parser/numeric/hex.hpp | 7 +++++++ sprout/weed/parser/numeric/int.hpp | 7 +++++++ sprout/weed/parser/numeric/int_p.hpp | 7 +++++++ sprout/weed/parser/numeric/oct.hpp | 7 +++++++ sprout/weed/parser/numeric/uint.hpp | 7 +++++++ sprout/weed/parser/numeric/uint_p.hpp | 7 +++++++ sprout/weed/parser/parser_base.hpp | 7 +++++++ sprout/weed/parser/string.hpp | 7 +++++++ sprout/weed/parser/string/string.hpp | 7 +++++++ sprout/weed/parser_result.hpp | 7 +++++++ sprout/weed/traits.hpp | 7 +++++++ sprout/weed/traits/expr.hpp | 7 +++++++ sprout/weed/traits/expr/expr_of.hpp | 7 +++++++ sprout/weed/traits/expr/is_expr.hpp | 7 +++++++ sprout/weed/traits/expr/tag_of.hpp | 7 +++++++ sprout/weed/traits/expr/terminal_of.hpp | 7 +++++++ sprout/weed/traits/expr/terminal_or_expr_of.hpp | 7 +++++++ sprout/weed/traits/parser.hpp | 7 +++++++ sprout/weed/traits/parser/attribute_of.hpp | 7 +++++++ sprout/weed/traits/parser/is_parser.hpp | 7 +++++++ sprout/weed/traits/parser/limit_of.hpp | 7 +++++++ sprout/weed/traits/type.hpp | 7 +++++++ sprout/weed/traits/type/is_c_str.hpp | 7 +++++++ sprout/weed/traits/type/is_char_type.hpp | 7 +++++++ sprout/weed/traits/type/is_container.hpp | 7 +++++++ sprout/weed/traits/type/is_string.hpp | 7 +++++++ sprout/weed/traits/type/is_tuple.hpp | 7 +++++++ sprout/weed/traits/type/is_unused.hpp | 7 +++++++ sprout/weed/unused.hpp | 7 +++++++ sprout/workaround.hpp | 7 +++++++ .../detail/uniform_int_distribution.hpp | 7 +++++++ sprout/workaround/recursive_function_template.hpp | 7 +++++++ testspr/algorithm.hpp | 7 +++++++ testspr/assert.hpp | 7 +++++++ testspr/functional.hpp | 7 +++++++ testspr/header_all.hpp | 7 +++++++ testspr/include_main.hpp | 7 +++++++ testspr/iterator.hpp | 7 +++++++ testspr/print.hpp | 7 +++++++ testspr/range.hpp | 7 +++++++ testspr/sprout.cpp | 7 +++++++ testspr/tools.hpp | 7 +++++++ testspr/typeinfo.hpp | 7 +++++++ 1844 files changed, 13073 insertions(+), 165 deletions(-) diff --git a/example/inv_fizzbuzz/main.cpp b/example/inv_fizzbuzz/main.cpp index 8e4632be..17ea64c7 100644 --- a/example/inv_fizzbuzz/main.cpp +++ b/example/inv_fizzbuzz/main.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #include #include diff --git a/libs/algorithm/test/adjacent_find.cpp b/libs/algorithm/test/adjacent_find.cpp index 66f5c1d3..4c56b7b0 100644 --- a/libs/algorithm/test/adjacent_find.cpp +++ b/libs/algorithm/test/adjacent_find.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ADJACENT_FIND_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ADJACENT_FIND_CPP diff --git a/libs/algorithm/test/algorithm.cpp b/libs/algorithm/test/algorithm.cpp index 27b31707..71315b66 100644 --- a/libs/algorithm/test/algorithm.cpp +++ b/libs/algorithm/test/algorithm.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ALGORITHM_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ALGORITHM_CPP diff --git a/libs/algorithm/test/all_of.cpp b/libs/algorithm/test/all_of.cpp index 4adae481..8ec4c5e5 100644 --- a/libs/algorithm/test/all_of.cpp +++ b/libs/algorithm/test/all_of.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ALL_OF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ALL_OF_CPP diff --git a/libs/algorithm/test/all_of_equal.cpp b/libs/algorithm/test/all_of_equal.cpp index f48a3ab9..5ce1a986 100644 --- a/libs/algorithm/test/all_of_equal.cpp +++ b/libs/algorithm/test/all_of_equal.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ALL_OF_EQUAL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ALL_OF_EQUAL_CPP diff --git a/libs/algorithm/test/any_of.cpp b/libs/algorithm/test/any_of.cpp index df395963..2ef79a17 100644 --- a/libs/algorithm/test/any_of.cpp +++ b/libs/algorithm/test/any_of.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ANY_OF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ANY_OF_CPP diff --git a/libs/algorithm/test/any_of_equal.cpp b/libs/algorithm/test/any_of_equal.cpp index f9c7adb2..cf57de9d 100644 --- a/libs/algorithm/test/any_of_equal.cpp +++ b/libs/algorithm/test/any_of_equal.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ANY_OF_EQUAL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ANY_OF_EQUAL_CPP diff --git a/libs/algorithm/test/binary_search.cpp b/libs/algorithm/test/binary_search.cpp index c7ec0b1e..2e233019 100644 --- a/libs/algorithm/test/binary_search.cpp +++ b/libs/algorithm/test/binary_search.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_BINARY_SEARCH_CPP #define SPROUT_LIBS_ALGORITHM_TEST_BINARY_SEARCH_CPP diff --git a/libs/algorithm/test/bogo_sort.cpp b/libs/algorithm/test/bogo_sort.cpp index 6856ad87..652fef8d 100644 --- a/libs/algorithm/test/bogo_sort.cpp +++ b/libs/algorithm/test/bogo_sort.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_BOGO_SORT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_BOGO_SORT_CPP diff --git a/libs/algorithm/test/bogo_sort_result.cpp b/libs/algorithm/test/bogo_sort_result.cpp index 4c064c38..929a115e 100644 --- a/libs/algorithm/test/bogo_sort_result.cpp +++ b/libs/algorithm/test/bogo_sort_result.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_BOGO_SORT_RESULT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_BOGO_SORT_RESULT_CPP diff --git a/libs/algorithm/test/bozo_sort.cpp b/libs/algorithm/test/bozo_sort.cpp index 2b78ea86..3997e290 100644 --- a/libs/algorithm/test/bozo_sort.cpp +++ b/libs/algorithm/test/bozo_sort.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_BOZO_SORT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_BOZO_SORT_CPP diff --git a/libs/algorithm/test/bozo_sort_result.cpp b/libs/algorithm/test/bozo_sort_result.cpp index 843a3782..01b61996 100644 --- a/libs/algorithm/test/bozo_sort_result.cpp +++ b/libs/algorithm/test/bozo_sort_result.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_BOZO_SORT_RESULT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_BOZO_SORT_RESULT_CPP diff --git a/libs/algorithm/test/clamp.cpp b/libs/algorithm/test/clamp.cpp index d1010569..16583229 100644 --- a/libs/algorithm/test/clamp.cpp +++ b/libs/algorithm/test/clamp.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_CLAMP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_CLAMP_CPP diff --git a/libs/algorithm/test/clamp_range.cpp b/libs/algorithm/test/clamp_range.cpp index ccb85a58..f55fefcc 100644 --- a/libs/algorithm/test/clamp_range.cpp +++ b/libs/algorithm/test/clamp_range.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_CLAMP_RANGE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_CLAMP_RANGE_CPP diff --git a/libs/algorithm/test/clamp_range_copy.cpp b/libs/algorithm/test/clamp_range_copy.cpp index b2a24f33..15ee5683 100644 --- a/libs/algorithm/test/clamp_range_copy.cpp +++ b/libs/algorithm/test/clamp_range_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_CLAMP_RANGE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_CLAMP_RANGE_COPY_CPP diff --git a/libs/algorithm/test/copy.cpp b/libs/algorithm/test/copy.cpp index 16d52a55..c341d27c 100644 --- a/libs/algorithm/test/copy.cpp +++ b/libs/algorithm/test/copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_CPP diff --git a/libs/algorithm/test/copy_backward.cpp b/libs/algorithm/test/copy_backward.cpp index d54120e5..fe60da6c 100644 --- a/libs/algorithm/test/copy_backward.cpp +++ b/libs/algorithm/test/copy_backward.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_BACKWARD_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_BACKWARD_CPP diff --git a/libs/algorithm/test/copy_if.cpp b/libs/algorithm/test/copy_if.cpp index 2e0a2ba1..3e1d5cfc 100644 --- a/libs/algorithm/test/copy_if.cpp +++ b/libs/algorithm/test/copy_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_IF_CPP diff --git a/libs/algorithm/test/copy_n.cpp b/libs/algorithm/test/copy_n.cpp index 28fcad9c..1af7d68d 100644 --- a/libs/algorithm/test/copy_n.cpp +++ b/libs/algorithm/test/copy_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_N_CPP diff --git a/libs/algorithm/test/copy_until.cpp b/libs/algorithm/test/copy_until.cpp index 993247bd..eb23e626 100644 --- a/libs/algorithm/test/copy_until.cpp +++ b/libs/algorithm/test/copy_until.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_UNTIL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_UNTIL_CPP diff --git a/libs/algorithm/test/copy_while.cpp b/libs/algorithm/test/copy_while.cpp index 77079595..a3293d19 100644 --- a/libs/algorithm/test/copy_while.cpp +++ b/libs/algorithm/test/copy_while.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COPY_WHILE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COPY_WHILE_CPP diff --git a/libs/algorithm/test/count.cpp b/libs/algorithm/test/count.cpp index 175c62a4..00aecfcc 100644 --- a/libs/algorithm/test/count.cpp +++ b/libs/algorithm/test/count.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COUNT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COUNT_CPP diff --git a/libs/algorithm/test/count_if.cpp b/libs/algorithm/test/count_if.cpp index 45abc5b6..2272d3b2 100644 --- a/libs/algorithm/test/count_if.cpp +++ b/libs/algorithm/test/count_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_COUNT_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_COUNT_IF_CPP diff --git a/libs/algorithm/test/equal.cpp b/libs/algorithm/test/equal.cpp index 8811c7c6..961a4026 100644 --- a/libs/algorithm/test/equal.cpp +++ b/libs/algorithm/test/equal.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_EQUAL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_EQUAL_CPP diff --git a/libs/algorithm/test/equal_range.cpp b/libs/algorithm/test/equal_range.cpp index 5c413ade..b1fe1c0b 100644 --- a/libs/algorithm/test/equal_range.cpp +++ b/libs/algorithm/test/equal_range.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_EQUAL_RANGE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_EQUAL_RANGE_CPP diff --git a/libs/algorithm/test/fill.cpp b/libs/algorithm/test/fill.cpp index c5e1a5c1..1d03dbd7 100644 --- a/libs/algorithm/test/fill.cpp +++ b/libs/algorithm/test/fill.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FILL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FILL_CPP diff --git a/libs/algorithm/test/fill_n.cpp b/libs/algorithm/test/fill_n.cpp index b44dcb81..339fa7d2 100644 --- a/libs/algorithm/test/fill_n.cpp +++ b/libs/algorithm/test/fill_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FILL_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FILL_N_CPP diff --git a/libs/algorithm/test/find.cpp b/libs/algorithm/test/find.cpp index f79bceaa..6d31ce9f 100644 --- a/libs/algorithm/test/find.cpp +++ b/libs/algorithm/test/find.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FIND_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FIND_CPP diff --git a/libs/algorithm/test/find_end.cpp b/libs/algorithm/test/find_end.cpp index 1d2bd441..68dddc7a 100644 --- a/libs/algorithm/test/find_end.cpp +++ b/libs/algorithm/test/find_end.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FIND_END_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FIND_END_CPP diff --git a/libs/algorithm/test/find_first_of.cpp b/libs/algorithm/test/find_first_of.cpp index f2badfb7..e672a041 100644 --- a/libs/algorithm/test/find_first_of.cpp +++ b/libs/algorithm/test/find_first_of.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FIND_FIRST_OF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FIND_FIRST_OF_CPP diff --git a/libs/algorithm/test/find_if.cpp b/libs/algorithm/test/find_if.cpp index 45552b0f..0b26da28 100644 --- a/libs/algorithm/test/find_if.cpp +++ b/libs/algorithm/test/find_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FIND_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FIND_IF_CPP diff --git a/libs/algorithm/test/find_if_not.cpp b/libs/algorithm/test/find_if_not.cpp index 5da2f096..4beacc28 100644 --- a/libs/algorithm/test/find_if_not.cpp +++ b/libs/algorithm/test/find_if_not.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_FIND_IF_NOT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_FIND_IF_NOT_CPP diff --git a/libs/algorithm/test/generate.cpp b/libs/algorithm/test/generate.cpp index 3a816f74..02295dcb 100644 --- a/libs/algorithm/test/generate.cpp +++ b/libs/algorithm/test/generate.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_GENERATE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_GENERATE_CPP diff --git a/libs/algorithm/test/generate_n.cpp b/libs/algorithm/test/generate_n.cpp index 158136fb..2f066fd3 100644 --- a/libs/algorithm/test/generate_n.cpp +++ b/libs/algorithm/test/generate_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_GENERATE_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_GENERATE_N_CPP diff --git a/libs/algorithm/test/includes.cpp b/libs/algorithm/test/includes.cpp index cb1f542a..64df349d 100644 --- a/libs/algorithm/test/includes.cpp +++ b/libs/algorithm/test/includes.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_INCLUDES_CPP #define SPROUT_LIBS_ALGORITHM_TEST_INCLUDES_CPP diff --git a/libs/algorithm/test/inplace_merge.cpp b/libs/algorithm/test/inplace_merge.cpp index c6fe4144..fbd27866 100644 --- a/libs/algorithm/test/inplace_merge.cpp +++ b/libs/algorithm/test/inplace_merge.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_INPLACE_MERGE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_INPLACE_MERGE_CPP diff --git a/libs/algorithm/test/is_decreasing.cpp b/libs/algorithm/test/is_decreasing.cpp index 74f0a1c0..4ea6c9df 100644 --- a/libs/algorithm/test/is_decreasing.cpp +++ b/libs/algorithm/test/is_decreasing.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_DECREASING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_DECREASING_CPP diff --git a/libs/algorithm/test/is_heap.cpp b/libs/algorithm/test/is_heap.cpp index a3057dd8..d66fb3f3 100644 --- a/libs/algorithm/test/is_heap.cpp +++ b/libs/algorithm/test/is_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_HEAP_CPP diff --git a/libs/algorithm/test/is_heap_until.cpp b/libs/algorithm/test/is_heap_until.cpp index 5ee2aa0b..8e4696ac 100644 --- a/libs/algorithm/test/is_heap_until.cpp +++ b/libs/algorithm/test/is_heap_until.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_HEAP_UNTIL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_HEAP_UNTIL_CPP diff --git a/libs/algorithm/test/is_increasing.cpp b/libs/algorithm/test/is_increasing.cpp index 55b29446..5955a256 100644 --- a/libs/algorithm/test/is_increasing.cpp +++ b/libs/algorithm/test/is_increasing.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_INCREASING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_INCREASING_CPP diff --git a/libs/algorithm/test/is_partitioned.cpp b/libs/algorithm/test/is_partitioned.cpp index 508acd04..5b54410b 100644 --- a/libs/algorithm/test/is_partitioned.cpp +++ b/libs/algorithm/test/is_partitioned.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_PERTITIONED_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_PERTITIONED_CPP diff --git a/libs/algorithm/test/is_permutation.cpp b/libs/algorithm/test/is_permutation.cpp index 2db24873..cb707c93 100644 --- a/libs/algorithm/test/is_permutation.cpp +++ b/libs/algorithm/test/is_permutation.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_PERMUTATION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_PERMUTATION_CPP diff --git a/libs/algorithm/test/is_sorted.cpp b/libs/algorithm/test/is_sorted.cpp index ea6b3668..cdaa5aa7 100644 --- a/libs/algorithm/test/is_sorted.cpp +++ b/libs/algorithm/test/is_sorted.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_SORTED_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_SORTED_CPP diff --git a/libs/algorithm/test/is_sorted_until.cpp b/libs/algorithm/test/is_sorted_until.cpp index 98226218..43c62187 100644 --- a/libs/algorithm/test/is_sorted_until.cpp +++ b/libs/algorithm/test/is_sorted_until.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_SORTED_UNTIL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_SORTED_UNTIL_CPP diff --git a/libs/algorithm/test/is_strictly_decreasing.cpp b/libs/algorithm/test/is_strictly_decreasing.cpp index 357ffa9d..d6601dcb 100644 --- a/libs/algorithm/test/is_strictly_decreasing.cpp +++ b/libs/algorithm/test/is_strictly_decreasing.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_STRICTLY_DECREASING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_STRICTLY_DECREASING_CPP diff --git a/libs/algorithm/test/is_strictly_increasing.cpp b/libs/algorithm/test/is_strictly_increasing.cpp index 39961399..0b3922f3 100644 --- a/libs/algorithm/test/is_strictly_increasing.cpp +++ b/libs/algorithm/test/is_strictly_increasing.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_IS_STRICTLY_INCREASING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_IS_STRICTLY_INCREASING_CPP diff --git a/libs/algorithm/test/lexicographical_compare.cpp b/libs/algorithm/test/lexicographical_compare.cpp index 06d533a0..5684bc93 100644 --- a/libs/algorithm/test/lexicographical_compare.cpp +++ b/libs/algorithm/test/lexicographical_compare.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_LEXICOGRAPHICAL_COMPARE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_LEXICOGRAPHICAL_COMPARE_CPP diff --git a/libs/algorithm/test/lower_bound.cpp b/libs/algorithm/test/lower_bound.cpp index 7130d33c..6ed91867 100644 --- a/libs/algorithm/test/lower_bound.cpp +++ b/libs/algorithm/test/lower_bound.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_LOWER_BOUND_CPP #define SPROUT_LIBS_ALGORITHM_TEST_LOWER_BOUND_CPP diff --git a/libs/algorithm/test/make_heap.cpp b/libs/algorithm/test/make_heap.cpp index 4de56f1c..ecb1d49d 100644 --- a/libs/algorithm/test/make_heap.cpp +++ b/libs/algorithm/test/make_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MAKE_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MAKE_HEAP_CPP diff --git a/libs/algorithm/test/make_partial_heap.cpp b/libs/algorithm/test/make_partial_heap.cpp index 5a76fa6c..89c30b61 100644 --- a/libs/algorithm/test/make_partial_heap.cpp +++ b/libs/algorithm/test/make_partial_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MAKE_PARTIAL_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MAKE_PARTIAL_HEAP_CPP diff --git a/libs/algorithm/test/max.cpp b/libs/algorithm/test/max.cpp index 470656f8..53eace2a 100644 --- a/libs/algorithm/test/max.cpp +++ b/libs/algorithm/test/max.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MAX_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MAX_CPP diff --git a/libs/algorithm/test/max_element.cpp b/libs/algorithm/test/max_element.cpp index 1653097d..c20af774 100644 --- a/libs/algorithm/test/max_element.cpp +++ b/libs/algorithm/test/max_element.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MAX_ELEMENT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MAX_ELEMENT_CPP diff --git a/libs/algorithm/test/merge.cpp b/libs/algorithm/test/merge.cpp index 9fd62ee4..56e5690a 100644 --- a/libs/algorithm/test/merge.cpp +++ b/libs/algorithm/test/merge.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MERGE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MERGE_CPP diff --git a/libs/algorithm/test/min.cpp b/libs/algorithm/test/min.cpp index 996571d7..4ec205bb 100644 --- a/libs/algorithm/test/min.cpp +++ b/libs/algorithm/test/min.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MIN_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MIN_CPP diff --git a/libs/algorithm/test/min_element.cpp b/libs/algorithm/test/min_element.cpp index 99a010ed..e4d09206 100644 --- a/libs/algorithm/test/min_element.cpp +++ b/libs/algorithm/test/min_element.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MIN_ELEMENT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MIN_ELEMENT_CPP diff --git a/libs/algorithm/test/minmax.cpp b/libs/algorithm/test/minmax.cpp index 27ca5fb5..5fd4270c 100644 --- a/libs/algorithm/test/minmax.cpp +++ b/libs/algorithm/test/minmax.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MINMAX_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MINMAX_CPP diff --git a/libs/algorithm/test/minmax_element.cpp b/libs/algorithm/test/minmax_element.cpp index 8a8af325..4c677362 100644 --- a/libs/algorithm/test/minmax_element.cpp +++ b/libs/algorithm/test/minmax_element.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MINMAX_ELEMENT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MINMAX_ELEMENT_CPP diff --git a/libs/algorithm/test/mismatch.cpp b/libs/algorithm/test/mismatch.cpp index 131918c5..cf6de4bf 100644 --- a/libs/algorithm/test/mismatch.cpp +++ b/libs/algorithm/test/mismatch.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MISMATCH_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MISMATCH_CPP diff --git a/libs/algorithm/test/modifying.cpp b/libs/algorithm/test/modifying.cpp index de05297c..f6f099a0 100644 --- a/libs/algorithm/test/modifying.cpp +++ b/libs/algorithm/test/modifying.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_MODIFYIING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_MODIFYIING_CPP diff --git a/libs/algorithm/test/next_permutation.cpp b/libs/algorithm/test/next_permutation.cpp index d9429a47..f3e76eb7 100644 --- a/libs/algorithm/test/next_permutation.cpp +++ b/libs/algorithm/test/next_permutation.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_NEXT_PERMUTATION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_NEXT_PERMUTATION_CPP diff --git a/libs/algorithm/test/non_modifying.cpp b/libs/algorithm/test/non_modifying.cpp index dd89fac8..ad8608a0 100644 --- a/libs/algorithm/test/non_modifying.cpp +++ b/libs/algorithm/test/non_modifying.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_NON_MODIFYIING_CPP #define SPROUT_LIBS_ALGORITHM_TEST_NON_MODIFYIING_CPP diff --git a/libs/algorithm/test/none_of.cpp b/libs/algorithm/test/none_of.cpp index bbd2e7a8..4a8ebb6e 100644 --- a/libs/algorithm/test/none_of.cpp +++ b/libs/algorithm/test/none_of.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_NONE_OF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_NONE_OF_CPP diff --git a/libs/algorithm/test/none_of_equal.cpp b/libs/algorithm/test/none_of_equal.cpp index 647d61a1..0fe427e4 100644 --- a/libs/algorithm/test/none_of_equal.cpp +++ b/libs/algorithm/test/none_of_equal.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_NONE_OF_EQUAL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_NONE_OF_EQUAL_CPP diff --git a/libs/algorithm/test/nth_element.cpp b/libs/algorithm/test/nth_element.cpp index 793f24b9..56c7f808 100644 --- a/libs/algorithm/test/nth_element.cpp +++ b/libs/algorithm/test/nth_element.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_NTH_ELEMENT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_NTH_ELEMENT_CPP diff --git a/libs/algorithm/test/one_of.cpp b/libs/algorithm/test/one_of.cpp index 7ef13693..dc1272c2 100644 --- a/libs/algorithm/test/one_of.cpp +++ b/libs/algorithm/test/one_of.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ONE_OF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ONE_OF_CPP diff --git a/libs/algorithm/test/one_of_equal.cpp b/libs/algorithm/test/one_of_equal.cpp index ba2d4931..ae5781ac 100644 --- a/libs/algorithm/test/one_of_equal.cpp +++ b/libs/algorithm/test/one_of_equal.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ONE_OF_EQUAL_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ONE_OF_EQUAL_CPP diff --git a/libs/algorithm/test/partial_sort.cpp b/libs/algorithm/test/partial_sort.cpp index ef459361..b359fe6f 100644 --- a/libs/algorithm/test/partial_sort.cpp +++ b/libs/algorithm/test/partial_sort.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PARTIAL_SORT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PARTIAL_SORT_CPP diff --git a/libs/algorithm/test/partition.cpp b/libs/algorithm/test/partition.cpp index f131cfd3..b693646b 100644 --- a/libs/algorithm/test/partition.cpp +++ b/libs/algorithm/test/partition.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PARTITION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PARTITION_CPP diff --git a/libs/algorithm/test/partition_copy.cpp b/libs/algorithm/test/partition_copy.cpp index 6d857206..dd2cec97 100644 --- a/libs/algorithm/test/partition_copy.cpp +++ b/libs/algorithm/test/partition_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PARTITION_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PARTITION_COPY_CPP diff --git a/libs/algorithm/test/partition_point.cpp b/libs/algorithm/test/partition_point.cpp index d33f14d3..0eaf60d9 100644 --- a/libs/algorithm/test/partition_point.cpp +++ b/libs/algorithm/test/partition_point.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PERTITION_POINT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PERTITION_POINT_CPP diff --git a/libs/algorithm/test/pop_heap.cpp b/libs/algorithm/test/pop_heap.cpp index 0cc5d0cc..5540d4fa 100644 --- a/libs/algorithm/test/pop_heap.cpp +++ b/libs/algorithm/test/pop_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_POP_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_POP_HEAP_CPP diff --git a/libs/algorithm/test/prev_permutation.cpp b/libs/algorithm/test/prev_permutation.cpp index f6df03d6..7888ac21 100644 --- a/libs/algorithm/test/prev_permutation.cpp +++ b/libs/algorithm/test/prev_permutation.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PREV_PERMUTATION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PREV_PERMUTATION_CPP diff --git a/libs/algorithm/test/push_heap.cpp b/libs/algorithm/test/push_heap.cpp index eebdc103..a65abe73 100644 --- a/libs/algorithm/test/push_heap.cpp +++ b/libs/algorithm/test/push_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_PUSH_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_PUSH_HEAP_CPP diff --git a/libs/algorithm/test/random_swap.cpp b/libs/algorithm/test/random_swap.cpp index a7857af5..c9ede720 100644 --- a/libs/algorithm/test/random_swap.cpp +++ b/libs/algorithm/test/random_swap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_RANDOM_SWAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_RANDOM_SWAP_CPP diff --git a/libs/algorithm/test/random_swap_result.cpp b/libs/algorithm/test/random_swap_result.cpp index bb41dcd4..b3f4c394 100644 --- a/libs/algorithm/test/random_swap_result.cpp +++ b/libs/algorithm/test/random_swap_result.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_RANDOM_SWAP_RESULT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_RANDOM_SWAP_RESULT_CPP diff --git a/libs/algorithm/test/recurrence.cpp b/libs/algorithm/test/recurrence.cpp index b0ec4f39..c6497ced 100644 --- a/libs/algorithm/test/recurrence.cpp +++ b/libs/algorithm/test/recurrence.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_RECURRENCE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_RECURRENCE_CPP diff --git a/libs/algorithm/test/recurrence_n.cpp b/libs/algorithm/test/recurrence_n.cpp index 683f0bab..12daeaf2 100644 --- a/libs/algorithm/test/recurrence_n.cpp +++ b/libs/algorithm/test/recurrence_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_RECURRENCE_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_RECURRENCE_N_CPP diff --git a/libs/algorithm/test/remove.cpp b/libs/algorithm/test/remove.cpp index 29e44265..66943bf1 100644 --- a/libs/algorithm/test/remove.cpp +++ b/libs/algorithm/test/remove.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REMOVE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REMOVE_CPP diff --git a/libs/algorithm/test/remove_copy.cpp b/libs/algorithm/test/remove_copy.cpp index 66aa4551..ef945562 100644 --- a/libs/algorithm/test/remove_copy.cpp +++ b/libs/algorithm/test/remove_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REMOVE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REMOVE_COPY_CPP diff --git a/libs/algorithm/test/remove_copy_if.cpp b/libs/algorithm/test/remove_copy_if.cpp index 639871db..49b484d5 100644 --- a/libs/algorithm/test/remove_copy_if.cpp +++ b/libs/algorithm/test/remove_copy_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REMOVE_COPY_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REMOVE_COPY_IF_CPP diff --git a/libs/algorithm/test/remove_if.cpp b/libs/algorithm/test/remove_if.cpp index 1c940ef7..0e5a906c 100644 --- a/libs/algorithm/test/remove_if.cpp +++ b/libs/algorithm/test/remove_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REMOVE_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REMOVE_IF_CPP diff --git a/libs/algorithm/test/replace.cpp b/libs/algorithm/test/replace.cpp index 09681972..12245c6b 100644 --- a/libs/algorithm/test/replace.cpp +++ b/libs/algorithm/test/replace.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REPLACE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REPLACE_CPP diff --git a/libs/algorithm/test/replace_copy.cpp b/libs/algorithm/test/replace_copy.cpp index f5e3b147..c7e12595 100644 --- a/libs/algorithm/test/replace_copy.cpp +++ b/libs/algorithm/test/replace_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REPLACE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REPLACE_COPY_CPP diff --git a/libs/algorithm/test/replace_copy_if.cpp b/libs/algorithm/test/replace_copy_if.cpp index 16bc4a15..105f0620 100644 --- a/libs/algorithm/test/replace_copy_if.cpp +++ b/libs/algorithm/test/replace_copy_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REPLACE_COPY_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REPLACE_COPY_IF_CPP diff --git a/libs/algorithm/test/replace_if.cpp b/libs/algorithm/test/replace_if.cpp index 51693cf0..8a56a070 100644 --- a/libs/algorithm/test/replace_if.cpp +++ b/libs/algorithm/test/replace_if.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REPLACE_IF_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REPLACE_IF_CPP diff --git a/libs/algorithm/test/reverse.cpp b/libs/algorithm/test/reverse.cpp index 4e9839a7..156c2aa4 100644 --- a/libs/algorithm/test/reverse.cpp +++ b/libs/algorithm/test/reverse.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REBERSE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REBERSE_CPP diff --git a/libs/algorithm/test/reverse_copy.cpp b/libs/algorithm/test/reverse_copy.cpp index 0622d3f5..d887add4 100644 --- a/libs/algorithm/test/reverse_copy.cpp +++ b/libs/algorithm/test/reverse_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_REBERSE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_REBERSE_COPY_CPP diff --git a/libs/algorithm/test/rotate.cpp b/libs/algorithm/test/rotate.cpp index cad942d8..ad0bddea 100644 --- a/libs/algorithm/test/rotate.cpp +++ b/libs/algorithm/test/rotate.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ROTATE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ROTATE_CPP diff --git a/libs/algorithm/test/rotate_copy.cpp b/libs/algorithm/test/rotate_copy.cpp index 45881ab9..24a13940 100644 --- a/libs/algorithm/test/rotate_copy.cpp +++ b/libs/algorithm/test/rotate_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_ROTATE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_ROTATE_COPY_CPP diff --git a/libs/algorithm/test/search.cpp b/libs/algorithm/test/search.cpp index a79c58f0..4ce13c99 100644 --- a/libs/algorithm/test/search.cpp +++ b/libs/algorithm/test/search.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SEARCH_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SEARCH_CPP diff --git a/libs/algorithm/test/search_n.cpp b/libs/algorithm/test/search_n.cpp index 3b0680fb..e201aee1 100644 --- a/libs/algorithm/test/search_n.cpp +++ b/libs/algorithm/test/search_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SEARCH_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SEARCH_N_CPP diff --git a/libs/algorithm/test/set_difference.cpp b/libs/algorithm/test/set_difference.cpp index 032e8e5e..f62e0eda 100644 --- a/libs/algorithm/test/set_difference.cpp +++ b/libs/algorithm/test/set_difference.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SET_DIFFERENCE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SET_DIFFERENCE_CPP diff --git a/libs/algorithm/test/set_intersection.cpp b/libs/algorithm/test/set_intersection.cpp index 24563152..1ca52586 100644 --- a/libs/algorithm/test/set_intersection.cpp +++ b/libs/algorithm/test/set_intersection.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SET_INTERSECTION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SET_INTERSECTION_CPP diff --git a/libs/algorithm/test/set_symmetric_difference.cpp b/libs/algorithm/test/set_symmetric_difference.cpp index cc6777d9..a944d687 100644 --- a/libs/algorithm/test/set_symmetric_difference.cpp +++ b/libs/algorithm/test/set_symmetric_difference.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SET_SYMMETRIC_DIFFERENCE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SET_SYMMETRIC_DIFFERENCE_CPP diff --git a/libs/algorithm/test/set_union.cpp b/libs/algorithm/test/set_union.cpp index 9c6576e0..50a483c6 100644 --- a/libs/algorithm/test/set_union.cpp +++ b/libs/algorithm/test/set_union.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SET_UNION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SET_UNION_CPP diff --git a/libs/algorithm/test/shuffle.cpp b/libs/algorithm/test/shuffle.cpp index 0580cf8d..dac4063c 100644 --- a/libs/algorithm/test/shuffle.cpp +++ b/libs/algorithm/test/shuffle.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SHUFFLE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SHUFFLE_CPP diff --git a/libs/algorithm/test/shuffle_result.cpp b/libs/algorithm/test/shuffle_result.cpp index 6022b5bc..758a4a67 100644 --- a/libs/algorithm/test/shuffle_result.cpp +++ b/libs/algorithm/test/shuffle_result.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SHUFFLE_RESULT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SHUFFLE_RESULT_CPP diff --git a/libs/algorithm/test/sort.cpp b/libs/algorithm/test/sort.cpp index 19b50b06..a9c17c6e 100644 --- a/libs/algorithm/test/sort.cpp +++ b/libs/algorithm/test/sort.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SORT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SORT_CPP diff --git a/libs/algorithm/test/sort_heap.cpp b/libs/algorithm/test/sort_heap.cpp index f91cac62..68e93ce4 100644 --- a/libs/algorithm/test/sort_heap.cpp +++ b/libs/algorithm/test/sort_heap.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SORT_HEAP_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SORT_HEAP_CPP diff --git a/libs/algorithm/test/stable_partition.cpp b/libs/algorithm/test/stable_partition.cpp index f71275b9..9fc8b2d2 100644 --- a/libs/algorithm/test/stable_partition.cpp +++ b/libs/algorithm/test/stable_partition.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_STABLE_PARTITION_CPP #define SPROUT_LIBS_ALGORITHM_TEST_STABLE_PARTITION_CPP diff --git a/libs/algorithm/test/stable_partition_copy.cpp b/libs/algorithm/test/stable_partition_copy.cpp index 2b99590b..fd345790 100644 --- a/libs/algorithm/test/stable_partition_copy.cpp +++ b/libs/algorithm/test/stable_partition_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_STABLE_PARTITION_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_STABLE_PARTITION_COPY_CPP diff --git a/libs/algorithm/test/stable_sort.cpp b/libs/algorithm/test/stable_sort.cpp index 72982605..cfa56ca5 100644 --- a/libs/algorithm/test/stable_sort.cpp +++ b/libs/algorithm/test/stable_sort.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_STABLE_SORT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_STABLE_SORT_CPP diff --git a/libs/algorithm/test/swap_element.cpp b/libs/algorithm/test/swap_element.cpp index 32822e9a..76c9cefd 100644 --- a/libs/algorithm/test/swap_element.cpp +++ b/libs/algorithm/test/swap_element.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SWAP_ELEMENT_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SWAP_ELEMENT_CPP diff --git a/libs/algorithm/test/swap_element_copy.cpp b/libs/algorithm/test/swap_element_copy.cpp index c57c4b46..d7da855f 100644 --- a/libs/algorithm/test/swap_element_copy.cpp +++ b/libs/algorithm/test/swap_element_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_SWAP_ELEMENT_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_SWAP_ELEMENT_COPY_CPP diff --git a/libs/algorithm/test/transform.cpp b/libs/algorithm/test/transform.cpp index cfb229aa..75fc67a5 100644 --- a/libs/algorithm/test/transform.cpp +++ b/libs/algorithm/test/transform.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_TRANSFORM_CPP #define SPROUT_LIBS_ALGORITHM_TEST_TRANSFORM_CPP diff --git a/libs/algorithm/test/tristate_lexicographical_compare.cpp b/libs/algorithm/test/tristate_lexicographical_compare.cpp index b937c6b4..094b6a73 100644 --- a/libs/algorithm/test/tristate_lexicographical_compare.cpp +++ b/libs/algorithm/test/tristate_lexicographical_compare.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_TRISTATE_LEXICOGRAPHICAL_COMPARE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_TRISTATE_LEXICOGRAPHICAL_COMPARE_CPP diff --git a/libs/algorithm/test/unfold.cpp b/libs/algorithm/test/unfold.cpp index c9755929..2924840d 100644 --- a/libs/algorithm/test/unfold.cpp +++ b/libs/algorithm/test/unfold.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_UNFOLD_CPP #define SPROUT_LIBS_ALGORITHM_TEST_UNFOLD_CPP diff --git a/libs/algorithm/test/unfold_n.cpp b/libs/algorithm/test/unfold_n.cpp index b7c1b9df..a61b70e9 100644 --- a/libs/algorithm/test/unfold_n.cpp +++ b/libs/algorithm/test/unfold_n.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_UNFOLD_N_CPP #define SPROUT_LIBS_ALGORITHM_TEST_UNFOLD_N_CPP diff --git a/libs/algorithm/test/unique.cpp b/libs/algorithm/test/unique.cpp index d93a33a8..8f77fa87 100644 --- a/libs/algorithm/test/unique.cpp +++ b/libs/algorithm/test/unique.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_UNIQUE_CPP #define SPROUT_LIBS_ALGORITHM_TEST_UNIQUE_CPP diff --git a/libs/algorithm/test/unique_copy.cpp b/libs/algorithm/test/unique_copy.cpp index 26c5792d..e6325a8b 100644 --- a/libs/algorithm/test/unique_copy.cpp +++ b/libs/algorithm/test/unique_copy.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_UNIQUE_COPY_CPP #define SPROUT_LIBS_ALGORITHM_TEST_UNIQUE_COPY_CPP diff --git a/libs/algorithm/test/upper_bound.cpp b/libs/algorithm/test/upper_bound.cpp index fab9dd17..c18f8098 100644 --- a/libs/algorithm/test/upper_bound.cpp +++ b/libs/algorithm/test/upper_bound.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ALGORITHM_TEST_UPPER_BOUND_CPP #define SPROUT_LIBS_ALGORITHM_TEST_UPPER_BOUND_CPP diff --git a/libs/array/test/array.cpp b/libs/array/test/array.cpp index f3099f80..7692110b 100644 --- a/libs/array/test/array.cpp +++ b/libs/array/test/array.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_ARRAY_TEST_ARRAY_CPP #define SPROUT_LIBS_ARRAY_TEST_ARRAY_CPP diff --git a/libs/bitset/test/bitset.cpp b/libs/bitset/test/bitset.cpp index 75b5546d..7d960c3c 100644 --- a/libs/bitset/test/bitset.cpp +++ b/libs/bitset/test/bitset.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_BITSET_TEST_BITSET_CPP #define SPROUT_LIBS_BITSET_TEST_BITSET_CPP diff --git a/libs/cstring/test/cstring.cpp b/libs/cstring/test/cstring.cpp index e3d82194..cbc9b8a1 100644 --- a/libs/cstring/test/cstring.cpp +++ b/libs/cstring/test/cstring.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_CSTRING_CPP #define SPROUT_LIBS_CSTRING_TEST_CSTRING_CPP diff --git a/libs/cstring/test/memchr.cpp b/libs/cstring/test/memchr.cpp index 945ad1dd..b25efc50 100644 --- a/libs/cstring/test/memchr.cpp +++ b/libs/cstring/test/memchr.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_MEMCHR_CPP #define SPROUT_LIBS_CSTRING_TEST_MEMCHR_CPP diff --git a/libs/cstring/test/memcmp.cpp b/libs/cstring/test/memcmp.cpp index aa0c5f9d..51775a6f 100644 --- a/libs/cstring/test/memcmp.cpp +++ b/libs/cstring/test/memcmp.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_MEMCMP_CPP #define SPROUT_LIBS_CSTRING_TEST_MEMCMP_CPP diff --git a/libs/cstring/test/strchr.cpp b/libs/cstring/test/strchr.cpp index fb6e583f..fb529216 100644 --- a/libs/cstring/test/strchr.cpp +++ b/libs/cstring/test/strchr.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRCHR_CPP #define SPROUT_LIBS_CSTRING_TEST_STRCHR_CPP diff --git a/libs/cstring/test/strcmp.cpp b/libs/cstring/test/strcmp.cpp index a10d6305..ef60b44b 100644 --- a/libs/cstring/test/strcmp.cpp +++ b/libs/cstring/test/strcmp.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRCMP_CPP #define SPROUT_LIBS_CSTRING_TEST_STRCMP_CPP diff --git a/libs/cstring/test/strcoll.cpp b/libs/cstring/test/strcoll.cpp index 5ecb3507..f59db17a 100644 --- a/libs/cstring/test/strcoll.cpp +++ b/libs/cstring/test/strcoll.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRCOLL_CPP #define SPROUT_LIBS_CSTRING_TEST_STRCOLL_CPP diff --git a/libs/cstring/test/strcspn.cpp b/libs/cstring/test/strcspn.cpp index efe96ebd..2f50b688 100644 --- a/libs/cstring/test/strcspn.cpp +++ b/libs/cstring/test/strcspn.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRCSPN_CPP #define SPROUT_LIBS_CSTRING_TEST_STRCSPN_CPP diff --git a/libs/cstring/test/strlen.cpp b/libs/cstring/test/strlen.cpp index 6b774805..84f6191e 100644 --- a/libs/cstring/test/strlen.cpp +++ b/libs/cstring/test/strlen.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRLEN_CPP #define SPROUT_LIBS_CSTRING_TEST_STRLEN_CPP diff --git a/libs/cstring/test/strncmp.cpp b/libs/cstring/test/strncmp.cpp index e8e343d1..3c0120ab 100644 --- a/libs/cstring/test/strncmp.cpp +++ b/libs/cstring/test/strncmp.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRNCMP_CPP #define SPROUT_LIBS_CSTRING_TEST_STRNCMP_CPP diff --git a/libs/cstring/test/strpbrk.cpp b/libs/cstring/test/strpbrk.cpp index e0b33cb6..761cc273 100644 --- a/libs/cstring/test/strpbrk.cpp +++ b/libs/cstring/test/strpbrk.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRPBRK_CPP #define SPROUT_LIBS_CSTRING_TEST_STRPBRK_CPP diff --git a/libs/cstring/test/strrchr.cpp b/libs/cstring/test/strrchr.cpp index 97dbcdbf..430800b9 100644 --- a/libs/cstring/test/strrchr.cpp +++ b/libs/cstring/test/strrchr.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRRCHR_CPP #define SPROUT_LIBS_CSTRING_TEST_STRRCHR_CPP diff --git a/libs/cstring/test/strspn.cpp b/libs/cstring/test/strspn.cpp index 97587f10..04e2fd4f 100644 --- a/libs/cstring/test/strspn.cpp +++ b/libs/cstring/test/strspn.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRSPN_CPP #define SPROUT_LIBS_CSTRING_TEST_STRSPN_CPP diff --git a/libs/cstring/test/strstr.cpp b/libs/cstring/test/strstr.cpp index 28dbb40b..340252e0 100644 --- a/libs/cstring/test/strstr.cpp +++ b/libs/cstring/test/strstr.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_CSTRING_TEST_STRSTR_CPP #define SPROUT_LIBS_CSTRING_TEST_STRSTR_CPP diff --git a/libs/optional/test/optional.cpp b/libs/optional/test/optional.cpp index 257e688d..3ce0cacf 100644 --- a/libs/optional/test/optional.cpp +++ b/libs/optional/test/optional.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_OPTIONAL_TEST_OPTIONAL_CPP #define SPROUT_LIBS_OPTIONAL_TEST_OPTIONAL_CPP diff --git a/libs/random/test/additive_combine.cpp b/libs/random/test/additive_combine.cpp index 451abd0a..b87c3a08 100644 --- a/libs/random/test/additive_combine.cpp +++ b/libs/random/test/additive_combine.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_ADDITIVE_COMBINE_CPP #define SPROUT_LIBS_RANDOM_TEST_ADDITIVE_COMBINE_CPP diff --git a/libs/random/test/bernoulli_distribution.cpp b/libs/random/test/bernoulli_distribution.cpp index 8b302724..1847c98f 100644 --- a/libs/random/test/bernoulli_distribution.cpp +++ b/libs/random/test/bernoulli_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_BERNOULLI_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_BERNOULLI_DISTRIBUTION_CPP diff --git a/libs/random/test/binomial_distribution.cpp b/libs/random/test/binomial_distribution.cpp index b3cbfbef..df9906a0 100644 --- a/libs/random/test/binomial_distribution.cpp +++ b/libs/random/test/binomial_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_BINOMIAL_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_BINOMIAL_DISTRIBUTION_CPP diff --git a/libs/random/test/geometric_distribution.cpp b/libs/random/test/geometric_distribution.cpp index 4eaf50e7..fed43280 100644 --- a/libs/random/test/geometric_distribution.cpp +++ b/libs/random/test/geometric_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_GEOMETRIC_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_GEOMETRIC_DISTRIBUTION_CPP diff --git a/libs/random/test/inversive_congruential.cpp b/libs/random/test/inversive_congruential.cpp index b090e398..f8937f53 100644 --- a/libs/random/test/inversive_congruential.cpp +++ b/libs/random/test/inversive_congruential.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_INVERSIVE_CONGRUENTIAL_CPP #define SPROUT_LIBS_RANDOM_TEST_INVERSIVE_CONGRUENTIAL_CPP diff --git a/libs/random/test/linear_congruential.cpp b/libs/random/test/linear_congruential.cpp index e6cb5496..bd6bb733 100644 --- a/libs/random/test/linear_congruential.cpp +++ b/libs/random/test/linear_congruential.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_LINEAR_CONGRUENTIAL_CPP #define SPROUT_LIBS_RANDOM_TEST_LINEAR_CONGRUENTIAL_CPP diff --git a/libs/random/test/mersenne_twister.cpp b/libs/random/test/mersenne_twister.cpp index e457c8d5..8c8f0a99 100644 --- a/libs/random/test/mersenne_twister.cpp +++ b/libs/random/test/mersenne_twister.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_MERSENNE_TWISTER_CPP #define SPROUT_LIBS_RANDOM_TEST_MERSENNE_TWISTER_CPP diff --git a/libs/random/test/normal_distribution.cpp b/libs/random/test/normal_distribution.cpp index 36b2bd79..6471af92 100644 --- a/libs/random/test/normal_distribution.cpp +++ b/libs/random/test/normal_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_NORMAL_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_NORMAL_DISTRIBUTION_CPP diff --git a/libs/random/test/random.cpp b/libs/random/test/random.cpp index d2e7f50f..13598e36 100644 --- a/libs/random/test/random.cpp +++ b/libs/random/test/random.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_RANDOM_CPP #define SPROUT_LIBS_RANDOM_TEST_RANDOM_CPP diff --git a/libs/random/test/shuffle_order.cpp b/libs/random/test/shuffle_order.cpp index 04964599..bb4d8534 100644 --- a/libs/random/test/shuffle_order.cpp +++ b/libs/random/test/shuffle_order.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_SHUFFLE_ORDER_CPP #define SPROUT_LIBS_RANDOM_TEST_SHUFFLE_ORDER_CPP diff --git a/libs/random/test/taus88.cpp b/libs/random/test/taus88.cpp index 8fbed7e6..a9e90195 100644 --- a/libs/random/test/taus88.cpp +++ b/libs/random/test/taus88.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_TAUS88_CPP #define SPROUT_LIBS_RANDOM_TEST_TAUS88_CPP diff --git a/libs/random/test/uniform_01.cpp b/libs/random/test/uniform_01.cpp index cb1db1d5..63d9b732 100644 --- a/libs/random/test/uniform_01.cpp +++ b/libs/random/test/uniform_01.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_UNIFORM_01_CPP #define SPROUT_LIBS_RANDOM_TEST_UNIFORM_01_CPP diff --git a/libs/random/test/uniform_int_distribution.cpp b/libs/random/test/uniform_int_distribution.cpp index a2cee36e..cc683f2c 100644 --- a/libs/random/test/uniform_int_distribution.cpp +++ b/libs/random/test/uniform_int_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_UNIFORM_INT_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_UNIFORM_INT_DISTRIBUTION_CPP diff --git a/libs/random/test/uniform_real_distribution.cpp b/libs/random/test/uniform_real_distribution.cpp index c18dd3fb..aeb11bca 100644 --- a/libs/random/test/uniform_real_distribution.cpp +++ b/libs/random/test/uniform_real_distribution.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_UNIFORM_REAL_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_UNIFORM_REAL_DISTRIBUTION_CPP diff --git a/libs/random/test/uniform_smallint.cpp b/libs/random/test/uniform_smallint.cpp index e4ab3290..1da3f0f5 100644 --- a/libs/random/test/uniform_smallint.cpp +++ b/libs/random/test/uniform_smallint.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_RANDOM_TEST_UNIFORM_SMALLINT_CPP #define SPROUT_LIBS_RANDOM_TEST_UNIFORM_SMALLINT_CPP diff --git a/libs/string/test/string.cpp b/libs/string/test/string.cpp index 451b3cf2..1861ca17 100644 --- a/libs/string/test/string.cpp +++ b/libs/string/test/string.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_STRING_TEST_STRING_CPP #define SPROUT_LIBS_STRING_TEST_STRING_CPP diff --git a/libs/tuple/test/tuple.cpp b/libs/tuple/test/tuple.cpp index b67aca1f..8a6b356d 100644 --- a/libs/tuple/test/tuple.cpp +++ b/libs/tuple/test/tuple.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_TUPLE_TEST_TUPLE_CPP #define SPROUT_LIBS_TUPLE_TEST_TUPLE_CPP diff --git a/libs/utility/string_ref/test/string_ref.cpp b/libs/utility/string_ref/test/string_ref.cpp index 58d6135d..64f9096e 100644 --- a/libs/utility/string_ref/test/string_ref.cpp +++ b/libs/utility/string_ref/test/string_ref.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_UTILITY_STRING_REF_TEST_STRING_REF_CPP #define SPROUT_LIBS_UTILITY_STRING_REF_TEST_STRING_REF_CPP diff --git a/libs/variant/test/variant.cpp b/libs/variant/test/variant.cpp index 3e7a102f..d2af5d63 100644 --- a/libs/variant/test/variant.cpp +++ b/libs/variant/test/variant.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIBS_VARIANT_TEST_VARIANT_CPP #define SPROUT_LIBS_VARIANT_TEST_VARIANT_CPP diff --git a/sprout/adapt/sscrisk/cel/array.hpp b/sprout/adapt/sscrisk/cel/array.hpp index 2a7058f4..e3efa6be 100644 --- a/sprout/adapt/sscrisk/cel/array.hpp +++ b/sprout/adapt/sscrisk/cel/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ADAPT_SSCRISK_CEL_ARRAY_HPP #define SPROUT_ADAPT_SSCRISK_CEL_ARRAY_HPP diff --git a/sprout/adapt/sscrisk/cel/utility.hpp b/sprout/adapt/sscrisk/cel/utility.hpp index 946c3dd0..9badcbf8 100644 --- a/sprout/adapt/sscrisk/cel/utility.hpp +++ b/sprout/adapt/sscrisk/cel/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ADAPT_SSCRISK_CEL_UTILITY_HPP #define SPROUT_ADAPT_SSCRISK_CEL_UTILITY_HPP diff --git a/sprout/adapt/std/array.hpp b/sprout/adapt/std/array.hpp index c6b716bf..64ac181f 100644 --- a/sprout/adapt/std/array.hpp +++ b/sprout/adapt/std/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ADAPT_STD_ARRAY_HPP #define SPROUT_ADAPT_STD_ARRAY_HPP diff --git a/sprout/adapt/std/utility.hpp b/sprout/adapt/std/utility.hpp index c8fdaf74..9f709e07 100644 --- a/sprout/adapt/std/utility.hpp +++ b/sprout/adapt/std/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ADAPT_STD_UTILITY_HPP #define SPROUT_ADAPT_STD_UTILITY_HPP diff --git a/sprout/adl/not_found.hpp b/sprout/adl/not_found.hpp index 46dcb238..f3638597 100644 --- a/sprout/adl/not_found.hpp +++ b/sprout/adl/not_found.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ADL_NOT_FOUND_HPP #define SPROUT_ADL_NOT_FOUND_HPP diff --git a/sprout/algorithm.hpp b/sprout/algorithm.hpp index 44779676..0e2c9bf4 100644 --- a/sprout/algorithm.hpp +++ b/sprout/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_HPP #define SPROUT_ALGORITHM_HPP diff --git a/sprout/algorithm/adjacent_find.hpp b/sprout/algorithm/adjacent_find.hpp index e227e0c5..c6f96880 100644 --- a/sprout/algorithm/adjacent_find.hpp +++ b/sprout/algorithm/adjacent_find.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ADJACENT_FIND_HPP #define SPROUT_ALGORITHM_ADJACENT_FIND_HPP diff --git a/sprout/algorithm/all_of.hpp b/sprout/algorithm/all_of.hpp index 94e66a0c..b82867c1 100644 --- a/sprout/algorithm/all_of.hpp +++ b/sprout/algorithm/all_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ALL_OF_HPP #define SPROUT_ALGORITHM_ALL_OF_HPP diff --git a/sprout/algorithm/all_of_equal.hpp b/sprout/algorithm/all_of_equal.hpp index 76aca3b7..8cf6c325 100644 --- a/sprout/algorithm/all_of_equal.hpp +++ b/sprout/algorithm/all_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ALL_OF_EQUAL_HPP #define SPROUT_ALGORITHM_ALL_OF_EQUAL_HPP diff --git a/sprout/algorithm/any_of.hpp b/sprout/algorithm/any_of.hpp index dc52e1f6..24f6af09 100644 --- a/sprout/algorithm/any_of.hpp +++ b/sprout/algorithm/any_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ANY_OF_HPP #define SPROUT_ALGORITHM_ANY_OF_HPP diff --git a/sprout/algorithm/any_of_equal.hpp b/sprout/algorithm/any_of_equal.hpp index 88f813ba..95f6db7e 100644 --- a/sprout/algorithm/any_of_equal.hpp +++ b/sprout/algorithm/any_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ANY_OF_EQUAL_HPP #define SPROUT_ALGORITHM_ANY_OF_EQUAL_HPP diff --git a/sprout/algorithm/binary_search.hpp b/sprout/algorithm/binary_search.hpp index 39ef394e..1f26691d 100644 --- a/sprout/algorithm/binary_search.hpp +++ b/sprout/algorithm/binary_search.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_BINARY_SEARCH_HPP #define SPROUT_ALGORITHM_BINARY_SEARCH_HPP diff --git a/sprout/algorithm/bogo_sort.hpp b/sprout/algorithm/bogo_sort.hpp index e60ca9e7..8909322b 100644 --- a/sprout/algorithm/bogo_sort.hpp +++ b/sprout/algorithm/bogo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_BOGO_SORT_HPP #define SPROUT_ALGORITHM_BOGO_SORT_HPP diff --git a/sprout/algorithm/bogo_sort_result.hpp b/sprout/algorithm/bogo_sort_result.hpp index a36d9e6e..912cb8bb 100644 --- a/sprout/algorithm/bogo_sort_result.hpp +++ b/sprout/algorithm/bogo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_BOGO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_BOGO_SORT_RESULT_HPP diff --git a/sprout/algorithm/bozo_sort.hpp b/sprout/algorithm/bozo_sort.hpp index 1885131a..c407c79a 100644 --- a/sprout/algorithm/bozo_sort.hpp +++ b/sprout/algorithm/bozo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_BOZO_SORT_HPP #define SPROUT_ALGORITHM_BOZO_SORT_HPP diff --git a/sprout/algorithm/bozo_sort_result.hpp b/sprout/algorithm/bozo_sort_result.hpp index ac08cc96..2de2579e 100644 --- a/sprout/algorithm/bozo_sort_result.hpp +++ b/sprout/algorithm/bozo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_BOZO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_BOZO_SORT_RESULT_HPP diff --git a/sprout/algorithm/clamp.hpp b/sprout/algorithm/clamp.hpp index 6b99f990..7747457a 100644 --- a/sprout/algorithm/clamp.hpp +++ b/sprout/algorithm/clamp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_CLAMP_HPP #define SPROUT_ALGORITHM_CLAMP_HPP diff --git a/sprout/algorithm/clamp_range.hpp b/sprout/algorithm/clamp_range.hpp index 43eb1e73..a8ee9f46 100644 --- a/sprout/algorithm/clamp_range.hpp +++ b/sprout/algorithm/clamp_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_CLAMP_RANGE_HPP #define SPROUT_ALGORITHM_CLAMP_RANGE_HPP diff --git a/sprout/algorithm/clamp_range_copy.hpp b/sprout/algorithm/clamp_range_copy.hpp index e3c92133..801bfde9 100644 --- a/sprout/algorithm/clamp_range_copy.hpp +++ b/sprout/algorithm/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_CLAMP_RANGE_COPY_HPP #define SPROUT_ALGORITHM_CLAMP_RANGE_COPY_HPP diff --git a/sprout/algorithm/copy.hpp b/sprout/algorithm/copy.hpp index c1d3110d..34141412 100644 --- a/sprout/algorithm/copy.hpp +++ b/sprout/algorithm/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_HPP #define SPROUT_ALGORITHM_COPY_HPP diff --git a/sprout/algorithm/copy_backward.hpp b/sprout/algorithm/copy_backward.hpp index 8333b5ce..dcedeb4c 100644 --- a/sprout/algorithm/copy_backward.hpp +++ b/sprout/algorithm/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_BACKWARD_HPP #define SPROUT_ALGORITHM_COPY_BACKWARD_HPP diff --git a/sprout/algorithm/copy_if.hpp b/sprout/algorithm/copy_if.hpp index 69da1ee4..2cdf7af6 100644 --- a/sprout/algorithm/copy_if.hpp +++ b/sprout/algorithm/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_IF_HPP #define SPROUT_ALGORITHM_COPY_IF_HPP diff --git a/sprout/algorithm/copy_n.hpp b/sprout/algorithm/copy_n.hpp index 88edc71d..1661bd79 100644 --- a/sprout/algorithm/copy_n.hpp +++ b/sprout/algorithm/copy_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_N_HPP #define SPROUT_ALGORITHM_COPY_N_HPP diff --git a/sprout/algorithm/copy_until.hpp b/sprout/algorithm/copy_until.hpp index 4e113959..4f74d28b 100644 --- a/sprout/algorithm/copy_until.hpp +++ b/sprout/algorithm/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_UNTIL_HPP #define SPROUT_ALGORITHM_COPY_UNTIL_HPP diff --git a/sprout/algorithm/copy_while.hpp b/sprout/algorithm/copy_while.hpp index f243a196..3f631792 100644 --- a/sprout/algorithm/copy_while.hpp +++ b/sprout/algorithm/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COPY_WHILE_HPP #define SPROUT_ALGORITHM_COPY_WHILE_HPP diff --git a/sprout/algorithm/count.hpp b/sprout/algorithm/count.hpp index bb915c33..2b5437ad 100644 --- a/sprout/algorithm/count.hpp +++ b/sprout/algorithm/count.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COUNT_HPP #define SPROUT_ALGORITHM_COUNT_HPP diff --git a/sprout/algorithm/count_if.hpp b/sprout/algorithm/count_if.hpp index 60b52cb4..817501fe 100644 --- a/sprout/algorithm/count_if.hpp +++ b/sprout/algorithm/count_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_COUNT_IF_HPP #define SPROUT_ALGORITHM_COUNT_IF_HPP diff --git a/sprout/algorithm/equal.hpp b/sprout/algorithm/equal.hpp index 5e808446..acb09f44 100644 --- a/sprout/algorithm/equal.hpp +++ b/sprout/algorithm/equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_EQUAL_HPP #define SPROUT_ALGORITHM_EQUAL_HPP diff --git a/sprout/algorithm/equal_range.hpp b/sprout/algorithm/equal_range.hpp index 631ca78e..85a527dd 100644 --- a/sprout/algorithm/equal_range.hpp +++ b/sprout/algorithm/equal_range.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_EQUAL_RANGE_HPP #define SPROUT_ALGORITHM_EQUAL_RANGE_HPP @@ -9,7 +17,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.3 equal_range // diff --git a/sprout/algorithm/fill.hpp b/sprout/algorithm/fill.hpp index 41d372ed..3c7a09a6 100644 --- a/sprout/algorithm/fill.hpp +++ b/sprout/algorithm/fill.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FILL_HPP #define SPROUT_ALGORITHM_FILL_HPP diff --git a/sprout/algorithm/fill_n.hpp b/sprout/algorithm/fill_n.hpp index 512b328e..c092c0e6 100644 --- a/sprout/algorithm/fill_n.hpp +++ b/sprout/algorithm/fill_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FILL_N_HPP #define SPROUT_ALGORITHM_FILL_N_HPP diff --git a/sprout/algorithm/find.hpp b/sprout/algorithm/find.hpp index 89a3202c..489ff403 100644 --- a/sprout/algorithm/find.hpp +++ b/sprout/algorithm/find.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_HPP #define SPROUT_ALGORITHM_FIND_HPP diff --git a/sprout/algorithm/find_difference.hpp b/sprout/algorithm/find_difference.hpp index 0aa62057..1024b126 100644 --- a/sprout/algorithm/find_difference.hpp +++ b/sprout/algorithm/find_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIND_DIFFERENCE_HPP diff --git a/sprout/algorithm/find_end.hpp b/sprout/algorithm/find_end.hpp index 3ec9b72b..0ee55e4a 100644 --- a/sprout/algorithm/find_end.hpp +++ b/sprout/algorithm/find_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_END_HPP #define SPROUT_ALGORITHM_FIND_END_HPP diff --git a/sprout/algorithm/find_first_of.hpp b/sprout/algorithm/find_first_of.hpp index 62eac1d5..8048d9e8 100644 --- a/sprout/algorithm/find_first_of.hpp +++ b/sprout/algorithm/find_first_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_FIRST_OF_HPP #define SPROUT_ALGORITHM_FIND_FIRST_OF_HPP diff --git a/sprout/algorithm/find_if.hpp b/sprout/algorithm/find_if.hpp index a0d3210b..0e61c752 100644 --- a/sprout/algorithm/find_if.hpp +++ b/sprout/algorithm/find_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_IF_HPP #define SPROUT_ALGORITHM_FIND_IF_HPP diff --git a/sprout/algorithm/find_if_not.hpp b/sprout/algorithm/find_if_not.hpp index 1e5c7d97..9d41d705 100644 --- a/sprout/algorithm/find_if_not.hpp +++ b/sprout/algorithm/find_if_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_IF_NOT_HPP #define SPROUT_ALGORITHM_FIND_IF_NOT_HPP diff --git a/sprout/algorithm/find_intersection.hpp b/sprout/algorithm/find_intersection.hpp index b580c25f..28f53e68 100644 --- a/sprout/algorithm/find_intersection.hpp +++ b/sprout/algorithm/find_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_INTERSECTION_HPP #define SPROUT_ALGORITHM_FIND_INTERSECTION_HPP diff --git a/sprout/algorithm/find_symmetric_difference.hpp b/sprout/algorithm/find_symmetric_difference.hpp index 40b4b989..265f17a3 100644 --- a/sprout/algorithm/find_symmetric_difference.hpp +++ b/sprout/algorithm/find_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIND_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIND_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/algorithm/fit.hpp b/sprout/algorithm/fit.hpp index cf11d9f6..7587c3c1 100644 --- a/sprout/algorithm/fit.hpp +++ b/sprout/algorithm/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_HPP #define SPROUT_ALGORITHM_FIT_HPP diff --git a/sprout/algorithm/fit/bogo_sort.hpp b/sprout/algorithm/fit/bogo_sort.hpp index e3519a5f..256405e7 100644 --- a/sprout/algorithm/fit/bogo_sort.hpp +++ b/sprout/algorithm/fit/bogo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_BOGO_SORT_HPP #define SPROUT_ALGORITHM_FIT_BOGO_SORT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/bogo_sort_result.hpp b/sprout/algorithm/fit/bogo_sort_result.hpp index 208aa8d6..f326ecea 100644 --- a/sprout/algorithm/fit/bogo_sort_result.hpp +++ b/sprout/algorithm/fit/bogo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_BOGO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_FIT_BOGO_SORT_RESULT_HPP @@ -9,7 +16,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/bozo_sort.hpp b/sprout/algorithm/fit/bozo_sort.hpp index 66cc4ea2..54fc6a13 100644 --- a/sprout/algorithm/fit/bozo_sort.hpp +++ b/sprout/algorithm/fit/bozo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_BOZO_SORT_HPP #define SPROUT_ALGORITHM_FIT_BOZO_SORT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/bozo_sort_result.hpp b/sprout/algorithm/fit/bozo_sort_result.hpp index 0e0cda1e..af1b458a 100644 --- a/sprout/algorithm/fit/bozo_sort_result.hpp +++ b/sprout/algorithm/fit/bozo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_BOZO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_FIT_BOZO_SORT_RESULT_HPP @@ -9,7 +16,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/clamp_range.hpp b/sprout/algorithm/fit/clamp_range.hpp index 21a37183..1937ea6a 100644 --- a/sprout/algorithm/fit/clamp_range.hpp +++ b/sprout/algorithm/fit/clamp_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_CLAMP_RANGE_HPP #define SPROUT_ALGORITHM_FIT_CLAMP_RANGE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/clamp_range_copy.hpp b/sprout/algorithm/fit/clamp_range_copy.hpp index 7ce5ddde..c79b6ba5 100644 --- a/sprout/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/algorithm/fit/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_CLAMP_RANGE_COPY_HPP #define SPROUT_ALGORITHM_FIT_CLAMP_RANGE_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/copy.hpp b/sprout/algorithm/fit/copy.hpp index 03a8fc22..173abc4c 100644 --- a/sprout/algorithm/fit/copy.hpp +++ b/sprout/algorithm/fit/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_HPP #define SPROUT_ALGORITHM_FIT_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/copy_backward.hpp b/sprout/algorithm/fit/copy_backward.hpp index dec28e34..13d85e13 100644 --- a/sprout/algorithm/fit/copy_backward.hpp +++ b/sprout/algorithm/fit/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_BACKWARD_HPP #define SPROUT_ALGORITHM_FIT_COPY_BACKWARD_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/copy_if.hpp b/sprout/algorithm/fit/copy_if.hpp index 350e231d..96775b2c 100644 --- a/sprout/algorithm/fit/copy_if.hpp +++ b/sprout/algorithm/fit/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_IF_HPP #define SPROUT_ALGORITHM_FIT_COPY_IF_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/copy_n.hpp b/sprout/algorithm/fit/copy_n.hpp index 002f173f..10536473 100644 --- a/sprout/algorithm/fit/copy_n.hpp +++ b/sprout/algorithm/fit/copy_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_N_HPP #define SPROUT_ALGORITHM_FIT_COPY_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/copy_until.hpp b/sprout/algorithm/fit/copy_until.hpp index 80ad7e34..602b97e7 100644 --- a/sprout/algorithm/fit/copy_until.hpp +++ b/sprout/algorithm/fit/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_UNTIL_HPP #define SPROUT_ALGORITHM_FIT_COPY_UNTIL_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/copy_while.hpp b/sprout/algorithm/fit/copy_while.hpp index 1250cc0f..2af20ae4 100644 --- a/sprout/algorithm/fit/copy_while.hpp +++ b/sprout/algorithm/fit/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_COPY_WHILE_HPP #define SPROUT_ALGORITHM_FIT_COPY_WHILE_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/fill.hpp b/sprout/algorithm/fit/fill.hpp index 4b90427d..09fd33fb 100644 --- a/sprout/algorithm/fit/fill.hpp +++ b/sprout/algorithm/fit/fill.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_FILL_HPP #define SPROUT_ALGORITHM_FIT_FILL_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/fill_n.hpp b/sprout/algorithm/fit/fill_n.hpp index 76c0c0dc..b06dd1c3 100644 --- a/sprout/algorithm/fit/fill_n.hpp +++ b/sprout/algorithm/fit/fill_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_FILL_N_HPP #define SPROUT_ALGORITHM_FIT_FILL_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fit/generate.hpp b/sprout/algorithm/fit/generate.hpp index 05072ddd..76330159 100644 --- a/sprout/algorithm/fit/generate.hpp +++ b/sprout/algorithm/fit/generate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_GENERATE_HPP #define SPROUT_ALGORITHM_FIT_GENERATE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/generate_n.hpp b/sprout/algorithm/fit/generate_n.hpp index 9aff7394..e3f6ec94 100644 --- a/sprout/algorithm/fit/generate_n.hpp +++ b/sprout/algorithm/fit/generate_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_GENERATE_N_HPP #define SPROUT_ALGORITHM_FIT_GENERATE_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fit/inplace_merge.hpp b/sprout/algorithm/fit/inplace_merge.hpp index 4dbee24c..1796d0a8 100644 --- a/sprout/algorithm/fit/inplace_merge.hpp +++ b/sprout/algorithm/fit/inplace_merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_INPLACE_MERGE_HPP #define SPROUT_ALGORITHM_FIT_INPLACE_MERGE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/make_heap.hpp b/sprout/algorithm/fit/make_heap.hpp index 3f24a78d..82ef226c 100644 --- a/sprout/algorithm/fit/make_heap.hpp +++ b/sprout/algorithm/fit/make_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_MAKE_HEAP_HPP #define SPROUT_ALGORITHM_FIT_MAKE_HEAP_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/make_partial_heap.hpp b/sprout/algorithm/fit/make_partial_heap.hpp index 8ab123d7..f35f3a0e 100644 --- a/sprout/algorithm/fit/make_partial_heap.hpp +++ b/sprout/algorithm/fit/make_partial_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_MAKE_PARTIAL_HEAP_HPP #define SPROUT_ALGORITHM_FIT_MAKE_PARTIAL_HEAP_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/merge.hpp b/sprout/algorithm/fit/merge.hpp index 1c6cf20e..ae4193d6 100644 --- a/sprout/algorithm/fit/merge.hpp +++ b/sprout/algorithm/fit/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_MERGE_HPP #define SPROUT_ALGORITHM_FIT_MERGE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/next_permutation.hpp b/sprout/algorithm/fit/next_permutation.hpp index a93080b3..ad590f47 100644 --- a/sprout/algorithm/fit/next_permutation.hpp +++ b/sprout/algorithm/fit/next_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_NEXT_PERMUTATION_HPP #define SPROUT_ALGORITHM_FIT_NEXT_PERMUTATION_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/nth_element.hpp b/sprout/algorithm/fit/nth_element.hpp index 39cb689a..f7bc15c7 100644 --- a/sprout/algorithm/fit/nth_element.hpp +++ b/sprout/algorithm/fit/nth_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_NTH_ELEMENT_HPP #define SPROUT_ALGORITHM_FIT_NTH_ELEMENT_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/partial_sort.hpp b/sprout/algorithm/fit/partial_sort.hpp index 76dc41ab..a6a46e7a 100644 --- a/sprout/algorithm/fit/partial_sort.hpp +++ b/sprout/algorithm/fit/partial_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_PARTIAL_SORT_HPP #define SPROUT_ALGORITHM_FIT_PARTIAL_SORT_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/partition.hpp b/sprout/algorithm/fit/partition.hpp index 41cfb63a..605c0a89 100644 --- a/sprout/algorithm/fit/partition.hpp +++ b/sprout/algorithm/fit/partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_PARTITION_HPP #define SPROUT_ALGORITHM_FIT_PARTITION_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/partition_copy.hpp b/sprout/algorithm/fit/partition_copy.hpp index e4ea84fc..01c7b3b7 100644 --- a/sprout/algorithm/fit/partition_copy.hpp +++ b/sprout/algorithm/fit/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_FIT_PARTITION_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fit/pop_heap.hpp b/sprout/algorithm/fit/pop_heap.hpp index 3f5c6a8b..e8766008 100644 --- a/sprout/algorithm/fit/pop_heap.hpp +++ b/sprout/algorithm/fit/pop_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_POP_HEAP_HPP #define SPROUT_ALGORITHM_FIT_POP_HEAP_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/prev_permutation.hpp b/sprout/algorithm/fit/prev_permutation.hpp index e2ee7ba0..91ed3109 100644 --- a/sprout/algorithm/fit/prev_permutation.hpp +++ b/sprout/algorithm/fit/prev_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_PREV_PERMUTATION_HPP #define SPROUT_ALGORITHM_FIT_PREV_PERMUTATION_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/push_heap.hpp b/sprout/algorithm/fit/push_heap.hpp index 541bbd23..41f8cf3a 100644 --- a/sprout/algorithm/fit/push_heap.hpp +++ b/sprout/algorithm/fit/push_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_PUSH_HEAP_HPP #define SPROUT_ALGORITHM_FIT_PUSH_HEAP_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/random_swap.hpp b/sprout/algorithm/fit/random_swap.hpp index 2fa7888b..7101ff56 100644 --- a/sprout/algorithm/fit/random_swap.hpp +++ b/sprout/algorithm/fit/random_swap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_RANDOM_SWAP_HPP #define SPROUT_ALGORITHM_FIT_RANDOM_SWAP_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/random_swap_result.hpp b/sprout/algorithm/fit/random_swap_result.hpp index 3a8b19a1..14641090 100644 --- a/sprout/algorithm/fit/random_swap_result.hpp +++ b/sprout/algorithm/fit/random_swap_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_RANDOM_SWAP_RESULT_HPP #define SPROUT_ALGORITHM_FIT_RANDOM_SWAP_RESULT_HPP @@ -9,7 +16,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/recurrence.hpp b/sprout/algorithm/fit/recurrence.hpp index e225cc6a..ac2b5e76 100644 --- a/sprout/algorithm/fit/recurrence.hpp +++ b/sprout/algorithm/fit/recurrence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_RECURRENCE_HPP #define SPROUT_ALGORITHM_FIT_RECURRENCE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/recurrence_n.hpp b/sprout/algorithm/fit/recurrence_n.hpp index 688c2831..4784080f 100644 --- a/sprout/algorithm/fit/recurrence_n.hpp +++ b/sprout/algorithm/fit/recurrence_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_RECURRENCE_N_HPP #define SPROUT_ALGORITHM_FIT_RECURRENCE_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fit/remove.hpp b/sprout/algorithm/fit/remove.hpp index 2aa4b367..93cb5eb7 100644 --- a/sprout/algorithm/fit/remove.hpp +++ b/sprout/algorithm/fit/remove.hpp @@ -1,13 +1,20 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REMOVE_HPP #define SPROUT_ALGORITHM_FIT_REMOVE_HPP #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/remove_copy.hpp b/sprout/algorithm/fit/remove_copy.hpp index 6683f39e..16779b2b 100644 --- a/sprout/algorithm/fit/remove_copy.hpp +++ b/sprout/algorithm/fit/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REMOVE_COPY_HPP #define SPROUT_ALGORITHM_FIT_REMOVE_COPY_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/remove_copy_if.hpp b/sprout/algorithm/fit/remove_copy_if.hpp index d87a01aa..75eb9229 100644 --- a/sprout/algorithm/fit/remove_copy_if.hpp +++ b/sprout/algorithm/fit/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REMOVE_COPY_IF_HPP #define SPROUT_ALGORITHM_FIT_REMOVE_COPY_IF_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/remove_if.hpp b/sprout/algorithm/fit/remove_if.hpp index d1f6ca79..0b972475 100644 --- a/sprout/algorithm/fit/remove_if.hpp +++ b/sprout/algorithm/fit/remove_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REMOVE_IF_HPP #define SPROUT_ALGORITHM_FIT_REMOVE_IF_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/replace.hpp b/sprout/algorithm/fit/replace.hpp index 9cd00f8c..ac00cf87 100644 --- a/sprout/algorithm/fit/replace.hpp +++ b/sprout/algorithm/fit/replace.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REPLACE_HPP #define SPROUT_ALGORITHM_FIT_REPLACE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/replace_copy.hpp b/sprout/algorithm/fit/replace_copy.hpp index a3730cb4..565f0a28 100644 --- a/sprout/algorithm/fit/replace_copy.hpp +++ b/sprout/algorithm/fit/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REPLACE_COPY_HPP #define SPROUT_ALGORITHM_FIT_REPLACE_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/replace_copy_if.hpp b/sprout/algorithm/fit/replace_copy_if.hpp index 3ce5b561..79f683cd 100644 --- a/sprout/algorithm/fit/replace_copy_if.hpp +++ b/sprout/algorithm/fit/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REPLACE_COPY_IF_HPP #define SPROUT_ALGORITHM_FIT_REPLACE_COPY_IF_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/replace_if.hpp b/sprout/algorithm/fit/replace_if.hpp index 51491878..cbecb787 100644 --- a/sprout/algorithm/fit/replace_if.hpp +++ b/sprout/algorithm/fit/replace_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REPLACE_IF_HPP #define SPROUT_ALGORITHM_FIT_REPLACE_IF_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/result_of.hpp b/sprout/algorithm/fit/result_of.hpp index 18323204..7ce7ac4c 100644 --- a/sprout/algorithm/fit/result_of.hpp +++ b/sprout/algorithm/fit/result_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_RESULT_OF_HPP #define SPROUT_ALGORITHM_FIT_RESULT_OF_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include namespace sprout { namespace fit { diff --git a/sprout/algorithm/fit/reverse.hpp b/sprout/algorithm/fit/reverse.hpp index 70a22993..40d10c32 100644 --- a/sprout/algorithm/fit/reverse.hpp +++ b/sprout/algorithm/fit/reverse.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REVERSE_HPP #define SPROUT_ALGORITHM_FIT_REVERSE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/reverse_copy.hpp b/sprout/algorithm/fit/reverse_copy.hpp index 2201bfda..91e189ef 100644 --- a/sprout/algorithm/fit/reverse_copy.hpp +++ b/sprout/algorithm/fit/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_REVERSE_COPY_HPP #define SPROUT_ALGORITHM_FIT_REVERSE_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/rotate.hpp b/sprout/algorithm/fit/rotate.hpp index c8547495..88adfc19 100644 --- a/sprout/algorithm/fit/rotate.hpp +++ b/sprout/algorithm/fit/rotate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_ROTATE_HPP #define SPROUT_ALGORITHM_FIT_ROTATE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/rotate_copy.hpp b/sprout/algorithm/fit/rotate_copy.hpp index 79f720f0..06738332 100644 --- a/sprout/algorithm/fit/rotate_copy.hpp +++ b/sprout/algorithm/fit/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_ROTATE_COPY_HPP #define SPROUT_ALGORITHM_FIT_ROTATE_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/set_difference.hpp b/sprout/algorithm/fit/set_difference.hpp index 568d2bf0..a5ff29c5 100644 --- a/sprout/algorithm/fit/set_difference.hpp +++ b/sprout/algorithm/fit/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SET_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIT_SET_DIFFERENCE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/algorithm/fit/set_intersection.hpp b/sprout/algorithm/fit/set_intersection.hpp index 94cdee22..799f4d73 100644 --- a/sprout/algorithm/fit/set_intersection.hpp +++ b/sprout/algorithm/fit/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SET_INTERSECTION_HPP #define SPROUT_ALGORITHM_FIT_SET_INTERSECTION_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/algorithm/fit/set_symmetric_difference.hpp b/sprout/algorithm/fit/set_symmetric_difference.hpp index a69aa505..9c3336ad 100644 --- a/sprout/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/algorithm/fit/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIT_SET_SYMMETRIC_DIFFERENCE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/algorithm/fit/set_union.hpp b/sprout/algorithm/fit/set_union.hpp index b884fa37..c7f1b664 100644 --- a/sprout/algorithm/fit/set_union.hpp +++ b/sprout/algorithm/fit/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SET_UNION_HPP #define SPROUT_ALGORITHM_FIT_SET_UNION_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/algorithm/fit/shuffle.hpp b/sprout/algorithm/fit/shuffle.hpp index 8480bfae..bc55e5cd 100644 --- a/sprout/algorithm/fit/shuffle.hpp +++ b/sprout/algorithm/fit/shuffle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SHUFFLE_HPP #define SPROUT_ALGORITHM_FIT_SHUFFLE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/shuffle_result.hpp b/sprout/algorithm/fit/shuffle_result.hpp index 659b3e11..fd206219 100644 --- a/sprout/algorithm/fit/shuffle_result.hpp +++ b/sprout/algorithm/fit/shuffle_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SHUFFLE_RESULT_HPP #define SPROUT_ALGORITHM_FIT_SHUFFLE_RESULT_HPP @@ -9,7 +16,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/sort.hpp b/sprout/algorithm/fit/sort.hpp index c27a69fa..f959ae7e 100644 --- a/sprout/algorithm/fit/sort.hpp +++ b/sprout/algorithm/fit/sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SORT_HPP #define SPROUT_ALGORITHM_FIT_SORT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/sort_heap.hpp b/sprout/algorithm/fit/sort_heap.hpp index 764a2366..33267533 100644 --- a/sprout/algorithm/fit/sort_heap.hpp +++ b/sprout/algorithm/fit/sort_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SORT_HEAP_HPP #define SPROUT_ALGORITHM_FIT_SORT_HEAP_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/stable_partition.hpp b/sprout/algorithm/fit/stable_partition.hpp index 188ee1ce..60a46674 100644 --- a/sprout/algorithm/fit/stable_partition.hpp +++ b/sprout/algorithm/fit/stable_partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_STABLE_PARTITION_HPP #define SPROUT_ALGORITHM_FIT_STABLE_PARTITION_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/stable_partition_copy.hpp b/sprout/algorithm/fit/stable_partition_copy.hpp index 23f168b4..cd78cfe0 100644 --- a/sprout/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/algorithm/fit/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_STABLE_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_FIT_STABLE_PARTITION_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/stable_sort.hpp b/sprout/algorithm/fit/stable_sort.hpp index 8612cb17..8491a871 100644 --- a/sprout/algorithm/fit/stable_sort.hpp +++ b/sprout/algorithm/fit/stable_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_STABLE_SORT_HPP #define SPROUT_ALGORITHM_FIT_STABLE_SORT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/swap_element.hpp b/sprout/algorithm/fit/swap_element.hpp index 5452404a..9bb85e60 100644 --- a/sprout/algorithm/fit/swap_element.hpp +++ b/sprout/algorithm/fit/swap_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SWAP_ELEMENT_HPP #define SPROUT_ALGORITHM_FIT_SWAP_ELEMENT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include diff --git a/sprout/algorithm/fit/swap_element_copy.hpp b/sprout/algorithm/fit/swap_element_copy.hpp index 50da786b..526f9dba 100644 --- a/sprout/algorithm/fit/swap_element_copy.hpp +++ b/sprout/algorithm/fit/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_SWAP_ELEMENT_COPY_HPP #define SPROUT_ALGORITHM_FIT_SWAP_ELEMENT_COPY_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/transform.hpp b/sprout/algorithm/fit/transform.hpp index 068b8318..d8e7453a 100644 --- a/sprout/algorithm/fit/transform.hpp +++ b/sprout/algorithm/fit/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_TRANSFORM_HPP #define SPROUT_ALGORITHM_FIT_TRANSFORM_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/unfold.hpp b/sprout/algorithm/fit/unfold.hpp index a8b2b8b8..6754c81c 100644 --- a/sprout/algorithm/fit/unfold.hpp +++ b/sprout/algorithm/fit/unfold.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_UNFOLD_HPP #define SPROUT_ALGORITHM_FIT_UNFOLD_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/fit/unfold_n.hpp b/sprout/algorithm/fit/unfold_n.hpp index 0f2b133f..9b668ad7 100644 --- a/sprout/algorithm/fit/unfold_n.hpp +++ b/sprout/algorithm/fit/unfold_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_UNFOLD_N_HPP #define SPROUT_ALGORITHM_FIT_UNFOLD_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include HDR_ALGORITHM_MIN_MAX_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fit/unique.hpp b/sprout/algorithm/fit/unique.hpp index e7f4db2a..936e7b0f 100644 --- a/sprout/algorithm/fit/unique.hpp +++ b/sprout/algorithm/fit/unique.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_UNIQUE_HPP #define SPROUT_ALGORITHM_FIT_UNIQUE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/fit/unique_copy.hpp b/sprout/algorithm/fit/unique_copy.hpp index 91463a19..8314003a 100644 --- a/sprout/algorithm/fit/unique_copy.hpp +++ b/sprout/algorithm/fit/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIT_UNIQUE_COPY_HPP #define SPROUT_ALGORITHM_FIT_UNIQUE_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/algorithm/fixed.hpp b/sprout/algorithm/fixed.hpp index b7619407..2a6f0689 100644 --- a/sprout/algorithm/fixed.hpp +++ b/sprout/algorithm/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_HPP #define SPROUT_ALGORITHM_FIXED_HPP diff --git a/sprout/algorithm/fixed/bogo_sort.hpp b/sprout/algorithm/fixed/bogo_sort.hpp index 62ffa878..ed95ed45 100644 --- a/sprout/algorithm/fixed/bogo_sort.hpp +++ b/sprout/algorithm/fixed/bogo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_BOGO_SORT_HPP #define SPROUT_ALGORITHM_FIXED_BOGO_SORT_HPP diff --git a/sprout/algorithm/fixed/bogo_sort_result.hpp b/sprout/algorithm/fixed/bogo_sort_result.hpp index d8cfaf65..34940e60 100644 --- a/sprout/algorithm/fixed/bogo_sort_result.hpp +++ b/sprout/algorithm/fixed/bogo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_BOGO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_FIXED_BOGO_SORT_RESULT_HPP diff --git a/sprout/algorithm/fixed/bozo_sort.hpp b/sprout/algorithm/fixed/bozo_sort.hpp index 1aa71ae6..d023b717 100644 --- a/sprout/algorithm/fixed/bozo_sort.hpp +++ b/sprout/algorithm/fixed/bozo_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_BOZO_SORT_HPP #define SPROUT_ALGORITHM_FIXED_BOZO_SORT_HPP diff --git a/sprout/algorithm/fixed/bozo_sort_result.hpp b/sprout/algorithm/fixed/bozo_sort_result.hpp index 938cc093..1b9fa86c 100644 --- a/sprout/algorithm/fixed/bozo_sort_result.hpp +++ b/sprout/algorithm/fixed/bozo_sort_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_BOZO_SORT_RESULT_HPP #define SPROUT_ALGORITHM_FIXED_BOZO_SORT_RESULT_HPP diff --git a/sprout/algorithm/fixed/clamp_range.hpp b/sprout/algorithm/fixed/clamp_range.hpp index e69663d0..e44ea997 100644 --- a/sprout/algorithm/fixed/clamp_range.hpp +++ b/sprout/algorithm/fixed/clamp_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_CLAMP_RANGE_HPP #define SPROUT_ALGORITHM_FIXED_CLAMP_RANGE_HPP diff --git a/sprout/algorithm/fixed/clamp_range_copy.hpp b/sprout/algorithm/fixed/clamp_range_copy.hpp index 4f566a0e..19b019da 100644 --- a/sprout/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/algorithm/fixed/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_CLAMP_RANGE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_CLAMP_RANGE_COPY_HPP diff --git a/sprout/algorithm/fixed/copy.hpp b/sprout/algorithm/fixed/copy.hpp index 1adaa78a..dee70dde 100644 --- a/sprout/algorithm/fixed/copy.hpp +++ b/sprout/algorithm/fixed/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_HPP #define SPROUT_ALGORITHM_FIXED_COPY_HPP diff --git a/sprout/algorithm/fixed/copy_backward.hpp b/sprout/algorithm/fixed/copy_backward.hpp index 48592797..64899697 100644 --- a/sprout/algorithm/fixed/copy_backward.hpp +++ b/sprout/algorithm/fixed/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_BACKWARD_HPP #define SPROUT_ALGORITHM_FIXED_COPY_BACKWARD_HPP diff --git a/sprout/algorithm/fixed/copy_if.hpp b/sprout/algorithm/fixed/copy_if.hpp index 191d30c1..37e9200a 100644 --- a/sprout/algorithm/fixed/copy_if.hpp +++ b/sprout/algorithm/fixed/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_IF_HPP #define SPROUT_ALGORITHM_FIXED_COPY_IF_HPP diff --git a/sprout/algorithm/fixed/copy_n.hpp b/sprout/algorithm/fixed/copy_n.hpp index ba94f9fa..d1c70d2b 100644 --- a/sprout/algorithm/fixed/copy_n.hpp +++ b/sprout/algorithm/fixed/copy_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_N_HPP #define SPROUT_ALGORITHM_FIXED_COPY_N_HPP diff --git a/sprout/algorithm/fixed/copy_until.hpp b/sprout/algorithm/fixed/copy_until.hpp index ea2b53ee..1cc1362f 100644 --- a/sprout/algorithm/fixed/copy_until.hpp +++ b/sprout/algorithm/fixed/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_UNTIL_HPP #define SPROUT_ALGORITHM_FIXED_COPY_UNTIL_HPP diff --git a/sprout/algorithm/fixed/copy_while.hpp b/sprout/algorithm/fixed/copy_while.hpp index 566f3dbe..27f911ce 100644 --- a/sprout/algorithm/fixed/copy_while.hpp +++ b/sprout/algorithm/fixed/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_COPY_WHILE_HPP #define SPROUT_ALGORITHM_FIXED_COPY_WHILE_HPP diff --git a/sprout/algorithm/fixed/deprecated/sort.hpp b/sprout/algorithm/fixed/deprecated/sort.hpp index b3bbe084..134e0ae0 100644 --- a/sprout/algorithm/fixed/deprecated/sort.hpp +++ b/sprout/algorithm/fixed/deprecated/sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_DEPRECATED_SORT_HPP #define SPROUT_ALGORITHM_FIXED_DEPRECATED_SORT_HPP diff --git a/sprout/algorithm/fixed/fill.hpp b/sprout/algorithm/fixed/fill.hpp index f6667434..56b53567 100644 --- a/sprout/algorithm/fixed/fill.hpp +++ b/sprout/algorithm/fixed/fill.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_FILL_HPP #define SPROUT_ALGORITHM_FIXED_FILL_HPP diff --git a/sprout/algorithm/fixed/fill_n.hpp b/sprout/algorithm/fixed/fill_n.hpp index 1f32abe3..c9b2f950 100644 --- a/sprout/algorithm/fixed/fill_n.hpp +++ b/sprout/algorithm/fixed/fill_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_FILL_N_HPP #define SPROUT_ALGORITHM_FIXED_FILL_N_HPP diff --git a/sprout/algorithm/fixed/generate.hpp b/sprout/algorithm/fixed/generate.hpp index 4e694dcc..a36da992 100644 --- a/sprout/algorithm/fixed/generate.hpp +++ b/sprout/algorithm/fixed/generate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_GENERATE_HPP #define SPROUT_ALGORITHM_FIXED_GENERATE_HPP diff --git a/sprout/algorithm/fixed/generate_n.hpp b/sprout/algorithm/fixed/generate_n.hpp index 2c936990..91c06e95 100644 --- a/sprout/algorithm/fixed/generate_n.hpp +++ b/sprout/algorithm/fixed/generate_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_GENERATE_N_HPP #define SPROUT_ALGORITHM_FIXED_GENERATE_N_HPP diff --git a/sprout/algorithm/fixed/inplace_merge.hpp b/sprout/algorithm/fixed/inplace_merge.hpp index 501bbd87..efa07613 100644 --- a/sprout/algorithm/fixed/inplace_merge.hpp +++ b/sprout/algorithm/fixed/inplace_merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_INPLACE_MERGE_HPP #define SPROUT_ALGORITHM_FIXED_INPLACE_MERGE_HPP diff --git a/sprout/algorithm/fixed/make_heap.hpp b/sprout/algorithm/fixed/make_heap.hpp index 3e4e722a..a1eedc43 100644 --- a/sprout/algorithm/fixed/make_heap.hpp +++ b/sprout/algorithm/fixed/make_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_MAKE_HEAP_HPP #define SPROUT_ALGORITHM_FIXED_MAKE_HEAP_HPP diff --git a/sprout/algorithm/fixed/make_partial_heap.hpp b/sprout/algorithm/fixed/make_partial_heap.hpp index ae3f06ee..0fff7d61 100644 --- a/sprout/algorithm/fixed/make_partial_heap.hpp +++ b/sprout/algorithm/fixed/make_partial_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_MAKE_PARTIAL_HEAP_HPP #define SPROUT_ALGORITHM_FIXED_MAKE_PARTIAL_HEAP_HPP diff --git a/sprout/algorithm/fixed/merge.hpp b/sprout/algorithm/fixed/merge.hpp index 58da9643..e4162eb7 100644 --- a/sprout/algorithm/fixed/merge.hpp +++ b/sprout/algorithm/fixed/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_MERGE_HPP #define SPROUT_ALGORITHM_FIXED_MERGE_HPP diff --git a/sprout/algorithm/fixed/next_permutation.hpp b/sprout/algorithm/fixed/next_permutation.hpp index 4d6b8c52..7579148d 100644 --- a/sprout/algorithm/fixed/next_permutation.hpp +++ b/sprout/algorithm/fixed/next_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_NEXT_PERMUTATION_HPP #define SPROUT_ALGORITHM_FIXED_NEXT_PERMUTATION_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fixed/nth_element.hpp b/sprout/algorithm/fixed/nth_element.hpp index 2f435b6a..c24a4cde 100644 --- a/sprout/algorithm/fixed/nth_element.hpp +++ b/sprout/algorithm/fixed/nth_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_NTH_ELEMENT_HPP #define SPROUT_ALGORITHM_FIXED_NTH_ELEMENT_HPP diff --git a/sprout/algorithm/fixed/partial_sort.hpp b/sprout/algorithm/fixed/partial_sort.hpp index 8cb92d1a..39760bb9 100644 --- a/sprout/algorithm/fixed/partial_sort.hpp +++ b/sprout/algorithm/fixed/partial_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_PARTIAL_SORT_HPP #define SPROUT_ALGORITHM_FIXED_PARTIAL_SORT_HPP diff --git a/sprout/algorithm/fixed/partition.hpp b/sprout/algorithm/fixed/partition.hpp index ff1dccbe..8c9c3e32 100644 --- a/sprout/algorithm/fixed/partition.hpp +++ b/sprout/algorithm/fixed/partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_PARTITION_HPP #define SPROUT_ALGORITHM_FIXED_PARTITION_HPP diff --git a/sprout/algorithm/fixed/partition_copy.hpp b/sprout/algorithm/fixed/partition_copy.hpp index 7abeffe1..842f7be2 100644 --- a/sprout/algorithm/fixed/partition_copy.hpp +++ b/sprout/algorithm/fixed/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_FIXED_PARTITION_COPY_HPP diff --git a/sprout/algorithm/fixed/pop_heap.hpp b/sprout/algorithm/fixed/pop_heap.hpp index bf2e0f68..a5eb579f 100644 --- a/sprout/algorithm/fixed/pop_heap.hpp +++ b/sprout/algorithm/fixed/pop_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_POP_HEAP_HPP #define SPROUT_ALGORITHM_FIXED_POP_HEAP_HPP diff --git a/sprout/algorithm/fixed/prev_permutation.hpp b/sprout/algorithm/fixed/prev_permutation.hpp index 35553e8b..6a53e8b7 100644 --- a/sprout/algorithm/fixed/prev_permutation.hpp +++ b/sprout/algorithm/fixed/prev_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_PREV_PERMUTATION_HPP #define SPROUT_ALGORITHM_FIXED_PREV_PERMUTATION_HPP @@ -8,7 +15,7 @@ #include #include #include -#include +#include #include #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT diff --git a/sprout/algorithm/fixed/push_heap.hpp b/sprout/algorithm/fixed/push_heap.hpp index 961d54ac..1aa118f1 100644 --- a/sprout/algorithm/fixed/push_heap.hpp +++ b/sprout/algorithm/fixed/push_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_PUSH_HEAP_HPP #define SPROUT_ALGORITHM_FIXED_PUSH_HEAP_HPP diff --git a/sprout/algorithm/fixed/random_swap.hpp b/sprout/algorithm/fixed/random_swap.hpp index ce59181a..7c85aa26 100644 --- a/sprout/algorithm/fixed/random_swap.hpp +++ b/sprout/algorithm/fixed/random_swap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_HPP #define SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_HPP diff --git a/sprout/algorithm/fixed/random_swap_result.hpp b/sprout/algorithm/fixed/random_swap_result.hpp index 59323f54..91831963 100644 --- a/sprout/algorithm/fixed/random_swap_result.hpp +++ b/sprout/algorithm/fixed/random_swap_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_RESULT_HPP #define SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_RESULT_HPP diff --git a/sprout/algorithm/fixed/recurrence.hpp b/sprout/algorithm/fixed/recurrence.hpp index ac44ba86..374c01f9 100644 --- a/sprout/algorithm/fixed/recurrence.hpp +++ b/sprout/algorithm/fixed/recurrence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_RECURRENCE_HPP #define SPROUT_ALGORITHM_FIXED_RECURRENCE_HPP diff --git a/sprout/algorithm/fixed/recurrence_n.hpp b/sprout/algorithm/fixed/recurrence_n.hpp index 74d5c1be..1390aad6 100644 --- a/sprout/algorithm/fixed/recurrence_n.hpp +++ b/sprout/algorithm/fixed/recurrence_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_RECURRENCE_N_HPP #define SPROUT_ALGORITHM_FIXED_RECURRENCE_N_HPP diff --git a/sprout/algorithm/fixed/remove.hpp b/sprout/algorithm/fixed/remove.hpp index f38f11bd..7c834cde 100644 --- a/sprout/algorithm/fixed/remove.hpp +++ b/sprout/algorithm/fixed/remove.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REMOVE_HPP #define SPROUT_ALGORITHM_FIXED_REMOVE_HPP diff --git a/sprout/algorithm/fixed/remove_copy.hpp b/sprout/algorithm/fixed/remove_copy.hpp index 9d52135b..856c8fe6 100644 --- a/sprout/algorithm/fixed/remove_copy.hpp +++ b/sprout/algorithm/fixed/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REMOVE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_REMOVE_COPY_HPP diff --git a/sprout/algorithm/fixed/remove_copy_if.hpp b/sprout/algorithm/fixed/remove_copy_if.hpp index 8bc3eb6d..8c64b4c2 100644 --- a/sprout/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/algorithm/fixed/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REMOVE_COPY_IF_HPP #define SPROUT_ALGORITHM_FIXED_REMOVE_COPY_IF_HPP diff --git a/sprout/algorithm/fixed/remove_if.hpp b/sprout/algorithm/fixed/remove_if.hpp index 9cac1f91..0d14fdc6 100644 --- a/sprout/algorithm/fixed/remove_if.hpp +++ b/sprout/algorithm/fixed/remove_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REMOVE_IF_HPP #define SPROUT_ALGORITHM_FIXED_REMOVE_IF_HPP diff --git a/sprout/algorithm/fixed/replace.hpp b/sprout/algorithm/fixed/replace.hpp index 71d62ac0..28e91d50 100644 --- a/sprout/algorithm/fixed/replace.hpp +++ b/sprout/algorithm/fixed/replace.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REPLACE_HPP #define SPROUT_ALGORITHM_FIXED_REPLACE_HPP diff --git a/sprout/algorithm/fixed/replace_copy.hpp b/sprout/algorithm/fixed/replace_copy.hpp index 76ef774b..885b3724 100644 --- a/sprout/algorithm/fixed/replace_copy.hpp +++ b/sprout/algorithm/fixed/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REPLACE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_REPLACE_COPY_HPP diff --git a/sprout/algorithm/fixed/replace_copy_if.hpp b/sprout/algorithm/fixed/replace_copy_if.hpp index 876c8351..4e21495f 100644 --- a/sprout/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/algorithm/fixed/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REPLACE_COPY_IF_HPP #define SPROUT_ALGORITHM_FIXED_REPLACE_COPY_IF_HPP diff --git a/sprout/algorithm/fixed/replace_if.hpp b/sprout/algorithm/fixed/replace_if.hpp index 1d50aa9e..edb24199 100644 --- a/sprout/algorithm/fixed/replace_if.hpp +++ b/sprout/algorithm/fixed/replace_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REPLACE_IF_HPP #define SPROUT_ALGORITHM_FIXED_REPLACE_IF_HPP diff --git a/sprout/algorithm/fixed/result_of.hpp b/sprout/algorithm/fixed/result_of.hpp index 99d56bcb..56a50364 100644 --- a/sprout/algorithm/fixed/result_of.hpp +++ b/sprout/algorithm/fixed/result_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_RESULT_OF_HPP #define SPROUT_ALGORITHM_FIXED_RESULT_OF_HPP diff --git a/sprout/algorithm/fixed/reverse.hpp b/sprout/algorithm/fixed/reverse.hpp index 8c09ec9a..2820bc69 100644 --- a/sprout/algorithm/fixed/reverse.hpp +++ b/sprout/algorithm/fixed/reverse.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REVERSE_HPP #define SPROUT_ALGORITHM_FIXED_REVERSE_HPP diff --git a/sprout/algorithm/fixed/reverse_copy.hpp b/sprout/algorithm/fixed/reverse_copy.hpp index caf479da..0d4a3be7 100644 --- a/sprout/algorithm/fixed/reverse_copy.hpp +++ b/sprout/algorithm/fixed/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_REVERSE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_REVERSE_COPY_HPP diff --git a/sprout/algorithm/fixed/rotate.hpp b/sprout/algorithm/fixed/rotate.hpp index 586835b4..d41e9dac 100644 --- a/sprout/algorithm/fixed/rotate.hpp +++ b/sprout/algorithm/fixed/rotate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_ROTATE_HPP #define SPROUT_ALGORITHM_FIXED_ROTATE_HPP diff --git a/sprout/algorithm/fixed/rotate_copy.hpp b/sprout/algorithm/fixed/rotate_copy.hpp index 837e50f6..2a514778 100644 --- a/sprout/algorithm/fixed/rotate_copy.hpp +++ b/sprout/algorithm/fixed/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_ROTATE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_ROTATE_COPY_HPP diff --git a/sprout/algorithm/fixed/set_difference.hpp b/sprout/algorithm/fixed/set_difference.hpp index b51b1d37..b64f22a9 100644 --- a/sprout/algorithm/fixed/set_difference.hpp +++ b/sprout/algorithm/fixed/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SET_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIXED_SET_DIFFERENCE_HPP diff --git a/sprout/algorithm/fixed/set_intersection.hpp b/sprout/algorithm/fixed/set_intersection.hpp index 2b932cc1..4b94fb3e 100644 --- a/sprout/algorithm/fixed/set_intersection.hpp +++ b/sprout/algorithm/fixed/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SET_INTERSECTION_HPP #define SPROUT_ALGORITHM_FIXED_SET_INTERSECTION_HPP diff --git a/sprout/algorithm/fixed/set_symmetric_difference.hpp b/sprout/algorithm/fixed/set_symmetric_difference.hpp index d74c450d..a98283d3 100644 --- a/sprout/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/algorithm/fixed/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_ALGORITHM_FIXED_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/algorithm/fixed/set_union.hpp b/sprout/algorithm/fixed/set_union.hpp index 6501cb95..45cffeaf 100644 --- a/sprout/algorithm/fixed/set_union.hpp +++ b/sprout/algorithm/fixed/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SET_UNION_HPP #define SPROUT_ALGORITHM_FIXED_SET_UNION_HPP diff --git a/sprout/algorithm/fixed/shuffle.hpp b/sprout/algorithm/fixed/shuffle.hpp index 421643ae..fc0e6757 100644 --- a/sprout/algorithm/fixed/shuffle.hpp +++ b/sprout/algorithm/fixed/shuffle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SHUFFLE_HPP #define SPROUT_ALGORITHM_FIXED_SHUFFLE_HPP diff --git a/sprout/algorithm/fixed/shuffle_result.hpp b/sprout/algorithm/fixed/shuffle_result.hpp index d79ce00e..3ec82090 100644 --- a/sprout/algorithm/fixed/shuffle_result.hpp +++ b/sprout/algorithm/fixed/shuffle_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SHUFFLE_RESULT_HPP #define SPROUT_ALGORITHM_FIXED_SHUFFLE_RESULT_HPP diff --git a/sprout/algorithm/fixed/sort.hpp b/sprout/algorithm/fixed/sort.hpp index 07dc3afc..0fd5debc 100644 --- a/sprout/algorithm/fixed/sort.hpp +++ b/sprout/algorithm/fixed/sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SORT_HPP #define SPROUT_ALGORITHM_FIXED_SORT_HPP diff --git a/sprout/algorithm/fixed/sort_heap.hpp b/sprout/algorithm/fixed/sort_heap.hpp index a029213b..28db94e0 100644 --- a/sprout/algorithm/fixed/sort_heap.hpp +++ b/sprout/algorithm/fixed/sort_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SORT_HEAP_HPP #define SPROUT_ALGORITHM_FIXED_SORT_HEAP_HPP diff --git a/sprout/algorithm/fixed/stable_partition.hpp b/sprout/algorithm/fixed/stable_partition.hpp index ae85000f..c1130456 100644 --- a/sprout/algorithm/fixed/stable_partition.hpp +++ b/sprout/algorithm/fixed/stable_partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_STABLE_PARTITION_HPP #define SPROUT_ALGORITHM_FIXED_STABLE_PARTITION_HPP diff --git a/sprout/algorithm/fixed/stable_partition_copy.hpp b/sprout/algorithm/fixed/stable_partition_copy.hpp index e0c5b72e..47dbca50 100644 --- a/sprout/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/algorithm/fixed/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_STABLE_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_FIXED_STABLE_PARTITION_COPY_HPP diff --git a/sprout/algorithm/fixed/stable_sort.hpp b/sprout/algorithm/fixed/stable_sort.hpp index 3cca530b..125e4ffb 100644 --- a/sprout/algorithm/fixed/stable_sort.hpp +++ b/sprout/algorithm/fixed/stable_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_STABLE_SORT_HPP #define SPROUT_ALGORITHM_FIXED_STABLE_SORT_HPP diff --git a/sprout/algorithm/fixed/swap_element.hpp b/sprout/algorithm/fixed/swap_element.hpp index 071b200b..cdcd23ec 100644 --- a/sprout/algorithm/fixed/swap_element.hpp +++ b/sprout/algorithm/fixed/swap_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SWAP_ELEMENT_HPP #define SPROUT_ALGORITHM_FIXED_SWAP_ELEMENT_HPP diff --git a/sprout/algorithm/fixed/swap_element_copy.hpp b/sprout/algorithm/fixed/swap_element_copy.hpp index f1123baf..dacb295b 100644 --- a/sprout/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/algorithm/fixed/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_SWAP_ELEMENT_COPY_HPP #define SPROUT_ALGORITHM_FIXED_SWAP_ELEMENT_COPY_HPP diff --git a/sprout/algorithm/fixed/transform.hpp b/sprout/algorithm/fixed/transform.hpp index 1df2df08..e120f0d9 100644 --- a/sprout/algorithm/fixed/transform.hpp +++ b/sprout/algorithm/fixed/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_TRANSFORM_HPP #define SPROUT_ALGORITHM_FIXED_TRANSFORM_HPP diff --git a/sprout/algorithm/fixed/unfold.hpp b/sprout/algorithm/fixed/unfold.hpp index f1ee6003..eb23cf13 100644 --- a/sprout/algorithm/fixed/unfold.hpp +++ b/sprout/algorithm/fixed/unfold.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_UNFOLD_HPP #define SPROUT_ALGORITHM_FIXED_UNFOLD_HPP diff --git a/sprout/algorithm/fixed/unfold_n.hpp b/sprout/algorithm/fixed/unfold_n.hpp index ae06aaad..8d8f1b15 100644 --- a/sprout/algorithm/fixed/unfold_n.hpp +++ b/sprout/algorithm/fixed/unfold_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_UNFOLD_N_HPP #define SPROUT_ALGORITHM_FIXED_UNFOLD_N_HPP diff --git a/sprout/algorithm/fixed/unique.hpp b/sprout/algorithm/fixed/unique.hpp index 64357d2d..e0b2d101 100644 --- a/sprout/algorithm/fixed/unique.hpp +++ b/sprout/algorithm/fixed/unique.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_UNIQUE_HPP #define SPROUT_ALGORITHM_FIXED_UNIQUE_HPP diff --git a/sprout/algorithm/fixed/unique_copy.hpp b/sprout/algorithm/fixed/unique_copy.hpp index 340fe66a..833d0615 100644 --- a/sprout/algorithm/fixed/unique_copy.hpp +++ b/sprout/algorithm/fixed/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_FIXED_UNIQUE_COPY_HPP #define SPROUT_ALGORITHM_FIXED_UNIQUE_COPY_HPP diff --git a/sprout/algorithm/generate.hpp b/sprout/algorithm/generate.hpp index dc5d5870..3115eefa 100644 --- a/sprout/algorithm/generate.hpp +++ b/sprout/algorithm/generate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_GENERATE_HPP #define SPROUT_ALGORITHM_GENERATE_HPP diff --git a/sprout/algorithm/generate_n.hpp b/sprout/algorithm/generate_n.hpp index 4801cd1e..a865f6ac 100644 --- a/sprout/algorithm/generate_n.hpp +++ b/sprout/algorithm/generate_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_GENERATE_N_HPP #define SPROUT_ALGORITHM_GENERATE_N_HPP diff --git a/sprout/algorithm/includes.hpp b/sprout/algorithm/includes.hpp index 25b40e7c..5ecc952e 100644 --- a/sprout/algorithm/includes.hpp +++ b/sprout/algorithm/includes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_INCLUDES_HPP #define SPROUT_ALGORITHM_INCLUDES_HPP diff --git a/sprout/algorithm/inplace_merge.hpp b/sprout/algorithm/inplace_merge.hpp index a7f3716b..ab21db5b 100644 --- a/sprout/algorithm/inplace_merge.hpp +++ b/sprout/algorithm/inplace_merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_INPLACE_MERGE_HPP #define SPROUT_ALGORITHM_INPLACE_MERGE_HPP diff --git a/sprout/algorithm/is_decreasing.hpp b/sprout/algorithm/is_decreasing.hpp index 577f2eeb..335b2d79 100644 --- a/sprout/algorithm/is_decreasing.hpp +++ b/sprout/algorithm/is_decreasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_DECREASING_HPP #define SPROUT_ALGORITHM_IS_DECREASING_HPP diff --git a/sprout/algorithm/is_heap.hpp b/sprout/algorithm/is_heap.hpp index bcf6dc8d..af895293 100644 --- a/sprout/algorithm/is_heap.hpp +++ b/sprout/algorithm/is_heap.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_HEAP_HPP #define SPROUT_ALGORITHM_IS_HEAP_HPP @@ -7,7 +15,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.6.5 is_heap // diff --git a/sprout/algorithm/is_heap_until.hpp b/sprout/algorithm/is_heap_until.hpp index 713e3847..7dbcab59 100644 --- a/sprout/algorithm/is_heap_until.hpp +++ b/sprout/algorithm/is_heap_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_HEAP_UNTIL_HPP #define SPROUT_ALGORITHM_IS_HEAP_UNTIL_HPP diff --git a/sprout/algorithm/is_increasing.hpp b/sprout/algorithm/is_increasing.hpp index 26fe26b7..9e9bf936 100644 --- a/sprout/algorithm/is_increasing.hpp +++ b/sprout/algorithm/is_increasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_INCREASING_HPP #define SPROUT_ALGORITHM_IS_INCREASING_HPP diff --git a/sprout/algorithm/is_partitioned.hpp b/sprout/algorithm/is_partitioned.hpp index 68496a09..57aa34d2 100644 --- a/sprout/algorithm/is_partitioned.hpp +++ b/sprout/algorithm/is_partitioned.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_PARTITIONED_HPP #define SPROUT_ALGORITHM_IS_PARTITIONED_HPP diff --git a/sprout/algorithm/is_permutation.hpp b/sprout/algorithm/is_permutation.hpp index 1f1aebcd..4e057971 100644 --- a/sprout/algorithm/is_permutation.hpp +++ b/sprout/algorithm/is_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_PERMUTATION_HPP #define SPROUT_ALGORITHM_IS_PERMUTATION_HPP diff --git a/sprout/algorithm/is_sorted.hpp b/sprout/algorithm/is_sorted.hpp index a8b55a1a..b2485152 100644 --- a/sprout/algorithm/is_sorted.hpp +++ b/sprout/algorithm/is_sorted.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_SORTED_HPP #define SPROUT_ALGORITHM_IS_SORTED_HPP @@ -47,7 +55,6 @@ namespace sprout { ; } - // Copyright (C) 2011 RiSK (sscrisk) template inline SPROUT_CONSTEXPR bool is_sorted( diff --git a/sprout/algorithm/is_sorted_until.hpp b/sprout/algorithm/is_sorted_until.hpp index 639a2885..25e914b7 100644 --- a/sprout/algorithm/is_sorted_until.hpp +++ b/sprout/algorithm/is_sorted_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_SORTED_UNTIL_HPP #define SPROUT_ALGORITHM_IS_SORTED_UNTIL_HPP diff --git a/sprout/algorithm/is_strictly_decreasing.hpp b/sprout/algorithm/is_strictly_decreasing.hpp index 16c1be38..d55e6aa4 100644 --- a/sprout/algorithm/is_strictly_decreasing.hpp +++ b/sprout/algorithm/is_strictly_decreasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_STRICTLY_DECREASING_HPP #define SPROUT_ALGORITHM_IS_STRICTLY_DECREASING_HPP diff --git a/sprout/algorithm/is_strictly_increasing.hpp b/sprout/algorithm/is_strictly_increasing.hpp index 4da01763..d3aed9c8 100644 --- a/sprout/algorithm/is_strictly_increasing.hpp +++ b/sprout/algorithm/is_strictly_increasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_IS_STRICTLY_INCREASING_HPP #define SPROUT_ALGORITHM_IS_STRICTLY_INCREASING_HPP diff --git a/sprout/algorithm/lexicographical_compare.hpp b/sprout/algorithm/lexicographical_compare.hpp index d2f8c4cc..e5f1e709 100644 --- a/sprout/algorithm/lexicographical_compare.hpp +++ b/sprout/algorithm/lexicographical_compare.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_LEXICOGRAPHICAL_COMPARE_HPP #define SPROUT_ALGORITHM_LEXICOGRAPHICAL_COMPARE_HPP diff --git a/sprout/algorithm/lower_bound.hpp b/sprout/algorithm/lower_bound.hpp index 974bca39..9e2ad505 100644 --- a/sprout/algorithm/lower_bound.hpp +++ b/sprout/algorithm/lower_bound.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_LOWER_BOUND_HPP #define SPROUT_ALGORITHM_LOWER_BOUND_HPP @@ -7,7 +15,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.1 lower_bound // diff --git a/sprout/algorithm/make_heap.hpp b/sprout/algorithm/make_heap.hpp index e8b13842..8e536281 100644 --- a/sprout/algorithm/make_heap.hpp +++ b/sprout/algorithm/make_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MAKE_HEAP_HPP #define SPROUT_ALGORITHM_MAKE_HEAP_HPP diff --git a/sprout/algorithm/make_partial_heap.hpp b/sprout/algorithm/make_partial_heap.hpp index 897f226b..3bda91b4 100644 --- a/sprout/algorithm/make_partial_heap.hpp +++ b/sprout/algorithm/make_partial_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MAKE_PARTIAL_HEAP_HPP #define SPROUT_ALGORITHM_MAKE_PARTIAL_HEAP_HPP diff --git a/sprout/algorithm/max.hpp b/sprout/algorithm/max.hpp index a994a5b0..bb4e8023 100644 --- a/sprout/algorithm/max.hpp +++ b/sprout/algorithm/max.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MAX_HPP #define SPROUT_ALGORITHM_MAX_HPP @@ -5,7 +13,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/algorithm/max_element.hpp b/sprout/algorithm/max_element.hpp index 5b8d560d..74eb108e 100644 --- a/sprout/algorithm/max_element.hpp +++ b/sprout/algorithm/max_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MAX_ELEMENT_HPP #define SPROUT_ALGORITHM_MAX_ELEMENT_HPP diff --git a/sprout/algorithm/merge.hpp b/sprout/algorithm/merge.hpp index c204afa8..df15385b 100644 --- a/sprout/algorithm/merge.hpp +++ b/sprout/algorithm/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MERGE_HPP #define SPROUT_ALGORITHM_MERGE_HPP diff --git a/sprout/algorithm/min.hpp b/sprout/algorithm/min.hpp index d3626c4e..26588639 100644 --- a/sprout/algorithm/min.hpp +++ b/sprout/algorithm/min.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MIN_HPP #define SPROUT_ALGORITHM_MIN_HPP @@ -5,7 +13,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/algorithm/min_element.hpp b/sprout/algorithm/min_element.hpp index 3c5c58d4..7be0461d 100644 --- a/sprout/algorithm/min_element.hpp +++ b/sprout/algorithm/min_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MIN_ELEMENT_HPP #define SPROUT_ALGORITHM_MIN_ELEMENT_HPP diff --git a/sprout/algorithm/minmax.hpp b/sprout/algorithm/minmax.hpp index cd2b5005..9d4eb898 100644 --- a/sprout/algorithm/minmax.hpp +++ b/sprout/algorithm/minmax.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MINMAX_HPP #define SPROUT_ALGORITHM_MINMAX_HPP @@ -6,7 +14,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/algorithm/minmax_element.hpp b/sprout/algorithm/minmax_element.hpp index 776f06e8..a684b917 100644 --- a/sprout/algorithm/minmax_element.hpp +++ b/sprout/algorithm/minmax_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MINMAX_ELEMENT_HPP #define SPROUT_ALGORITHM_MINMAX_ELEMENT_HPP diff --git a/sprout/algorithm/mismatch.hpp b/sprout/algorithm/mismatch.hpp index fff946af..0a4d402b 100644 --- a/sprout/algorithm/mismatch.hpp +++ b/sprout/algorithm/mismatch.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MISMATCH_HPP #define SPROUT_ALGORITHM_MISMATCH_HPP diff --git a/sprout/algorithm/modifying.hpp b/sprout/algorithm/modifying.hpp index 3ef59e3c..1e2a459c 100644 --- a/sprout/algorithm/modifying.hpp +++ b/sprout/algorithm/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_MODIFYIING_HPP #define SPROUT_ALGORITHM_MODIFYIING_HPP diff --git a/sprout/algorithm/next_difference.hpp b/sprout/algorithm/next_difference.hpp index ddad6e6e..933ef797 100644 --- a/sprout/algorithm/next_difference.hpp +++ b/sprout/algorithm/next_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NEXT_DIFFERENCE_HPP #define SPROUT_ALGORITHM_NEXT_DIFFERENCE_HPP diff --git a/sprout/algorithm/next_intersection.hpp b/sprout/algorithm/next_intersection.hpp index 8c69a9b2..1d6fb1be 100644 --- a/sprout/algorithm/next_intersection.hpp +++ b/sprout/algorithm/next_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NEXT_INTERSECTION_HPP #define SPROUT_ALGORITHM_NEXT_INTERSECTION_HPP diff --git a/sprout/algorithm/next_permutation.hpp b/sprout/algorithm/next_permutation.hpp index 1de02067..7adf7eda 100644 --- a/sprout/algorithm/next_permutation.hpp +++ b/sprout/algorithm/next_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP #define SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP diff --git a/sprout/algorithm/next_symmetric_difference.hpp b/sprout/algorithm/next_symmetric_difference.hpp index 1b033c2a..978e5e79 100644 --- a/sprout/algorithm/next_symmetric_difference.hpp +++ b/sprout/algorithm/next_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NEXT_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_ALGORITHM_NEXT_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/algorithm/next_union.hpp b/sprout/algorithm/next_union.hpp index 16fe3001..500d5d65 100644 --- a/sprout/algorithm/next_union.hpp +++ b/sprout/algorithm/next_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NEXT_UNION_HPP #define SPROUT_ALGORITHM_NEXT_UNION_HPP diff --git a/sprout/algorithm/non_modifying.hpp b/sprout/algorithm/non_modifying.hpp index 95e2f2b1..c035b48b 100644 --- a/sprout/algorithm/non_modifying.hpp +++ b/sprout/algorithm/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NON_MODIFYIING_HPP #define SPROUT_ALGORITHM_NON_MODIFYIING_HPP diff --git a/sprout/algorithm/none_of.hpp b/sprout/algorithm/none_of.hpp index 9888be05..cf5bf925 100644 --- a/sprout/algorithm/none_of.hpp +++ b/sprout/algorithm/none_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NONE_OF_HPP #define SPROUT_ALGORITHM_NONE_OF_HPP diff --git a/sprout/algorithm/none_of_equal.hpp b/sprout/algorithm/none_of_equal.hpp index e06635dd..d56fecf5 100644 --- a/sprout/algorithm/none_of_equal.hpp +++ b/sprout/algorithm/none_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NONE_OF_EQUAL_HPP #define SPROUT_ALGORITHM_NONE_OF_EQUAL_HPP diff --git a/sprout/algorithm/nth_element.hpp b/sprout/algorithm/nth_element.hpp index 8a2b4f00..86ec613e 100644 --- a/sprout/algorithm/nth_element.hpp +++ b/sprout/algorithm/nth_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_NTH_ELEMENT_HPP #define SPROUT_ALGORITHM_NTH_ELEMENT_HPP diff --git a/sprout/algorithm/one_of.hpp b/sprout/algorithm/one_of.hpp index 3a6be218..f9e65a44 100644 --- a/sprout/algorithm/one_of.hpp +++ b/sprout/algorithm/one_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ONE_OF_HPP #define SPROUT_ALGORITHM_ONE_OF_HPP diff --git a/sprout/algorithm/one_of_equal.hpp b/sprout/algorithm/one_of_equal.hpp index 2505fd46..97a1071d 100644 --- a/sprout/algorithm/one_of_equal.hpp +++ b/sprout/algorithm/one_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ONE_OF_EQUAL_HPP #define SPROUT_ALGORITHM_ONE_OF_EQUAL_HPP diff --git a/sprout/algorithm/partial_sort.hpp b/sprout/algorithm/partial_sort.hpp index a0d391c8..44ac91db 100644 --- a/sprout/algorithm/partial_sort.hpp +++ b/sprout/algorithm/partial_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PARTIAL_SORT_HPP #define SPROUT_ALGORITHM_PARTIAL_SORT_HPP diff --git a/sprout/algorithm/partition.hpp b/sprout/algorithm/partition.hpp index 3ba477d7..db0308a6 100644 --- a/sprout/algorithm/partition.hpp +++ b/sprout/algorithm/partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PARTITION_HPP #define SPROUT_ALGORITHM_PARTITION_HPP diff --git a/sprout/algorithm/partition_copy.hpp b/sprout/algorithm/partition_copy.hpp index 544f5d4b..fae72760 100644 --- a/sprout/algorithm/partition_copy.hpp +++ b/sprout/algorithm/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_PARTITION_COPY_HPP diff --git a/sprout/algorithm/partition_point.hpp b/sprout/algorithm/partition_point.hpp index aba71fe3..c262a52b 100644 --- a/sprout/algorithm/partition_point.hpp +++ b/sprout/algorithm/partition_point.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PARTITION_POINT_HPP #define SPROUT_ALGORITHM_PARTITION_POINT_HPP @@ -5,7 +13,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) namespace detail { template diff --git a/sprout/algorithm/pop_heap.hpp b/sprout/algorithm/pop_heap.hpp index 7f7335f8..27dc7282 100644 --- a/sprout/algorithm/pop_heap.hpp +++ b/sprout/algorithm/pop_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_POP_HEAP_HPP #define SPROUT_ALGORITHM_POP_HEAP_HPP diff --git a/sprout/algorithm/prev_permutation.hpp b/sprout/algorithm/prev_permutation.hpp index 2396e1a2..9eed4488 100644 --- a/sprout/algorithm/prev_permutation.hpp +++ b/sprout/algorithm/prev_permutation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PREV_PERMUTATION_HPP #define SPROUT_ALGORITHM_PREV_PERMUTATION_HPP diff --git a/sprout/algorithm/push_heap.hpp b/sprout/algorithm/push_heap.hpp index c5a9a0c8..147c40a0 100644 --- a/sprout/algorithm/push_heap.hpp +++ b/sprout/algorithm/push_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_PUSH_HEAP_HPP #define SPROUT_ALGORITHM_PUSH_HEAP_HPP diff --git a/sprout/algorithm/random_swap.hpp b/sprout/algorithm/random_swap.hpp index e4273eb4..15961b33 100644 --- a/sprout/algorithm/random_swap.hpp +++ b/sprout/algorithm/random_swap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_RANDOM_SWAP_HPP #define SPROUT_ALGORITHM_RANDOM_SWAP_HPP diff --git a/sprout/algorithm/random_swap_result.hpp b/sprout/algorithm/random_swap_result.hpp index eb1b0e67..13fe6891 100644 --- a/sprout/algorithm/random_swap_result.hpp +++ b/sprout/algorithm/random_swap_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_RANDOM_SWAP_RESULT_HPP #define SPROUT_ALGORITHM_RANDOM_SWAP_RESULT_HPP diff --git a/sprout/algorithm/recurrence.hpp b/sprout/algorithm/recurrence.hpp index ca2dc812..97f7bff3 100644 --- a/sprout/algorithm/recurrence.hpp +++ b/sprout/algorithm/recurrence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_RECURRENCE_HPP #define SPROUT_ALGORITHM_RECURRENCE_HPP diff --git a/sprout/algorithm/recurrence_n.hpp b/sprout/algorithm/recurrence_n.hpp index efcd48ff..6796dfe9 100644 --- a/sprout/algorithm/recurrence_n.hpp +++ b/sprout/algorithm/recurrence_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_RECURRENCE_N_HPP #define SPROUT_ALGORITHM_RECURRENCE_N_HPP diff --git a/sprout/algorithm/remove.hpp b/sprout/algorithm/remove.hpp index 08944e01..f429bf50 100644 --- a/sprout/algorithm/remove.hpp +++ b/sprout/algorithm/remove.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REMOVE_HPP #define SPROUT_ALGORITHM_REMOVE_HPP diff --git a/sprout/algorithm/remove_copy.hpp b/sprout/algorithm/remove_copy.hpp index 1d97618e..11385026 100644 --- a/sprout/algorithm/remove_copy.hpp +++ b/sprout/algorithm/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REMOVE_COPY_HPP #define SPROUT_ALGORITHM_REMOVE_COPY_HPP diff --git a/sprout/algorithm/remove_copy_if.hpp b/sprout/algorithm/remove_copy_if.hpp index 5a2a49d1..9b218ba2 100644 --- a/sprout/algorithm/remove_copy_if.hpp +++ b/sprout/algorithm/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REMOVE_COPY_IF_HPP #define SPROUT_ALGORITHM_REMOVE_COPY_IF_HPP diff --git a/sprout/algorithm/remove_if.hpp b/sprout/algorithm/remove_if.hpp index 6ed06a88..6c398756 100644 --- a/sprout/algorithm/remove_if.hpp +++ b/sprout/algorithm/remove_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REMOVE_IF_HPP #define SPROUT_ALGORITHM_REMOVE_IF_HPP diff --git a/sprout/algorithm/replace.hpp b/sprout/algorithm/replace.hpp index 6b433b77..7846ac27 100644 --- a/sprout/algorithm/replace.hpp +++ b/sprout/algorithm/replace.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REPLACE_HPP #define SPROUT_ALGORITHM_REPLACE_HPP diff --git a/sprout/algorithm/replace_copy.hpp b/sprout/algorithm/replace_copy.hpp index d4f83183..31e8d95e 100644 --- a/sprout/algorithm/replace_copy.hpp +++ b/sprout/algorithm/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REPLACE_COPY_HPP #define SPROUT_ALGORITHM_REPLACE_COPY_HPP diff --git a/sprout/algorithm/replace_copy_if.hpp b/sprout/algorithm/replace_copy_if.hpp index 2e21e74e..d23a2b28 100644 --- a/sprout/algorithm/replace_copy_if.hpp +++ b/sprout/algorithm/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REPLACE_COPY_IF_HPP #define SPROUT_ALGORITHM_REPLACE_COPY_IF_HPP diff --git a/sprout/algorithm/replace_if.hpp b/sprout/algorithm/replace_if.hpp index 91b8cec4..b8a593c2 100644 --- a/sprout/algorithm/replace_if.hpp +++ b/sprout/algorithm/replace_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REPLACE_IF_HPP #define SPROUT_ALGORITHM_REPLACE_IF_HPP diff --git a/sprout/algorithm/reverse.hpp b/sprout/algorithm/reverse.hpp index b8cd2089..0c923438 100644 --- a/sprout/algorithm/reverse.hpp +++ b/sprout/algorithm/reverse.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REVERSE_HPP #define SPROUT_ALGORITHM_REVERSE_HPP diff --git a/sprout/algorithm/reverse_copy.hpp b/sprout/algorithm/reverse_copy.hpp index 89e858ef..bd66d098 100644 --- a/sprout/algorithm/reverse_copy.hpp +++ b/sprout/algorithm/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_REVERSE_COPY_HPP #define SPROUT_ALGORITHM_REVERSE_COPY_HPP diff --git a/sprout/algorithm/rotate.hpp b/sprout/algorithm/rotate.hpp index c545bfa4..1180a9ce 100644 --- a/sprout/algorithm/rotate.hpp +++ b/sprout/algorithm/rotate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ROTATE_HPP #define SPROUT_ALGORITHM_ROTATE_HPP diff --git a/sprout/algorithm/rotate_copy.hpp b/sprout/algorithm/rotate_copy.hpp index 5821e534..e268f5cb 100644 --- a/sprout/algorithm/rotate_copy.hpp +++ b/sprout/algorithm/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_ROTATE_COPY_HPP #define SPROUT_ALGORITHM_ROTATE_COPY_HPP diff --git a/sprout/algorithm/search.hpp b/sprout/algorithm/search.hpp index 887d38da..5f49f41c 100644 --- a/sprout/algorithm/search.hpp +++ b/sprout/algorithm/search.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SEARCH_HPP #define SPROUT_ALGORITHM_SEARCH_HPP diff --git a/sprout/algorithm/search_n.hpp b/sprout/algorithm/search_n.hpp index 408117e3..b9f0244e 100644 --- a/sprout/algorithm/search_n.hpp +++ b/sprout/algorithm/search_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SEARCH_N_HPP #define SPROUT_ALGORITHM_SEARCH_N_HPP diff --git a/sprout/algorithm/set_difference.hpp b/sprout/algorithm/set_difference.hpp index fc61023d..ea5339ae 100644 --- a/sprout/algorithm/set_difference.hpp +++ b/sprout/algorithm/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SET_DIFFERENCE_HPP #define SPROUT_ALGORITHM_SET_DIFFERENCE_HPP diff --git a/sprout/algorithm/set_intersection.hpp b/sprout/algorithm/set_intersection.hpp index 32376526..54dec8d6 100644 --- a/sprout/algorithm/set_intersection.hpp +++ b/sprout/algorithm/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SET_INTERSECTION_HPP #define SPROUT_ALGORITHM_SET_INTERSECTION_HPP diff --git a/sprout/algorithm/set_intersection_iterator.hpp b/sprout/algorithm/set_intersection_iterator.hpp index 53c57cc2..6430b05f 100644 --- a/sprout/algorithm/set_intersection_iterator.hpp +++ b/sprout/algorithm/set_intersection_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SET_INTERSECTION_ITERATOR_HPP #define SPROUT_ITERATOR_SET_INTERSECTION_ITERATOR_HPP diff --git a/sprout/algorithm/set_symmetric_difference.hpp b/sprout/algorithm/set_symmetric_difference.hpp index c918a310..974f464e 100644 --- a/sprout/algorithm/set_symmetric_difference.hpp +++ b/sprout/algorithm/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/algorithm/set_union.hpp b/sprout/algorithm/set_union.hpp index c3b2fd7e..345b8a29 100644 --- a/sprout/algorithm/set_union.hpp +++ b/sprout/algorithm/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SET_UNION_HPP #define SPROUT_ALGORITHM_SET_UNION_HPP diff --git a/sprout/algorithm/shuffle.hpp b/sprout/algorithm/shuffle.hpp index ff6b77d9..2cc943e3 100644 --- a/sprout/algorithm/shuffle.hpp +++ b/sprout/algorithm/shuffle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SHUFFLE_HPP #define SPROUT_ALGORITHM_SHUFFLE_HPP diff --git a/sprout/algorithm/shuffle_result.hpp b/sprout/algorithm/shuffle_result.hpp index 419c0157..0d9afb54 100644 --- a/sprout/algorithm/shuffle_result.hpp +++ b/sprout/algorithm/shuffle_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SHUFFLE_RESULT_HPP #define SPROUT_ALGORITHM_SHUFFLE_RESULT_HPP diff --git a/sprout/algorithm/sort.hpp b/sprout/algorithm/sort.hpp index f82dea03..1b755858 100644 --- a/sprout/algorithm/sort.hpp +++ b/sprout/algorithm/sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SORT_HPP #define SPROUT_ALGORITHM_SORT_HPP diff --git a/sprout/algorithm/sort_heap.hpp b/sprout/algorithm/sort_heap.hpp index 6cdaa60b..abb33c63 100644 --- a/sprout/algorithm/sort_heap.hpp +++ b/sprout/algorithm/sort_heap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SORT_HEAP_HPP #define SPROUT_ALGORITHM_SORT_HEAP_HPP diff --git a/sprout/algorithm/stable_partition.hpp b/sprout/algorithm/stable_partition.hpp index 735e0cca..86e95b3e 100644 --- a/sprout/algorithm/stable_partition.hpp +++ b/sprout/algorithm/stable_partition.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STABLE_PARTITION_HPP #define SPROUT_ALGORITHM_STABLE_PARTITION_HPP diff --git a/sprout/algorithm/stable_partition_copy.hpp b/sprout/algorithm/stable_partition_copy.hpp index 002a5dbc..65853159 100644 --- a/sprout/algorithm/stable_partition_copy.hpp +++ b/sprout/algorithm/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STABLE_PARTITION_COPY_HPP #define SPROUT_ALGORITHM_STABLE_PARTITION_COPY_HPP diff --git a/sprout/algorithm/stable_sort.hpp b/sprout/algorithm/stable_sort.hpp index ccc474ae..40e44230 100644 --- a/sprout/algorithm/stable_sort.hpp +++ b/sprout/algorithm/stable_sort.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STABLE_SORT_HPP #define SPROUT_ALGORITHM_STABLE_SORT_HPP diff --git a/sprout/algorithm/string.hpp b/sprout/algorithm/string.hpp index d848138b..9acc3675 100644 --- a/sprout/algorithm/string.hpp +++ b/sprout/algorithm/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_HPP #define SPROUT_ALGORITHM_STRING_HPP diff --git a/sprout/algorithm/string/case_conv.hpp b/sprout/algorithm/string/case_conv.hpp index 0efe1020..4a897be7 100644 --- a/sprout/algorithm/string/case_conv.hpp +++ b/sprout/algorithm/string/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_CASE_CONV_HPP #define SPROUT_ALGORITHM_STRING_CASE_CONV_HPP diff --git a/sprout/algorithm/string/fit/case_conv.hpp b/sprout/algorithm/string/fit/case_conv.hpp index 39889ee6..cd628a03 100644 --- a/sprout/algorithm/string/fit/case_conv.hpp +++ b/sprout/algorithm/string/fit/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIT_CASE_CONV_HPP #define SPROUT_ALGORITHM_STRING_FIT_CASE_CONV_HPP diff --git a/sprout/algorithm/string/fit/to_lower.hpp b/sprout/algorithm/string/fit/to_lower.hpp index f1393811..52583f76 100644 --- a/sprout/algorithm/string/fit/to_lower.hpp +++ b/sprout/algorithm/string/fit/to_lower.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIT_TO_LOWER_HPP #define SPROUT_ALGORITHM_STRING_FIT_TO_LOWER_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/string/fit/to_lower_copy.hpp b/sprout/algorithm/string/fit/to_lower_copy.hpp index 52a4383f..9aa580a4 100644 --- a/sprout/algorithm/string/fit/to_lower_copy.hpp +++ b/sprout/algorithm/string/fit/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIT_TO_LOWER_COPY_HPP #define SPROUT_ALGORITHM_STRING_FIT_TO_LOWER_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/string/fit/to_upper.hpp b/sprout/algorithm/string/fit/to_upper.hpp index 1f0634b5..f978c807 100644 --- a/sprout/algorithm/string/fit/to_upper.hpp +++ b/sprout/algorithm/string/fit/to_upper.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIT_TO_UPPER_HPP #define SPROUT_ALGORITHM_STRING_FIT_TO_UPPER_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/algorithm/string/fit/to_upper_copy.hpp b/sprout/algorithm/string/fit/to_upper_copy.hpp index feb0c9c9..8c5aceef 100644 --- a/sprout/algorithm/string/fit/to_upper_copy.hpp +++ b/sprout/algorithm/string/fit/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIT_TO_UPPER_COPY_HPP #define SPROUT_ALGORITHM_STRING_FIT_TO_UPPER_COPY_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/algorithm/string/fixed/case_conv.hpp b/sprout/algorithm/string/fixed/case_conv.hpp index 88ac04f1..a54af2d5 100644 --- a/sprout/algorithm/string/fixed/case_conv.hpp +++ b/sprout/algorithm/string/fixed/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIXED_CASE_CONV_HPP #define SPROUT_ALGORITHM_STRING_FIXED_CASE_CONV_HPP diff --git a/sprout/algorithm/string/fixed/to_lower.hpp b/sprout/algorithm/string/fixed/to_lower.hpp index 0bc00663..36ea0cac 100644 --- a/sprout/algorithm/string/fixed/to_lower.hpp +++ b/sprout/algorithm/string/fixed/to_lower.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIXED_TO_LOWER_HPP #define SPROUT_ALGORITHM_STRING_FIXED_TO_LOWER_HPP diff --git a/sprout/algorithm/string/fixed/to_lower_copy.hpp b/sprout/algorithm/string/fixed/to_lower_copy.hpp index 0c04cbb2..5089ed6a 100644 --- a/sprout/algorithm/string/fixed/to_lower_copy.hpp +++ b/sprout/algorithm/string/fixed/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIXED_TO_LOWER_COPY_HPP #define SPROUT_ALGORITHM_STRING_FIXED_TO_LOWER_COPY_HPP diff --git a/sprout/algorithm/string/fixed/to_upper.hpp b/sprout/algorithm/string/fixed/to_upper.hpp index d26c536d..f3710d17 100644 --- a/sprout/algorithm/string/fixed/to_upper.hpp +++ b/sprout/algorithm/string/fixed/to_upper.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIXED_TO_UPPER_HPP #define SPROUT_ALGORITHM_STRING_FIXED_TO_UPPER_HPP diff --git a/sprout/algorithm/string/fixed/to_upper_copy.hpp b/sprout/algorithm/string/fixed/to_upper_copy.hpp index 0310e8b0..d2f2ac51 100644 --- a/sprout/algorithm/string/fixed/to_upper_copy.hpp +++ b/sprout/algorithm/string/fixed/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_FIXED_TO_UPPER_COPY_HPP #define SPROUT_ALGORITHM_STRING_FIXED_TO_UPPER_COPY_HPP diff --git a/sprout/algorithm/string/join.hpp b/sprout/algorithm/string/join.hpp index fb536d84..b3fbb560 100644 --- a/sprout/algorithm/string/join.hpp +++ b/sprout/algorithm/string/join.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_JOIN_HPP #define SPROUT_ALGORITHM_STRING_JOIN_HPP diff --git a/sprout/algorithm/string/to_lower.hpp b/sprout/algorithm/string/to_lower.hpp index d385f904..67325fa9 100644 --- a/sprout/algorithm/string/to_lower.hpp +++ b/sprout/algorithm/string/to_lower.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_TO_LOWER_HPP #define SPROUT_ALGORITHM_STRING_TO_LOWER_HPP diff --git a/sprout/algorithm/string/to_lower_copy.hpp b/sprout/algorithm/string/to_lower_copy.hpp index b2930c80..3f46c584 100644 --- a/sprout/algorithm/string/to_lower_copy.hpp +++ b/sprout/algorithm/string/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_TO_LOWER_COPY_HPP #define SPROUT_ALGORITHM_STRING_TO_LOWER_COPY_HPP diff --git a/sprout/algorithm/string/to_upper.hpp b/sprout/algorithm/string/to_upper.hpp index ee13127e..c31a722e 100644 --- a/sprout/algorithm/string/to_upper.hpp +++ b/sprout/algorithm/string/to_upper.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_TO_UPPER_HPP #define SPROUT_ALGORITHM_STRING_TO_UPPER_HPP diff --git a/sprout/algorithm/string/to_upper_copy.hpp b/sprout/algorithm/string/to_upper_copy.hpp index 4abc2f7c..dad9b1ae 100644 --- a/sprout/algorithm/string/to_upper_copy.hpp +++ b/sprout/algorithm/string/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_STRING_TO_UPPER_COPY_HPP #define SPROUT_ALGORITHM_STRING_TO_UPPER_COPY_HPP diff --git a/sprout/algorithm/swap_element.hpp b/sprout/algorithm/swap_element.hpp index 3da2f8fe..57c103bb 100644 --- a/sprout/algorithm/swap_element.hpp +++ b/sprout/algorithm/swap_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SWAP_ELEMENT_HPP #define SPROUT_ALGORITHM_SWAP_ELEMENT_HPP diff --git a/sprout/algorithm/swap_element_copy.hpp b/sprout/algorithm/swap_element_copy.hpp index c8aee0bc..f859dd79 100644 --- a/sprout/algorithm/swap_element_copy.hpp +++ b/sprout/algorithm/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_SWAP_ELEMENT_COPY_HPP #define SPROUT_ALGORITHM_SWAP_ELEMENT_COPY_HPP diff --git a/sprout/algorithm/transform.hpp b/sprout/algorithm/transform.hpp index cbd3eea9..81548f59 100644 --- a/sprout/algorithm/transform.hpp +++ b/sprout/algorithm/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_TRANSFORM_HPP #define SPROUT_ALGORITHM_TRANSFORM_HPP diff --git a/sprout/algorithm/tristate_lexicographical_compare.hpp b/sprout/algorithm/tristate_lexicographical_compare.hpp index 06749540..ab0b9cf1 100644 --- a/sprout/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/algorithm/tristate_lexicographical_compare.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_TRISTATE_LEXICOGRAPHICAL_COMPARE_HPP #define SPROUT_ALGORITHM_TRISTATE_LEXICOGRAPHICAL_COMPARE_HPP diff --git a/sprout/algorithm/unfold.hpp b/sprout/algorithm/unfold.hpp index 13d60c6e..684e7f93 100644 --- a/sprout/algorithm/unfold.hpp +++ b/sprout/algorithm/unfold.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_UNFOLD_HPP #define SPROUT_ALGORITHM_UNFOLD_HPP diff --git a/sprout/algorithm/unfold_n.hpp b/sprout/algorithm/unfold_n.hpp index d677e4d5..edc2defe 100644 --- a/sprout/algorithm/unfold_n.hpp +++ b/sprout/algorithm/unfold_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_UNFOLD_N_HPP #define SPROUT_ALGORITHM_UNFOLD_N_HPP diff --git a/sprout/algorithm/unique.hpp b/sprout/algorithm/unique.hpp index 4dc17e8a..0ba1ff2d 100644 --- a/sprout/algorithm/unique.hpp +++ b/sprout/algorithm/unique.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_UNIQUE_HPP #define SPROUT_ALGORITHM_UNIQUE_HPP diff --git a/sprout/algorithm/unique_copy.hpp b/sprout/algorithm/unique_copy.hpp index 73620ba5..d6c0b4dd 100644 --- a/sprout/algorithm/unique_copy.hpp +++ b/sprout/algorithm/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_UNIQUE_COPY_HPP #define SPROUT_ALGORITHM_UNIQUE_COPY_HPP diff --git a/sprout/algorithm/upper_bound.hpp b/sprout/algorithm/upper_bound.hpp index 051f4708..4bc4e129 100644 --- a/sprout/algorithm/upper_bound.hpp +++ b/sprout/algorithm/upper_bound.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ALGORITHM_UPPER_BOUND_HPP #define SPROUT_ALGORITHM_UPPER_BOUND_HPP @@ -7,7 +15,6 @@ #include HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.2 upper_bound // diff --git a/sprout/array.hpp b/sprout/array.hpp index 3492f4d8..e3ed5a38 100644 --- a/sprout/array.hpp +++ b/sprout/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_HPP #define SPROUT_ARRAY_HPP diff --git a/sprout/array/array.hpp b/sprout/array/array.hpp index 232ddf48..c9d4d68f 100644 --- a/sprout/array/array.hpp +++ b/sprout/array/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_ARRAY_HPP #define SPROUT_ARRAY_ARRAY_HPP diff --git a/sprout/array/comparison.hpp b/sprout/array/comparison.hpp index db423b18..b1c0b936 100644 --- a/sprout/array/comparison.hpp +++ b/sprout/array/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_COMPARISON_HPP #define SPROUT_ARRAY_COMPARISON_HPP diff --git a/sprout/array/hash.hpp b/sprout/array/hash.hpp index f480e9a3..b37f6328 100644 --- a/sprout/array/hash.hpp +++ b/sprout/array/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_HASH_HPP #define SPROUT_ARRAY_HASH_HPP diff --git a/sprout/array/make_array.hpp b/sprout/array/make_array.hpp index 944a6676..4f86d574 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_MAKE_ARRAY_HPP #define SPROUT_ARRAY_MAKE_ARRAY_HPP diff --git a/sprout/array/tuple.hpp b/sprout/array/tuple.hpp index c732d309..66bc55a0 100644 --- a/sprout/array/tuple.hpp +++ b/sprout/array/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_TUPLE_HPP #define SPROUT_ARRAY_TUPLE_HPP diff --git a/sprout/array/type_traits.hpp b/sprout/array/type_traits.hpp index 4819828c..345d23d0 100644 --- a/sprout/array/type_traits.hpp +++ b/sprout/array/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ARRAY_TYPE_TRAITS_HPP #define SPROUT_ARRAY_TYPE_TRAITS_HPP diff --git a/sprout/assert.hpp b/sprout/assert.hpp index ecda2e02..07f4b919 100644 --- a/sprout/assert.hpp +++ b/sprout/assert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ASEERT_HPP #define SPROUT_ASEERT_HPP diff --git a/sprout/bit/clz.hpp b/sprout/bit/clz.hpp index afc32edc..2634cb3a 100644 --- a/sprout/bit/clz.hpp +++ b/sprout/bit/clz.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_CLZ_HPP #define SPROUT_BIT_CLZ_HPP diff --git a/sprout/bit/ctz.hpp b/sprout/bit/ctz.hpp index 3f51a6b2..4c6f939e 100644 --- a/sprout/bit/ctz.hpp +++ b/sprout/bit/ctz.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_CTZ_HPP #define SPROUT_BIT_CTZ_HPP diff --git a/sprout/bit/length.hpp b/sprout/bit/length.hpp index fbb5758d..cccca85e 100644 --- a/sprout/bit/length.hpp +++ b/sprout/bit/length.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_LENGTH_HPP #define SPROUT_BIT_LENGTH_HPP diff --git a/sprout/bit/operation.hpp b/sprout/bit/operation.hpp index 52965e5d..73a07fa7 100644 --- a/sprout/bit/operation.hpp +++ b/sprout/bit/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_OPERATION_HPP #define SPROUT_BIT_OPERATION_HPP diff --git a/sprout/bit/popcount.hpp b/sprout/bit/popcount.hpp index 32d62236..f1b893da 100644 --- a/sprout/bit/popcount.hpp +++ b/sprout/bit/popcount.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_POPCOUNT_HPP #define SPROUT_BIT_POPCOUNT_HPP diff --git a/sprout/bit/reverse.hpp b/sprout/bit/reverse.hpp index a1f9b172..66a5f53c 100644 --- a/sprout/bit/reverse.hpp +++ b/sprout/bit/reverse.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_REVERSE_HPP #define SPROUT_BIT_REVERSE_HPP diff --git a/sprout/bit/rotate.hpp b/sprout/bit/rotate.hpp index 25ea942b..175a3dae 100644 --- a/sprout/bit/rotate.hpp +++ b/sprout/bit/rotate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BIT_ROTATE_HPP #define SPROUT_BIT_ROTATE_HPP diff --git a/sprout/bitset.hpp b/sprout/bitset.hpp index 334dc7d7..4a7595d8 100644 --- a/sprout/bitset.hpp +++ b/sprout/bitset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BITSET_HPP #define SPROUT_BITSET_HPP diff --git a/sprout/bitset/bitset.hpp b/sprout/bitset/bitset.hpp index e21ab1c1..5718a5e7 100644 --- a/sprout/bitset/bitset.hpp +++ b/sprout/bitset/bitset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BITSET_BITSET_HPP #define SPROUT_BITSET_BITSET_HPP diff --git a/sprout/bitset/bitwise.hpp b/sprout/bitset/bitwise.hpp index a0025c89..2c8c69d0 100644 --- a/sprout/bitset/bitwise.hpp +++ b/sprout/bitset/bitwise.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BITSET_BITWISE_HPP #define SPROUT_BITSET_BITWISE_HPP diff --git a/sprout/bitset/hash.hpp b/sprout/bitset/hash.hpp index 1913791c..bec5fb6b 100644 --- a/sprout/bitset/hash.hpp +++ b/sprout/bitset/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BITSET_HASH_HPP #define SPROUT_BITSET_HASH_HPP diff --git a/sprout/bitset/io.hpp b/sprout/bitset/io.hpp index b538e69c..a909d1e0 100644 --- a/sprout/bitset/io.hpp +++ b/sprout/bitset/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BITSET_IO_HPP #define SPROUT_BITSET_IO_HPP diff --git a/sprout/brainfuck.hpp b/sprout/brainfuck.hpp index c2ccdcee..2f50fda8 100644 --- a/sprout/brainfuck.hpp +++ b/sprout/brainfuck.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BRAINFUCK_HPP #define SPROUT_BRAINFUCK_HPP diff --git a/sprout/brainfuck/brainfuck.hpp b/sprout/brainfuck/brainfuck.hpp index 37c1d58a..85b3634d 100644 --- a/sprout/brainfuck/brainfuck.hpp +++ b/sprout/brainfuck/brainfuck.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BRAINFUCK_BRAINFUCK_HPP #define SPROUT_BRAINFUCK_BRAINFUCK_HPP diff --git a/sprout/brainfuck/detail/convert.hpp b/sprout/brainfuck/detail/convert.hpp index 69993397..9fe28541 100644 --- a/sprout/brainfuck/detail/convert.hpp +++ b/sprout/brainfuck/detail/convert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BRAINFUCK_DETAIL_CONVERT_HPP #define SPROUT_BRAINFUCK_DETAIL_CONVERT_HPP diff --git a/sprout/brainfuck/misa.hpp b/sprout/brainfuck/misa.hpp index 0e3d69c6..1029e24f 100644 --- a/sprout/brainfuck/misa.hpp +++ b/sprout/brainfuck/misa.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BRAINFUCK_MISA_HPP #define SPROUT_BRAINFUCK_MISA_HPP diff --git a/sprout/brainfuck/ook.hpp b/sprout/brainfuck/ook.hpp index 0a1cbe92..becf1d1b 100644 --- a/sprout/brainfuck/ook.hpp +++ b/sprout/brainfuck/ook.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_BRAINFUCK_OOK_HPP #define SPROUT_BRAINFUCK_OOK_HPP diff --git a/sprout/cctype.hpp b/sprout/cctype.hpp index 20ff9742..3bbf2b57 100644 --- a/sprout/cctype.hpp +++ b/sprout/cctype.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CCTYPE_HPP #define SPROUT_CCTYPE_HPP diff --git a/sprout/checksum.hpp b/sprout/checksum.hpp index dbdae959..e03c3a43 100644 --- a/sprout/checksum.hpp +++ b/sprout/checksum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CHECKSUM_HPP #define SPROUT_CHECKSUM_HPP diff --git a/sprout/checksum/md5.hpp b/sprout/checksum/md5.hpp index 67853c58..aa076153 100644 --- a/sprout/checksum/md5.hpp +++ b/sprout/checksum/md5.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CHECKSUM_MD5_HPP #define SPROUT_CHECKSUM_MD5_HPP diff --git a/sprout/checksum/sha1.hpp b/sprout/checksum/sha1.hpp index bacaa7f5..15604346 100644 --- a/sprout/checksum/sha1.hpp +++ b/sprout/checksum/sha1.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CHECKSUM_SHA1_HPP #define SPROUT_CHECKSUM_SHA1_HPP @@ -6,9 +13,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/sprout/checksum/sum.hpp b/sprout/checksum/sum.hpp index 49e5ef43..5cade481 100644 --- a/sprout/checksum/sum.hpp +++ b/sprout/checksum/sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CHECKSUM_SUM_HPP #define SPROUT_CHECKSUM_SUM_HPP diff --git a/sprout/checksum/xor.hpp b/sprout/checksum/xor.hpp index 03f22011..f3ee5b78 100644 --- a/sprout/checksum/xor.hpp +++ b/sprout/checksum/xor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CHECKSUM_XOR_HPP #define SPROUT_CHECKSUM_XOR_HPP diff --git a/sprout/cinttypes.hpp b/sprout/cinttypes.hpp index 05b54dde..ba65f541 100644 --- a/sprout/cinttypes.hpp +++ b/sprout/cinttypes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_HPP #define SPROUT_CINTTYPES_HPP diff --git a/sprout/cinttypes/abs.hpp b/sprout/cinttypes/abs.hpp index 2e5ec0b1..c2ae7f36 100644 --- a/sprout/cinttypes/abs.hpp +++ b/sprout/cinttypes/abs.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_ABS_HPP #define SPROUT_CINTTYPES_ABS_HPP diff --git a/sprout/cinttypes/arithmetic.hpp b/sprout/cinttypes/arithmetic.hpp index 95c0fa78..a823f99c 100644 --- a/sprout/cinttypes/arithmetic.hpp +++ b/sprout/cinttypes/arithmetic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_ARITHMETIC_HPP #define SPROUT_CINTTYPES_ARITHMETIC_HPP diff --git a/sprout/cinttypes/conversion.hpp b/sprout/cinttypes/conversion.hpp index 6bb239ba..9d2afdad 100644 --- a/sprout/cinttypes/conversion.hpp +++ b/sprout/cinttypes/conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_CONVERSION_HPP #define SPROUT_CINTTYPES_CONVERSION_HPP diff --git a/sprout/cinttypes/div.hpp b/sprout/cinttypes/div.hpp index a2d4c887..941aa425 100644 --- a/sprout/cinttypes/div.hpp +++ b/sprout/cinttypes/div.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_DIV_HPP #define SPROUT_CINTTYPES_DIV_HPP diff --git a/sprout/cinttypes/strtoimax.hpp b/sprout/cinttypes/strtoimax.hpp index 3c3e58b7..032f798d 100644 --- a/sprout/cinttypes/strtoimax.hpp +++ b/sprout/cinttypes/strtoimax.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_STRTOIMAX_HPP #define SPROUT_CINTTYPES_STRTOIMAX_HPP diff --git a/sprout/cinttypes/strtoumax.hpp b/sprout/cinttypes/strtoumax.hpp index 45b458f8..edcce1ca 100644 --- a/sprout/cinttypes/strtoumax.hpp +++ b/sprout/cinttypes/strtoumax.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CINTTYPES_STRTOUMAX_HPP #define SPROUT_CINTTYPES_STRTOUMAX_HPP diff --git a/sprout/cmath.hpp b/sprout/cmath.hpp index ecdbd98b..71a7da2d 100644 --- a/sprout/cmath.hpp +++ b/sprout/cmath.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CMATH_HPP #define SPROUT_CMATH_HPP diff --git a/sprout/complex.hpp b/sprout/complex.hpp index f8e6a706..269f8f77 100644 --- a/sprout/complex.hpp +++ b/sprout/complex.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_HPP #define SPROUT_COMPLEX_HPP diff --git a/sprout/complex/complex.hpp b/sprout/complex/complex.hpp index db9e8671..f7e64bdb 100644 --- a/sprout/complex/complex.hpp +++ b/sprout/complex/complex.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_COMPLEX_HPP #define SPROUT_COMPLEX_COMPLEX_HPP diff --git a/sprout/complex/hash.hpp b/sprout/complex/hash.hpp index f5515771..297827c5 100644 --- a/sprout/complex/hash.hpp +++ b/sprout/complex/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_HASH_HPP #define SPROUT_COMPLEX_HASH_HPP diff --git a/sprout/complex/nearest.hpp b/sprout/complex/nearest.hpp index c5a5c9ad..18862d11 100644 --- a/sprout/complex/nearest.hpp +++ b/sprout/complex/nearest.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_NEAREST_HPP #define SPROUT_COMPLEX_NEAREST_HPP diff --git a/sprout/complex/operators.hpp b/sprout/complex/operators.hpp index 5c7cfbe6..26beaf57 100644 --- a/sprout/complex/operators.hpp +++ b/sprout/complex/operators.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_OPERATORS_HPP #define SPROUT_COMPLEX_OPERATORS_HPP diff --git a/sprout/complex/transcendentals.hpp b/sprout/complex/transcendentals.hpp index 57a96cbf..900899e4 100644 --- a/sprout/complex/transcendentals.hpp +++ b/sprout/complex/transcendentals.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_TRANSCENDENTALS_HPP #define SPROUT_COMPLEX_TRANSCENDENTALS_HPP diff --git a/sprout/complex/udl.hpp b/sprout/complex/udl.hpp index da73a555..4950a633 100644 --- a/sprout/complex/udl.hpp +++ b/sprout/complex/udl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_UDL_HPP #define SPROUT_COMPLEX_UDL_HPP diff --git a/sprout/complex/values.hpp b/sprout/complex/values.hpp index a29afc21..3dd91b0f 100644 --- a/sprout/complex/values.hpp +++ b/sprout/complex/values.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPLEX_VALUES_HPP #define SPROUT_COMPLEX_VALUES_HPP diff --git a/sprout/compost.hpp b/sprout/compost.hpp index e58edc3b..93f57154 100644 --- a/sprout/compost.hpp +++ b/sprout/compost.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_HPP #define SPROUT_COMPOST_HPP diff --git a/sprout/compost/analyses.hpp b/sprout/compost/analyses.hpp index b108f238..cb1a3e32 100644 --- a/sprout/compost/analyses.hpp +++ b/sprout/compost/analyses.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_ANALYSES_HPP #define SPROUT_COMPOST_ANALYSES_HPP diff --git a/sprout/compost/analyses/amplitude_spectrum.hpp b/sprout/compost/analyses/amplitude_spectrum.hpp index 98839e17..b42f6129 100644 --- a/sprout/compost/analyses/amplitude_spectrum.hpp +++ b/sprout/compost/analyses/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_ANALYSES_AMPLITUDE_SPECTRUM_HPP #define SPROUT_COMPOST_ANALYSES_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/compost/analyses/dft.hpp b/sprout/compost/analyses/dft.hpp index 0d0c88cc..5c9116b8 100644 --- a/sprout/compost/analyses/dft.hpp +++ b/sprout/compost/analyses/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_ANALYSES_DFT_HPP #define SPROUT_COMPOST_ANALYSES_DFT_HPP diff --git a/sprout/compost/analyses/idft.hpp b/sprout/compost/analyses/idft.hpp index e7d7d5c3..03d093d1 100644 --- a/sprout/compost/analyses/idft.hpp +++ b/sprout/compost/analyses/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_ANALYSES_IDFT_HPP #define SPROUT_COMPOST_ANALYSES_IDFT_HPP diff --git a/sprout/compost/analyses/phase_spectrum.hpp b/sprout/compost/analyses/phase_spectrum.hpp index de36a48e..825061aa 100644 --- a/sprout/compost/analyses/phase_spectrum.hpp +++ b/sprout/compost/analyses/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_ANALYSES_PHASE_SPECTRUM_HPP #define SPROUT_COMPOST_ANALYSES_PHASE_SPECTRUM_HPP diff --git a/sprout/compost/effects.hpp b/sprout/compost/effects.hpp index 91e3f126..88b31b5b 100644 --- a/sprout/compost/effects.hpp +++ b/sprout/compost/effects.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_HPP #define SPROUT_COMPOST_EFFECTS_HPP diff --git a/sprout/compost/effects/auto_pan.hpp b/sprout/compost/effects/auto_pan.hpp index 4a5e1b0b..c64a8695 100644 --- a/sprout/compost/effects/auto_pan.hpp +++ b/sprout/compost/effects/auto_pan.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_AUTO_PAN_HPP #define SPROUT_COMPOST_EFFECTS_AUTO_PAN_HPP diff --git a/sprout/compost/effects/changed_volume.hpp b/sprout/compost/effects/changed_volume.hpp index 6a48e45e..d6983a4e 100644 --- a/sprout/compost/effects/changed_volume.hpp +++ b/sprout/compost/effects/changed_volume.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_CHANGED_VOLUME_HPP #define SPROUT_COMPOST_EFFECTS_CHANGED_VOLUME_HPP diff --git a/sprout/compost/effects/chorus.hpp b/sprout/compost/effects/chorus.hpp index 2c82f303..338053be 100644 --- a/sprout/compost/effects/chorus.hpp +++ b/sprout/compost/effects/chorus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_CHORUS_HPP #define SPROUT_COMPOST_EFFECTS_CHORUS_HPP diff --git a/sprout/compost/effects/clipped.hpp b/sprout/compost/effects/clipped.hpp index d90098c8..6f62bc15 100644 --- a/sprout/compost/effects/clipped.hpp +++ b/sprout/compost/effects/clipped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_CLIPPED_HPP #define SPROUT_COMPOST_EFFECTS_CLIPPED_HPP diff --git a/sprout/compost/effects/compressed.hpp b/sprout/compost/effects/compressed.hpp index 30ba3d52..98caedb8 100644 --- a/sprout/compost/effects/compressed.hpp +++ b/sprout/compost/effects/compressed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_COMPRESEDS_HPP #define SPROUT_COMPOST_EFFECTS_COMPRESEDS_HPP diff --git a/sprout/compost/effects/distorted.hpp b/sprout/compost/effects/distorted.hpp index 4554e484..0e8c6d00 100644 --- a/sprout/compost/effects/distorted.hpp +++ b/sprout/compost/effects/distorted.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_DISTORTED_HPP #define SPROUT_COMPOST_EFFECTS_DISTORTED_HPP diff --git a/sprout/compost/effects/fuzzed.hpp b/sprout/compost/effects/fuzzed.hpp index 6c70ce96..72794a43 100644 --- a/sprout/compost/effects/fuzzed.hpp +++ b/sprout/compost/effects/fuzzed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_FUZZED_HPP #define SPROUT_COMPOST_EFFECTS_FUZZED_HPP diff --git a/sprout/compost/effects/noise_gated.hpp b/sprout/compost/effects/noise_gated.hpp index 09cfbdb6..d66e38d5 100644 --- a/sprout/compost/effects/noise_gated.hpp +++ b/sprout/compost/effects/noise_gated.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_NOISE_GATED_HPP #define SPROUT_COMPOST_EFFECTS_NOISE_GATED_HPP diff --git a/sprout/compost/effects/overdriven.hpp b/sprout/compost/effects/overdriven.hpp index c7d9ff8c..2ab5f445 100644 --- a/sprout/compost/effects/overdriven.hpp +++ b/sprout/compost/effects/overdriven.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP #define SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP diff --git a/sprout/compost/effects/pseudo_stereo.hpp b/sprout/compost/effects/pseudo_stereo.hpp index 6d7a4d92..c8ed6ae0 100644 --- a/sprout/compost/effects/pseudo_stereo.hpp +++ b/sprout/compost/effects/pseudo_stereo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_PSEUDO_STEREO_HPP #define SPROUT_COMPOST_EFFECTS_PSEUDO_STEREO_HPP diff --git a/sprout/compost/effects/rectified.hpp b/sprout/compost/effects/rectified.hpp index 3539b2c4..b878b010 100644 --- a/sprout/compost/effects/rectified.hpp +++ b/sprout/compost/effects/rectified.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_RECTIFIED_HPP #define SPROUT_COMPOST_EFFECTS_RECTIFIED_HPP diff --git a/sprout/compost/effects/reverbed.hpp b/sprout/compost/effects/reverbed.hpp index 53130c81..cf8ada1d 100644 --- a/sprout/compost/effects/reverbed.hpp +++ b/sprout/compost/effects/reverbed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_REVERBED_HPP #define SPROUT_COMPOST_EFFECTS_REVERBED_HPP diff --git a/sprout/compost/effects/superposed.hpp b/sprout/compost/effects/superposed.hpp index 810ea261..c8a24e22 100644 --- a/sprout/compost/effects/superposed.hpp +++ b/sprout/compost/effects/superposed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_SUPERPOSED_HPP #define SPROUT_COMPOST_EFFECTS_SUPERPOSED_HPP diff --git a/sprout/compost/effects/tremolo.hpp b/sprout/compost/effects/tremolo.hpp index e97944c5..980adc6f 100644 --- a/sprout/compost/effects/tremolo.hpp +++ b/sprout/compost/effects/tremolo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_TREMOLO_HPP #define SPROUT_COMPOST_EFFECTS_TREMOLO_HPP diff --git a/sprout/compost/effects/vibrato.hpp b/sprout/compost/effects/vibrato.hpp index 97c6d194..a5e8cb2c 100644 --- a/sprout/compost/effects/vibrato.hpp +++ b/sprout/compost/effects/vibrato.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_VIBRATO_HPP #define SPROUT_COMPOST_EFFECTS_VIBRATO_HPP diff --git a/sprout/compost/effects/vocal_cancelled.hpp b/sprout/compost/effects/vocal_cancelled.hpp index 193af091..4d04f6d4 100644 --- a/sprout/compost/effects/vocal_cancelled.hpp +++ b/sprout/compost/effects/vocal_cancelled.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_EFFECTS_VOCAL_CANCELLED_HPP #define SPROUT_COMPOST_EFFECTS_VOCAL_CANCELLED_HPP diff --git a/sprout/compost/formats.hpp b/sprout/compost/formats.hpp index 8f003782..f1211d28 100644 --- a/sprout/compost/formats.hpp +++ b/sprout/compost/formats.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_HPP #define SPROUT_COMPOST_FORMATS_HPP diff --git a/sprout/compost/formats/as_complex.hpp b/sprout/compost/formats/as_complex.hpp index 01c12d60..6209e73c 100644 --- a/sprout/compost/formats/as_complex.hpp +++ b/sprout/compost/formats/as_complex.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_AS_COMPLEX_HPP #define SPROUT_COMPOST_FORMATS_AS_COMPLEX_HPP diff --git a/sprout/compost/formats/as_imag.hpp b/sprout/compost/formats/as_imag.hpp index b09ba227..a881cbdd 100644 --- a/sprout/compost/formats/as_imag.hpp +++ b/sprout/compost/formats/as_imag.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_AS_IMAG_HPP #define SPROUT_COMPOST_FORMATS_AS_IMAG_HPP diff --git a/sprout/compost/formats/as_pcm_wave.hpp b/sprout/compost/formats/as_pcm_wave.hpp index 65493b94..ef12466f 100644 --- a/sprout/compost/formats/as_pcm_wave.hpp +++ b/sprout/compost/formats/as_pcm_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_AS_PCM_WAVE_HPP #define SPROUT_COMPOST_FORMATS_AS_PCM_WAVE_HPP diff --git a/sprout/compost/formats/as_real.hpp b/sprout/compost/formats/as_real.hpp index b7d00b6a..e1476139 100644 --- a/sprout/compost/formats/as_real.hpp +++ b/sprout/compost/formats/as_real.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_AS_REAL_HPP #define SPROUT_COMPOST_FORMATS_AS_REAL_HPP diff --git a/sprout/compost/formats/effected_each.hpp b/sprout/compost/formats/effected_each.hpp index e4ae3302..05c8a292 100644 --- a/sprout/compost/formats/effected_each.hpp +++ b/sprout/compost/formats/effected_each.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_EFFECTED_EACH_HPP #define SPROUT_COMPOST_FORMATS_EFFECTED_EACH_HPP diff --git a/sprout/compost/formats/effected_left.hpp b/sprout/compost/formats/effected_left.hpp index 556313fc..eabc0640 100644 --- a/sprout/compost/formats/effected_left.hpp +++ b/sprout/compost/formats/effected_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_EFFECTED_LEFT_HPP #define SPROUT_COMPOST_FORMATS_EFFECTED_LEFT_HPP diff --git a/sprout/compost/formats/effected_right.hpp b/sprout/compost/formats/effected_right.hpp index 10a73371..9f0a2498 100644 --- a/sprout/compost/formats/effected_right.hpp +++ b/sprout/compost/formats/effected_right.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_EFFECTED_RIGHT_HPP #define SPROUT_COMPOST_FORMATS_EFFECTED_RIGHT_HPP diff --git a/sprout/compost/formats/left_channel.hpp b/sprout/compost/formats/left_channel.hpp index be84c8f3..308b9fa6 100644 --- a/sprout/compost/formats/left_channel.hpp +++ b/sprout/compost/formats/left_channel.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_LEFT_CHANNEL_HPP #define SPROUT_COMPOST_FORMATS_LEFT_CHANNEL_HPP diff --git a/sprout/compost/formats/right_channel.hpp b/sprout/compost/formats/right_channel.hpp index 3379da6a..fc28d958 100644 --- a/sprout/compost/formats/right_channel.hpp +++ b/sprout/compost/formats/right_channel.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_RIGHT_CHANNEL_HPP #define SPROUT_COMPOST_FORMATS_RIGHT_CHANNEL_HPP diff --git a/sprout/compost/formats/stereo.hpp b/sprout/compost/formats/stereo.hpp index df50b40e..2b2c1346 100644 --- a/sprout/compost/formats/stereo.hpp +++ b/sprout/compost/formats/stereo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_FORMATS_STEREO_HPP #define SPROUT_COMPOST_FORMATS_STEREO_HPP diff --git a/sprout/compost/ranges.hpp b/sprout/compost/ranges.hpp index 0394b2bd..1a37f3aa 100644 --- a/sprout/compost/ranges.hpp +++ b/sprout/compost/ranges.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_HPP #define SPROUT_COMPOST_RANGES_HPP diff --git a/sprout/compost/ranges/adapted_dropped.hpp b/sprout/compost/ranges/adapted_dropped.hpp index 4477f528..7ecafabc 100644 --- a/sprout/compost/ranges/adapted_dropped.hpp +++ b/sprout/compost/ranges/adapted_dropped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_DROPPED_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_DROPPED_HPP diff --git a/sprout/compost/ranges/adapted_dropped_end.hpp b/sprout/compost/ranges/adapted_dropped_end.hpp index 01b25670..bccb2eb8 100644 --- a/sprout/compost/ranges/adapted_dropped_end.hpp +++ b/sprout/compost/ranges/adapted_dropped_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_DROPPED_END_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_DROPPED_END_HPP diff --git a/sprout/compost/ranges/adapted_offset.hpp b/sprout/compost/ranges/adapted_offset.hpp index 29bc820e..42e82340 100644 --- a/sprout/compost/ranges/adapted_offset.hpp +++ b/sprout/compost/ranges/adapted_offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_OFFSET_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_OFFSET_HPP diff --git a/sprout/compost/ranges/adapted_taken.hpp b/sprout/compost/ranges/adapted_taken.hpp index 8154220b..ff4839ec 100644 --- a/sprout/compost/ranges/adapted_taken.hpp +++ b/sprout/compost/ranges/adapted_taken.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_TAKEN_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_TAKEN_HPP diff --git a/sprout/compost/ranges/adapted_taken_end.hpp b/sprout/compost/ranges/adapted_taken_end.hpp index 0f11be16..4d481711 100644 --- a/sprout/compost/ranges/adapted_taken_end.hpp +++ b/sprout/compost/ranges/adapted_taken_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_TAKEN_END_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_TAKEN_END_HPP diff --git a/sprout/compost/ranges/adapted_window.hpp b/sprout/compost/ranges/adapted_window.hpp index 00706eaf..1a2f12a5 100644 --- a/sprout/compost/ranges/adapted_window.hpp +++ b/sprout/compost/ranges/adapted_window.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_ADAPTED_WINDOW_HPP #define SPROUT_COMPOST_RANGES_ADAPTED_WINDOW_HPP diff --git a/sprout/compost/ranges/copied.hpp b/sprout/compost/ranges/copied.hpp index f947f081..5cd641c1 100644 --- a/sprout/compost/ranges/copied.hpp +++ b/sprout/compost/ranges/copied.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_COPIED_HPP #define SPROUT_COMPOST_RANGES_COPIED_HPP diff --git a/sprout/compost/ranges/dropped.hpp b/sprout/compost/ranges/dropped.hpp index 22ebee58..cce33b07 100644 --- a/sprout/compost/ranges/dropped.hpp +++ b/sprout/compost/ranges/dropped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_DROPPED_HPP #define SPROUT_COMPOST_RANGES_DROPPED_HPP diff --git a/sprout/compost/ranges/dropped_end.hpp b/sprout/compost/ranges/dropped_end.hpp index 581f3f8b..04fb9cf6 100644 --- a/sprout/compost/ranges/dropped_end.hpp +++ b/sprout/compost/ranges/dropped_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_DROPPED_END_HPP #define SPROUT_COMPOST_RANGES_DROPPED_END_HPP diff --git a/sprout/compost/ranges/jointed.hpp b/sprout/compost/ranges/jointed.hpp index d8518e37..3b03641f 100644 --- a/sprout/compost/ranges/jointed.hpp +++ b/sprout/compost/ranges/jointed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_JOINTED_HPP #define SPROUT_COMPOST_RANGES_JOINTED_HPP diff --git a/sprout/compost/ranges/offset.hpp b/sprout/compost/ranges/offset.hpp index 2d16eff3..8fe43699 100644 --- a/sprout/compost/ranges/offset.hpp +++ b/sprout/compost/ranges/offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_OFFSET_HPP #define SPROUT_COMPOST_RANGES_OFFSET_HPP diff --git a/sprout/compost/ranges/piped.hpp b/sprout/compost/ranges/piped.hpp index f9dbdb17..7632f95f 100644 --- a/sprout/compost/ranges/piped.hpp +++ b/sprout/compost/ranges/piped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_PIPED_HPP #define SPROUT_COMPOST_RANGES_PIPED_HPP diff --git a/sprout/compost/ranges/taken.hpp b/sprout/compost/ranges/taken.hpp index 4e5dbc2e..9ed13a7d 100644 --- a/sprout/compost/ranges/taken.hpp +++ b/sprout/compost/ranges/taken.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_TAKEN_HPP #define SPROUT_COMPOST_RANGES_TAKEN_HPP diff --git a/sprout/compost/ranges/taken_end.hpp b/sprout/compost/ranges/taken_end.hpp index a913705d..0cffc720 100644 --- a/sprout/compost/ranges/taken_end.hpp +++ b/sprout/compost/ranges/taken_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_TAKEN_END_HPP #define SPROUT_COMPOST_RANGES_TAKEN_END_HPP diff --git a/sprout/compost/ranges/window.hpp b/sprout/compost/ranges/window.hpp index 0265354b..8717f6c9 100644 --- a/sprout/compost/ranges/window.hpp +++ b/sprout/compost/ranges/window.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_RANGES_WINDOW_HPP #define SPROUT_COMPOST_RANGES_WINDOW_HPP diff --git a/sprout/compost/sources.hpp b/sprout/compost/sources.hpp index b1039539..0dd3b036 100644 --- a/sprout/compost/sources.hpp +++ b/sprout/compost/sources.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_SOURCES_HPP #define SPROUT_COMPOST_SOURCES_HPP diff --git a/sprout/compost/sources/source.hpp b/sprout/compost/sources/source.hpp index 2f856e28..2d7068f8 100644 --- a/sprout/compost/sources/source.hpp +++ b/sprout/compost/sources/source.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_SOURCES_SOURCE_HPP #define SPROUT_COMPOST_SOURCES_SOURCE_HPP diff --git a/sprout/compost/utility.hpp b/sprout/compost/utility.hpp index e24800c9..931f8b9b 100644 --- a/sprout/compost/utility.hpp +++ b/sprout/compost/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_UTILITY_HPP #define SPROUT_COMPOST_UTILITY_HPP diff --git a/sprout/compost/utility/equal_temperament.hpp b/sprout/compost/utility/equal_temperament.hpp index ea684643..192254ba 100644 --- a/sprout/compost/utility/equal_temperament.hpp +++ b/sprout/compost/utility/equal_temperament.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_UTILITY_EQUAL_TEMPERAMENT_HPP #define SPROUT_COMPOST_UTILITY_EQUAL_TEMPERAMENT_HPP diff --git a/sprout/compost/utility/iir_filter.hpp b/sprout/compost/utility/iir_filter.hpp index d76e2554..e31a8ff3 100644 --- a/sprout/compost/utility/iir_filter.hpp +++ b/sprout/compost/utility/iir_filter.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_UTILITY_IIR_FILTER_HPP #define SPROUT_COMPOST_UTILITY_IIR_FILTER_HPP diff --git a/sprout/compost/utility/rosenberg.hpp b/sprout/compost/utility/rosenberg.hpp index 7918bde4..aabd4486 100644 --- a/sprout/compost/utility/rosenberg.hpp +++ b/sprout/compost/utility/rosenberg.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_UTILITY_ROSENBERG_HPP #define SPROUT_COMPOST_UTILITY_ROSENBERG_HPP diff --git a/sprout/compost/waves.hpp b/sprout/compost/waves.hpp index a423bf56..52592c05 100644 --- a/sprout/compost/waves.hpp +++ b/sprout/compost/waves.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_HPP #define SPROUT_COMPOST_WAVES_HPP diff --git a/sprout/compost/waves/blanked.hpp b/sprout/compost/waves/blanked.hpp index 0d45b7db..09127673 100644 --- a/sprout/compost/waves/blanked.hpp +++ b/sprout/compost/waves/blanked.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_BLANKED_HPP #define SPROUT_COMPOST_WAVES_BLANKED_HPP diff --git a/sprout/compost/waves/sawtooth_wave.hpp b/sprout/compost/waves/sawtooth_wave.hpp index 8f9b530a..2307d73a 100644 --- a/sprout/compost/waves/sawtooth_wave.hpp +++ b/sprout/compost/waves/sawtooth_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_SAWTOOTH_WAVE_HPP #define SPROUT_COMPOST_WAVES_SAWTOOTH_WAVE_HPP diff --git a/sprout/compost/waves/sinusoidal.hpp b/sprout/compost/waves/sinusoidal.hpp index f0c28b90..1bee484a 100644 --- a/sprout/compost/waves/sinusoidal.hpp +++ b/sprout/compost/waves/sinusoidal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_SINUSOIDAL_HPP #define SPROUT_COMPOST_WAVES_SINUSOIDAL_HPP diff --git a/sprout/compost/waves/square_wave.hpp b/sprout/compost/waves/square_wave.hpp index 6e244d3f..9b58545d 100644 --- a/sprout/compost/waves/square_wave.hpp +++ b/sprout/compost/waves/square_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_SQUARE_WAVE_HPP #define SPROUT_COMPOST_WAVES_SQUARE_WAVE_HPP diff --git a/sprout/compost/waves/triangle_wave.hpp b/sprout/compost/waves/triangle_wave.hpp index cd011968..4c8ea7f6 100644 --- a/sprout/compost/waves/triangle_wave.hpp +++ b/sprout/compost/waves/triangle_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_TRIANGLE_WAVE_HPP #define SPROUT_COMPOST_WAVES_TRIANGLE_WAVE_HPP diff --git a/sprout/compost/waves/white_noise.hpp b/sprout/compost/waves/white_noise.hpp index 72371cea..a3e03bfa 100644 --- a/sprout/compost/waves/white_noise.hpp +++ b/sprout/compost/waves/white_noise.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPOST_WAVES_WHITE_NOISE_HPP #define SPROUT_COMPOST_WAVES_WHITE_NOISE_HPP diff --git a/sprout/compressed_pair.hpp b/sprout/compressed_pair.hpp index 90f78a6c..854713e4 100644 --- a/sprout/compressed_pair.hpp +++ b/sprout/compressed_pair.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_COMPRESSED_PAIR_HPP #define SPROUT_COMPRESSED_PAIR_HPP diff --git a/sprout/config.hpp b/sprout/config.hpp index fa317cd3..efac5d10 100644 --- a/sprout/config.hpp +++ b/sprout/config.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_HPP #define SPROUT_CONFIG_HPP diff --git a/sprout/config/auto_config.hpp b/sprout/config/auto_config.hpp index 53da5c42..6bc8b47f 100644 --- a/sprout/config/auto_config.hpp +++ b/sprout/config/auto_config.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_AUTO_CONFIG_HPP #define SPROUT_CONFIG_AUTO_CONFIG_HPP diff --git a/sprout/config/compiler.hpp b/sprout/config/compiler.hpp index 77f39692..0b5b215d 100644 --- a/sprout/config/compiler.hpp +++ b/sprout/config/compiler.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_HPP #define SPROUT_CONFIG_COMPILER_HPP diff --git a/sprout/config/compiler/borland.hpp b/sprout/config/compiler/borland.hpp index 9d579ef7..5e291d69 100644 --- a/sprout/config/compiler/borland.hpp +++ b/sprout/config/compiler/borland.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_BORLAND_HPP #define SPROUT_CONFIG_COMPILER_BORLAND_HPP diff --git a/sprout/config/compiler/clang.hpp b/sprout/config/compiler/clang.hpp index e62504db..597415ed 100644 --- a/sprout/config/compiler/clang.hpp +++ b/sprout/config/compiler/clang.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_CLANG_HPP #define SPROUT_CONFIG_COMPILER_CLANG_HPP diff --git a/sprout/config/compiler/codegear.hpp b/sprout/config/compiler/codegear.hpp index 705c98de..b939a339 100644 --- a/sprout/config/compiler/codegear.hpp +++ b/sprout/config/compiler/codegear.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_CODEGEAR_HPP #define SPROUT_CONFIG_COMPILER_CODEGEAR_HPP diff --git a/sprout/config/compiler/comeau.hpp b/sprout/config/compiler/comeau.hpp index 8656f0ab..c27058fe 100644 --- a/sprout/config/compiler/comeau.hpp +++ b/sprout/config/compiler/comeau.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_COMEAU_HPP #define SPROUT_CONFIG_COMPILER_COMEAU_HPP diff --git a/sprout/config/compiler/common_edg.hpp b/sprout/config/compiler/common_edg.hpp index 9a45ba07..45f810c7 100644 --- a/sprout/config/compiler/common_edg.hpp +++ b/sprout/config/compiler/common_edg.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_COMMON_EDG_HPP #define SPROUT_CONFIG_COMPILER_COMMON_EDG_HPP diff --git a/sprout/config/compiler/compaq_cxx.hpp b/sprout/config/compiler/compaq_cxx.hpp index 0c55a212..df613c87 100644 --- a/sprout/config/compiler/compaq_cxx.hpp +++ b/sprout/config/compiler/compaq_cxx.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_COMPAQ_CXX_HPP #define SPROUT_CONFIG_COMPILER_COMPAQ_CXX_HPP diff --git a/sprout/config/compiler/cray.hpp b/sprout/config/compiler/cray.hpp index 8111615a..b3d2114b 100644 --- a/sprout/config/compiler/cray.hpp +++ b/sprout/config/compiler/cray.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_CRAY_HPP #define SPROUT_CONFIG_COMPILER_CRAY_HPP diff --git a/sprout/config/compiler/digitalmars.hpp b/sprout/config/compiler/digitalmars.hpp index a7127a89..57cdcd6e 100644 --- a/sprout/config/compiler/digitalmars.hpp +++ b/sprout/config/compiler/digitalmars.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_DIGITALMARS_HPP #define SPROUT_CONFIG_COMPILER_DIGITALMARS_HPP diff --git a/sprout/config/compiler/gcc.hpp b/sprout/config/compiler/gcc.hpp index b5b10b9c..8e8c020a 100644 --- a/sprout/config/compiler/gcc.hpp +++ b/sprout/config/compiler/gcc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_GCC_HPP #define SPROUT_CONFIG_COMPILER_GCC_HPP diff --git a/sprout/config/compiler/gcc_xml.hpp b/sprout/config/compiler/gcc_xml.hpp index 018c53f0..f7674a96 100644 --- a/sprout/config/compiler/gcc_xml.hpp +++ b/sprout/config/compiler/gcc_xml.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_GCC_XML_HPP #define SPROUT_CONFIG_COMPILER_GCC_XML_HPP diff --git a/sprout/config/compiler/greenhills.hpp b/sprout/config/compiler/greenhills.hpp index ac31a832..03fb7315 100644 --- a/sprout/config/compiler/greenhills.hpp +++ b/sprout/config/compiler/greenhills.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_GREENHILLS_HPP #define SPROUT_CONFIG_COMPILER_GREENHILLS_HPP diff --git a/sprout/config/compiler/has_future.hpp b/sprout/config/compiler/has_future.hpp index f7465f00..6ae5d554 100644 --- a/sprout/config/compiler/has_future.hpp +++ b/sprout/config/compiler/has_future.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_HAS_FUTURE_HPP #define SPROUT_CONFIG_COMPILER_HAS_FUTURE_HPP diff --git a/sprout/config/compiler/hp_acc.hpp b/sprout/config/compiler/hp_acc.hpp index 4a3f14e1..fe979565 100644 --- a/sprout/config/compiler/hp_acc.hpp +++ b/sprout/config/compiler/hp_acc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_HP_ACC_HPP #define SPROUT_CONFIG_COMPILER_HP_ACC_HPP diff --git a/sprout/config/compiler/intel.hpp b/sprout/config/compiler/intel.hpp index 92682a03..b0363c2f 100644 --- a/sprout/config/compiler/intel.hpp +++ b/sprout/config/compiler/intel.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_INTEL_HPP #define SPROUT_CONFIG_COMPILER_INTEL_HPP diff --git a/sprout/config/compiler/kai.hpp b/sprout/config/compiler/kai.hpp index 524e2645..60fdad46 100644 --- a/sprout/config/compiler/kai.hpp +++ b/sprout/config/compiler/kai.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_KAI_HPP #define SPROUT_CONFIG_COMPILER_KAI_HPP diff --git a/sprout/config/compiler/metrowerks.hpp b/sprout/config/compiler/metrowerks.hpp index 861c69bb..ea4bb16f 100644 --- a/sprout/config/compiler/metrowerks.hpp +++ b/sprout/config/compiler/metrowerks.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_METROWERKS_HPP #define SPROUT_CONFIG_COMPILER_METROWERKS_HPP diff --git a/sprout/config/compiler/mpw.hpp b/sprout/config/compiler/mpw.hpp index dcc744c2..7e3f5b6a 100644 --- a/sprout/config/compiler/mpw.hpp +++ b/sprout/config/compiler/mpw.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_MPW_HPP #define SPROUT_CONFIG_COMPILER_MPW_HPP diff --git a/sprout/config/compiler/no_future.hpp b/sprout/config/compiler/no_future.hpp index 0289ade1..e17167b1 100644 --- a/sprout/config/compiler/no_future.hpp +++ b/sprout/config/compiler/no_future.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_NO_FUTURE_HPP #define SPROUT_CONFIG_COMPILER_NO_FUTURE_HPP diff --git a/sprout/config/compiler/nvcc.hpp b/sprout/config/compiler/nvcc.hpp index 74610f21..6eab85a3 100644 --- a/sprout/config/compiler/nvcc.hpp +++ b/sprout/config/compiler/nvcc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_NVCC_HPP #define SPROUT_CONFIG_COMPILER_NVCC_HPP diff --git a/sprout/config/compiler/pathscale.hpp b/sprout/config/compiler/pathscale.hpp index 3308ecab..6051be64 100644 --- a/sprout/config/compiler/pathscale.hpp +++ b/sprout/config/compiler/pathscale.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_PATHSCALE_HPP #define SPROUT_CONFIG_COMPILER_PATHSCALE_HPP diff --git a/sprout/config/compiler/pgi.hpp b/sprout/config/compiler/pgi.hpp index c4603fcf..7053a1c9 100644 --- a/sprout/config/compiler/pgi.hpp +++ b/sprout/config/compiler/pgi.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_PGI_HPP #define SPROUT_CONFIG_COMPILER_PGI_HPP diff --git a/sprout/config/compiler/sgi_mipspro.hpp b/sprout/config/compiler/sgi_mipspro.hpp index d235769f..7e3d4dcd 100644 --- a/sprout/config/compiler/sgi_mipspro.hpp +++ b/sprout/config/compiler/sgi_mipspro.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_SGI_MIPSPRO_HPP #define SPROUT_CONFIG_COMPILER_SGI_MIPSPRO_HPP diff --git a/sprout/config/compiler/sunpro_cc.hpp b/sprout/config/compiler/sunpro_cc.hpp index 8f030960..bee3cde0 100644 --- a/sprout/config/compiler/sunpro_cc.hpp +++ b/sprout/config/compiler/sunpro_cc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_SUNPRO_CC_HPP #define SPROUT_CONFIG_COMPILER_SUNPRO_CC_HPP diff --git a/sprout/config/compiler/vacpp.hpp b/sprout/config/compiler/vacpp.hpp index 5d36ebff..69d2b00a 100644 --- a/sprout/config/compiler/vacpp.hpp +++ b/sprout/config/compiler/vacpp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_VACPP_HPP #define SPROUT_CONFIG_COMPILER_VACPP_HPP diff --git a/sprout/config/compiler/visualc.hpp b/sprout/config/compiler/visualc.hpp index 61e67510..cf02509d 100644 --- a/sprout/config/compiler/visualc.hpp +++ b/sprout/config/compiler/visualc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_COMPILER_VISUALC_HPP #define SPROUT_CONFIG_COMPILER_VISUALC_HPP diff --git a/sprout/config/config.hpp b/sprout/config/config.hpp index febcff94..7d3021e4 100644 --- a/sprout/config/config.hpp +++ b/sprout/config/config.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_CONFIG_HPP #define SPROUT_CONFIG_CONFIG_HPP diff --git a/sprout/config/stdlib.hpp b/sprout/config/stdlib.hpp index 4bc53581..600efa07 100644 --- a/sprout/config/stdlib.hpp +++ b/sprout/config/stdlib.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_HPP #define SPROUT_CONFIG_STDLIB_HPP diff --git a/sprout/config/stdlib/dinkumware.hpp b/sprout/config/stdlib/dinkumware.hpp index 83696805..e29f777d 100644 --- a/sprout/config/stdlib/dinkumware.hpp +++ b/sprout/config/stdlib/dinkumware.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_DINKUMWARE_HPP #define SPROUT_CONFIG_STDLIB_DINKUMWARE_HPP diff --git a/sprout/config/stdlib/libcomo.hpp b/sprout/config/stdlib/libcomo.hpp index b2eb0eb8..efee3cb9 100644 --- a/sprout/config/stdlib/libcomo.hpp +++ b/sprout/config/stdlib/libcomo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_LIBCOMO_HPP #define SPROUT_CONFIG_STDLIB_LIBCOMO_HPP diff --git a/sprout/config/stdlib/libcpp.hpp b/sprout/config/stdlib/libcpp.hpp index 02abb49c..4f9b82ba 100644 --- a/sprout/config/stdlib/libcpp.hpp +++ b/sprout/config/stdlib/libcpp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_LIBCPP_HPP #define SPROUT_CONFIG_STDLIB_LIBCPP_HPP diff --git a/sprout/config/stdlib/libstdcpp3.hpp b/sprout/config/stdlib/libstdcpp3.hpp index b80f52ea..0e3851a2 100644 --- a/sprout/config/stdlib/libstdcpp3.hpp +++ b/sprout/config/stdlib/libstdcpp3.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_LIBSTDCPP3_HPP #define SPROUT_CONFIG_STDLIB_LIBSTDCPP3_HPP diff --git a/sprout/config/stdlib/modena.hpp b/sprout/config/stdlib/modena.hpp index f10fb7c6..8d2410b8 100644 --- a/sprout/config/stdlib/modena.hpp +++ b/sprout/config/stdlib/modena.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_MODENA_HPP #define SPROUT_CONFIG_STDLIB_MODENA_HPP diff --git a/sprout/config/stdlib/msl.hpp b/sprout/config/stdlib/msl.hpp index 069fb74f..89c562b4 100644 --- a/sprout/config/stdlib/msl.hpp +++ b/sprout/config/stdlib/msl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_MSL_HPP #define SPROUT_CONFIG_STDLIB_MSL_HPP diff --git a/sprout/config/stdlib/roguewave.hpp b/sprout/config/stdlib/roguewave.hpp index 7a8957c5..84e3839d 100644 --- a/sprout/config/stdlib/roguewave.hpp +++ b/sprout/config/stdlib/roguewave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_ROGUEWAVE_HPP #define SPROUT_CONFIG_STDLIB_ROGUEWAVE_HPP diff --git a/sprout/config/stdlib/sgi.hpp b/sprout/config/stdlib/sgi.hpp index c9377f40..b3394344 100644 --- a/sprout/config/stdlib/sgi.hpp +++ b/sprout/config/stdlib/sgi.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_SGI_HPP #define SPROUT_CONFIG_STDLIB_SGI_HPP diff --git a/sprout/config/stdlib/stlport.hpp b/sprout/config/stdlib/stlport.hpp index 6a422145..b63ee9a5 100644 --- a/sprout/config/stdlib/stlport.hpp +++ b/sprout/config/stdlib/stlport.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_STLPORT_HPP #define SPROUT_CONFIG_STDLIB_STLPORT_HPP diff --git a/sprout/config/stdlib/vacpp.hpp b/sprout/config/stdlib/vacpp.hpp index abbf582c..40568d0d 100644 --- a/sprout/config/stdlib/vacpp.hpp +++ b/sprout/config/stdlib/vacpp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_STDLIB_VACPP_HPP #define SPROUT_CONFIG_STDLIB_VACPP_HPP diff --git a/sprout/config/suffix.hpp b/sprout/config/suffix.hpp index 5706cf57..d8b6642d 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONFIG_SUFFIX_HPP #define SPROUT_CONFIG_SUFFIX_HPP diff --git a/sprout/container.hpp b/sprout/container.hpp index 7bb830e1..80b284f5 100644 --- a/sprout/container.hpp +++ b/sprout/container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_HPP #define SPROUT_CONTAINER_HPP diff --git a/sprout/container/begin.hpp b/sprout/container/begin.hpp index f5695227..51f31a12 100644 --- a/sprout/container/begin.hpp +++ b/sprout/container/begin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_BEGIN_HPP #define SPROUT_CONTAINER_BEGIN_HPP diff --git a/sprout/container/const_iterator.hpp b/sprout/container/const_iterator.hpp index da2f01ad..db78d7c0 100644 --- a/sprout/container/const_iterator.hpp +++ b/sprout/container/const_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONST_ITERATOR_HPP #define SPROUT_CONTAINER_CONST_ITERATOR_HPP diff --git a/sprout/container/const_pointer.hpp b/sprout/container/const_pointer.hpp index a08ea29c..2c33a9b6 100644 --- a/sprout/container/const_pointer.hpp +++ b/sprout/container/const_pointer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONST_POINTER_HPP #define SPROUT_CONTAINER_CONST_POINTER_HPP diff --git a/sprout/container/const_reference.hpp b/sprout/container/const_reference.hpp index ce63599f..03c3be7d 100644 --- a/sprout/container/const_reference.hpp +++ b/sprout/container/const_reference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONST_REFERENCE_HPP #define SPROUT_CONTAINER_CONST_REFERENCE_HPP diff --git a/sprout/container/container_construct_traits.hpp b/sprout/container/container_construct_traits.hpp index 79729700..0ec08247 100644 --- a/sprout/container/container_construct_traits.hpp +++ b/sprout/container/container_construct_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_TRAITS_CONSTRUCT_TRAITS_HPP #define SPROUT_CONTAINER_CONTAINER_TRAITS_CONSTRUCT_TRAITS_HPP diff --git a/sprout/container/container_fitness_traits.hpp b/sprout/container/container_fitness_traits.hpp index 6e711a38..e53ed44f 100644 --- a/sprout/container/container_fitness_traits.hpp +++ b/sprout/container/container_fitness_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_FITNESS_TRAITS_HPP #define SPROUT_CONTAINER_CONTAINER_FITNESS_TRAITS_HPP diff --git a/sprout/container/container_holder.hpp b/sprout/container/container_holder.hpp index 2d7997c5..37e3e30f 100644 --- a/sprout/container/container_holder.hpp +++ b/sprout/container/container_holder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_HOLDER_HPP #define SPROUT_CONTAINER_CONTAINER_HOLDER_HPP diff --git a/sprout/container/container_range_traits.hpp b/sprout/container/container_range_traits.hpp index 558388a6..a10b68f9 100644 --- a/sprout/container/container_range_traits.hpp +++ b/sprout/container/container_range_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_RANGE_TRAITS_HPP #define SPROUT_CONTAINER_CONTAINER_RANGE_TRAITS_HPP diff --git a/sprout/container/container_traits.hpp b/sprout/container/container_traits.hpp index f9a2a0c8..0a0b0f7e 100644 --- a/sprout/container/container_traits.hpp +++ b/sprout/container/container_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_TRAITS_HPP #define SPROUT_CONTAINER_CONTAINER_TRAITS_HPP diff --git a/sprout/container/container_transform_traits.hpp b/sprout/container/container_transform_traits.hpp index 0b0b44d8..71538837 100644 --- a/sprout/container/container_transform_traits.hpp +++ b/sprout/container/container_transform_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_CONTAINER_TRANSFORM_TRAITS_HPP #define SPROUT_CONTAINER_CONTAINER_TRANSFORM_TRAITS_HPP diff --git a/sprout/container/copied_type.hpp b/sprout/container/copied_type.hpp index fa776b3e..f0b514c4 100644 --- a/sprout/container/copied_type.hpp +++ b/sprout/container/copied_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_COPIED_TYPE_HPP #define SPROUT_CONTAINER_COPIED_TYPE_HPP diff --git a/sprout/container/deep_copy.hpp b/sprout/container/deep_copy.hpp index e7eb402f..d65b9660 100644 --- a/sprout/container/deep_copy.hpp +++ b/sprout/container/deep_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_DEEP_COPY_HPP #define SPROUT_CONTAINER_DEEP_COPY_HPP diff --git a/sprout/container/deep_internal.hpp b/sprout/container/deep_internal.hpp index 67dc7f76..9971a3ce 100644 --- a/sprout/container/deep_internal.hpp +++ b/sprout/container/deep_internal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_DEEP_INTERNAL_HPP #define SPROUT_CONTAINER_DEEP_INTERNAL_HPP diff --git a/sprout/container/detail/array_like.hpp b/sprout/container/detail/array_like.hpp index 14ebbc63..62733ba8 100644 --- a/sprout/container/detail/array_like.hpp +++ b/sprout/container/detail/array_like.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_DETAIL_ARRAY_LIKE_HPP #define SPROUT_CONTAINER_DETAIL_ARRAY_LIKE_HPP diff --git a/sprout/container/difference_type.hpp b/sprout/container/difference_type.hpp index 0ae382e8..f612c38b 100644 --- a/sprout/container/difference_type.hpp +++ b/sprout/container/difference_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_DIFFERENCE_TYPE_HPP #define SPROUT_CONTAINER_DIFFERENCE_TYPE_HPP diff --git a/sprout/container/empty.hpp b/sprout/container/empty.hpp index fd28a630..b451f751 100644 --- a/sprout/container/empty.hpp +++ b/sprout/container/empty.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_EMPTY_HPP #define SPROUT_CONTAINER_EMPTY_HPP diff --git a/sprout/container/end.hpp b/sprout/container/end.hpp index 1b9be39e..33ebf90b 100644 --- a/sprout/container/end.hpp +++ b/sprout/container/end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_END_HPP #define SPROUT_CONTAINER_END_HPP diff --git a/sprout/container/fit_size.hpp b/sprout/container/fit_size.hpp index 6242c475..7dbdd26c 100644 --- a/sprout/container/fit_size.hpp +++ b/sprout/container/fit_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FIXED_CONTAINER_FIT_SIZE_HPP #define SPROUT_FIXED_CONTAINER_FIT_SIZE_HPP diff --git a/sprout/container/fixed_size.hpp b/sprout/container/fixed_size.hpp index 3f0542f6..7d834695 100644 --- a/sprout/container/fixed_size.hpp +++ b/sprout/container/fixed_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_FIXED_SIZE_HPP #define SPROUT_CONTAINER_FIXED_SIZE_HPP diff --git a/sprout/container/functions.hpp b/sprout/container/functions.hpp index 55f79b5c..daa63476 100644 --- a/sprout/container/functions.hpp +++ b/sprout/container/functions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_FUNCTIONS_HPP #define SPROUT_CONTAINER_FUNCTIONS_HPP diff --git a/sprout/container/get_deep_internal.hpp b/sprout/container/get_deep_internal.hpp index 5894edad..12fdb705 100644 --- a/sprout/container/get_deep_internal.hpp +++ b/sprout/container/get_deep_internal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FIXED_CONTAINER_GET_DEEP_INTERNAL_HPP #define SPROUT_FIXED_CONTAINER_GET_DEEP_INTERNAL_HPP diff --git a/sprout/container/get_internal.hpp b/sprout/container/get_internal.hpp index 5b3838e8..61947296 100644 --- a/sprout/container/get_internal.hpp +++ b/sprout/container/get_internal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FIXED_CONTAINER_GET_INTERNAL_HPP #define SPROUT_FIXED_CONTAINER_GET_INTERNAL_HPP diff --git a/sprout/container/indexes.hpp b/sprout/container/indexes.hpp index 313a5863..cc74febe 100644 --- a/sprout/container/indexes.hpp +++ b/sprout/container/indexes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INDEXES_HPP #define SPROUT_CONTAINER_INDEXES_HPP diff --git a/sprout/container/internal.hpp b/sprout/container/internal.hpp index f0294f6a..a2ac2c6c 100644 --- a/sprout/container/internal.hpp +++ b/sprout/container/internal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_HPP #define SPROUT_CONTAINER_INTERNAL_HPP diff --git a/sprout/container/internal_begin.hpp b/sprout/container/internal_begin.hpp index 4eae1b3d..7e322436 100644 --- a/sprout/container/internal_begin.hpp +++ b/sprout/container/internal_begin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_BEGIN_HPP #define SPROUT_CONTAINER_INTERNAL_BEGIN_HPP diff --git a/sprout/container/internal_begin_offset.hpp b/sprout/container/internal_begin_offset.hpp index 45da0bf7..7f619481 100644 --- a/sprout/container/internal_begin_offset.hpp +++ b/sprout/container/internal_begin_offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_BEGIN_OFFSET_HPP #define SPROUT_CONTAINER_INTERNAL_BEGIN_OFFSET_HPP diff --git a/sprout/container/internal_begin_offset_backward.hpp b/sprout/container/internal_begin_offset_backward.hpp index 0ac319e0..7d5bb13c 100644 --- a/sprout/container/internal_begin_offset_backward.hpp +++ b/sprout/container/internal_begin_offset_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_BEGIN_OFFSET_BACKWARD_HPP #define SPROUT_CONTAINER_INTERNAL_BEGIN_OFFSET_BACKWARD_HPP diff --git a/sprout/container/internal_deep_copy.hpp b/sprout/container/internal_deep_copy.hpp index 8b91ee72..99e33199 100644 --- a/sprout/container/internal_deep_copy.hpp +++ b/sprout/container/internal_deep_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FIXED_CONTAINER_INTERNAL_DEEP_COPY_HPP #define SPROUT_FIXED_CONTAINER_INTERNAL_DEEP_COPY_HPP diff --git a/sprout/container/internal_end.hpp b/sprout/container/internal_end.hpp index a6fff6a7..64713b46 100644 --- a/sprout/container/internal_end.hpp +++ b/sprout/container/internal_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_END_HPP #define SPROUT_CONTAINER_INTERNAL_END_HPP diff --git a/sprout/container/internal_end_offset.hpp b/sprout/container/internal_end_offset.hpp index 1fdfb145..68a48eac 100644 --- a/sprout/container/internal_end_offset.hpp +++ b/sprout/container/internal_end_offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_END_OFFSET_HPP #define SPROUT_CONTAINER_INTERNAL_END_OFFSET_HPP diff --git a/sprout/container/internal_end_offset_backward.hpp b/sprout/container/internal_end_offset_backward.hpp index ad8377eb..5bdf6f2d 100644 --- a/sprout/container/internal_end_offset_backward.hpp +++ b/sprout/container/internal_end_offset_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_END_OFFSET_BACKWARD_HPP #define SPROUT_CONTAINER_INTERNAL_END_OFFSET_BACKWARD_HPP diff --git a/sprout/container/internal_size.hpp b/sprout/container/internal_size.hpp index 6a1b93d3..fc96a1cf 100644 --- a/sprout/container/internal_size.hpp +++ b/sprout/container/internal_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_INTERNAL_SIZE_HPP #define SPROUT_CONTAINER_INTERNAL_SIZE_HPP diff --git a/sprout/container/is_sub_container.hpp b/sprout/container/is_sub_container.hpp index c8bca404..5900094e 100644 --- a/sprout/container/is_sub_container.hpp +++ b/sprout/container/is_sub_container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_IS_SUB_CONTAINER_HPP #define SPROUT_CONTAINER_IS_SUB_CONTAINER_HPP diff --git a/sprout/container/iterator.hpp b/sprout/container/iterator.hpp index 80de35fb..736c5632 100644 --- a/sprout/container/iterator.hpp +++ b/sprout/container/iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_ITERATOR_HPP #define SPROUT_CONTAINER_ITERATOR_HPP diff --git a/sprout/container/make.hpp b/sprout/container/make.hpp index 50365959..85479f10 100644 --- a/sprout/container/make.hpp +++ b/sprout/container/make.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_MAKE_HPP #define SPROUT_CONTAINER_MAKE_HPP diff --git a/sprout/container/metafunctions.hpp b/sprout/container/metafunctions.hpp index 9e4db857..7a05d313 100644 --- a/sprout/container/metafunctions.hpp +++ b/sprout/container/metafunctions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_METAFUNCTIONS_HPP #define SPROUT_CONTAINER_METAFUNCTIONS_HPP diff --git a/sprout/container/pointer.hpp b/sprout/container/pointer.hpp index 51a64362..804fcbe5 100644 --- a/sprout/container/pointer.hpp +++ b/sprout/container/pointer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_POINTER_HPP #define SPROUT_CONTAINER_POINTER_HPP diff --git a/sprout/container/rebind_size.hpp b/sprout/container/rebind_size.hpp index f872b0d1..55991a2d 100644 --- a/sprout/container/rebind_size.hpp +++ b/sprout/container/rebind_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_REBIND_SIZE_HPP #define SPROUT_CONTAINER_REBIND_SIZE_HPP diff --git a/sprout/container/reference.hpp b/sprout/container/reference.hpp index 2a7b53df..fa538c2b 100644 --- a/sprout/container/reference.hpp +++ b/sprout/container/reference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_REFERENCE_HPP #define SPROUT_CONTAINER_REFERENCE_HPP diff --git a/sprout/container/remake.hpp b/sprout/container/remake.hpp index 60f5d5fe..0f42c61d 100644 --- a/sprout/container/remake.hpp +++ b/sprout/container/remake.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_REMAKE_HPP #define SPROUT_CONTAINER_REMAKE_HPP diff --git a/sprout/container/size.hpp b/sprout/container/size.hpp index 840c0e7c..4b406a56 100644 --- a/sprout/container/size.hpp +++ b/sprout/container/size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_SIZE_HPP #define SPROUT_CONTAINER_SIZE_HPP diff --git a/sprout/container/size_type.hpp b/sprout/container/size_type.hpp index c6c4dad9..cacd9839 100644 --- a/sprout/container/size_type.hpp +++ b/sprout/container/size_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_SIZE_TYPE_HPP #define SPROUT_CONTAINER_SIZE_TYPE_HPP diff --git a/sprout/container/sscrisk/cel/array.hpp b/sprout/container/sscrisk/cel/array.hpp index 9c6e8106..0e365f80 100644 --- a/sprout/container/sscrisk/cel/array.hpp +++ b/sprout/container/sscrisk/cel/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_SSCRISK_CEL_ARRAY_HPP #define SPROUT_CONTAINER_SSCRISK_CEL_ARRAY_HPP diff --git a/sprout/container/static_size.hpp b/sprout/container/static_size.hpp index 1cc714ae..6d2c133f 100644 --- a/sprout/container/static_size.hpp +++ b/sprout/container/static_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_STATIC_SIZE_HPP #define SPROUT_CONTAINER_STATIC_SIZE_HPP diff --git a/sprout/container/std/array.hpp b/sprout/container/std/array.hpp index 1e4f96d2..2626fcef 100644 --- a/sprout/container/std/array.hpp +++ b/sprout/container/std/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_STD_ARRAY_HPP #define SPROUT_CONTAINER_STD_ARRAY_HPP diff --git a/sprout/container/sub_container_traits.hpp b/sprout/container/sub_container_traits.hpp index 74a56daa..a5272d22 100644 --- a/sprout/container/sub_container_traits.hpp +++ b/sprout/container/sub_container_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_SUB_CONTAINER_TRAITS_HPP #define SPROUT_CONTAINER_SUB_CONTAINER_TRAITS_HPP diff --git a/sprout/container/traits.hpp b/sprout/container/traits.hpp index 0676e30a..3842d02c 100644 --- a/sprout/container/traits.hpp +++ b/sprout/container/traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_TRAITS_HPP #define SPROUT_CONTAINER_TRAITS_HPP diff --git a/sprout/container/utility.hpp b/sprout/container/utility.hpp index efbbcfff..81fb2c02 100644 --- a/sprout/container/utility.hpp +++ b/sprout/container/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_UTILITY_HPP #define SPROUT_CONTAINER_UTILITY_HPP diff --git a/sprout/container/value_type.hpp b/sprout/container/value_type.hpp index 5edf8642..528d9619 100644 --- a/sprout/container/value_type.hpp +++ b/sprout/container/value_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_VALUE_TYPE_HPP #define SPROUT_CONTAINER_VALUE_TYPE_HPP diff --git a/sprout/container/weak_rebind_size.hpp b/sprout/container/weak_rebind_size.hpp index 08bfac35..35550b98 100644 --- a/sprout/container/weak_rebind_size.hpp +++ b/sprout/container/weak_rebind_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CONTAINER_WEAK_REBIND_SIZE_HPP #define SPROUT_CONTAINER_WEAK_REBIND_SIZE_HPP diff --git a/sprout/cstdint.hpp b/sprout/cstdint.hpp index 65033b67..64929b03 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDINT_HPP #define SPROUT_CSTDINT_HPP diff --git a/sprout/cstdlib.hpp b/sprout/cstdlib.hpp index 42e5a085..ea033f1e 100644 --- a/sprout/cstdlib.hpp +++ b/sprout/cstdlib.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_HPP #define SPROUT_CSTDLIB_HPP diff --git a/sprout/cstdlib/abs.hpp b/sprout/cstdlib/abs.hpp index 16e51fbf..4e8e7bf7 100644 --- a/sprout/cstdlib/abs.hpp +++ b/sprout/cstdlib/abs.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ABS_HPP #define SPROUT_CSTDLIB_ABS_HPP @@ -5,7 +13,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 7.20.6.1 absClabsC‹y‚Ñ llabs ŠÖ” inline SPROUT_CONSTEXPR int diff --git a/sprout/cstdlib/arithmetic.hpp b/sprout/cstdlib/arithmetic.hpp index 7cb35ca9..e617f4bb 100644 --- a/sprout/cstdlib/arithmetic.hpp +++ b/sprout/cstdlib/arithmetic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ARITHMETIC_HPP #define SPROUT_CSTDLIB_ARITHMETIC_HPP diff --git a/sprout/cstdlib/ascii_to_int.hpp b/sprout/cstdlib/ascii_to_int.hpp index 49badfd0..c585f8fa 100644 --- a/sprout/cstdlib/ascii_to_int.hpp +++ b/sprout/cstdlib/ascii_to_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_DECIMAL_TO_INT_HPP #define SPROUT_CSTDLIB_DECIMAL_TO_INT_HPP diff --git a/sprout/cstdlib/atof.hpp b/sprout/cstdlib/atof.hpp index c5e52df3..b3deff99 100644 --- a/sprout/cstdlib/atof.hpp +++ b/sprout/cstdlib/atof.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ATOF_HPP #define SPROUT_CSTDLIB_ATOF_HPP diff --git a/sprout/cstdlib/atoi.hpp b/sprout/cstdlib/atoi.hpp index ff31b039..29fe803d 100644 --- a/sprout/cstdlib/atoi.hpp +++ b/sprout/cstdlib/atoi.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ATOI_HPP #define SPROUT_CSTDLIB_ATOI_HPP diff --git a/sprout/cstdlib/atol.hpp b/sprout/cstdlib/atol.hpp index 0ea30ea0..adc4c8fa 100644 --- a/sprout/cstdlib/atol.hpp +++ b/sprout/cstdlib/atol.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ATOL_HPP #define SPROUT_CSTDLIB_ATOL_HPP diff --git a/sprout/cstdlib/atoll.hpp b/sprout/cstdlib/atoll.hpp index 73bd3d1b..f0a2813f 100644 --- a/sprout/cstdlib/atoll.hpp +++ b/sprout/cstdlib/atoll.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_ATOLL_HPP #define SPROUT_CSTDLIB_ATOLL_HPP diff --git a/sprout/cstdlib/conversion.hpp b/sprout/cstdlib/conversion.hpp index f1c3bc5d..e2784405 100644 --- a/sprout/cstdlib/conversion.hpp +++ b/sprout/cstdlib/conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_CONVERSION_HPP #define SPROUT_CSTDLIB_CONVERSION_HPP diff --git a/sprout/cstdlib/div.hpp b/sprout/cstdlib/div.hpp index 4af918fa..b78296f2 100644 --- a/sprout/cstdlib/div.hpp +++ b/sprout/cstdlib/div.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_DIV_HPP #define SPROUT_CSTDLIB_DIV_HPP @@ -7,7 +15,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) namespace detail { template diff --git a/sprout/cstdlib/str_to_float.hpp b/sprout/cstdlib/str_to_float.hpp index 9ab71f81..08d62a83 100644 --- a/sprout/cstdlib/str_to_float.hpp +++ b/sprout/cstdlib/str_to_float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STR_TO_FLOAT_HPP #define SPROUT_CSTDLIB_STR_TO_FLOAT_HPP diff --git a/sprout/cstdlib/str_to_int.hpp b/sprout/cstdlib/str_to_int.hpp index 07813454..cc3fa0a0 100644 --- a/sprout/cstdlib/str_to_int.hpp +++ b/sprout/cstdlib/str_to_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STR_TO_INT_HPP #define SPROUT_CSTDLIB_STR_TO_INT_HPP diff --git a/sprout/cstdlib/strtod.hpp b/sprout/cstdlib/strtod.hpp index 08a90d51..bc51adee 100644 --- a/sprout/cstdlib/strtod.hpp +++ b/sprout/cstdlib/strtod.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOD_HPP #define SPROUT_CSTDLIB_STRTOD_HPP diff --git a/sprout/cstdlib/strtof.hpp b/sprout/cstdlib/strtof.hpp index 5c1a65c0..5f3aaf22 100644 --- a/sprout/cstdlib/strtof.hpp +++ b/sprout/cstdlib/strtof.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOF_HPP #define SPROUT_CSTDLIB_STRTOF_HPP diff --git a/sprout/cstdlib/strtol.hpp b/sprout/cstdlib/strtol.hpp index a4bae1a1..7d7ee2d0 100644 --- a/sprout/cstdlib/strtol.hpp +++ b/sprout/cstdlib/strtol.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOL_HPP #define SPROUT_CSTDLIB_STRTOL_HPP diff --git a/sprout/cstdlib/strtold.hpp b/sprout/cstdlib/strtold.hpp index 9dde96ff..c674ef1c 100644 --- a/sprout/cstdlib/strtold.hpp +++ b/sprout/cstdlib/strtold.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOLD_HPP #define SPROUT_CSTDLIB_STRTOLD_HPP diff --git a/sprout/cstdlib/strtoll.hpp b/sprout/cstdlib/strtoll.hpp index 2c0e66e3..e383f484 100644 --- a/sprout/cstdlib/strtoll.hpp +++ b/sprout/cstdlib/strtoll.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOLL_HPP #define SPROUT_CSTDLIB_STRTOLL_HPP diff --git a/sprout/cstdlib/strtoul.hpp b/sprout/cstdlib/strtoul.hpp index ac1bb50f..533a0b0b 100644 --- a/sprout/cstdlib/strtoul.hpp +++ b/sprout/cstdlib/strtoul.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTOUL_HPP #define SPROUT_CSTDLIB_STRTOUL_HPP diff --git a/sprout/cstdlib/strtoull.hpp b/sprout/cstdlib/strtoull.hpp index f5cd296f..998661fd 100644 --- a/sprout/cstdlib/strtoull.hpp +++ b/sprout/cstdlib/strtoull.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTDLIB_STRTTOULL_HPP #define SPROUT_CSTDLIB_STRTTOULL_HPP diff --git a/sprout/cstring.hpp b/sprout/cstring.hpp index a2c3829d..5ffb26a1 100644 --- a/sprout/cstring.hpp +++ b/sprout/cstring.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_HPP #define SPROUT_CSTRING_HPP diff --git a/sprout/cstring/memchr.hpp b/sprout/cstring/memchr.hpp index e93874eb..13477d32 100644 --- a/sprout/cstring/memchr.hpp +++ b/sprout/cstring/memchr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_MEMCHR_HPP #define SPROUT_CSTRING_MEMCHR_HPP diff --git a/sprout/cstring/memcmp.hpp b/sprout/cstring/memcmp.hpp index e55fb246..2c5f4c9c 100644 --- a/sprout/cstring/memcmp.hpp +++ b/sprout/cstring/memcmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_MEMCMP_HPP #define SPROUT_CSTRING_MEMCMP_HPP diff --git a/sprout/cstring/strchr.hpp b/sprout/cstring/strchr.hpp index c1678605..34e3b08a 100644 --- a/sprout/cstring/strchr.hpp +++ b/sprout/cstring/strchr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRCHR_HPP #define SPROUT_CSTRING_STRCHR_HPP diff --git a/sprout/cstring/strcmp.hpp b/sprout/cstring/strcmp.hpp index 7dc5e695..3d44ca55 100644 --- a/sprout/cstring/strcmp.hpp +++ b/sprout/cstring/strcmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRCMP_HPP #define SPROUT_CSTRING_STRCMP_HPP diff --git a/sprout/cstring/strcoll.hpp b/sprout/cstring/strcoll.hpp index 1ce78786..5a6edf7b 100644 --- a/sprout/cstring/strcoll.hpp +++ b/sprout/cstring/strcoll.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRCOLL_HPP #define SPROUT_CSTRING_STRCOLL_HPP diff --git a/sprout/cstring/strcspn.hpp b/sprout/cstring/strcspn.hpp index c096ce96..d1c8db26 100644 --- a/sprout/cstring/strcspn.hpp +++ b/sprout/cstring/strcspn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRCSPN_HPP #define SPROUT_CSTRING_STRCSPN_HPP diff --git a/sprout/cstring/strlen.hpp b/sprout/cstring/strlen.hpp index ca4e9488..f78ed372 100644 --- a/sprout/cstring/strlen.hpp +++ b/sprout/cstring/strlen.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRLEN_HPP #define SPROUT_CSTRING_STRLEN_HPP diff --git a/sprout/cstring/strncmp.hpp b/sprout/cstring/strncmp.hpp index c4f6825d..d855cd06 100644 --- a/sprout/cstring/strncmp.hpp +++ b/sprout/cstring/strncmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRNCMP_HPP #define SPROUT_CSTRING_STRNCMP_HPP diff --git a/sprout/cstring/strpbrk.hpp b/sprout/cstring/strpbrk.hpp index 42605f6b..f1e99dad 100644 --- a/sprout/cstring/strpbrk.hpp +++ b/sprout/cstring/strpbrk.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRPBRK_HPP #define SPROUT_CSTRING_STRPBRK_HPP diff --git a/sprout/cstring/strrchr.hpp b/sprout/cstring/strrchr.hpp index 2978c2f3..aa101642 100644 --- a/sprout/cstring/strrchr.hpp +++ b/sprout/cstring/strrchr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRRCHR_HPP #define SPROUT_CSTRING_STRRCHR_HPP diff --git a/sprout/cstring/strspn.hpp b/sprout/cstring/strspn.hpp index 16e34a47..2e2370f7 100644 --- a/sprout/cstring/strspn.hpp +++ b/sprout/cstring/strspn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRSPN_HPP #define SPROUT_CSTRING_STRSPN_HPP diff --git a/sprout/cstring/strstr.hpp b/sprout/cstring/strstr.hpp index fab1e583..04ca4757 100644 --- a/sprout/cstring/strstr.hpp +++ b/sprout/cstring/strstr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CSTRING_STRSTR_HPP #define SPROUT_CSTRING_STRSTR_HPP diff --git a/sprout/ctype.hpp b/sprout/ctype.hpp index 113960f3..22f006bc 100644 --- a/sprout/ctype.hpp +++ b/sprout/ctype.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CTYPE_HPP #define SPROUT_CTYPE_HPP diff --git a/sprout/ctype/ascii.hpp b/sprout/ctype/ascii.hpp index 80a317d0..992bafce 100644 --- a/sprout/ctype/ascii.hpp +++ b/sprout/ctype/ascii.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CTYPE_ASCII_HPP #define SPROUT_CTYPE_ASCII_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace ascii { - // Copyright (C) 2011 RiSK (sscrisk) namespace detail { SPROUT_STATIC_CONSTEXPR std::size_t alpha = 1 << 0; diff --git a/sprout/ctype/functor.hpp b/sprout/ctype/functor.hpp index 3591292c..23ace66d 100644 --- a/sprout/ctype/functor.hpp +++ b/sprout/ctype/functor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CTYPE_FUNCTOR_HPP #define SPROUT_CTYPE_FUNCTOR_HPP diff --git a/sprout/ctype/mask.hpp b/sprout/ctype/mask.hpp index 0ca52c67..17160535 100644 --- a/sprout/ctype/mask.hpp +++ b/sprout/ctype/mask.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CTYPE_MASK_HPP #define SPROUT_CTYPE_MASK_HPP diff --git a/sprout/ctype/wascii.hpp b/sprout/ctype/wascii.hpp index 31207129..1a429f39 100644 --- a/sprout/ctype/wascii.hpp +++ b/sprout/ctype/wascii.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CTYPE_WASCII_HPP #define SPROUT_CTYPE_WASCII_HPP diff --git a/sprout/current_function.hpp b/sprout/current_function.hpp index 5fb0bd86..979e7e18 100644 --- a/sprout/current_function.hpp +++ b/sprout/current_function.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CURRENT_FUNCTION_HPP #define SPROUT_CURRENT_FUNCTION_HPP diff --git a/sprout/cwchar.hpp b/sprout/cwchar.hpp index 9edcadb9..9e806bec 100644 --- a/sprout/cwchar.hpp +++ b/sprout/cwchar.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHER_HPP #define SPROUT_CWCHER_HPP diff --git a/sprout/cwchar/wcschr.hpp b/sprout/cwchar/wcschr.hpp index b6ea28fa..4d587856 100644 --- a/sprout/cwchar/wcschr.hpp +++ b/sprout/cwchar/wcschr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSCHR_HPP #define SPROUT_CWCHAR_WCSCHR_HPP diff --git a/sprout/cwchar/wcscmp.hpp b/sprout/cwchar/wcscmp.hpp index 0eba5c0b..8019e2aa 100644 --- a/sprout/cwchar/wcscmp.hpp +++ b/sprout/cwchar/wcscmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSCMP_HPP #define SPROUT_CWCHAR_WCSCMP_HPP diff --git a/sprout/cwchar/wcscoll.hpp b/sprout/cwchar/wcscoll.hpp index 9e6134a6..4bc6338c 100644 --- a/sprout/cwchar/wcscoll.hpp +++ b/sprout/cwchar/wcscoll.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSCOLL_HPP #define SPROUT_CWCHAR_WCSCOLL_HPP diff --git a/sprout/cwchar/wcscspn.hpp b/sprout/cwchar/wcscspn.hpp index a1f7f384..bbbaf6ed 100644 --- a/sprout/cwchar/wcscspn.hpp +++ b/sprout/cwchar/wcscspn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSCSPN_HPP #define SPROUT_CWCHAR_WCSCSPN_HPP diff --git a/sprout/cwchar/wcslen.hpp b/sprout/cwchar/wcslen.hpp index c2a7211e..7eb9a269 100644 --- a/sprout/cwchar/wcslen.hpp +++ b/sprout/cwchar/wcslen.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSLEN_HPP #define SPROUT_CWCHAR_WCSLEN_HPP diff --git a/sprout/cwchar/wcsncmp.hpp b/sprout/cwchar/wcsncmp.hpp index f214448d..30c8ea23 100644 --- a/sprout/cwchar/wcsncmp.hpp +++ b/sprout/cwchar/wcsncmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSNCMP_HPP #define SPROUT_CWCHAR_WCSNCMP_HPP diff --git a/sprout/cwchar/wcspbrk.hpp b/sprout/cwchar/wcspbrk.hpp index 408d8f63..137c79fc 100644 --- a/sprout/cwchar/wcspbrk.hpp +++ b/sprout/cwchar/wcspbrk.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSPBRK_HPP #define SPROUT_CWCHAR_WCSPBRK_HPP diff --git a/sprout/cwchar/wcsrchr.hpp b/sprout/cwchar/wcsrchr.hpp index b63097fd..7b57be56 100644 --- a/sprout/cwchar/wcsrchr.hpp +++ b/sprout/cwchar/wcsrchr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSRCHR_HPP #define SPROUT_CWCHAR_WCSRCHR_HPP diff --git a/sprout/cwchar/wcsspn.hpp b/sprout/cwchar/wcsspn.hpp index cd43e62a..5919b8d3 100644 --- a/sprout/cwchar/wcsspn.hpp +++ b/sprout/cwchar/wcsspn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSSPN_HPP #define SPROUT_CWCHAR_WCSSPN_HPP diff --git a/sprout/cwchar/wcsstr.hpp b/sprout/cwchar/wcsstr.hpp index 1b97efca..8d837178 100644 --- a/sprout/cwchar/wcsstr.hpp +++ b/sprout/cwchar/wcsstr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WCSSTR_HPP #define SPROUT_CWCHAR_WCSSTR_HPP diff --git a/sprout/cwchar/wmemchr.hpp b/sprout/cwchar/wmemchr.hpp index ab86a60a..46fa888c 100644 --- a/sprout/cwchar/wmemchr.hpp +++ b/sprout/cwchar/wmemchr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WMEMCHR_HPP #define SPROUT_CWCHAR_WMEMCHR_HPP diff --git a/sprout/cwchar/wmemcmp.hpp b/sprout/cwchar/wmemcmp.hpp index 63beef5a..d1c3d777 100644 --- a/sprout/cwchar/wmemcmp.hpp +++ b/sprout/cwchar/wmemcmp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CWCHAR_WMEMCMP_HPP #define SPROUT_CWCHAR_WMEMCMP_HPP diff --git a/sprout/cwctype.hpp b/sprout/cwctype.hpp index add8c60a..cc27be8a 100644 --- a/sprout/cwctype.hpp +++ b/sprout/cwctype.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_CCTYPE_HPP #define SPROUT_CCTYPE_HPP diff --git a/sprout/darkroom.hpp b/sprout/darkroom.hpp index f514da10..7eb2ed1c 100644 --- a/sprout/darkroom.hpp +++ b/sprout/darkroom.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_HPP #define SPROUT_DARKROOM_HPP diff --git a/sprout/darkroom/access.hpp b/sprout/darkroom/access.hpp index 8e61af8c..0fe79f61 100644 --- a/sprout/darkroom/access.hpp +++ b/sprout/darkroom/access.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_ACCESS_HPP #define SPROUT_DARKROOM_ACCESS_HPP diff --git a/sprout/darkroom/access/access.hpp b/sprout/darkroom/access/access.hpp index ce8e1d34..c9ca64db 100644 --- a/sprout/darkroom/access/access.hpp +++ b/sprout/darkroom/access/access.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_ACCESS_ACCESS_HPP #define SPROUT_DARKROOM_ACCESS_ACCESS_HPP diff --git a/sprout/darkroom/cameras.hpp b/sprout/darkroom/cameras.hpp index 83f5d274..bc2064a1 100644 --- a/sprout/darkroom/cameras.hpp +++ b/sprout/darkroom/cameras.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_CAMERAS_HPP #define SPROUT_DARKROOM_CAMERAS_HPP diff --git a/sprout/darkroom/cameras/angle_of_view.hpp b/sprout/darkroom/cameras/angle_of_view.hpp index 427668d1..afc941c2 100644 --- a/sprout/darkroom/cameras/angle_of_view.hpp +++ b/sprout/darkroom/cameras/angle_of_view.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_CAMERAS_ANGLE_OF_VIEW_HPP #define SPROUT_DARKROOM_CAMERAS_ANGLE_OF_VIEW_HPP diff --git a/sprout/darkroom/cameras/simple_camera.hpp b/sprout/darkroom/cameras/simple_camera.hpp index 3e59409e..c589583c 100644 --- a/sprout/darkroom/cameras/simple_camera.hpp +++ b/sprout/darkroom/cameras/simple_camera.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_CAMERAS_SIMPLE_CAMERA_HPP #define SPROUT_DARKROOM_CAMERAS_SIMPLE_CAMERA_HPP diff --git a/sprout/darkroom/colors.hpp b/sprout/darkroom/colors.hpp index 6e27b8c1..a5da3ea5 100644 --- a/sprout/darkroom/colors.hpp +++ b/sprout/darkroom/colors.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_COLORS_HPP #define SPROUT_DARKROOM_COLORS_HPP diff --git a/sprout/darkroom/colors/rgb.hpp b/sprout/darkroom/colors/rgb.hpp index eecb7c82..43df547e 100644 --- a/sprout/darkroom/colors/rgb.hpp +++ b/sprout/darkroom/colors/rgb.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_COLORS_RGB_HPP #define SPROUT_DARKROOM_COLORS_RGB_HPP diff --git a/sprout/darkroom/coords.hpp b/sprout/darkroom/coords.hpp index 234a2ee1..1922f243 100644 --- a/sprout/darkroom/coords.hpp +++ b/sprout/darkroom/coords.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_COORDS_HPP #define SPROUT_DARKROOM_COORDS_HPP diff --git a/sprout/darkroom/coords/vector.hpp b/sprout/darkroom/coords/vector.hpp index 7b4b1251..4568e96e 100644 --- a/sprout/darkroom/coords/vector.hpp +++ b/sprout/darkroom/coords/vector.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_COORDS_VECTOR_HPP #define SPROUT_DARKROOM_COORDS_VECTOR_HPP diff --git a/sprout/darkroom/intersects.hpp b/sprout/darkroom/intersects.hpp index 5314fbd5..80262603 100644 --- a/sprout/darkroom/intersects.hpp +++ b/sprout/darkroom/intersects.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_INTERSECTS_HPP #define SPROUT_DARKROOM_INTERSECTS_HPP diff --git a/sprout/darkroom/intersects/intersection.hpp b/sprout/darkroom/intersects/intersection.hpp index 71b0b00e..235490a7 100644 --- a/sprout/darkroom/intersects/intersection.hpp +++ b/sprout/darkroom/intersects/intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_INTERSECTS_INTERSECTION_HPP #define SPROUT_DARKROOM_INTERSECTS_INTERSECTION_HPP diff --git a/sprout/darkroom/lights.hpp b/sprout/darkroom/lights.hpp index e06b18bb..005c0816 100644 --- a/sprout/darkroom/lights.hpp +++ b/sprout/darkroom/lights.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_LIGHTS_HPP #define SPROUT_DARKROOM_LIGHTS_HPP diff --git a/sprout/darkroom/lights/ambient_light.hpp b/sprout/darkroom/lights/ambient_light.hpp index 3d4dfd29..9d342d5a 100644 --- a/sprout/darkroom/lights/ambient_light.hpp +++ b/sprout/darkroom/lights/ambient_light.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_LIGHTS_AMBIENT_LIGHT_HPP #define SPROUT_DARKROOM_LIGHTS_AMBIENT_LIGHT_HPP diff --git a/sprout/darkroom/lights/light_list.hpp b/sprout/darkroom/lights/light_list.hpp index 3e20d336..f3709184 100644 --- a/sprout/darkroom/lights/light_list.hpp +++ b/sprout/darkroom/lights/light_list.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_LIGHTS_LIGHT_LIST_HPP #define SPROUT_DARKROOM_LIGHTS_LIGHT_LIST_HPP diff --git a/sprout/darkroom/lights/parallel_light.hpp b/sprout/darkroom/lights/parallel_light.hpp index d86ddccb..e75d81ea 100644 --- a/sprout/darkroom/lights/parallel_light.hpp +++ b/sprout/darkroom/lights/parallel_light.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_LIGHTS_PARALLEL_LIGHT_HPP #define SPROUT_DARKROOM_LIGHTS_PARALLEL_LIGHT_HPP diff --git a/sprout/darkroom/lights/point_light.hpp b/sprout/darkroom/lights/point_light.hpp index 95f02f3d..3d77cf48 100644 --- a/sprout/darkroom/lights/point_light.hpp +++ b/sprout/darkroom/lights/point_light.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_LIGHTS_POINT_LIGHT_HPP #define SPROUT_DARKROOM_LIGHTS_POINT_LIGHT_HPP diff --git a/sprout/darkroom/materials.hpp b/sprout/darkroom/materials.hpp index 55be84de..40e92f89 100644 --- a/sprout/darkroom/materials.hpp +++ b/sprout/darkroom/materials.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_HPP #define SPROUT_DARKROOM_MATERIALS_HPP diff --git a/sprout/darkroom/materials/interpolation.hpp b/sprout/darkroom/materials/interpolation.hpp index e70d34dd..6ab26b46 100644 --- a/sprout/darkroom/materials/interpolation.hpp +++ b/sprout/darkroom/materials/interpolation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_INTERPOLATION_HPP #define SPROUT_DARKROOM_MATERIALS_INTERPOLATION_HPP diff --git a/sprout/darkroom/materials/material.hpp b/sprout/darkroom/materials/material.hpp index 3534bdab..d81689e8 100644 --- a/sprout/darkroom/materials/material.hpp +++ b/sprout/darkroom/materials/material.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_MATERIAL_HPP #define SPROUT_DARKROOM_MATERIALS_MATERIAL_HPP diff --git a/sprout/darkroom/materials/plaid.hpp b/sprout/darkroom/materials/plaid.hpp index 1f340986..b2aeaf7d 100644 --- a/sprout/darkroom/materials/plaid.hpp +++ b/sprout/darkroom/materials/plaid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_PLAID_HPP #define SPROUT_DARKROOM_MATERIALS_PLAID_HPP diff --git a/sprout/darkroom/materials/texture_map.hpp b/sprout/darkroom/materials/texture_map.hpp index aa7059c1..8c174e6e 100644 --- a/sprout/darkroom/materials/texture_map.hpp +++ b/sprout/darkroom/materials/texture_map.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_TEXTURE_MAP_HPP #define SPROUT_DARKROOM_MATERIALS_TEXTURE_MAP_HPP diff --git a/sprout/darkroom/materials/uniform.hpp b/sprout/darkroom/materials/uniform.hpp index 58248b5b..5f634abd 100644 --- a/sprout/darkroom/materials/uniform.hpp +++ b/sprout/darkroom/materials/uniform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_MATERIALS_UNIFORM_HPP #define SPROUT_DARKROOM_MATERIALS_UNIFORM_HPP diff --git a/sprout/darkroom/objects.hpp b/sprout/darkroom/objects.hpp index 0695a4d5..687f9a76 100644 --- a/sprout/darkroom/objects.hpp +++ b/sprout/darkroom/objects.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_HPP #define SPROUT_DARKROOM_OBJECTS_HPP diff --git a/sprout/darkroom/objects/aa_plane.hpp b/sprout/darkroom/objects/aa_plane.hpp index 2d615fd5..cb6f2074 100644 --- a/sprout/darkroom/objects/aa_plane.hpp +++ b/sprout/darkroom/objects/aa_plane.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_AA_PLANE_HPP #define SPROUT_DARKROOM_OBJECTS_AA_PLANE_HPP diff --git a/sprout/darkroom/objects/intersect.hpp b/sprout/darkroom/objects/intersect.hpp index 4be87283..44bdddf4 100644 --- a/sprout/darkroom/objects/intersect.hpp +++ b/sprout/darkroom/objects/intersect.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_INTERSECT_HPP #define SPROUT_DARKROOM_OBJECTS_INTERSECT_HPP diff --git a/sprout/darkroom/objects/polygon.hpp b/sprout/darkroom/objects/polygon.hpp index c4afc51a..6f868f62 100644 --- a/sprout/darkroom/objects/polygon.hpp +++ b/sprout/darkroom/objects/polygon.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_POLYGON_HPP #define SPROUT_DARKROOM_OBJECTS_POLYGON_HPP diff --git a/sprout/darkroom/objects/polygon/triangle.hpp b/sprout/darkroom/objects/polygon/triangle.hpp index 35627a85..346d13da 100644 --- a/sprout/darkroom/objects/polygon/triangle.hpp +++ b/sprout/darkroom/objects/polygon/triangle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_POLYGON_TRIANGLE_HPP #define SPROUT_DARKROOM_OBJECTS_POLYGON_TRIANGLE_HPP diff --git a/sprout/darkroom/objects/sphere.hpp b/sprout/darkroom/objects/sphere.hpp index 73a097d1..d17106c4 100644 --- a/sprout/darkroom/objects/sphere.hpp +++ b/sprout/darkroom/objects/sphere.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_OBJECTS_SPHERE_HPP #define SPROUT_DARKROOM_OBJECTS_SPHERE_HPP diff --git a/sprout/darkroom/pixels.hpp b/sprout/darkroom/pixels.hpp index 21892570..d98cd3cb 100644 --- a/sprout/darkroom/pixels.hpp +++ b/sprout/darkroom/pixels.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_PIXELS_HPP #define SPROUT_DARKROOM_PIXELS_HPP diff --git a/sprout/darkroom/pixels/generate.hpp b/sprout/darkroom/pixels/generate.hpp index d94e29ae..27fc9378 100644 --- a/sprout/darkroom/pixels/generate.hpp +++ b/sprout/darkroom/pixels/generate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_PIXELS_GENERATE_HPP #define SPROUT_DARKROOM_PIXELS_GENERATE_HPP diff --git a/sprout/darkroom/rays.hpp b/sprout/darkroom/rays.hpp index 9c79389c..3bab01e2 100644 --- a/sprout/darkroom/rays.hpp +++ b/sprout/darkroom/rays.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_RAYS_HPP #define SPROUT_DARKROOM_RAYS_HPP diff --git a/sprout/darkroom/rays/ray.hpp b/sprout/darkroom/rays/ray.hpp index 937acbac..01e27802 100644 --- a/sprout/darkroom/rays/ray.hpp +++ b/sprout/darkroom/rays/ray.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_RAYS_RAY_HPP #define SPROUT_DARKROOM_RAYS_RAY_HPP diff --git a/sprout/darkroom/renderers.hpp b/sprout/darkroom/renderers.hpp index 00e5825e..a389d2de 100644 --- a/sprout/darkroom/renderers.hpp +++ b/sprout/darkroom/renderers.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_RENDERERS_HPP #define SPROUT_DARKROOM_RENDERERS_HPP diff --git a/sprout/darkroom/renderers/infinity.hpp b/sprout/darkroom/renderers/infinity.hpp index 07f82400..58f7ad59 100644 --- a/sprout/darkroom/renderers/infinity.hpp +++ b/sprout/darkroom/renderers/infinity.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_RENDERERS_INFINITY_HPP #define SPROUT_DARKROOM_RENDERERS_INFINITY_HPP diff --git a/sprout/darkroom/renderers/whitted_style.hpp b/sprout/darkroom/renderers/whitted_style.hpp index 2b64b63c..e3baed97 100644 --- a/sprout/darkroom/renderers/whitted_style.hpp +++ b/sprout/darkroom/renderers/whitted_style.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_RENDERERS_WHITTED_STYLE_HPP #define SPROUT_DARKROOM_RENDERERS_WHITTED_STYLE_HPP diff --git a/sprout/darkroom/textures.hpp b/sprout/darkroom/textures.hpp index d6f45050..0b5b8946 100644 --- a/sprout/darkroom/textures.hpp +++ b/sprout/darkroom/textures.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_TEXTURES_HPP #define SPROUT_DARKROOM_TEXTURES_HPP diff --git a/sprout/darkroom/textures/texture.hpp b/sprout/darkroom/textures/texture.hpp index 8fda18f4..23e7500d 100644 --- a/sprout/darkroom/textures/texture.hpp +++ b/sprout/darkroom/textures/texture.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_TEXTURES_TEXTURE_HPP #define SPROUT_DARKROOM_TEXTURES_TEXTURE_HPP diff --git a/sprout/darkroom/tracers.hpp b/sprout/darkroom/tracers.hpp index e5e15885..c65d5a01 100644 --- a/sprout/darkroom/tracers.hpp +++ b/sprout/darkroom/tracers.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_TRACERS_HPP #define SPROUT_DARKROOM_TRACERS_HPP diff --git a/sprout/darkroom/tracers/raytracer.hpp b/sprout/darkroom/tracers/raytracer.hpp index 09e2daa5..a22014c2 100644 --- a/sprout/darkroom/tracers/raytracer.hpp +++ b/sprout/darkroom/tracers/raytracer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DARKROOM_TRACERS_RAYTRACER_HPP #define SPROUT_DARKROOM_TRACERS_RAYTRACER_HPP diff --git a/sprout/detail/algorithm/count_n.hpp b/sprout/detail/algorithm/count_n.hpp index fefeaef3..f73512ac 100644 --- a/sprout/detail/algorithm/count_n.hpp +++ b/sprout/detail/algorithm/count_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP #define SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP diff --git a/sprout/detail/algorithm/count_n_if.hpp b/sprout/detail/algorithm/count_n_if.hpp index 139bbac6..a40d98bb 100644 --- a/sprout/detail/algorithm/count_n_if.hpp +++ b/sprout/detail/algorithm/count_n_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP #define SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP diff --git a/sprout/detail/algorithm/overlap_count.hpp b/sprout/detail/algorithm/overlap_count.hpp index 6ee1e1e8..15c4d2c8 100644 --- a/sprout/detail/algorithm/overlap_count.hpp +++ b/sprout/detail/algorithm/overlap_count.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP #define SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP diff --git a/sprout/detail/algorithm/search_one.hpp b/sprout/detail/algorithm/search_one.hpp index c0e866d0..2dd1e2cf 100644 --- a/sprout/detail/algorithm/search_one.hpp +++ b/sprout/detail/algorithm/search_one.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_SEARCH_ONE_HPP #define SPROUT_DETAIL_ALGORITHM_SEARCH_ONE_HPP diff --git a/sprout/detail/algorithm/set_overlap_count.hpp b/sprout/detail/algorithm/set_overlap_count.hpp index 7284de2c..920286ad 100644 --- a/sprout/detail/algorithm/set_overlap_count.hpp +++ b/sprout/detail/algorithm/set_overlap_count.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP #define SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP diff --git a/sprout/detail/algorithm_min_max.hpp b/sprout/detail/algorithm_min_max.hpp index 1d710ca6..8d2dbd16 100644 --- a/sprout/detail/algorithm_min_max.hpp +++ b/sprout/detail/algorithm_min_max.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP #define SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP diff --git a/sprout/detail/call_traits.hpp b/sprout/detail/call_traits.hpp index 61cee12b..e3147811 100644 --- a/sprout/detail/call_traits.hpp +++ b/sprout/detail/call_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_CALL_TRAITS_HPP #define SPROUT_DETAIL_CALL_TRAITS_HPP diff --git a/sprout/detail/char_conversion.hpp b/sprout/detail/char_conversion.hpp index f855ced5..d91d4c86 100644 --- a/sprout/detail/char_conversion.hpp +++ b/sprout/detail/char_conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_CHAR_CONVERSION_HPP #define SPROUT_DETAIL_CHAR_CONVERSION_HPP diff --git a/sprout/detail/container_complate.hpp b/sprout/detail/container_complate.hpp index 0575e064..0f419035 100644 --- a/sprout/detail/container_complate.hpp +++ b/sprout/detail/container_complate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_CONTAINER_COMPLATE_HPP #define SPROUT_DETAIL_CONTAINER_COMPLATE_HPP diff --git a/sprout/detail/container_complate_backward.hpp b/sprout/detail/container_complate_backward.hpp index 58a98b62..a9b3f40f 100644 --- a/sprout/detail/container_complate_backward.hpp +++ b/sprout/detail/container_complate_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_CONTAINER_COMPLATE_BACKWARD_HPP #define SPROUT_DETAIL_CONTAINER_COMPLATE_BACKWARD_HPP diff --git a/sprout/detail/digits_to_int.hpp b/sprout/detail/digits_to_int.hpp index d7ff55ed..e32e6085 100644 --- a/sprout/detail/digits_to_int.hpp +++ b/sprout/detail/digits_to_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_DIGITS_TO_INT_HPP #define SPROUT_DETAIL_DIGITS_TO_INT_HPP diff --git a/sprout/detail/integer.hpp b/sprout/detail/integer.hpp index 234a5bc2..e76571dd 100644 --- a/sprout/detail/integer.hpp +++ b/sprout/detail/integer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_INTEGER_HPP #define SPROUT_DETAIL_INTEGER_HPP diff --git a/sprout/detail/integer/integer_mask.hpp b/sprout/detail/integer/integer_mask.hpp index b1200b0a..afd543e4 100644 --- a/sprout/detail/integer/integer_mask.hpp +++ b/sprout/detail/integer/integer_mask.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_INTEGER_INTEGER_MASK_HPP #define SPROUT_DETAIL_INTEGER_INTEGER_MASK_HPP diff --git a/sprout/detail/integer/static_log2.hpp b/sprout/detail/integer/static_log2.hpp index 99827148..634cecb4 100644 --- a/sprout/detail/integer/static_log2.hpp +++ b/sprout/detail/integer/static_log2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_INTEGER_STATIC_LOG2_HPP #define SPROUT_DETAIL_INTEGER_STATIC_LOG2_HPP diff --git a/sprout/detail/io/ios_state.hpp b/sprout/detail/io/ios_state.hpp index 075589f6..50b7e001 100644 --- a/sprout/detail/io/ios_state.hpp +++ b/sprout/detail/io/ios_state.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_IO_IOS_STATE_HPP #define SPROUT_DETAIL_IO_IOS_STATE_HPP diff --git a/sprout/detail/io_fwd.hpp b/sprout/detail/io_fwd.hpp index ba0a2971..34c3e92e 100644 --- a/sprout/detail/io_fwd.hpp +++ b/sprout/detail/io_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_IO_FWD_HPP #define SPROUT_DETAIL_IO_FWD_HPP diff --git a/sprout/detail/math/float.hpp b/sprout/detail/math/float.hpp index 9e5d0888..067bd0bc 100644 --- a/sprout/detail/math/float.hpp +++ b/sprout/detail/math/float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_FLOAT_HPP #define SPROUT_DETAIL_FLOAT_HPP diff --git a/sprout/detail/math/int.hpp b/sprout/detail/math/int.hpp index 48006c84..47b06e91 100644 --- a/sprout/detail/math/int.hpp +++ b/sprout/detail/math/int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_INT_HPP #define SPROUT_DETAIL_INT_HPP diff --git a/sprout/detail/param_at.hpp b/sprout/detail/param_at.hpp index 87457e5b..aaa64854 100644 --- a/sprout/detail/param_at.hpp +++ b/sprout/detail/param_at.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_PARAM_AT_HPP #define SPROUT_DETAIL_PARAM_AT_HPP diff --git a/sprout/detail/pow.hpp b/sprout/detail/pow.hpp index 4f32f190..1a1e14e5 100644 --- a/sprout/detail/pow.hpp +++ b/sprout/detail/pow.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_POW_HPP #define SPROUT_DETAIL_POW_HPP diff --git a/sprout/detail/sizeof.hpp b/sprout/detail/sizeof.hpp index bcb7b902..82dc72d9 100644 --- a/sprout/detail/sizeof.hpp +++ b/sprout/detail/sizeof.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_SIZEOF_HPP #define SPROUT_DETAIL_SIZEOF_HPP diff --git a/sprout/detail/str.hpp b/sprout/detail/str.hpp index d68e3ed7..8af65854 100644 --- a/sprout/detail/str.hpp +++ b/sprout/detail/str.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_DETAIL_STR_HPP #define SPROUT_DETAIL_STR_HPP diff --git a/sprout/endian_traits.hpp b/sprout/endian_traits.hpp index 7191f127..2f68c70b 100644 --- a/sprout/endian_traits.hpp +++ b/sprout/endian_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ENDIAN_TRAITS_HPP #define SPROUT_ENDIAN_TRAITS_HPP diff --git a/sprout/forward_clist.hpp b/sprout/forward_clist.hpp index 35225a37..a7317061 100644 --- a/sprout/forward_clist.hpp +++ b/sprout/forward_clist.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FORWARD_CLIST_HPP #define SPROUT_FORWARD_CLIST_HPP diff --git a/sprout/functional.hpp b/sprout/functional.hpp index 4c11fcb0..0d0acfab 100644 --- a/sprout/functional.hpp +++ b/sprout/functional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HPP #define SPROUT_FUNCTIONAL_HPP diff --git a/sprout/functional/adaptor.hpp b/sprout/functional/adaptor.hpp index d7f4e994..dc2dbf4c 100644 --- a/sprout/functional/adaptor.hpp +++ b/sprout/functional/adaptor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_ADAPTOR_HPP #define SPROUT_FUNCTIONAL_ADAPTOR_HPP diff --git a/sprout/functional/arithmetic.hpp b/sprout/functional/arithmetic.hpp index b36707cf..3c1d8925 100644 --- a/sprout/functional/arithmetic.hpp +++ b/sprout/functional/arithmetic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_ARITHMETIC_HPP #define SPROUT_FUNCTIONAL_ARITHMETIC_HPP diff --git a/sprout/functional/base.hpp b/sprout/functional/base.hpp index 69c79821..542dee0f 100644 --- a/sprout/functional/base.hpp +++ b/sprout/functional/base.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BASE_HPP #define SPROUT_FUNCTIONAL_BASE_HPP diff --git a/sprout/functional/binary_function.hpp b/sprout/functional/binary_function.hpp index 93e2d735..a189babf 100644 --- a/sprout/functional/binary_function.hpp +++ b/sprout/functional/binary_function.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BINARY_FUNCTION_HPP #define SPROUT_FUNCTIONAL_BINARY_FUNCTION_HPP diff --git a/sprout/functional/bind.hpp b/sprout/functional/bind.hpp index 90dee84f..3662aedb 100644 --- a/sprout/functional/bind.hpp +++ b/sprout/functional/bind.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND_HPP #define SPROUT_FUNCTIONAL_BIND_HPP diff --git a/sprout/functional/bind/bind.hpp b/sprout/functional/bind/bind.hpp index 4cbed89f..636e93fc 100644 --- a/sprout/functional/bind/bind.hpp +++ b/sprout/functional/bind/bind.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND_BIND_HPP #define SPROUT_FUNCTIONAL_BIND_BIND_HPP diff --git a/sprout/functional/bind/placeholder.hpp b/sprout/functional/bind/placeholder.hpp index 2fd07c6a..921b59b0 100644 --- a/sprout/functional/bind/placeholder.hpp +++ b/sprout/functional/bind/placeholder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND_PLACEHOLDER_HPP #define SPROUT_FUNCTIONAL_BIND_PLACEHOLDER_HPP diff --git a/sprout/functional/bind/udl.hpp b/sprout/functional/bind/udl.hpp index 9c0d082a..32430f57 100644 --- a/sprout/functional/bind/udl.hpp +++ b/sprout/functional/bind/udl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND_UDL_HPP #define SPROUT_FUNCTIONAL_BIND_UDL_HPP diff --git a/sprout/functional/bind1st.hpp b/sprout/functional/bind1st.hpp index d26ef531..583b3e33 100644 --- a/sprout/functional/bind1st.hpp +++ b/sprout/functional/bind1st.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND1ST_HPP #define SPROUT_FUNCTIONAL_BIND1ST_HPP @@ -8,7 +16,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // D.9.1 Class template binder1st namespace detail { diff --git a/sprout/functional/bind2nd.hpp b/sprout/functional/bind2nd.hpp index 40a5b2a7..916a09ac 100644 --- a/sprout/functional/bind2nd.hpp +++ b/sprout/functional/bind2nd.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIND2ND_HPP #define SPROUT_FUNCTIONAL_BIND2ND_HPP @@ -8,7 +16,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // D.9.3 Class template binder2nd namespace detail { diff --git a/sprout/functional/binder.hpp b/sprout/functional/binder.hpp index 01d54f54..1e1e5c3a 100644 --- a/sprout/functional/binder.hpp +++ b/sprout/functional/binder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BINDER_HPP #define SPROUT_FUNCTIONAL_BINDER_HPP diff --git a/sprout/functional/bit_and.hpp b/sprout/functional/bit_and.hpp index 26ce0629..b5479bb1 100644 --- a/sprout/functional/bit_and.hpp +++ b/sprout/functional/bit_and.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIT_AND_HPP #define SPROUT_FUNCTIONAL_BIT_AND_HPP diff --git a/sprout/functional/bit_not.hpp b/sprout/functional/bit_not.hpp index c41b3463..692b059f 100644 --- a/sprout/functional/bit_not.hpp +++ b/sprout/functional/bit_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIT_NOT_HPP #define SPROUT_FUNCTIONAL_BIT_NOT_HPP diff --git a/sprout/functional/bit_or.hpp b/sprout/functional/bit_or.hpp index edca9b3c..29a93042 100644 --- a/sprout/functional/bit_or.hpp +++ b/sprout/functional/bit_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIT_OR_HPP #define SPROUT_FUNCTIONAL_BIT_OR_HPP diff --git a/sprout/functional/bit_xor.hpp b/sprout/functional/bit_xor.hpp index cc48f5f8..e3bff886 100644 --- a/sprout/functional/bit_xor.hpp +++ b/sprout/functional/bit_xor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BIT_XOR_HPP #define SPROUT_FUNCTIONAL_BIT_XOR_HPP diff --git a/sprout/functional/bitwise.hpp b/sprout/functional/bitwise.hpp index 8a9e06c6..4af4247a 100644 --- a/sprout/functional/bitwise.hpp +++ b/sprout/functional/bitwise.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_BITWISE_HPP #define SPROUT_FUNCTIONAL_BITWISE_HPP diff --git a/sprout/functional/comparison.hpp b/sprout/functional/comparison.hpp index be693285..9418f805 100644 --- a/sprout/functional/comparison.hpp +++ b/sprout/functional/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_COMPARISON_HPP #define SPROUT_FUNCTIONAL_COMPARISON_HPP diff --git a/sprout/functional/divides.hpp b/sprout/functional/divides.hpp index aeecd85f..e2668141 100644 --- a/sprout/functional/divides.hpp +++ b/sprout/functional/divides.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_DEVIDES_HPP #define SPROUT_FUNCTIONAL_DEVIDES_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/equal_to.hpp b/sprout/functional/equal_to.hpp index 38d18e6a..1533db79 100644 --- a/sprout/functional/equal_to.hpp +++ b/sprout/functional/equal_to.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_EQUAL_TO_HPP #define SPROUT_FUNCTIONAL_EQUAL_TO_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/functor.hpp b/sprout/functional/functor.hpp index 93ed34c9..7a54e361 100644 --- a/sprout/functional/functor.hpp +++ b/sprout/functional/functor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_FUNCTOR_HPP #define SPROUT_FUNCTIONAL_FUNCTOR_HPP diff --git a/sprout/functional/greater.hpp b/sprout/functional/greater.hpp index b1e95bbc..9c64d798 100644 --- a/sprout/functional/greater.hpp +++ b/sprout/functional/greater.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_GREATER_HPP #define SPROUT_FUNCTIONAL_GREATER_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/greater_equal.hpp b/sprout/functional/greater_equal.hpp index d5edd0a4..f6a7af61 100644 --- a/sprout/functional/greater_equal.hpp +++ b/sprout/functional/greater_equal.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_GREATER_EQUAL_HPP #define SPROUT_FUNCTIONAL_GREATER_EQUAL_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/hash.hpp b/sprout/functional/hash.hpp index 3b3870fe..40dc682d 100644 --- a/sprout/functional/hash.hpp +++ b/sprout/functional/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HPP #define SPROUT_FUNCTIONAL_HASH_HPP diff --git a/sprout/functional/hash/detail/hash_float.hpp b/sprout/functional/hash/detail/hash_float.hpp index 577390fc..d1439c53 100644 --- a/sprout/functional/hash/detail/hash_float.hpp +++ b/sprout/functional/hash/detail/hash_float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_DETAIL_HASH_FLOAT_HPP #define SPROUT_FUNCTIONAL_HASH_DETAIL_HASH_FLOAT_HPP diff --git a/sprout/functional/hash/hash.hpp b/sprout/functional/hash/hash.hpp index d10bddaf..0fed8ab2 100644 --- a/sprout/functional/hash/hash.hpp +++ b/sprout/functional/hash/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_HPP diff --git a/sprout/functional/hash/hash_combine.hpp b/sprout/functional/hash/hash_combine.hpp index 36de65de..b1e0a533 100644 --- a/sprout/functional/hash/hash_combine.hpp +++ b/sprout/functional/hash/hash_combine.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_COMBINE_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_COMBINE_HPP diff --git a/sprout/functional/hash/hash_fwd.hpp b/sprout/functional/hash/hash_fwd.hpp index 0660c466..63d9c459 100644 --- a/sprout/functional/hash/hash_fwd.hpp +++ b/sprout/functional/hash/hash_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_FWD_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_FWD_HPP diff --git a/sprout/functional/hash/hash_range.hpp b/sprout/functional/hash/hash_range.hpp index cec8d549..6f8e9860 100644 --- a/sprout/functional/hash/hash_range.hpp +++ b/sprout/functional/hash/hash_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_RANGE_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_RANGE_HPP diff --git a/sprout/functional/hash/hash_value.hpp b/sprout/functional/hash/hash_value.hpp index 1677a8da..02be8436 100644 --- a/sprout/functional/hash/hash_value.hpp +++ b/sprout/functional/hash/hash_value.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_VALUE_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_VALUE_HPP diff --git a/sprout/functional/hash/hash_value_traits.hpp b/sprout/functional/hash/hash_value_traits.hpp index a0846151..d4353ccd 100644 --- a/sprout/functional/hash/hash_value_traits.hpp +++ b/sprout/functional/hash/hash_value_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_VALUE_TRAITS_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_VALUE_TRAITS_HPP diff --git a/sprout/functional/hash/hash_values.hpp b/sprout/functional/hash/hash_values.hpp index 20dac850..a9b2a994 100644 --- a/sprout/functional/hash/hash_values.hpp +++ b/sprout/functional/hash/hash_values.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_HASH_VALUES_HPP #define SPROUT_FUNCTIONAL_HASH_HASH_VALUES_HPP diff --git a/sprout/functional/hash/sscrisk/cel/array.hpp b/sprout/functional/hash/sscrisk/cel/array.hpp index ad16545b..484bee24 100644 --- a/sprout/functional/hash/sscrisk/cel/array.hpp +++ b/sprout/functional/hash/sscrisk/cel/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP #define SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_ARRAY_HPP diff --git a/sprout/functional/hash/sscrisk/cel/utility.hpp b/sprout/functional/hash/sscrisk/cel/utility.hpp index 4d58013d..a0db6dc4 100644 --- a/sprout/functional/hash/sscrisk/cel/utility.hpp +++ b/sprout/functional/hash/sscrisk/cel/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_UTILITY_HPP #define SPROUT_FUNCTIONAL_HASH_SSCRISK_CEL_UTILITY_HPP diff --git a/sprout/functional/hash/std/array.hpp b/sprout/functional/hash/std/array.hpp index 3e7cada2..875855d0 100644 --- a/sprout/functional/hash/std/array.hpp +++ b/sprout/functional/hash/std/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_STD_ARRAY_HPP #define SPROUT_FUNCTIONAL_HASH_STD_ARRAY_HPP diff --git a/sprout/functional/hash/std/utility.hpp b/sprout/functional/hash/std/utility.hpp index 8feb316c..8295a9c1 100644 --- a/sprout/functional/hash/std/utility.hpp +++ b/sprout/functional/hash/std/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_STD_UTILITY_HPP #define SPROUT_FUNCTIONAL_HASH_STD_UTILITY_HPP diff --git a/sprout/functional/hash/to_hash.hpp b/sprout/functional/hash/to_hash.hpp index 83ffc89f..b62c4266 100644 --- a/sprout/functional/hash/to_hash.hpp +++ b/sprout/functional/hash/to_hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_TO_HASH_HPP #define SPROUT_FUNCTIONAL_HASH_TO_HASH_HPP diff --git a/sprout/functional/hash_fwd.hpp b/sprout/functional/hash_fwd.hpp index 67eff2b9..72996735 100644 --- a/sprout/functional/hash_fwd.hpp +++ b/sprout/functional/hash_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_HASH_FWD_HPP #define SPROUT_FUNCTIONAL_HASH_FWD_HPP diff --git a/sprout/functional/less.hpp b/sprout/functional/less.hpp index befb3dca..dc4f0d92 100644 --- a/sprout/functional/less.hpp +++ b/sprout/functional/less.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LESS_HPP #define SPROUT_FUNCTIONAL_LESS_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/less_equal.hpp b/sprout/functional/less_equal.hpp index 91645fd4..41e5fada 100644 --- a/sprout/functional/less_equal.hpp +++ b/sprout/functional/less_equal.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LESS_EQUAL_HPP #define SPROUT_FUNCTIONAL_LESS_EQUAL_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/logical.hpp b/sprout/functional/logical.hpp index cac263a5..4294f8a8 100644 --- a/sprout/functional/logical.hpp +++ b/sprout/functional/logical.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LOGICAL_HPP #define SPROUT_FUNCTIONAL_LOGICAL_HPP diff --git a/sprout/functional/logical_and.hpp b/sprout/functional/logical_and.hpp index 2e301df2..95de93d5 100644 --- a/sprout/functional/logical_and.hpp +++ b/sprout/functional/logical_and.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LOGICAL_AND_HPP #define SPROUT_FUNCTIONAL_LOGICAL_AND_HPP diff --git a/sprout/functional/logical_not.hpp b/sprout/functional/logical_not.hpp index e477e860..531ab36e 100644 --- a/sprout/functional/logical_not.hpp +++ b/sprout/functional/logical_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LOGICAL_NOT_HPP #define SPROUT_FUNCTIONAL_LOGICAL_NOT_HPP diff --git a/sprout/functional/logical_or.hpp b/sprout/functional/logical_or.hpp index 1bdf20b8..4190ab65 100644 --- a/sprout/functional/logical_or.hpp +++ b/sprout/functional/logical_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_LOGICAL_OR_HPP #define SPROUT_FUNCTIONAL_LOGICAL_OR_HPP diff --git a/sprout/functional/mem_fn.hpp b/sprout/functional/mem_fn.hpp index 35a787c6..55ced48d 100644 --- a/sprout/functional/mem_fn.hpp +++ b/sprout/functional/mem_fn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MEM_FN_HPP #define SPROUT_FUNCTIONAL_MEM_FN_HPP diff --git a/sprout/functional/mem_fun.hpp b/sprout/functional/mem_fun.hpp index fd66e263..213583b7 100644 --- a/sprout/functional/mem_fun.hpp +++ b/sprout/functional/mem_fun.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MEM_FUN_HPP #define SPROUT_FUNCTIONAL_MEM_FUN_HPP diff --git a/sprout/functional/mem_fun_ref.hpp b/sprout/functional/mem_fun_ref.hpp index 2541bf44..4da074ed 100644 --- a/sprout/functional/mem_fun_ref.hpp +++ b/sprout/functional/mem_fun_ref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MEM_FUN_REF_HPP #define SPROUT_FUNCTIONAL_MEM_FUN_REF_HPP diff --git a/sprout/functional/minus.hpp b/sprout/functional/minus.hpp index e37bc042..edcd50db 100644 --- a/sprout/functional/minus.hpp +++ b/sprout/functional/minus.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MINUS_HPP #define SPROUT_FUNCTIONAL_MINUS_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/modulus.hpp b/sprout/functional/modulus.hpp index 047285cc..4e4ba69d 100644 --- a/sprout/functional/modulus.hpp +++ b/sprout/functional/modulus.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MODULUS_HPP #define SPROUT_FUNCTIONAL_MODULUS_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/multiplies.hpp b/sprout/functional/multiplies.hpp index 257b124f..585dfcbc 100644 --- a/sprout/functional/multiplies.hpp +++ b/sprout/functional/multiplies.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_MULTIPLIES_HPP #define SPROUT_FUNCTIONAL_MULTIPLIES_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/negate.hpp b/sprout/functional/negate.hpp index 7ff5c2ff..7f43001e 100644 --- a/sprout/functional/negate.hpp +++ b/sprout/functional/negate.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_NEGATE_HPP #define SPROUT_FUNCTIONAL_NEGATE_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/negator.hpp b/sprout/functional/negator.hpp index b5bf4f60..26c07fa6 100644 --- a/sprout/functional/negator.hpp +++ b/sprout/functional/negator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_NEGATOR_HPP #define SPROUT_FUNCTIONAL_NEGATOR_HPP diff --git a/sprout/functional/not1.hpp b/sprout/functional/not1.hpp index 0f780816..4173c0ad 100644 --- a/sprout/functional/not1.hpp +++ b/sprout/functional/not1.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_NOT1_HPP #define SPROUT_FUNCTIONAL_NOT1_HPP diff --git a/sprout/functional/not2.hpp b/sprout/functional/not2.hpp index 0c560b5a..0e451d59 100644 --- a/sprout/functional/not2.hpp +++ b/sprout/functional/not2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_NOT2_HPP #define SPROUT_FUNCTIONAL_NOT2_HPP diff --git a/sprout/functional/not_equal_to.hpp b/sprout/functional/not_equal_to.hpp index 7634b668..877f5a99 100644 --- a/sprout/functional/not_equal_to.hpp +++ b/sprout/functional/not_equal_to.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_NOT_EQUAL_TO_HPP #define SPROUT_FUNCTIONAL_NOT_EQUAL_TO_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.5 Comparisons template diff --git a/sprout/functional/plus.hpp b/sprout/functional/plus.hpp index 70e81374..a67a3f60 100644 --- a/sprout/functional/plus.hpp +++ b/sprout/functional/plus.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_PLUS_HPP #define SPROUT_FUNCTIONAL_PLUS_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/polymorphic.hpp b/sprout/functional/polymorphic.hpp index 2e27561f..90357082 100644 --- a/sprout/functional/polymorphic.hpp +++ b/sprout/functional/polymorphic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_HPP diff --git a/sprout/functional/polymorphic/address_of.hpp b/sprout/functional/polymorphic/address_of.hpp index e149351a..4201392d 100644 --- a/sprout/functional/polymorphic/address_of.hpp +++ b/sprout/functional/polymorphic/address_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_ADDRESS_OF_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_ADDRESS_OF_HPP diff --git a/sprout/functional/polymorphic/arithmetic.hpp b/sprout/functional/polymorphic/arithmetic.hpp index 94e18608..05335de7 100644 --- a/sprout/functional/polymorphic/arithmetic.hpp +++ b/sprout/functional/polymorphic/arithmetic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_ARITHMETIC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_ARITHMETIC_HPP diff --git a/sprout/functional/polymorphic/assign.hpp b/sprout/functional/polymorphic/assign.hpp index 30d608d0..430197d1 100644 --- a/sprout/functional/polymorphic/assign.hpp +++ b/sprout/functional/polymorphic/assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/assignment.hpp b/sprout/functional/polymorphic/assignment.hpp index 17aa02c6..86e3c83e 100644 --- a/sprout/functional/polymorphic/assignment.hpp +++ b/sprout/functional/polymorphic/assignment.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_ASSIGNMENT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_ASSIGNMENT_HPP diff --git a/sprout/functional/polymorphic/bind1st.hpp b/sprout/functional/polymorphic/bind1st.hpp index 5af1087f..a1d4efe1 100644 --- a/sprout/functional/polymorphic/bind1st.hpp +++ b/sprout/functional/polymorphic/bind1st.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIND1ST_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIND1ST_HPP diff --git a/sprout/functional/polymorphic/bind2nd.hpp b/sprout/functional/polymorphic/bind2nd.hpp index f45603a2..fcefcc16 100644 --- a/sprout/functional/polymorphic/bind2nd.hpp +++ b/sprout/functional/polymorphic/bind2nd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIND2ND_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIND2ND_HPP diff --git a/sprout/functional/polymorphic/binder.hpp b/sprout/functional/polymorphic/binder.hpp index 7c97128c..505865be 100644 --- a/sprout/functional/polymorphic/binder.hpp +++ b/sprout/functional/polymorphic/binder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BINDER_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BINDER_HPP diff --git a/sprout/functional/polymorphic/bit_and.hpp b/sprout/functional/polymorphic/bit_and.hpp index 7a1cdbd7..5f60b1da 100644 --- a/sprout/functional/polymorphic/bit_and.hpp +++ b/sprout/functional/polymorphic/bit_and.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_AND_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_AND_HPP diff --git a/sprout/functional/polymorphic/bit_and_assign.hpp b/sprout/functional/polymorphic/bit_and_assign.hpp index 1d1b67ca..8dfef6e3 100644 --- a/sprout/functional/polymorphic/bit_and_assign.hpp +++ b/sprout/functional/polymorphic/bit_and_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_AND_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_AND_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/bit_not.hpp b/sprout/functional/polymorphic/bit_not.hpp index aff3ad9a..cd0dd9fc 100644 --- a/sprout/functional/polymorphic/bit_not.hpp +++ b/sprout/functional/polymorphic/bit_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_NOT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_NOT_HPP diff --git a/sprout/functional/polymorphic/bit_or.hpp b/sprout/functional/polymorphic/bit_or.hpp index dbca9f73..280c3a45 100644 --- a/sprout/functional/polymorphic/bit_or.hpp +++ b/sprout/functional/polymorphic/bit_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_OR_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_OR_HPP diff --git a/sprout/functional/polymorphic/bit_or_assign.hpp b/sprout/functional/polymorphic/bit_or_assign.hpp index b0094ed0..470b2404 100644 --- a/sprout/functional/polymorphic/bit_or_assign.hpp +++ b/sprout/functional/polymorphic/bit_or_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_OR_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_OR_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/bit_xor.hpp b/sprout/functional/polymorphic/bit_xor.hpp index bf640570..9b342959 100644 --- a/sprout/functional/polymorphic/bit_xor.hpp +++ b/sprout/functional/polymorphic/bit_xor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_XOR_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_XOR_HPP diff --git a/sprout/functional/polymorphic/bit_xor_assign.hpp b/sprout/functional/polymorphic/bit_xor_assign.hpp index b154c833..10390887 100644 --- a/sprout/functional/polymorphic/bit_xor_assign.hpp +++ b/sprout/functional/polymorphic/bit_xor_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_XOR_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BIT_XOR_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/bitwise.hpp b/sprout/functional/polymorphic/bitwise.hpp index aa7453cf..1a5d41f1 100644 --- a/sprout/functional/polymorphic/bitwise.hpp +++ b/sprout/functional/polymorphic/bitwise.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_BITWISE_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_BITWISE_HPP diff --git a/sprout/functional/polymorphic/call_fun.hpp b/sprout/functional/polymorphic/call_fun.hpp index 9883450e..08695a2e 100644 --- a/sprout/functional/polymorphic/call_fun.hpp +++ b/sprout/functional/polymorphic/call_fun.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_CALL_FUN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_CALL_FUN_HPP diff --git a/sprout/functional/polymorphic/comma.hpp b/sprout/functional/polymorphic/comma.hpp index 4bf722b4..9b2fe232 100644 --- a/sprout/functional/polymorphic/comma.hpp +++ b/sprout/functional/polymorphic/comma.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_COMMA_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_COMMA_HPP diff --git a/sprout/functional/polymorphic/comparison.hpp b/sprout/functional/polymorphic/comparison.hpp index 7e652f3d..c1b97bb2 100644 --- a/sprout/functional/polymorphic/comparison.hpp +++ b/sprout/functional/polymorphic/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_COMPARISON_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_COMPARISON_HPP diff --git a/sprout/functional/polymorphic/cond.hpp b/sprout/functional/polymorphic/cond.hpp index 1874c36a..d45aaaa5 100644 --- a/sprout/functional/polymorphic/cond.hpp +++ b/sprout/functional/polymorphic/cond.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_COND_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_COND_HPP diff --git a/sprout/functional/polymorphic/dereference.hpp b/sprout/functional/polymorphic/dereference.hpp index 5b4a877f..aacb9e83 100644 --- a/sprout/functional/polymorphic/dereference.hpp +++ b/sprout/functional/polymorphic/dereference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_DEREFERENCE_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_DEREFERENCE_HPP diff --git a/sprout/functional/polymorphic/divides.hpp b/sprout/functional/polymorphic/divides.hpp index 256a5917..9e21e426 100644 --- a/sprout/functional/polymorphic/divides.hpp +++ b/sprout/functional/polymorphic/divides.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_DEVIDES_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_DEVIDES_HPP diff --git a/sprout/functional/polymorphic/divides_assign.hpp b/sprout/functional/polymorphic/divides_assign.hpp index 81e4659a..915cb8dc 100644 --- a/sprout/functional/polymorphic/divides_assign.hpp +++ b/sprout/functional/polymorphic/divides_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_DEVIDES_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_DEVIDES_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/equal_to.hpp b/sprout/functional/polymorphic/equal_to.hpp index c8f93eca..3e182747 100644 --- a/sprout/functional/polymorphic/equal_to.hpp +++ b/sprout/functional/polymorphic/equal_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_EQUAL_TO_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_EQUAL_TO_HPP diff --git a/sprout/functional/polymorphic/functor.hpp b/sprout/functional/polymorphic/functor.hpp index 20991784..4b67955f 100644 --- a/sprout/functional/polymorphic/functor.hpp +++ b/sprout/functional/polymorphic/functor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_FUNCTOR_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_FUNCTOR_HPP diff --git a/sprout/functional/polymorphic/greater.hpp b/sprout/functional/polymorphic/greater.hpp index fa7e44af..69a01eee 100644 --- a/sprout/functional/polymorphic/greater.hpp +++ b/sprout/functional/polymorphic/greater.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_GREATER_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_GREATER_HPP diff --git a/sprout/functional/polymorphic/greater_equal.hpp b/sprout/functional/polymorphic/greater_equal.hpp index c0f5cedc..99aabd0c 100644 --- a/sprout/functional/polymorphic/greater_equal.hpp +++ b/sprout/functional/polymorphic/greater_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_GREATER_EQUAL_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_GREATER_EQUAL_HPP diff --git a/sprout/functional/polymorphic/inc_dec.hpp b/sprout/functional/polymorphic/inc_dec.hpp index 5c3c7269..6aac8499 100644 --- a/sprout/functional/polymorphic/inc_dec.hpp +++ b/sprout/functional/polymorphic/inc_dec.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_INC_DEC_HPP diff --git a/sprout/functional/polymorphic/less.hpp b/sprout/functional/polymorphic/less.hpp index efff8943..e63de3a5 100644 --- a/sprout/functional/polymorphic/less.hpp +++ b/sprout/functional/polymorphic/less.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LESS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LESS_HPP diff --git a/sprout/functional/polymorphic/less_equal.hpp b/sprout/functional/polymorphic/less_equal.hpp index 28653641..2f47b359 100644 --- a/sprout/functional/polymorphic/less_equal.hpp +++ b/sprout/functional/polymorphic/less_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LESS_EQUAL_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LESS_EQUAL_HPP diff --git a/sprout/functional/polymorphic/logical.hpp b/sprout/functional/polymorphic/logical.hpp index 46496ec9..b0fabffe 100644 --- a/sprout/functional/polymorphic/logical.hpp +++ b/sprout/functional/polymorphic/logical.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_HPP diff --git a/sprout/functional/polymorphic/logical_and.hpp b/sprout/functional/polymorphic/logical_and.hpp index 9730df6b..6d16afa9 100644 --- a/sprout/functional/polymorphic/logical_and.hpp +++ b/sprout/functional/polymorphic/logical_and.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_AND_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_AND_HPP diff --git a/sprout/functional/polymorphic/logical_not.hpp b/sprout/functional/polymorphic/logical_not.hpp index 94757d98..7f00caab 100644 --- a/sprout/functional/polymorphic/logical_not.hpp +++ b/sprout/functional/polymorphic/logical_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_NOT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_NOT_HPP diff --git a/sprout/functional/polymorphic/logical_or.hpp b/sprout/functional/polymorphic/logical_or.hpp index 791a514e..b973a93a 100644 --- a/sprout/functional/polymorphic/logical_or.hpp +++ b/sprout/functional/polymorphic/logical_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_OR_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_LOGICAL_OR_HPP diff --git a/sprout/functional/polymorphic/mem_ptr.hpp b/sprout/functional/polymorphic/mem_ptr.hpp index 397ebc4a..83d25c29 100644 --- a/sprout/functional/polymorphic/mem_ptr.hpp +++ b/sprout/functional/polymorphic/mem_ptr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MEM_PTR_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MEM_PTR_HPP diff --git a/sprout/functional/polymorphic/member.hpp b/sprout/functional/polymorphic/member.hpp index 4e1a9e6f..a5850cac 100644 --- a/sprout/functional/polymorphic/member.hpp +++ b/sprout/functional/polymorphic/member.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MEMBER_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MEMBER_HPP diff --git a/sprout/functional/polymorphic/members.hpp b/sprout/functional/polymorphic/members.hpp index f88bc7e7..1e4ad4ad 100644 --- a/sprout/functional/polymorphic/members.hpp +++ b/sprout/functional/polymorphic/members.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MEMBERS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MEMBERS_HPP diff --git a/sprout/functional/polymorphic/minus.hpp b/sprout/functional/polymorphic/minus.hpp index b12a7111..ffa6553c 100644 --- a/sprout/functional/polymorphic/minus.hpp +++ b/sprout/functional/polymorphic/minus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MINUS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MINUS_HPP diff --git a/sprout/functional/polymorphic/minus_assign.hpp b/sprout/functional/polymorphic/minus_assign.hpp index 9abd0490..33c1db76 100644 --- a/sprout/functional/polymorphic/minus_assign.hpp +++ b/sprout/functional/polymorphic/minus_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MINUS_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MINUS_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/modulus.hpp b/sprout/functional/polymorphic/modulus.hpp index 04be858a..a1ffb02c 100644 --- a/sprout/functional/polymorphic/modulus.hpp +++ b/sprout/functional/polymorphic/modulus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MODULUS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MODULUS_HPP diff --git a/sprout/functional/polymorphic/modulus_assign.hpp b/sprout/functional/polymorphic/modulus_assign.hpp index 76d8ecbe..deab84cf 100644 --- a/sprout/functional/polymorphic/modulus_assign.hpp +++ b/sprout/functional/polymorphic/modulus_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MODULUS_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MODULUS_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/multiplies.hpp b/sprout/functional/polymorphic/multiplies.hpp index 0374fd2e..f3e9706e 100644 --- a/sprout/functional/polymorphic/multiplies.hpp +++ b/sprout/functional/polymorphic/multiplies.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MULTIPLIES_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MULTIPLIES_HPP diff --git a/sprout/functional/polymorphic/multiplies_assign.hpp b/sprout/functional/polymorphic/multiplies_assign.hpp index 0d3fcad5..ba647ab1 100644 --- a/sprout/functional/polymorphic/multiplies_assign.hpp +++ b/sprout/functional/polymorphic/multiplies_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_MULTIPLIES_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_MULTIPLIES_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/negate.hpp b/sprout/functional/polymorphic/negate.hpp index 96a57b3b..038c489e 100644 --- a/sprout/functional/polymorphic/negate.hpp +++ b/sprout/functional/polymorphic/negate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_NEGATE_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_NEGATE_HPP diff --git a/sprout/functional/polymorphic/not_equal_to.hpp b/sprout/functional/polymorphic/not_equal_to.hpp index 9c366007..4fb2de03 100644 --- a/sprout/functional/polymorphic/not_equal_to.hpp +++ b/sprout/functional/polymorphic/not_equal_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_NOT_EQUAL_TO_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_NOT_EQUAL_TO_HPP diff --git a/sprout/functional/polymorphic/plus.hpp b/sprout/functional/polymorphic/plus.hpp index 3af5f90b..1e1abf5a 100644 --- a/sprout/functional/polymorphic/plus.hpp +++ b/sprout/functional/polymorphic/plus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_PLUS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_PLUS_HPP diff --git a/sprout/functional/polymorphic/plus_assign.hpp b/sprout/functional/polymorphic/plus_assign.hpp index e4467ab4..858a7dc5 100644 --- a/sprout/functional/polymorphic/plus_assign.hpp +++ b/sprout/functional/polymorphic/plus_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_PLUS_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_PLUS_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/posite.hpp b/sprout/functional/polymorphic/posite.hpp index 752916d3..4d8d67f0 100644 --- a/sprout/functional/polymorphic/posite.hpp +++ b/sprout/functional/polymorphic/posite.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_POSITE_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_POSITE_HPP diff --git a/sprout/functional/polymorphic/post_dec.hpp b/sprout/functional/polymorphic/post_dec.hpp index 8a743ff0..d9a17f30 100644 --- a/sprout/functional/polymorphic/post_dec.hpp +++ b/sprout/functional/polymorphic/post_dec.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_POST_DEC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_POST_DEC_HPP diff --git a/sprout/functional/polymorphic/post_inc.hpp b/sprout/functional/polymorphic/post_inc.hpp index 90788d3d..e2df036e 100644 --- a/sprout/functional/polymorphic/post_inc.hpp +++ b/sprout/functional/polymorphic/post_inc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_POST_INC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_POST_INC_HPP diff --git a/sprout/functional/polymorphic/pre_dec.hpp b/sprout/functional/polymorphic/pre_dec.hpp index 27886faf..147a2c58 100644 --- a/sprout/functional/polymorphic/pre_dec.hpp +++ b/sprout/functional/polymorphic/pre_dec.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_PRE_DEC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_PRE_DEC_HPP diff --git a/sprout/functional/polymorphic/pre_inc.hpp b/sprout/functional/polymorphic/pre_inc.hpp index e3daaa3b..15b098c4 100644 --- a/sprout/functional/polymorphic/pre_inc.hpp +++ b/sprout/functional/polymorphic/pre_inc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_PRE_INC_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_PRE_INC_HPP diff --git a/sprout/functional/polymorphic/reference.hpp b/sprout/functional/polymorphic/reference.hpp index 6d4d67f9..25979509 100644 --- a/sprout/functional/polymorphic/reference.hpp +++ b/sprout/functional/polymorphic/reference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_REFERENCE_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_REFERENCE_HPP diff --git a/sprout/functional/polymorphic/shift_left.hpp b/sprout/functional/polymorphic/shift_left.hpp index 5c7032be..9d7457cf 100644 --- a/sprout/functional/polymorphic/shift_left.hpp +++ b/sprout/functional/polymorphic/shift_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_HPP diff --git a/sprout/functional/polymorphic/shift_left_assign.hpp b/sprout/functional/polymorphic/shift_left_assign.hpp index 31f7726b..430ee009 100644 --- a/sprout/functional/polymorphic/shift_left_assign.hpp +++ b/sprout/functional/polymorphic/shift_left_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/shift_right.hpp b/sprout/functional/polymorphic/shift_right.hpp index a29cc253..f2f627f4 100644 --- a/sprout/functional/polymorphic/shift_right.hpp +++ b/sprout/functional/polymorphic/shift_right.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_HPP diff --git a/sprout/functional/polymorphic/shift_right_assign.hpp b/sprout/functional/polymorphic/shift_right_assign.hpp index 5319c30d..5dea5441 100644 --- a/sprout/functional/polymorphic/shift_right_assign.hpp +++ b/sprout/functional/polymorphic/shift_right_assign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_ASSIGN_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_SHIFT_LEFT_ASSIGN_HPP diff --git a/sprout/functional/polymorphic/subscript.hpp b/sprout/functional/polymorphic/subscript.hpp index 3ca3a6a8..eea6c7d0 100644 --- a/sprout/functional/polymorphic/subscript.hpp +++ b/sprout/functional/polymorphic/subscript.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_SUBSCRIPT_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_SUBSCRIPT_HPP diff --git a/sprout/functional/polymorphic/various.hpp b/sprout/functional/polymorphic/various.hpp index 18626e0b..2cdeec8f 100644 --- a/sprout/functional/polymorphic/various.hpp +++ b/sprout/functional/polymorphic/various.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POLYMORPHIC_VARIOUS_HPP #define SPROUT_FUNCTIONAL_POLYMORPHIC_VARIOUS_HPP diff --git a/sprout/functional/posite.hpp b/sprout/functional/posite.hpp index c7c10ff8..6031f9a1 100644 --- a/sprout/functional/posite.hpp +++ b/sprout/functional/posite.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_POSITE_HPP #define SPROUT_FUNCTIONAL_POSITE_HPP @@ -6,7 +14,6 @@ #include namespace sprout { - // Copyright (C) 2011 RiSK (sscrisk) // 20.8.4 Arithmetic operations template diff --git a/sprout/functional/ptr_fun.hpp b/sprout/functional/ptr_fun.hpp index 38d0b929..677cd07d 100644 --- a/sprout/functional/ptr_fun.hpp +++ b/sprout/functional/ptr_fun.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_PTR_FUN_HPP #define SPROUT_FUNCTIONAL_PTR_FUN_HPP diff --git a/sprout/functional/ref.hpp b/sprout/functional/ref.hpp index e779d0ab..e5ef55d4 100644 --- a/sprout/functional/ref.hpp +++ b/sprout/functional/ref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_REF_HPP #define SPROUT_FUNCTIONAL_REF_HPP diff --git a/sprout/functional/type_traits.hpp b/sprout/functional/type_traits.hpp index 5bb392cf..bcf3ea88 100644 --- a/sprout/functional/type_traits.hpp +++ b/sprout/functional/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_TYPE_TRAITS_HPP #define SPROUT_FUNCTIONAL_TYPE_TRAITS_HPP diff --git a/sprout/functional/type_traits/has_type.hpp b/sprout/functional/type_traits/has_type.hpp index 9c474845..c20b5e5b 100644 --- a/sprout/functional/type_traits/has_type.hpp +++ b/sprout/functional/type_traits/has_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_TYPE_TRAITS_HAS_TYPE_HPP #define SPROUT_FUNCTIONAL_TYPE_TRAITS_HAS_TYPE_HPP diff --git a/sprout/functional/type_traits/inherit_if_type.hpp b/sprout/functional/type_traits/inherit_if_type.hpp index d21fe70f..9305a93e 100644 --- a/sprout/functional/type_traits/inherit_if_type.hpp +++ b/sprout/functional/type_traits/inherit_if_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_TYPE_TRAITS_INHERIT_IF_TYPE_HPP #define SPROUT_FUNCTIONAL_TYPE_TRAITS_INHERIT_IF_TYPE_HPP diff --git a/sprout/functional/type_traits/is_strict_function.hpp b/sprout/functional/type_traits/is_strict_function.hpp index ff620945..ce0f9629 100644 --- a/sprout/functional/type_traits/is_strict_function.hpp +++ b/sprout/functional/type_traits/is_strict_function.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_TYPE_TRAITS_IS_STRICT_FUNCTION_HPP #define SPROUT_FUNCTIONAL_TYPE_TRAITS_IS_STRICT_FUNCTION_HPP diff --git a/sprout/functional/type_traits/weak_result_type.hpp b/sprout/functional/type_traits/weak_result_type.hpp index a08f38f0..654dd773 100644 --- a/sprout/functional/type_traits/weak_result_type.hpp +++ b/sprout/functional/type_traits/weak_result_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_TYPE_TRAITS_WEAK_RESULT_TYPE_HPP #define SPROUT_FUNCTIONAL_TYPE_TRAITS_WEAK_RESULT_TYPE_HPP diff --git a/sprout/functional/unary_function.hpp b/sprout/functional/unary_function.hpp index 56b9525b..0f03b200 100644 --- a/sprout/functional/unary_function.hpp +++ b/sprout/functional/unary_function.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_FUNCTIONAL_UNARY_FUNCTION_HPP #define SPROUT_FUNCTIONAL_UNARY_FUNCTION_HPP diff --git a/sprout/generator.hpp b/sprout/generator.hpp index 6d59606e..0bc5ae50 100644 --- a/sprout/generator.hpp +++ b/sprout/generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_GENERATOR_HPP #define SPROUT_GENERATOR_HPP diff --git a/sprout/generator/functions.hpp b/sprout/generator/functions.hpp index 44f91315..c485380e 100644 --- a/sprout/generator/functions.hpp +++ b/sprout/generator/functions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_GENERATOR_FUNCTIONS_HPP #define SPROUT_GENERATOR_FUNCTIONS_HPP diff --git a/sprout/generator/generated_value.hpp b/sprout/generator/generated_value.hpp index 9dccbc24..7135cd69 100644 --- a/sprout/generator/generated_value.hpp +++ b/sprout/generator/generated_value.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_GENERATOR_GENERATED_VALUE_HPP #define SPROUT_GENERATOR_GENERATED_VALUE_HPP diff --git a/sprout/generator/generator_access_traits.hpp b/sprout/generator/generator_access_traits.hpp index 59de63c1..0213db93 100644 --- a/sprout/generator/generator_access_traits.hpp +++ b/sprout/generator/generator_access_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_GENERATOR_GENERATOR_ACCESS_TRAITS_HPP #define SPROUT_GENERATOR_GENERATOR_ACCESS_TRAITS_HPP diff --git a/sprout/generator/next_generator.hpp b/sprout/generator/next_generator.hpp index 08cb9be4..9866649b 100644 --- a/sprout/generator/next_generator.hpp +++ b/sprout/generator/next_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_GENERATOR_NEXT_GENERATOR_HPP #define SPROUT_GENERATOR_NEXT_GENERATOR_HPP diff --git a/sprout/index_tuple.hpp b/sprout/index_tuple.hpp index 34329b66..1bacb8da 100644 --- a/sprout/index_tuple.hpp +++ b/sprout/index_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_HPP #define SPROUT_INDEX_TUPLE_HPP diff --git a/sprout/index_tuple/class.hpp b/sprout/index_tuple/class.hpp index 72426866..9b5db417 100644 --- a/sprout/index_tuple/class.hpp +++ b/sprout/index_tuple/class.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_CLASS_HPP #define SPROUT_INDEX_TUPLE_CLASS_HPP diff --git a/sprout/index_tuple/enable_make_indexes.hpp b/sprout/index_tuple/enable_make_indexes.hpp index d5ce36b1..51f6b3fa 100644 --- a/sprout/index_tuple/enable_make_indexes.hpp +++ b/sprout/index_tuple/enable_make_indexes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_ENABLE_MAKE_INDEXES_HPP #define SPROUT_INDEX_TUPLE_ENABLE_MAKE_INDEXES_HPP diff --git a/sprout/index_tuple/index_n.hpp b/sprout/index_tuple/index_n.hpp index 6385be6e..c0c55e1c 100644 --- a/sprout/index_tuple/index_n.hpp +++ b/sprout/index_tuple/index_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_N_HPP #define SPROUT_INDEX_TUPLE_INDEX_N_HPP diff --git a/sprout/index_tuple/index_pack.hpp b/sprout/index_tuple/index_pack.hpp index 3caf1a98..c7134835 100644 --- a/sprout/index_tuple/index_pack.hpp +++ b/sprout/index_tuple/index_pack.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_PACK_HPP #define SPROUT_INDEX_TUPLE_INDEX_PACK_HPP diff --git a/sprout/index_tuple/index_range.hpp b/sprout/index_tuple/index_range.hpp index 24ba9f10..ea8529a7 100644 --- a/sprout/index_tuple/index_range.hpp +++ b/sprout/index_tuple/index_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_RANGE_HPP #define SPROUT_INDEX_TUPLE_INDEX_RANGE_HPP diff --git a/sprout/index_tuple/index_sequence.hpp b/sprout/index_tuple/index_sequence.hpp index 59f8f169..2206fd4b 100644 --- a/sprout/index_tuple/index_sequence.hpp +++ b/sprout/index_tuple/index_sequence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_SEQUENCE_HPP #define SPROUT_INDEX_TUPLE_INDEX_SEQUENCE_HPP diff --git a/sprout/index_tuple/index_sequence_for.hpp b/sprout/index_tuple/index_sequence_for.hpp index 2a251ceb..7eda2881 100644 --- a/sprout/index_tuple/index_sequence_for.hpp +++ b/sprout/index_tuple/index_sequence_for.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_SEQUENCE_FOR_HPP #define SPROUT_INDEX_TUPLE_INDEX_SEQUENCE_FOR_HPP diff --git a/sprout/index_tuple/index_t.hpp b/sprout/index_tuple/index_t.hpp index 546db641..921e3c76 100644 --- a/sprout/index_tuple/index_t.hpp +++ b/sprout/index_tuple/index_t.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_T_HPP #define SPROUT_INDEX_TUPLE_INDEX_T_HPP diff --git a/sprout/index_tuple/index_tuple.hpp b/sprout/index_tuple/index_tuple.hpp index d350552f..e0980a3f 100644 --- a/sprout/index_tuple/index_tuple.hpp +++ b/sprout/index_tuple/index_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INDEX_TUPLE_HPP #define SPROUT_INDEX_TUPLE_INDEX_TUPLE_HPP diff --git a/sprout/index_tuple/integer_n.hpp b/sprout/index_tuple/integer_n.hpp index d4c2a8df..be05d0a9 100644 --- a/sprout/index_tuple/integer_n.hpp +++ b/sprout/index_tuple/integer_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INTEGER_N_HPP #define SPROUT_INDEX_TUPLE_INTEGER_N_HPP diff --git a/sprout/index_tuple/integer_pack.hpp b/sprout/index_tuple/integer_pack.hpp index a651e29d..a093f88e 100644 --- a/sprout/index_tuple/integer_pack.hpp +++ b/sprout/index_tuple/integer_pack.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INTEGER_PACK_HPP #define SPROUT_INDEX_TUPLE_INTEGER_PACK_HPP diff --git a/sprout/index_tuple/integer_range.hpp b/sprout/index_tuple/integer_range.hpp index 2a61e6fa..244fac1d 100644 --- a/sprout/index_tuple/integer_range.hpp +++ b/sprout/index_tuple/integer_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INTEGER_RANGE_HPP #define SPROUT_INDEX_TUPLE_INTEGER_RANGE_HPP diff --git a/sprout/index_tuple/integer_sequence.hpp b/sprout/index_tuple/integer_sequence.hpp index 55d09242..96aeb022 100644 --- a/sprout/index_tuple/integer_sequence.hpp +++ b/sprout/index_tuple/integer_sequence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_INTEGER_SEQUENCE_HPP #define SPROUT_INDEX_TUPLE_INTEGER_SEQUENCE_HPP diff --git a/sprout/index_tuple/make_index_sequence.hpp b/sprout/index_tuple/make_index_sequence.hpp index 0c1a890d..18bac7d5 100644 --- a/sprout/index_tuple/make_index_sequence.hpp +++ b/sprout/index_tuple/make_index_sequence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_MAKE_INDEX_SEQUENCE_HPP #define SPROUT_INDEX_TUPLE_MAKE_INDEX_SEQUENCE_HPP diff --git a/sprout/index_tuple/make_index_tuple.hpp b/sprout/index_tuple/make_index_tuple.hpp index 00cafeeb..152f16b5 100644 --- a/sprout/index_tuple/make_index_tuple.hpp +++ b/sprout/index_tuple/make_index_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_MAKE_INDEX_TUPLE_HPP #define SPROUT_INDEX_TUPLE_MAKE_INDEX_TUPLE_HPP diff --git a/sprout/index_tuple/make_indexes.hpp b/sprout/index_tuple/make_indexes.hpp index 13069326..aec5df5d 100644 --- a/sprout/index_tuple/make_indexes.hpp +++ b/sprout/index_tuple/make_indexes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_MAKE_INDEXES_HPP #define SPROUT_INDEX_TUPLE_MAKE_INDEXES_HPP diff --git a/sprout/index_tuple/make_integer_sequence.hpp b/sprout/index_tuple/make_integer_sequence.hpp index 8cb699e9..c98291a2 100644 --- a/sprout/index_tuple/make_integer_sequence.hpp +++ b/sprout/index_tuple/make_integer_sequence.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_MAKE_INTEGER_SEQUENCE_HPP #define SPROUT_INDEX_TUPLE_MAKE_INTEGER_SEQUENCE_HPP diff --git a/sprout/index_tuple/metafunction.hpp b/sprout/index_tuple/metafunction.hpp index f4043446..e930642d 100644 --- a/sprout/index_tuple/metafunction.hpp +++ b/sprout/index_tuple/metafunction.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_METAFUNCTION_HPP #define SPROUT_INDEX_TUPLE_METAFUNCTION_HPP diff --git a/sprout/index_tuple/tuple.hpp b/sprout/index_tuple/tuple.hpp index 9cdc603b..b8129de8 100644 --- a/sprout/index_tuple/tuple.hpp +++ b/sprout/index_tuple/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_TUPLE_HPP #define SPROUT_INDEX_TUPLE_TUPLE_HPP diff --git a/sprout/index_tuple/udl.hpp b/sprout/index_tuple/udl.hpp index 0855236e..51b660b2 100644 --- a/sprout/index_tuple/udl.hpp +++ b/sprout/index_tuple/udl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_UDL_HPP #define SPROUT_INDEX_TUPLE_UDL_HPP diff --git a/sprout/index_tuple/utility.hpp b/sprout/index_tuple/utility.hpp index 40175c56..c32ba9ce 100644 --- a/sprout/index_tuple/utility.hpp +++ b/sprout/index_tuple/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INDEX_TUPLE_UTILITY_HPP #define SPROUT_INDEX_TUPLE_UTILITY_HPP diff --git a/sprout/integer/integer_digits.hpp b/sprout/integer/integer_digits.hpp index 3e711da4..a2315b0f 100644 --- a/sprout/integer/integer_digits.hpp +++ b/sprout/integer/integer_digits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INTEGER_INTEGER_DIGITS_HPP #define SPROUT_INTEGER_INTEGER_DIGITS_HPP diff --git a/sprout/io.hpp b/sprout/io.hpp index 455ddd27..9ebd981b 100644 --- a/sprout/io.hpp +++ b/sprout/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_IO_HPP #define SPROUT_IO_HPP diff --git a/sprout/iterator.hpp b/sprout/iterator.hpp index 47dd921f..b42ebfd2 100644 --- a/sprout/iterator.hpp +++ b/sprout/iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_HPP #define SPROUT_ITERATOR_HPP diff --git a/sprout/iterator/adaptor.hpp b/sprout/iterator/adaptor.hpp index ecf9de13..9b5be44c 100644 --- a/sprout/iterator/adaptor.hpp +++ b/sprout/iterator/adaptor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_ADAPTOR_HPP #define SPROUT_ITERATOR_ADAPTOR_HPP diff --git a/sprout/iterator/adjacent_filter_iterator.hpp b/sprout/iterator/adjacent_filter_iterator.hpp index 58c16106..719cbb95 100644 --- a/sprout/iterator/adjacent_filter_iterator.hpp +++ b/sprout/iterator/adjacent_filter_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_ADJACENT_FILTER_ITERATOR_HPP #define SPROUT_ITERATOR_ADJACENT_FILTER_ITERATOR_HPP diff --git a/sprout/iterator/alternate_iterator.hpp b/sprout/iterator/alternate_iterator.hpp index 279d4f59..e0f42cce 100644 --- a/sprout/iterator/alternate_iterator.hpp +++ b/sprout/iterator/alternate_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_ALTERNATE_ITERATOR_HPP #define SPROUT_ITERATOR_ALTERNATE_ITERATOR_HPP diff --git a/sprout/iterator/amplitude_spectrum_iterator.hpp b/sprout/iterator/amplitude_spectrum_iterator.hpp index 8cbbf5dd..d7aee16c 100644 --- a/sprout/iterator/amplitude_spectrum_iterator.hpp +++ b/sprout/iterator/amplitude_spectrum_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_AMPLITUDE_SPECTRUM_ITERATOR_HPP #define SPROUT_ITERATOR_AMPLITUDE_SPECTRUM_ITERATOR_HPP diff --git a/sprout/iterator/back_insert_iterator.hpp b/sprout/iterator/back_insert_iterator.hpp index f0e05521..f2988003 100644 --- a/sprout/iterator/back_insert_iterator.hpp +++ b/sprout/iterator/back_insert_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_BACK_INSERT_ITERATOR_HPP #define SPROUT_ITERATOR_BACK_INSERT_ITERATOR_HPP diff --git a/sprout/iterator/bytes_iterator.hpp b/sprout/iterator/bytes_iterator.hpp index 23a52899..d920948f 100644 --- a/sprout/iterator/bytes_iterator.hpp +++ b/sprout/iterator/bytes_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_BYTES_ITERATOR_HPP #define SPROUT_ITERATOR_BYTES_ITERATOR_HPP diff --git a/sprout/iterator/clamp_iterator.hpp b/sprout/iterator/clamp_iterator.hpp index f0ea0c93..4e110aa1 100644 --- a/sprout/iterator/clamp_iterator.hpp +++ b/sprout/iterator/clamp_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_CLAMP_ITERATOR_HPP #define SPROUT_ITERATOR_CLAMP_ITERATOR_HPP diff --git a/sprout/iterator/counting_iterator.hpp b/sprout/iterator/counting_iterator.hpp index 18af8acb..10b6c36a 100644 --- a/sprout/iterator/counting_iterator.hpp +++ b/sprout/iterator/counting_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_COUNTING_ITERATOR_HPP #define SPROUT_ITERATOR_COUNTING_ITERATOR_HPP diff --git a/sprout/iterator/detail/iterator_to_pointer.hpp b/sprout/iterator/detail/iterator_to_pointer.hpp index 0f819915..eab9e3fd 100644 --- a/sprout/iterator/detail/iterator_to_pointer.hpp +++ b/sprout/iterator/detail/iterator_to_pointer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_DETAIL_ITERATOR_TO_POINTER_HPP #define SPROUT_ITERATOR_DETAIL_ITERATOR_TO_POINTER_HPP diff --git a/sprout/iterator/dft.hpp b/sprout/iterator/dft.hpp index c58bcbca..816294e1 100644 --- a/sprout/iterator/dft.hpp +++ b/sprout/iterator/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_DFT_HPP #define SPROUT_ITERATOR_DFT_HPP diff --git a/sprout/iterator/dft_iterator.hpp b/sprout/iterator/dft_iterator.hpp index 2510f7f5..df6cb1a8 100644 --- a/sprout/iterator/dft_iterator.hpp +++ b/sprout/iterator/dft_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_DFT_ITERATOR_HPP #define SPROUT_ITERATOR_DFT_ITERATOR_HPP diff --git a/sprout/iterator/distance.hpp b/sprout/iterator/distance.hpp index 6c113775..2bdf8e89 100644 --- a/sprout/iterator/distance.hpp +++ b/sprout/iterator/distance.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_DISTANCE_HPP #define SPROUT_ITERATOR_DISTANCE_HPP diff --git a/sprout/iterator/filter_iterator.hpp b/sprout/iterator/filter_iterator.hpp index 93bfaae1..c3899e34 100644 --- a/sprout/iterator/filter_iterator.hpp +++ b/sprout/iterator/filter_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_FILTER_ITERATOR_HPP #define SPROUT_ITERATOR_FILTER_ITERATOR_HPP diff --git a/sprout/iterator/front_insert_iterator.hpp b/sprout/iterator/front_insert_iterator.hpp index f028b2dc..503ade6c 100644 --- a/sprout/iterator/front_insert_iterator.hpp +++ b/sprout/iterator/front_insert_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_FRONT_INSERT_ITERATOR_HPP #define SPROUT_ITERATOR_FRONT_INSERT_ITERATOR_HPP diff --git a/sprout/iterator/generator_iterator.hpp b/sprout/iterator/generator_iterator.hpp index 9d8dc6f0..ce9acf1c 100644 --- a/sprout/iterator/generator_iterator.hpp +++ b/sprout/iterator/generator_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_GENERATOR_ITERATOR_HPP #define SPROUT_ITERATOR_GENERATOR_ITERATOR_HPP diff --git a/sprout/iterator/idft_iterator.hpp b/sprout/iterator/idft_iterator.hpp index 7b3a9a3e..1d987f76 100644 --- a/sprout/iterator/idft_iterator.hpp +++ b/sprout/iterator/idft_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_IDFT_ITERATOR_HPP #define SPROUT_ITERATOR_IDFT_ITERATOR_HPP diff --git a/sprout/iterator/index_iterator.hpp b/sprout/iterator/index_iterator.hpp index cf95dd25..02835e62 100644 --- a/sprout/iterator/index_iterator.hpp +++ b/sprout/iterator/index_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_INDEX_ITERATOR_HPP #define SPROUT_ITERATOR_INDEX_ITERATOR_HPP diff --git a/sprout/iterator/indexed_iterator.hpp b/sprout/iterator/indexed_iterator.hpp index 61ac9a47..02e8febd 100644 --- a/sprout/iterator/indexed_iterator.hpp +++ b/sprout/iterator/indexed_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_INDEXED_ITERATOR_HPP #define SPROUT_ITERATOR_INDEXED_ITERATOR_HPP diff --git a/sprout/iterator/insert_iterator.hpp b/sprout/iterator/insert_iterator.hpp index 787d57c2..81a90070 100644 --- a/sprout/iterator/insert_iterator.hpp +++ b/sprout/iterator/insert_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_INSERT_ITERATOR_HPP #define SPROUT_ITERATOR_INSERT_ITERATOR_HPP diff --git a/sprout/iterator/insert_range_iterator.hpp b/sprout/iterator/insert_range_iterator.hpp index 937f2341..cd2bccf3 100644 --- a/sprout/iterator/insert_range_iterator.hpp +++ b/sprout/iterator/insert_range_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_INSERT_RANGE_ITERATOR_HPP #define SPROUT_ITERATOR_INSERT_RANGE_ITERATOR_HPP diff --git a/sprout/iterator/inserter.hpp b/sprout/iterator/inserter.hpp index 01b90dd5..ec29b5f6 100644 --- a/sprout/iterator/inserter.hpp +++ b/sprout/iterator/inserter.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_INSERTER_HPP #define SPROUT_ITERATOR_INSERTER_HPP diff --git a/sprout/iterator/joint_iterator.hpp b/sprout/iterator/joint_iterator.hpp index 53d56982..014ec980 100644 --- a/sprout/iterator/joint_iterator.hpp +++ b/sprout/iterator/joint_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_JOINT_ITERATOR_HPP #define SPROUT_ITERATOR_JOINT_ITERATOR_HPP diff --git a/sprout/iterator/merge_iterator.hpp b/sprout/iterator/merge_iterator.hpp index 95f73f04..d4ad833d 100644 --- a/sprout/iterator/merge_iterator.hpp +++ b/sprout/iterator/merge_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_MERGE_ITERATOR_HPP #define SPROUT_ITERATOR_MERGE_ITERATOR_HPP diff --git a/sprout/iterator/next.hpp b/sprout/iterator/next.hpp index 046f929d..4382720e 100644 --- a/sprout/iterator/next.hpp +++ b/sprout/iterator/next.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_NEXT_HPP #define SPROUT_ITERATOR_NEXT_HPP diff --git a/sprout/iterator/next_fwd.hpp b/sprout/iterator/next_fwd.hpp index 6d3fc647..e85098be 100644 --- a/sprout/iterator/next_fwd.hpp +++ b/sprout/iterator/next_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_NEXT_FWD_HPP #define SPROUT_ITERATOR_NEXT_FWD_HPP diff --git a/sprout/iterator/operation.hpp b/sprout/iterator/operation.hpp index e4939889..6a8fdd22 100644 --- a/sprout/iterator/operation.hpp +++ b/sprout/iterator/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_OPERATION_HPP #define SPROUT_ITERATOR_OPERATION_HPP diff --git a/sprout/iterator/phase_spectrum_iterator.hpp b/sprout/iterator/phase_spectrum_iterator.hpp index 11fc18b3..0a28ca74 100644 --- a/sprout/iterator/phase_spectrum_iterator.hpp +++ b/sprout/iterator/phase_spectrum_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_PHASE_SPECTRUM_ITERATOR_HPP #define SPROUT_ITERATOR_PHASE_SPECTRUM_ITERATOR_HPP diff --git a/sprout/iterator/predefined.hpp b/sprout/iterator/predefined.hpp index d8b35d83..ebdcb33c 100644 --- a/sprout/iterator/predefined.hpp +++ b/sprout/iterator/predefined.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_PREDEFINED_HPP #define SPROUT_ITERATOR_PREDEFINED_HPP diff --git a/sprout/iterator/prev.hpp b/sprout/iterator/prev.hpp index 48794810..412b8786 100644 --- a/sprout/iterator/prev.hpp +++ b/sprout/iterator/prev.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_PREV_HPP #define SPROUT_ITERATOR_PREV_HPP diff --git a/sprout/iterator/prev_fwd.hpp b/sprout/iterator/prev_fwd.hpp index 4a097dca..9fa45924 100644 --- a/sprout/iterator/prev_fwd.hpp +++ b/sprout/iterator/prev_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_PREV_FWD_HPP #define SPROUT_ITERATOR_PREV_FWD_HPP diff --git a/sprout/iterator/ptr_index_iterator.hpp b/sprout/iterator/ptr_index_iterator.hpp index 7397ac91..100914bf 100644 --- a/sprout/iterator/ptr_index_iterator.hpp +++ b/sprout/iterator/ptr_index_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_PTR_INDEX_ITERATOR_HPP #define SPROUT_ITERATOR_PTR_INDEX_ITERATOR_HPP diff --git a/sprout/iterator/remake_iterator.hpp b/sprout/iterator/remake_iterator.hpp index 31531730..20c7ac77 100644 --- a/sprout/iterator/remake_iterator.hpp +++ b/sprout/iterator/remake_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REMAKE_ITERATOR_HPP #define SPROUT_ITERATOR_REMAKE_ITERATOR_HPP diff --git a/sprout/iterator/remove_if_iterator.hpp b/sprout/iterator/remove_if_iterator.hpp index ab4293a0..ed6f31ab 100644 --- a/sprout/iterator/remove_if_iterator.hpp +++ b/sprout/iterator/remove_if_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REMOVE_IF_ITERATOR_HPP #define SPROUT_ITERATOR_REMOVE_IF_ITERATOR_HPP diff --git a/sprout/iterator/remove_iterator.hpp b/sprout/iterator/remove_iterator.hpp index 0e9f0220..f452d1cf 100644 --- a/sprout/iterator/remove_iterator.hpp +++ b/sprout/iterator/remove_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REMOVE_ITERATOR_HPP #define SPROUT_ITERATOR_REMOVE_ITERATOR_HPP diff --git a/sprout/iterator/replace_if_iterator.hpp b/sprout/iterator/replace_if_iterator.hpp index 720c1a9d..37830931 100644 --- a/sprout/iterator/replace_if_iterator.hpp +++ b/sprout/iterator/replace_if_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REPLACE_IF_ITERATOR_HPP #define SPROUT_ITERATOR_REPLACE_IF_ITERATOR_HPP diff --git a/sprout/iterator/replace_iterator.hpp b/sprout/iterator/replace_iterator.hpp index f80da170..91e3daf6 100644 --- a/sprout/iterator/replace_iterator.hpp +++ b/sprout/iterator/replace_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REPLACE_ITERATOR_HPP #define SPROUT_ITERATOR_REPLACE_ITERATOR_HPP diff --git a/sprout/iterator/reverse_iterator.hpp b/sprout/iterator/reverse_iterator.hpp index fa808e89..4e110d56 100644 --- a/sprout/iterator/reverse_iterator.hpp +++ b/sprout/iterator/reverse_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_REVERSE_ITERATOR_HPP #define SPROUT_ITERATOR_REVERSE_ITERATOR_HPP diff --git a/sprout/iterator/sawtooth_iterator.hpp b/sprout/iterator/sawtooth_iterator.hpp index e9841179..ad4bc972 100644 --- a/sprout/iterator/sawtooth_iterator.hpp +++ b/sprout/iterator/sawtooth_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SAWTOOTH_ITERATOR_HPP #define SPROUT_ITERATOR_SAWTOOTH_ITERATOR_HPP diff --git a/sprout/iterator/set_difference_iterator.hpp b/sprout/iterator/set_difference_iterator.hpp index 1cf80376..98400ad7 100644 --- a/sprout/iterator/set_difference_iterator.hpp +++ b/sprout/iterator/set_difference_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SET_DIFFERENCE_ITERATOR_HPP #define SPROUT_ITERATOR_SET_DIFFERENCE_ITERATOR_HPP diff --git a/sprout/iterator/set_intersection_iterator.hpp b/sprout/iterator/set_intersection_iterator.hpp index fcf98cd7..c5e50930 100644 --- a/sprout/iterator/set_intersection_iterator.hpp +++ b/sprout/iterator/set_intersection_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SET_INTERSECTION_ITERATOR_HPP #define SPROUT_ITERATOR_SET_INTERSECTION_ITERATOR_HPP diff --git a/sprout/iterator/set_symmetric_difference_iterator.hpp b/sprout/iterator/set_symmetric_difference_iterator.hpp index f5ff1f11..49bf251c 100644 --- a/sprout/iterator/set_symmetric_difference_iterator.hpp +++ b/sprout/iterator/set_symmetric_difference_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SET_SYMMETRIC_DIFFERENCE_ITERATOR_HPP #define SPROUT_ITERATOR_SET_SYMMETRIC_DIFFERENCE_ITERATOR_HPP diff --git a/sprout/iterator/set_union_iterator.hpp b/sprout/iterator/set_union_iterator.hpp index 08245e36..ff91a33e 100644 --- a/sprout/iterator/set_union_iterator.hpp +++ b/sprout/iterator/set_union_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SET_UNION_ITERATOR_HPP #define SPROUT_ITERATOR_SET_UNION_ITERATOR_HPP diff --git a/sprout/iterator/sinusoid_iterator.hpp b/sprout/iterator/sinusoid_iterator.hpp index 7a4a5873..0e3207d0 100644 --- a/sprout/iterator/sinusoid_iterator.hpp +++ b/sprout/iterator/sinusoid_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SINUSOID_ITERATOR_HPP #define SPROUT_ITERATOR_SINUSOID_ITERATOR_HPP diff --git a/sprout/iterator/size_enum_iterator.hpp b/sprout/iterator/size_enum_iterator.hpp index f75bf379..7b4b3d46 100644 --- a/sprout/iterator/size_enum_iterator.hpp +++ b/sprout/iterator/size_enum_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SIZE_ENUM_ITERATOR_HPP #define SPROUT_ITERATOR_SIZE_ENUM_ITERATOR_HPP diff --git a/sprout/iterator/square_iterator.hpp b/sprout/iterator/square_iterator.hpp index 9dc1f01c..ba36c5d2 100644 --- a/sprout/iterator/square_iterator.hpp +++ b/sprout/iterator/square_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_SQUARE_ITERATOR_HPP #define SPROUT_ITERATOR_SQUARE_ITERATOR_HPP diff --git a/sprout/iterator/step_iterator.hpp b/sprout/iterator/step_iterator.hpp index 1b94b37e..bbbf9dda 100644 --- a/sprout/iterator/step_iterator.hpp +++ b/sprout/iterator/step_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_STEP_ITERATOR_HPP #define SPROUT_ITERATOR_STEP_ITERATOR_HPP diff --git a/sprout/iterator/string.hpp b/sprout/iterator/string.hpp index 7e66fa4f..e08b0090 100644 --- a/sprout/iterator/string.hpp +++ b/sprout/iterator/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_STRING_HPP #define SPROUT_ITERATOR_STRING_HPP diff --git a/sprout/iterator/to_lower_iterator.hpp b/sprout/iterator/to_lower_iterator.hpp index a7163a13..babd4939 100644 --- a/sprout/iterator/to_lower_iterator.hpp +++ b/sprout/iterator/to_lower_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TO_LOWER_ITERATOR_HPP #define SPROUT_ITERATOR_TO_LOWER_ITERATOR_HPP diff --git a/sprout/iterator/to_upper_iterator.hpp b/sprout/iterator/to_upper_iterator.hpp index 5fcc1ddf..eb334e38 100644 --- a/sprout/iterator/to_upper_iterator.hpp +++ b/sprout/iterator/to_upper_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TO_UPPER_ITERATOR_HPP #define SPROUT_ITERATOR_TO_UPPER_ITERATOR_HPP diff --git a/sprout/iterator/transform_iterator.hpp b/sprout/iterator/transform_iterator.hpp index df623f4c..aef5128a 100644 --- a/sprout/iterator/transform_iterator.hpp +++ b/sprout/iterator/transform_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TRANSFORM_ITERATOR_HPP #define SPROUT_ITERATOR_TRANSFORM_ITERATOR_HPP diff --git a/sprout/iterator/triangle_iterator.hpp b/sprout/iterator/triangle_iterator.hpp index 0dd6527e..b2b621ea 100644 --- a/sprout/iterator/triangle_iterator.hpp +++ b/sprout/iterator/triangle_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TRIANGLE_ITERATOR_HPP #define SPROUT_ITERATOR_TRIANGLE_ITERATOR_HPP diff --git a/sprout/iterator/type_traits.hpp b/sprout/iterator/type_traits.hpp index 0f6b1e66..bde2262c 100644 --- a/sprout/iterator/type_traits.hpp +++ b/sprout/iterator/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_HPP diff --git a/sprout/iterator/type_traits/category.hpp b/sprout/iterator/type_traits/category.hpp index 60fd219d..37bcd48d 100644 --- a/sprout/iterator/type_traits/category.hpp +++ b/sprout/iterator/type_traits/category.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_CATEGORY_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_CATEGORY_HPP diff --git a/sprout/iterator/type_traits/common.hpp b/sprout/iterator/type_traits/common.hpp index 2564bcff..51ba3288 100644 --- a/sprout/iterator/type_traits/common.hpp +++ b/sprout/iterator/type_traits/common.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_COMMON_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_COMMON_HPP diff --git a/sprout/iterator/type_traits/is_constant_distance_iterator.hpp b/sprout/iterator/type_traits/is_constant_distance_iterator.hpp index e797756b..e5cb65e8 100644 --- a/sprout/iterator/type_traits/is_constant_distance_iterator.hpp +++ b/sprout/iterator/type_traits/is_constant_distance_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_IS_CONSTANT_DISTANCE_ITERATOR_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_IS_CONSTANT_DISTANCE_ITERATOR_HPP diff --git a/sprout/iterator/type_traits/is_iterator.hpp b/sprout/iterator/type_traits/is_iterator.hpp index 01e88c7e..7e9f4f28 100644 --- a/sprout/iterator/type_traits/is_iterator.hpp +++ b/sprout/iterator/type_traits/is_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_HPP diff --git a/sprout/iterator/type_traits/is_iterator_category_of.hpp b/sprout/iterator/type_traits/is_iterator_category_of.hpp index 4f1e79b7..7e253023 100644 --- a/sprout/iterator/type_traits/is_iterator_category_of.hpp +++ b/sprout/iterator/type_traits/is_iterator_category_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_CATEGORY_OF_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_CATEGORY_OF_HPP diff --git a/sprout/iterator/type_traits/is_iterator_of.hpp b/sprout/iterator/type_traits/is_iterator_of.hpp index 2dbcfa66..f8acbb0a 100644 --- a/sprout/iterator/type_traits/is_iterator_of.hpp +++ b/sprout/iterator/type_traits/is_iterator_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_OF_HPP #define SPROUT_ITERATOR_TYPE_TRAITS_IS_ITERATOR_OF_HPP diff --git a/sprout/iterator/unique_iterator.hpp b/sprout/iterator/unique_iterator.hpp index 713aecb3..8e9ae229 100644 --- a/sprout/iterator/unique_iterator.hpp +++ b/sprout/iterator/unique_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_UNIQUE_ITERATOR_HPP #define SPROUT_ITERATOR_UNIQUE_ITERATOR_HPP diff --git a/sprout/iterator/value_iterator.hpp b/sprout/iterator/value_iterator.hpp index 335f309d..da2423e6 100644 --- a/sprout/iterator/value_iterator.hpp +++ b/sprout/iterator/value_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_VALUE_ITERATOR_HPP #define SPROUT_ITERATOR_VALUE_ITERATOR_HPP diff --git a/sprout/iterator/valued_iterator.hpp b/sprout/iterator/valued_iterator.hpp index 251f511e..b1f27355 100644 --- a/sprout/iterator/valued_iterator.hpp +++ b/sprout/iterator/valued_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_VALUED_ITERATOR_HPP #define SPROUT_ITERATOR_VALUED_ITERATOR_HPP diff --git a/sprout/iterator/various.hpp b/sprout/iterator/various.hpp index 07f0109a..50aa84dd 100644 --- a/sprout/iterator/various.hpp +++ b/sprout/iterator/various.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_VARIOUS_HPP #define SPROUT_ITERATOR_VARIOUS_HPP diff --git a/sprout/iterator/wave.hpp b/sprout/iterator/wave.hpp index 923ffcbd..bf030111 100644 --- a/sprout/iterator/wave.hpp +++ b/sprout/iterator/wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_WAVE_HPP #define SPROUT_ITERATOR_WAVE_HPP diff --git a/sprout/iterator/while_iterator.hpp b/sprout/iterator/while_iterator.hpp index 9fc5efd0..2c87330c 100644 --- a/sprout/iterator/while_iterator.hpp +++ b/sprout/iterator/while_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_ITERATOR_WHILE_ITERATOR_HPP #define SPROUT_ITERATOR_WHILE_ITERATOR_HPP diff --git a/sprout/limits.hpp b/sprout/limits.hpp index fda3f5d5..a7667d43 100644 --- a/sprout/limits.hpp +++ b/sprout/limits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LIMITS_HPP #define SPROUT_LIMITS_HPP diff --git a/sprout/logic.hpp b/sprout/logic.hpp index 6224a4cc..29fd3027 100644 --- a/sprout/logic.hpp +++ b/sprout/logic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_HPP #define SPROUT_LOGIC_HPP diff --git a/sprout/logic/tribool.hpp b/sprout/logic/tribool.hpp index ae21d22a..4c1ad304 100644 --- a/sprout/logic/tribool.hpp +++ b/sprout/logic/tribool.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_HPP #define SPROUT_LOGIC_TRIBOOL_HPP diff --git a/sprout/logic/tribool/hash.hpp b/sprout/logic/tribool/hash.hpp index ef5ba9ba..43d183b5 100644 --- a/sprout/logic/tribool/hash.hpp +++ b/sprout/logic/tribool/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_HASH_HPP #define SPROUT_LOGIC_TRIBOOL_HASH_HPP diff --git a/sprout/logic/tribool/io.hpp b/sprout/logic/tribool/io.hpp index 8b4a4497..0c614d18 100644 --- a/sprout/logic/tribool/io.hpp +++ b/sprout/logic/tribool/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_IO_HPP #define SPROUT_LOGIC_TRIBOOL_IO_HPP diff --git a/sprout/logic/tribool/tribool.hpp b/sprout/logic/tribool/tribool.hpp index 48830a7c..ab2dafe0 100644 --- a/sprout/logic/tribool/tribool.hpp +++ b/sprout/logic/tribool/tribool.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_TRIBOOL_HPP #define SPROUT_LOGIC_TRIBOOL_TRIBOOL_HPP diff --git a/sprout/logic/tribool/tribool_fwd.hpp b/sprout/logic/tribool/tribool_fwd.hpp index 6f518e3e..c213a5de 100644 --- a/sprout/logic/tribool/tribool_fwd.hpp +++ b/sprout/logic/tribool/tribool_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_TRIBOOL_FWD_HPP #define SPROUT_LOGIC_TRIBOOL_TRIBOOL_FWD_HPP diff --git a/sprout/logic/tribool_fwd.hpp b/sprout/logic/tribool_fwd.hpp index e6bc719c..e9437c14 100644 --- a/sprout/logic/tribool_fwd.hpp +++ b/sprout/logic/tribool_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_LOGIC_TRIBOOL_FWD_HPP #define SPROUT_LOGIC_TRIBOOL_FWD_HPP diff --git a/sprout/math.hpp b/sprout/math.hpp index 05c8ba2f..869c5ed6 100644 --- a/sprout/math.hpp +++ b/sprout/math.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_HPP #define SPROUT_MATH_HPP diff --git a/sprout/math/abs.hpp b/sprout/math/abs.hpp index 8cb594ac..72f3311c 100644 --- a/sprout/math/abs.hpp +++ b/sprout/math/abs.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ABS_HPP #define SPROUT_MATH_ABS_HPP diff --git a/sprout/math/acos.hpp b/sprout/math/acos.hpp index 185c56d9..b3ab5cdf 100644 --- a/sprout/math/acos.hpp +++ b/sprout/math/acos.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ACOS_HPP #define SPROUT_MATH_ACOS_HPP diff --git a/sprout/math/acosh.hpp b/sprout/math/acosh.hpp index 90848021..ac62f4e6 100644 --- a/sprout/math/acosh.hpp +++ b/sprout/math/acosh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ACOSH_HPP #define SPROUT_MATH_ACOSH_HPP diff --git a/sprout/math/asin.hpp b/sprout/math/asin.hpp index 82ba4d79..fcd45c87 100644 --- a/sprout/math/asin.hpp +++ b/sprout/math/asin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ASIN_HPP #define SPROUT_MATH_ASIN_HPP diff --git a/sprout/math/asinh.hpp b/sprout/math/asinh.hpp index 06e3d2b9..890ea664 100644 --- a/sprout/math/asinh.hpp +++ b/sprout/math/asinh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ASINH_HPP #define SPROUT_MATH_ASINH_HPP diff --git a/sprout/math/atan.hpp b/sprout/math/atan.hpp index 985142f6..399e3e03 100644 --- a/sprout/math/atan.hpp +++ b/sprout/math/atan.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ATAN_HPP #define SPROUT_MATH_ATAN_HPP diff --git a/sprout/math/atan2.hpp b/sprout/math/atan2.hpp index b7b68333..a6595b5a 100644 --- a/sprout/math/atan2.hpp +++ b/sprout/math/atan2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ATAN2_HPP #define SPROUT_MATH_ATAN2_HPP diff --git a/sprout/math/atanh.hpp b/sprout/math/atanh.hpp index 67339835..bae28cae 100644 --- a/sprout/math/atanh.hpp +++ b/sprout/math/atanh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ATANH_HPP #define SPROUT_MATH_ATANH_HPP diff --git a/sprout/math/bernoulli.hpp b/sprout/math/bernoulli.hpp index 6dbfac89..85e36aa9 100644 --- a/sprout/math/bernoulli.hpp +++ b/sprout/math/bernoulli.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_BERNOULLI_HPP #define SPROUT_MATH_BERNOULLI_HPP diff --git a/sprout/math/cbrt.hpp b/sprout/math/cbrt.hpp index a74a208c..2f639f30 100644 --- a/sprout/math/cbrt.hpp +++ b/sprout/math/cbrt.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_CBRT_HPP #define SPROUT_MATH_CBRT_HPP diff --git a/sprout/math/ceil.hpp b/sprout/math/ceil.hpp index de72459a..a8384fbc 100644 --- a/sprout/math/ceil.hpp +++ b/sprout/math/ceil.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_CEIL_HPP #define SPROUT_MATH_CEIL_HPP diff --git a/sprout/math/classifications.hpp b/sprout/math/classifications.hpp index 97345d18..f6216b13 100644 --- a/sprout/math/classifications.hpp +++ b/sprout/math/classifications.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_CLASSIFICATIONS_HPP #define SPROUT_MATH_CLASSIFICATIONS_HPP diff --git a/sprout/math/cmath.hpp b/sprout/math/cmath.hpp index d755bf80..cab763c4 100644 --- a/sprout/math/cmath.hpp +++ b/sprout/math/cmath.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_CMATH_HPP #define SPROUT_MATH_CMATH_HPP diff --git a/sprout/math/common_factor.hpp b/sprout/math/common_factor.hpp index a62c950d..662899b3 100644 --- a/sprout/math/common_factor.hpp +++ b/sprout/math/common_factor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COMMON_FACTOR_HPP #define SPROUT_MATH_COMMON_FACTOR_HPP diff --git a/sprout/math/compare.hpp b/sprout/math/compare.hpp index 88fe115a..7fe81f38 100644 --- a/sprout/math/compare.hpp +++ b/sprout/math/compare.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COMPARE_HPP #define SPROUT_MATH_COMPARE_HPP diff --git a/sprout/math/comparison.hpp b/sprout/math/comparison.hpp index d73a4c7e..07e59803 100644 --- a/sprout/math/comparison.hpp +++ b/sprout/math/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COMPARISON_HPP #define SPROUT_MATH_COMPARISON_HPP diff --git a/sprout/math/constants.hpp b/sprout/math/constants.hpp index 86f824b7..04855d77 100644 --- a/sprout/math/constants.hpp +++ b/sprout/math/constants.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_CONSTANTS_HPP #define SPROUT_MATH_CONSTANTS_HPP diff --git a/sprout/math/copysign.hpp b/sprout/math/copysign.hpp index 4cf46a18..497cf9d7 100644 --- a/sprout/math/copysign.hpp +++ b/sprout/math/copysign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COPYSIGN_HPP #define SPROUT_MATH_COPYSIGN_HPP diff --git a/sprout/math/cos.hpp b/sprout/math/cos.hpp index 6fdf44cf..c27e58a7 100644 --- a/sprout/math/cos.hpp +++ b/sprout/math/cos.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COS_HPP #define SPROUT_MATH_COS_HPP diff --git a/sprout/math/cosh.hpp b/sprout/math/cosh.hpp index 23b15149..f9f1516a 100644 --- a/sprout/math/cosh.hpp +++ b/sprout/math/cosh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_COSH_HPP #define SPROUT_MATH_COSH_HPP diff --git a/sprout/math/detail/config.hpp b/sprout/math/detail/config.hpp index e5363435..d15f0f2c 100644 --- a/sprout/math/detail/config.hpp +++ b/sprout/math/detail/config.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_DETAIL_CONFIG_HPP #define SPROUT_MATH_DETAIL_CONFIG_HPP diff --git a/sprout/math/detail/cosp.hpp b/sprout/math/detail/cosp.hpp index b47ad6da..75d86301 100644 --- a/sprout/math/detail/cosp.hpp +++ b/sprout/math/detail/cosp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_DETAIL_COSP_HPP #define SPROUT_MATH_DETAIL_COSP_HPP diff --git a/sprout/math/detail/float_compute.hpp b/sprout/math/detail/float_compute.hpp index 1f444461..4188189d 100644 --- a/sprout/math/detail/float_compute.hpp +++ b/sprout/math/detail/float_compute.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_DETAIL_FLOAT_COMPUTE_HPP #define SPROUT_MATH_DETAIL_FLOAT_COMPUTE_HPP diff --git a/sprout/math/detail/sinp.hpp b/sprout/math/detail/sinp.hpp index 1400ac00..237ea8bf 100644 --- a/sprout/math/detail/sinp.hpp +++ b/sprout/math/detail/sinp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_DETAIL_SINP_HPP #define SPROUT_MATH_DETAIL_SINP_HPP diff --git a/sprout/math/equal_to.hpp b/sprout/math/equal_to.hpp index 1ff1c389..6afeaa8d 100644 --- a/sprout/math/equal_to.hpp +++ b/sprout/math/equal_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EQUAL_TO_HPP #define SPROUT_MATH_EQUAL_TO_HPP diff --git a/sprout/math/erf.hpp b/sprout/math/erf.hpp index 73a1794c..7620a66a 100644 --- a/sprout/math/erf.hpp +++ b/sprout/math/erf.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ERF_HPP #define SPROUT_MATH_ERF_HPP diff --git a/sprout/math/erfc.hpp b/sprout/math/erfc.hpp index 01bf198f..f09165e9 100644 --- a/sprout/math/erfc.hpp +++ b/sprout/math/erfc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ERFC_HPP #define SPROUT_MATH_ERFC_HPP diff --git a/sprout/math/error.hpp b/sprout/math/error.hpp index c930020c..1f55f3a4 100644 --- a/sprout/math/error.hpp +++ b/sprout/math/error.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ERROR_HPP #define SPROUT_MATH_ERROR_HPP diff --git a/sprout/math/exp.hpp b/sprout/math/exp.hpp index 712c0e5e..8d8d6286 100644 --- a/sprout/math/exp.hpp +++ b/sprout/math/exp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EXP_HPP #define SPROUT_MATH_EXP_HPP diff --git a/sprout/math/exp10.hpp b/sprout/math/exp10.hpp index 884fc3e0..93a1ab59 100644 --- a/sprout/math/exp10.hpp +++ b/sprout/math/exp10.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EXP10_HPP #define SPROUT_MATH_EXP10_HPP diff --git a/sprout/math/exp2.hpp b/sprout/math/exp2.hpp index fb59a152..c02196d8 100644 --- a/sprout/math/exp2.hpp +++ b/sprout/math/exp2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EXP2_HPP #define SPROUT_MATH_EXP2_HPP diff --git a/sprout/math/expm1.hpp b/sprout/math/expm1.hpp index c30916d3..86446a12 100644 --- a/sprout/math/expm1.hpp +++ b/sprout/math/expm1.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EXPM1_HPP #define SPROUT_MATH_EXPM1_HPP diff --git a/sprout/math/exponential.hpp b/sprout/math/exponential.hpp index 1f901acc..e402e408 100644 --- a/sprout/math/exponential.hpp +++ b/sprout/math/exponential.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_EXPONENTIAL_HPP #define SPROUT_MATH_EXPONENTIAL_HPP diff --git a/sprout/math/fabs.hpp b/sprout/math/fabs.hpp index 00c9c191..c7da5eee 100644 --- a/sprout/math/fabs.hpp +++ b/sprout/math/fabs.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FABS_HPP #define SPROUT_MATH_FABS_HPP diff --git a/sprout/math/factorial.hpp b/sprout/math/factorial.hpp index 1373643c..4c0b65cf 100644 --- a/sprout/math/factorial.hpp +++ b/sprout/math/factorial.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FACTORIAL_HPP #define SPROUT_MATH_FACTORIAL_HPP diff --git a/sprout/math/fdim.hpp b/sprout/math/fdim.hpp index b571d9cd..018a8607 100644 --- a/sprout/math/fdim.hpp +++ b/sprout/math/fdim.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FDIM_HPP #define SPROUT_MATH_FDIM_HPP diff --git a/sprout/math/float2_exponent.hpp b/sprout/math/float2_exponent.hpp index 8c310f67..a21d88ce 100644 --- a/sprout/math/float2_exponent.hpp +++ b/sprout/math/float2_exponent.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT2_EXPONENT_HPP #define SPROUT_MATH_FLOAT2_EXPONENT_HPP diff --git a/sprout/math/float2_sig_exp.hpp b/sprout/math/float2_sig_exp.hpp index eef72c9e..4529fd01 100644 --- a/sprout/math/float2_sig_exp.hpp +++ b/sprout/math/float2_sig_exp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT2_SIG_EXP_HPP #define SPROUT_MATH_FLOAT2_SIG_EXP_HPP diff --git a/sprout/math/float2_significand.hpp b/sprout/math/float2_significand.hpp index 2ff897d4..462d99f4 100644 --- a/sprout/math/float2_significand.hpp +++ b/sprout/math/float2_significand.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT2_SIGNIFICAND_HPP #define SPROUT_MATH_FLOAT2_SIGNIFICAND_HPP diff --git a/sprout/math/float_exponent.hpp b/sprout/math/float_exponent.hpp index e22eba71..b36cbf2c 100644 --- a/sprout/math/float_exponent.hpp +++ b/sprout/math/float_exponent.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT_EXPONENT_HPP #define SPROUT_MATH_FLOAT_EXPONENT_HPP diff --git a/sprout/math/float_sig_exp.hpp b/sprout/math/float_sig_exp.hpp index c1338bf8..20be698c 100644 --- a/sprout/math/float_sig_exp.hpp +++ b/sprout/math/float_sig_exp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT_SIG_EXP_HPP #define SPROUT_MATH_FLOAT_SIG_EXP_HPP diff --git a/sprout/math/float_significand.hpp b/sprout/math/float_significand.hpp index ebcc0e65..677d8c00 100644 --- a/sprout/math/float_significand.hpp +++ b/sprout/math/float_significand.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOAT_SIGNIFICAND_HPP #define SPROUT_MATH_FLOAT_SIGNIFICAND_HPP diff --git a/sprout/math/floating_point.hpp b/sprout/math/floating_point.hpp index ece1b32b..f76fdee2 100644 --- a/sprout/math/floating_point.hpp +++ b/sprout/math/floating_point.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOATING_POINT_HPP #define SPROUT_MATH_FLOATING_POINT_HPP diff --git a/sprout/math/floor.hpp b/sprout/math/floor.hpp index c685af81..fe6969cc 100644 --- a/sprout/math/floor.hpp +++ b/sprout/math/floor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FLOOR_HPP #define SPROUT_MATH_FLOOR_HPP diff --git a/sprout/math/fma.hpp b/sprout/math/fma.hpp index e8757df6..d693aa90 100644 --- a/sprout/math/fma.hpp +++ b/sprout/math/fma.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FMA_HPP #define SPROUT_MATH_FMA_HPP diff --git a/sprout/math/fmax.hpp b/sprout/math/fmax.hpp index da74b38b..bfe68780 100644 --- a/sprout/math/fmax.hpp +++ b/sprout/math/fmax.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FMAX_HPP #define SPROUT_MATH_FMAX_HPP diff --git a/sprout/math/fmin.hpp b/sprout/math/fmin.hpp index bd800d02..1c529505 100644 --- a/sprout/math/fmin.hpp +++ b/sprout/math/fmin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FMIN_HPP #define SPROUT_MATH_FMIN_HPP diff --git a/sprout/math/fmod.hpp b/sprout/math/fmod.hpp index f7894b6e..5c4b2b1b 100644 --- a/sprout/math/fmod.hpp +++ b/sprout/math/fmod.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FMOD_HPP #define SPROUT_MATH_FMOD_HPP diff --git a/sprout/math/fpclassify.hpp b/sprout/math/fpclassify.hpp index 466897c7..9303ca82 100644 --- a/sprout/math/fpclassify.hpp +++ b/sprout/math/fpclassify.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FPCLASSIFY_HPP #define SPROUT_MATH_FPCLASSIFY_HPP diff --git a/sprout/math/frac_int.hpp b/sprout/math/frac_int.hpp index 3428e6a9..8f6e71ce 100644 --- a/sprout/math/frac_int.hpp +++ b/sprout/math/frac_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FRAC_INT_HPP #define SPROUT_MATH_FRAC_INT_HPP diff --git a/sprout/math/fractional_part.hpp b/sprout/math/fractional_part.hpp index baffd52f..e8e7e898 100644 --- a/sprout/math/fractional_part.hpp +++ b/sprout/math/fractional_part.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FRACTIONAL_PART_HPP #define SPROUT_MATH_FRACTIONAL_PART_HPP diff --git a/sprout/math/functions.hpp b/sprout/math/functions.hpp index 9ab5ded8..fb79dcb2 100644 --- a/sprout/math/functions.hpp +++ b/sprout/math/functions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_FUNCTIONS_HPP #define SPROUT_MATH_FUNCTIONS_HPP diff --git a/sprout/math/gamma.hpp b/sprout/math/gamma.hpp index 95d863f4..651d13cc 100644 --- a/sprout/math/gamma.hpp +++ b/sprout/math/gamma.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_GAMMA_HPP #define SPROUT_MATH_GAMMA_HPP diff --git a/sprout/math/gcd.hpp b/sprout/math/gcd.hpp index 12dfdc94..58d769e4 100644 --- a/sprout/math/gcd.hpp +++ b/sprout/math/gcd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_GCD_HPP #define SPROUT_MATH_GCD_HPP diff --git a/sprout/math/greater.hpp b/sprout/math/greater.hpp index 267a76c5..e6c563ce 100644 --- a/sprout/math/greater.hpp +++ b/sprout/math/greater.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_GREATER_HPP #define SPROUT_MATH_GREATER_HPP diff --git a/sprout/math/greater_equal.hpp b/sprout/math/greater_equal.hpp index 98cb694d..9fbe2ed7 100644 --- a/sprout/math/greater_equal.hpp +++ b/sprout/math/greater_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_GREATER_EQUAL_HPP #define SPROUT_MATH_GREATER_EQUAL_HPP diff --git a/sprout/math/hyperbolic.hpp b/sprout/math/hyperbolic.hpp index 31919310..d9c04ce5 100644 --- a/sprout/math/hyperbolic.hpp +++ b/sprout/math/hyperbolic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_HYPERBOLIC_HPP #define SPROUT_MATH_HYPERBOLIC_HPP diff --git a/sprout/math/hypot.hpp b/sprout/math/hypot.hpp index 886fc0d2..a1aa7c9e 100644 --- a/sprout/math/hypot.hpp +++ b/sprout/math/hypot.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_HYPOT_HPP #define SPROUT_MATH_HYPOT_HPP diff --git a/sprout/math/iceil.hpp b/sprout/math/iceil.hpp index 15ac87a9..2e0bc73a 100644 --- a/sprout/math/iceil.hpp +++ b/sprout/math/iceil.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ICEIL_HPP #define SPROUT_MATH_ICEIL_HPP diff --git a/sprout/math/ifloor.hpp b/sprout/math/ifloor.hpp index 00e09b8d..d994d19b 100644 --- a/sprout/math/ifloor.hpp +++ b/sprout/math/ifloor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_IFLOOR_HPP #define SPROUT_MATH_IFLOOR_HPP diff --git a/sprout/math/ilogb.hpp b/sprout/math/ilogb.hpp index a6dcf2d5..7073f49b 100644 --- a/sprout/math/ilogb.hpp +++ b/sprout/math/ilogb.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ILOGB_HPP #define SPROUT_MATH_ILOGB_HPP diff --git a/sprout/math/ilogb2.hpp b/sprout/math/ilogb2.hpp index 2360007e..8132d25e 100644 --- a/sprout/math/ilogb2.hpp +++ b/sprout/math/ilogb2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ILOGB2_HPP #define SPROUT_MATH_ILOGB2_HPP diff --git a/sprout/math/integer.hpp b/sprout/math/integer.hpp index 5e2761eb..b2973855 100644 --- a/sprout/math/integer.hpp +++ b/sprout/math/integer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_INTEGER_HPP #define SPROUT_MATH_INTEGER_HPP diff --git a/sprout/math/integer_part.hpp b/sprout/math/integer_part.hpp index 96e130d7..36c69784 100644 --- a/sprout/math/integer_part.hpp +++ b/sprout/math/integer_part.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_INTEGER_PART_HPP #define SPROUT_MATH_INTEGER_PART_HPP diff --git a/sprout/math/iround.hpp b/sprout/math/iround.hpp index 9668b711..be294ec4 100644 --- a/sprout/math/iround.hpp +++ b/sprout/math/iround.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_IROUND_HPP #define SPROUT_MATH_IROUND_HPP diff --git a/sprout/math/is_even.hpp b/sprout/math/is_even.hpp index 26534a67..c80ff08d 100644 --- a/sprout/math/is_even.hpp +++ b/sprout/math/is_even.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_IS_EVEN_HPP #define SPROUT_MATH_IS_EVEN_HPP diff --git a/sprout/math/is_integer.hpp b/sprout/math/is_integer.hpp index 7011329d..ac8b1c54 100644 --- a/sprout/math/is_integer.hpp +++ b/sprout/math/is_integer.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_IS_INTEGER_HPP #define SPROUT_MATH_IS_INTEGER_HPP diff --git a/sprout/math/is_odd.hpp b/sprout/math/is_odd.hpp index 6c5909fa..c790907d 100644 --- a/sprout/math/is_odd.hpp +++ b/sprout/math/is_odd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_IS_ODD_HPP #define SPROUT_MATH_IS_ODD_HPP diff --git a/sprout/math/isfinite.hpp b/sprout/math/isfinite.hpp index 7b7cc544..4f5dcf5f 100644 --- a/sprout/math/isfinite.hpp +++ b/sprout/math/isfinite.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISFINITE_HPP #define SPROUT_MATH_ISFINITE_HPP diff --git a/sprout/math/isinf.hpp b/sprout/math/isinf.hpp index 76fe19d7..66ebce95 100644 --- a/sprout/math/isinf.hpp +++ b/sprout/math/isinf.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISINF_HPP #define SPROUT_MATH_ISINF_HPP diff --git a/sprout/math/isnan.hpp b/sprout/math/isnan.hpp index e4e235c8..185107e0 100644 --- a/sprout/math/isnan.hpp +++ b/sprout/math/isnan.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISNAN_HPP #define SPROUT_MATH_ISNAN_HPP diff --git a/sprout/math/isnormal.hpp b/sprout/math/isnormal.hpp index b4f78b2d..106f1f55 100644 --- a/sprout/math/isnormal.hpp +++ b/sprout/math/isnormal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISNORMAL_HPP #define SPROUT_MATH_ISNORMAL_HPP diff --git a/sprout/math/issubnormal.hpp b/sprout/math/issubnormal.hpp index 807c2ca7..b3476f7b 100644 --- a/sprout/math/issubnormal.hpp +++ b/sprout/math/issubnormal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISSUBNORMAL_HPP #define SPROUT_MATH_ISSUBNORMAL_HPP diff --git a/sprout/math/iszero.hpp b/sprout/math/iszero.hpp index b653ebd5..cc401b94 100644 --- a/sprout/math/iszero.hpp +++ b/sprout/math/iszero.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ISZERO_HPP #define SPROUT_MATH_ISZERO_HPP diff --git a/sprout/math/itrunc.hpp b/sprout/math/itrunc.hpp index 493c8b5a..009e9bc3 100644 --- a/sprout/math/itrunc.hpp +++ b/sprout/math/itrunc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ITRUNC_HPP #define SPROUT_MATH_ITRUNC_HPP diff --git a/sprout/math/lcm.hpp b/sprout/math/lcm.hpp index 8eec4847..b4380fba 100644 --- a/sprout/math/lcm.hpp +++ b/sprout/math/lcm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LCM_HPP #define SPROUT_MATH_LCM_HPP diff --git a/sprout/math/ldexp.hpp b/sprout/math/ldexp.hpp index afa01e3e..51507f31 100644 --- a/sprout/math/ldexp.hpp +++ b/sprout/math/ldexp.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LDEXP_HPP #define SPROUT_MATH_LDEXP_HPP diff --git a/sprout/math/less.hpp b/sprout/math/less.hpp index 647180d8..5a5df515 100644 --- a/sprout/math/less.hpp +++ b/sprout/math/less.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LESS_HPP #define SPROUT_MATH_LESS_HPP diff --git a/sprout/math/less_equal.hpp b/sprout/math/less_equal.hpp index 7f70b572..938c2c88 100644 --- a/sprout/math/less_equal.hpp +++ b/sprout/math/less_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LESS_EQUAL_HPP #define SPROUT_MATH_LESS_EQUAL_HPP diff --git a/sprout/math/lgamma.hpp b/sprout/math/lgamma.hpp index a20684e1..1d1bc17b 100644 --- a/sprout/math/lgamma.hpp +++ b/sprout/math/lgamma.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LGAMMA_HPP #define SPROUT_MATH_LGAMMA_HPP diff --git a/sprout/math/llround.hpp b/sprout/math/llround.hpp index 04805b13..cf41abb8 100644 --- a/sprout/math/llround.hpp +++ b/sprout/math/llround.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LLROUND_HPP #define SPROUT_MATH_LLROUND_HPP diff --git a/sprout/math/log.hpp b/sprout/math/log.hpp index e5e2c77c..5ee55d0f 100644 --- a/sprout/math/log.hpp +++ b/sprout/math/log.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOG_HPP #define SPROUT_MATH_LOG_HPP diff --git a/sprout/math/log10.hpp b/sprout/math/log10.hpp index 718d3494..4fddd7bf 100644 --- a/sprout/math/log10.hpp +++ b/sprout/math/log10.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOG10_HPP #define SPROUT_MATH_LOG10_HPP diff --git a/sprout/math/log1p.hpp b/sprout/math/log1p.hpp index a6985a87..ad52caf4 100644 --- a/sprout/math/log1p.hpp +++ b/sprout/math/log1p.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOG1P_HPP #define SPROUT_MATH_LOG1P_HPP diff --git a/sprout/math/log2.hpp b/sprout/math/log2.hpp index a49a8183..61fcd999 100644 --- a/sprout/math/log2.hpp +++ b/sprout/math/log2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOG2_HPP #define SPROUT_MATH_LOG2_HPP diff --git a/sprout/math/log_a.hpp b/sprout/math/log_a.hpp index ca7988e1..c0c9f5f0 100644 --- a/sprout/math/log_a.hpp +++ b/sprout/math/log_a.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOG_A_HPP #define SPROUT_MATH_LOG_A_HPP diff --git a/sprout/math/logb.hpp b/sprout/math/logb.hpp index ac349ca7..20ce7c72 100644 --- a/sprout/math/logb.hpp +++ b/sprout/math/logb.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOGB_HPP #define SPROUT_MATH_LOGB_HPP diff --git a/sprout/math/logb2.hpp b/sprout/math/logb2.hpp index 1ba5c9a5..5c14a189 100644 --- a/sprout/math/logb2.hpp +++ b/sprout/math/logb2.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LOGB2_HPP #define SPROUT_MATH_LOGB2_HPP diff --git a/sprout/math/lround.hpp b/sprout/math/lround.hpp index f60ebaeb..c128c7d7 100644 --- a/sprout/math/lround.hpp +++ b/sprout/math/lround.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_LROUND_HPP #define SPROUT_MATH_LROUND_HPP diff --git a/sprout/math/manipulations.hpp b/sprout/math/manipulations.hpp index 1a1eed99..14cd5ddb 100644 --- a/sprout/math/manipulations.hpp +++ b/sprout/math/manipulations.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_MANIPULATIONS_HPP #define SPROUT_MATH_MANIPULATIONS_HPP diff --git a/sprout/math/minmax.hpp b/sprout/math/minmax.hpp index 1d173a42..fd87c231 100644 --- a/sprout/math/minmax.hpp +++ b/sprout/math/minmax.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_MINMAX_HPP #define SPROUT_MATH_MINMAX_HPP diff --git a/sprout/math/muladd.hpp b/sprout/math/muladd.hpp index e1a80d0c..3d14c34a 100644 --- a/sprout/math/muladd.hpp +++ b/sprout/math/muladd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_MULADD_HPP #define SPROUT_MATH_MULADD_HPP diff --git a/sprout/math/nearest.hpp b/sprout/math/nearest.hpp index c2cd9c9a..743566ba 100644 --- a/sprout/math/nearest.hpp +++ b/sprout/math/nearest.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_NEAREST_HPP #define SPROUT_MATH_NEAREST_HPP diff --git a/sprout/math/not_equal_to.hpp b/sprout/math/not_equal_to.hpp index d8db2ceb..7e2f52c6 100644 --- a/sprout/math/not_equal_to.hpp +++ b/sprout/math/not_equal_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_NOT_EQUAL_TO_HPP #define SPROUT_MATH_NOT_EQUAL_TO_HPP diff --git a/sprout/math/pow.hpp b/sprout/math/pow.hpp index fbcee0fe..b61efef6 100644 --- a/sprout/math/pow.hpp +++ b/sprout/math/pow.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_POW_HPP #define SPROUT_MATH_POW_HPP diff --git a/sprout/math/power.hpp b/sprout/math/power.hpp index 31c4a427..b5540463 100644 --- a/sprout/math/power.hpp +++ b/sprout/math/power.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_POWER_HPP #define SPROUT_MATH_POWER_HPP diff --git a/sprout/math/quotient.hpp b/sprout/math/quotient.hpp index 7be890cc..2d0ab884 100644 --- a/sprout/math/quotient.hpp +++ b/sprout/math/quotient.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_QUOTIENT_HPP #define SPROUT_MATH_QUOTIENT_HPP diff --git a/sprout/math/rem_quo.hpp b/sprout/math/rem_quo.hpp index 26977d24..a4f0e2f6 100644 --- a/sprout/math/rem_quo.hpp +++ b/sprout/math/rem_quo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_REM_QUO_HPP #define SPROUT_MATH_REM_QUO_HPP diff --git a/sprout/math/remainder.hpp b/sprout/math/remainder.hpp index eea84055..3d34ec8c 100644 --- a/sprout/math/remainder.hpp +++ b/sprout/math/remainder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_REMAINDER_HPP #define SPROUT_MATH_REMAINDER_HPP diff --git a/sprout/math/remainders.hpp b/sprout/math/remainders.hpp index 33501f54..3d117210 100644 --- a/sprout/math/remainders.hpp +++ b/sprout/math/remainders.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_REMAINDERS_HPP #define SPROUT_MATH_REMAINDERS_HPP diff --git a/sprout/math/round.hpp b/sprout/math/round.hpp index 94a25a0d..21882cc5 100644 --- a/sprout/math/round.hpp +++ b/sprout/math/round.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_ROUND_HPP #define SPROUT_MATH_ROUND_HPP diff --git a/sprout/math/scalbln.hpp b/sprout/math/scalbln.hpp index 46516dc9..b05ffce2 100644 --- a/sprout/math/scalbln.hpp +++ b/sprout/math/scalbln.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SCALBLN_HPP #define SPROUT_MATH_SCALBLN_HPP diff --git a/sprout/math/scalbn.hpp b/sprout/math/scalbn.hpp index e0f8964e..2b1a3fe3 100644 --- a/sprout/math/scalbn.hpp +++ b/sprout/math/scalbn.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SCALBN_HPP #define SPROUT_MATH_SCALBN_HPP diff --git a/sprout/math/signbit.hpp b/sprout/math/signbit.hpp index afda7937..f5557e5d 100644 --- a/sprout/math/signbit.hpp +++ b/sprout/math/signbit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SIGNBIT_HPP #define SPROUT_MATH_SIGNBIT_HPP diff --git a/sprout/math/sin.hpp b/sprout/math/sin.hpp index 4c7a411f..38179d77 100644 --- a/sprout/math/sin.hpp +++ b/sprout/math/sin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SIN_HPP #define SPROUT_MATH_SIN_HPP diff --git a/sprout/math/sinh.hpp b/sprout/math/sinh.hpp index b267faf5..00d56039 100644 --- a/sprout/math/sinh.hpp +++ b/sprout/math/sinh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SINH_HPP #define SPROUT_MATH_SINH_HPP diff --git a/sprout/math/sqrt.hpp b/sprout/math/sqrt.hpp index 2c07c3a9..12b7a4b1 100644 --- a/sprout/math/sqrt.hpp +++ b/sprout/math/sqrt.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_SQRT_HPP #define SPROUT_MATH_SQRT_HPP diff --git a/sprout/math/tan.hpp b/sprout/math/tan.hpp index 83d143fa..6027b7ca 100644 --- a/sprout/math/tan.hpp +++ b/sprout/math/tan.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_TAN_HPP #define SPROUT_MATH_TAN_HPP diff --git a/sprout/math/tanh.hpp b/sprout/math/tanh.hpp index bedbf30d..6714222c 100644 --- a/sprout/math/tanh.hpp +++ b/sprout/math/tanh.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_TANH_HPP #define SPROUT_MATH_TANH_HPP diff --git a/sprout/math/tgamma.hpp b/sprout/math/tgamma.hpp index f6b5f837..b9996ff1 100644 --- a/sprout/math/tgamma.hpp +++ b/sprout/math/tgamma.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_TGAMMA_HPP #define SPROUT_MATH_TGAMMA_HPP diff --git a/sprout/math/trigonometric.hpp b/sprout/math/trigonometric.hpp index ee821771..b811bceb 100644 --- a/sprout/math/trigonometric.hpp +++ b/sprout/math/trigonometric.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_TRIGONOMETRIC_HPP #define SPROUT_MATH_TRIGONOMETRIC_HPP diff --git a/sprout/math/trunc.hpp b/sprout/math/trunc.hpp index ed026b07..575ce720 100644 --- a/sprout/math/trunc.hpp +++ b/sprout/math/trunc.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_MATH_TRUNC_HPP #define SPROUT_MATH_TRUNC_HPP diff --git a/sprout/none.hpp b/sprout/none.hpp index 2a793b7c..95acad57 100644 --- a/sprout/none.hpp +++ b/sprout/none.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NONE_HPP #define SPROUT_NONE_HPP diff --git a/sprout/numeric.hpp b/sprout/numeric.hpp index 5d0d7f3a..20c78b61 100644 --- a/sprout/numeric.hpp +++ b/sprout/numeric.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_HPP #define SPROUT_NUMERIC_HPP diff --git a/sprout/numeric/accumulate.hpp b/sprout/numeric/accumulate.hpp index 4574d833..4bf00bdd 100644 --- a/sprout/numeric/accumulate.hpp +++ b/sprout/numeric/accumulate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_ACCUMLATE_HPP #define SPROUT_NUMERIC_ACCUMLATE_HPP diff --git a/sprout/numeric/adjacent_difference.hpp b/sprout/numeric/adjacent_difference.hpp index 622083c4..06f9aed7 100644 --- a/sprout/numeric/adjacent_difference.hpp +++ b/sprout/numeric/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_ADJACENT_DIFFERENCE_HPP #define SPROUT_NUMERIC_ADJACENT_DIFFERENCE_HPP diff --git a/sprout/numeric/dft.hpp b/sprout/numeric/dft.hpp index f3ca3200..df17ac9d 100644 --- a/sprout/numeric/dft.hpp +++ b/sprout/numeric/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_HPP #define SPROUT_NUMERIC_DFT_HPP diff --git a/sprout/numeric/dft/amplitude_spectrum.hpp b/sprout/numeric/dft/amplitude_spectrum.hpp index 79345439..d84be30c 100644 --- a/sprout/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_AMPLITUDE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/numeric/dft/amplitude_spectrum_value.hpp b/sprout/numeric/dft/amplitude_spectrum_value.hpp index 67cda033..3a779f67 100644 --- a/sprout/numeric/dft/amplitude_spectrum_value.hpp +++ b/sprout/numeric/dft/amplitude_spectrum_value.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_AMPLITUDE_SPECTRUM_VALUE_HPP #define SPROUT_NUMERIC_DFT_AMPLITUDE_SPECTRUM_VALUE_HPP diff --git a/sprout/numeric/dft/detail/dft_element_gen.hpp b/sprout/numeric/dft/detail/dft_element_gen.hpp index b4846a61..32286d88 100644 --- a/sprout/numeric/dft/detail/dft_element_gen.hpp +++ b/sprout/numeric/dft/detail/dft_element_gen.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_DETAIL_DFT_ELEMENT_GEN_HPP #define SPROUT_NUMERIC_DFT_DETAIL_DFT_ELEMENT_GEN_HPP diff --git a/sprout/numeric/dft/dft.hpp b/sprout/numeric/dft/dft.hpp index 40f0c689..c82db074 100644 --- a/sprout/numeric/dft/dft.hpp +++ b/sprout/numeric/dft/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_DFT_HPP #define SPROUT_NUMERIC_DFT_DFT_HPP diff --git a/sprout/numeric/dft/dft_element.hpp b/sprout/numeric/dft/dft_element.hpp index efc76ee3..14a37537 100644 --- a/sprout/numeric/dft/dft_element.hpp +++ b/sprout/numeric/dft/dft_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_DFT_ELEMENT_HPP #define SPROUT_NUMERIC_DFT_DFT_ELEMENT_HPP diff --git a/sprout/numeric/dft/fit.hpp b/sprout/numeric/dft/fit.hpp index d58c4dfb..e0f59e39 100644 --- a/sprout/numeric/dft/fit.hpp +++ b/sprout/numeric/dft/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_HPP #define SPROUT_NUMERIC_DFT_FIT_HPP diff --git a/sprout/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/numeric/dft/fit/amplitude_spectrum.hpp index 35b144a3..a6a15faa 100644 --- a/sprout/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_AMPLITUDE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIT_AMPLITUDE_SPECTRUM_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/numeric/dft/fit/dft.hpp b/sprout/numeric/dft/fit/dft.hpp index a70a02ab..789d6fc5 100644 --- a/sprout/numeric/dft/fit/dft.hpp +++ b/sprout/numeric/dft/fit/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_DFT_HPP #define SPROUT_NUMERIC_DFT_FIT_DFT_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/idft.hpp b/sprout/numeric/dft/fit/idft.hpp index 3549fde1..c4742443 100644 --- a/sprout/numeric/dft/fit/idft.hpp +++ b/sprout/numeric/dft/fit/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_IDFT_HPP #define SPROUT_NUMERIC_DFT_FIT_IDFT_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/phase_spectrum.hpp b/sprout/numeric/dft/fit/phase_spectrum.hpp index 0a26282c..d63c4c61 100644 --- a/sprout/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/numeric/dft/fit/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_PHASE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIT_PHASE_SPECTRUM_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sprout/numeric/dft/fit/sawtooth.hpp b/sprout/numeric/dft/fit/sawtooth.hpp index f019ef52..b29d7217 100644 --- a/sprout/numeric/dft/fit/sawtooth.hpp +++ b/sprout/numeric/dft/fit/sawtooth.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_SAWTOOTH_HPP #define SPROUT_NUMERIC_DFT_FIT_SAWTOOTH_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/sinusoid.hpp b/sprout/numeric/dft/fit/sinusoid.hpp index 996908d7..48ae3a44 100644 --- a/sprout/numeric/dft/fit/sinusoid.hpp +++ b/sprout/numeric/dft/fit/sinusoid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_SINUSOID_HPP #define SPROUT_NUMERIC_DFT_FIT_SINUSOID_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/spectrum.hpp b/sprout/numeric/dft/fit/spectrum.hpp index 4409a14b..1590c0f2 100644 --- a/sprout/numeric/dft/fit/spectrum.hpp +++ b/sprout/numeric/dft/fit/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIT_SPECTRUM_HPP diff --git a/sprout/numeric/dft/fit/square.hpp b/sprout/numeric/dft/fit/square.hpp index e873d92d..9f153615 100644 --- a/sprout/numeric/dft/fit/square.hpp +++ b/sprout/numeric/dft/fit/square.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_SQUARE_HPP #define SPROUT_NUMERIC_DFT_FIT_SQUARE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/triangle.hpp b/sprout/numeric/dft/fit/triangle.hpp index 2c70a6ac..e14be23b 100644 --- a/sprout/numeric/dft/fit/triangle.hpp +++ b/sprout/numeric/dft/fit/triangle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_TRINAGLE_HPP #define SPROUT_NUMERIC_DFT_FIT_TRINAGLE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/dft/fit/wave.hpp b/sprout/numeric/dft/fit/wave.hpp index ffe7f69b..f5a6b6eb 100644 --- a/sprout/numeric/dft/fit/wave.hpp +++ b/sprout/numeric/dft/fit/wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIT_WAVE_HPP #define SPROUT_NUMERIC_DFT_FIT_WAVE_HPP diff --git a/sprout/numeric/dft/fixed.hpp b/sprout/numeric/dft/fixed.hpp index ab97255c..6e488eb7 100644 --- a/sprout/numeric/dft/fixed.hpp +++ b/sprout/numeric/dft/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_HPP #define SPROUT_NUMERIC_DFT_FIXED_HPP diff --git a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp index 44e7637a..31307d81 100644 --- a/sprout/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_AMPLITUDE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIXED_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/numeric/dft/fixed/dft.hpp b/sprout/numeric/dft/fixed/dft.hpp index 987bc92b..091c6c90 100644 --- a/sprout/numeric/dft/fixed/dft.hpp +++ b/sprout/numeric/dft/fixed/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_DFT_HPP #define SPROUT_NUMERIC_DFT_FIXED_DFT_HPP diff --git a/sprout/numeric/dft/fixed/idft.hpp b/sprout/numeric/dft/fixed/idft.hpp index 73aed51b..8db98096 100644 --- a/sprout/numeric/dft/fixed/idft.hpp +++ b/sprout/numeric/dft/fixed/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_IDFT_HPP #define SPROUT_NUMERIC_DFT_FIXED_IDFT_HPP diff --git a/sprout/numeric/dft/fixed/phase_spectrum.hpp b/sprout/numeric/dft/fixed/phase_spectrum.hpp index f0136e97..dd6cdce6 100644 --- a/sprout/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/numeric/dft/fixed/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_PHASE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIXED_PHASE_SPECTRUM_HPP diff --git a/sprout/numeric/dft/fixed/sawtooth.hpp b/sprout/numeric/dft/fixed/sawtooth.hpp index bf3c7ef7..ca0705fc 100644 --- a/sprout/numeric/dft/fixed/sawtooth.hpp +++ b/sprout/numeric/dft/fixed/sawtooth.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_SAWTOOTH_HPP #define SPROUT_NUMERIC_DFT_FIXED_SAWTOOTH_HPP diff --git a/sprout/numeric/dft/fixed/sinusoid.hpp b/sprout/numeric/dft/fixed/sinusoid.hpp index d3112880..b8413e74 100644 --- a/sprout/numeric/dft/fixed/sinusoid.hpp +++ b/sprout/numeric/dft/fixed/sinusoid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_SINUSOID_HPP #define SPROUT_NUMERIC_DFT_FIXED_SINUSOID_HPP diff --git a/sprout/numeric/dft/fixed/spectrum.hpp b/sprout/numeric/dft/fixed/spectrum.hpp index c32d8bb6..5b303cd6 100644 --- a/sprout/numeric/dft/fixed/spectrum.hpp +++ b/sprout/numeric/dft/fixed/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_FIXED_SPECTRUM_HPP diff --git a/sprout/numeric/dft/fixed/square.hpp b/sprout/numeric/dft/fixed/square.hpp index db78497d..dc74bb82 100644 --- a/sprout/numeric/dft/fixed/square.hpp +++ b/sprout/numeric/dft/fixed/square.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_SQUARE_HPP #define SPROUT_NUMERIC_DFT_FIXED_SQUARE_HPP diff --git a/sprout/numeric/dft/fixed/triangle.hpp b/sprout/numeric/dft/fixed/triangle.hpp index b4e0bd25..9bbe0036 100644 --- a/sprout/numeric/dft/fixed/triangle.hpp +++ b/sprout/numeric/dft/fixed/triangle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_TRINAGLE_HPP #define SPROUT_NUMERIC_DFT_FIXED_TRINAGLE_HPP diff --git a/sprout/numeric/dft/fixed/wave.hpp b/sprout/numeric/dft/fixed/wave.hpp index 76041103..878ed28c 100644 --- a/sprout/numeric/dft/fixed/wave.hpp +++ b/sprout/numeric/dft/fixed/wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_FIXED_WAVE_HPP #define SPROUT_NUMERIC_DFT_FIXED_WAVE_HPP diff --git a/sprout/numeric/dft/idft.hpp b/sprout/numeric/dft/idft.hpp index 4b22f694..eb5ef9c9 100644 --- a/sprout/numeric/dft/idft.hpp +++ b/sprout/numeric/dft/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_IDFT_HPP #define SPROUT_NUMERIC_DFT_IDFT_HPP diff --git a/sprout/numeric/dft/idft_element.hpp b/sprout/numeric/dft/idft_element.hpp index 6d97920b..792d79bf 100644 --- a/sprout/numeric/dft/idft_element.hpp +++ b/sprout/numeric/dft/idft_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_IDFT_ELEMENT_HPP #define SPROUT_NUMERIC_DFT_IDFT_ELEMENT_HPP diff --git a/sprout/numeric/dft/modifying.hpp b/sprout/numeric/dft/modifying.hpp index 180770ea..4a6635e4 100644 --- a/sprout/numeric/dft/modifying.hpp +++ b/sprout/numeric/dft/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_MODIFYIING_HPP #define SPROUT_NUMERIC_DFT_MODIFYIING_HPP diff --git a/sprout/numeric/dft/non_modifying.hpp b/sprout/numeric/dft/non_modifying.hpp index 9c95b2db..f58429b8 100644 --- a/sprout/numeric/dft/non_modifying.hpp +++ b/sprout/numeric/dft/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_NON_MODIFYIING_HPP #define SPROUT_NUMERIC_DFT_NON_MODIFYIING_HPP diff --git a/sprout/numeric/dft/phase_spectrum.hpp b/sprout/numeric/dft/phase_spectrum.hpp index 84b06483..b8e486eb 100644 --- a/sprout/numeric/dft/phase_spectrum.hpp +++ b/sprout/numeric/dft/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_PHASE_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_PHASE_SPECTRUM_HPP diff --git a/sprout/numeric/dft/phase_spectrum_value.hpp b/sprout/numeric/dft/phase_spectrum_value.hpp index c2774bf8..3c6e9de2 100644 --- a/sprout/numeric/dft/phase_spectrum_value.hpp +++ b/sprout/numeric/dft/phase_spectrum_value.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_PHASE_SPECTRUM_VALUE_HPP #define SPROUT_NUMERIC_DFT_PHASE_SPECTRUM_VALUE_HPP diff --git a/sprout/numeric/dft/sawtooth.hpp b/sprout/numeric/dft/sawtooth.hpp index 680052fe..5b120089 100644 --- a/sprout/numeric/dft/sawtooth.hpp +++ b/sprout/numeric/dft/sawtooth.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_SAWTOOTH_HPP #define SPROUT_NUMERIC_DFT_SAWTOOTH_HPP diff --git a/sprout/numeric/dft/sinusoid.hpp b/sprout/numeric/dft/sinusoid.hpp index a83603eb..311337b9 100644 --- a/sprout/numeric/dft/sinusoid.hpp +++ b/sprout/numeric/dft/sinusoid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_SINUSOID_HPP #define SPROUT_NUMERIC_DFT_SINUSOID_HPP diff --git a/sprout/numeric/dft/spectrum.hpp b/sprout/numeric/dft/spectrum.hpp index 8e9f0d80..63151fc7 100644 --- a/sprout/numeric/dft/spectrum.hpp +++ b/sprout/numeric/dft/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_SPECTRUM_HPP #define SPROUT_NUMERIC_DFT_SPECTRUM_HPP diff --git a/sprout/numeric/dft/square.hpp b/sprout/numeric/dft/square.hpp index fcc78a3d..716a14e0 100644 --- a/sprout/numeric/dft/square.hpp +++ b/sprout/numeric/dft/square.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_SQUARE_HPP #define SPROUT_NUMERIC_DFT_SQUARE_HPP diff --git a/sprout/numeric/dft/triangle.hpp b/sprout/numeric/dft/triangle.hpp index d1c60741..f79b554c 100644 --- a/sprout/numeric/dft/triangle.hpp +++ b/sprout/numeric/dft/triangle.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_TRINAGLE_HPP #define SPROUT_NUMERIC_DFT_TRINAGLE_HPP diff --git a/sprout/numeric/dft/wave.hpp b/sprout/numeric/dft/wave.hpp index 02972f7b..c9d1ca3c 100644 --- a/sprout/numeric/dft/wave.hpp +++ b/sprout/numeric/dft/wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_DFT_WAVE_HPP #define SPROUT_NUMERIC_DFT_WAVE_HPP diff --git a/sprout/numeric/fft.hpp b/sprout/numeric/fft.hpp index 41d6565b..1205f8e3 100644 --- a/sprout/numeric/fft.hpp +++ b/sprout/numeric/fft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FFT_HPP #define SPROUT_NUMERIC_FFT_HPP diff --git a/sprout/numeric/fft/bitrev_table.hpp b/sprout/numeric/fft/bitrev_table.hpp index 3e65e230..9de55762 100644 --- a/sprout/numeric/fft/bitrev_table.hpp +++ b/sprout/numeric/fft/bitrev_table.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FFT_BITREV_TABLE_HPP #define SPROUT_NUMERIC_FFT_BITREV_TABLE_HPP diff --git a/sprout/numeric/fft/fit/bitrev_table.hpp b/sprout/numeric/fft/fit/bitrev_table.hpp index 63fc0b27..adc8cab6 100644 --- a/sprout/numeric/fft/fit/bitrev_table.hpp +++ b/sprout/numeric/fft/fit/bitrev_table.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FFT_FIT_BITREV_TABLE_HPP #define SPROUT_NUMERIC_FFT_FIT_BITREV_TABLE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/numeric/fft/fixed/bitrev_table.hpp b/sprout/numeric/fft/fixed/bitrev_table.hpp index d26592fc..5ac4624a 100644 --- a/sprout/numeric/fft/fixed/bitrev_table.hpp +++ b/sprout/numeric/fft/fixed/bitrev_table.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FFT_FIXED_BITREV_TABLE_HPP #define SPROUT_NUMERIC_FFT_FIXED_BITREV_TABLE_HPP diff --git a/sprout/numeric/fit.hpp b/sprout/numeric/fit.hpp index dd5a6a6f..f06dcaf5 100644 --- a/sprout/numeric/fit.hpp +++ b/sprout/numeric/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIT_HPP #define SPROUT_NUMERIC_FIT_HPP diff --git a/sprout/numeric/fit/adjacent_difference.hpp b/sprout/numeric/fit/adjacent_difference.hpp index a12de0e7..a82d3278 100644 --- a/sprout/numeric/fit/adjacent_difference.hpp +++ b/sprout/numeric/fit/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIT_ADJACENT_DIFFERENCE_HPP #define SPROUT_NUMERIC_FIT_ADJACENT_DIFFERENCE_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/fit/iota.hpp b/sprout/numeric/fit/iota.hpp index b9d24f59..8e130c9a 100644 --- a/sprout/numeric/fit/iota.hpp +++ b/sprout/numeric/fit/iota.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIT_IOTA_HPP #define SPROUT_NUMERIC_FIT_IOTA_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/numeric/fit/partial_sum.hpp b/sprout/numeric/fit/partial_sum.hpp index 939d61c4..bf7e00d8 100644 --- a/sprout/numeric/fit/partial_sum.hpp +++ b/sprout/numeric/fit/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIT_PARTIAL_SUM_HPP #define SPROUT_NUMERIC_FIT_PARTIAL_SUM_HPP @@ -7,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/sprout/numeric/fixed.hpp b/sprout/numeric/fixed.hpp index 15a9640c..089493e4 100644 --- a/sprout/numeric/fixed.hpp +++ b/sprout/numeric/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIXED_HPP #define SPROUT_NUMERIC_FIXED_HPP diff --git a/sprout/numeric/fixed/adjacent_difference.hpp b/sprout/numeric/fixed/adjacent_difference.hpp index 886caeff..062de262 100644 --- a/sprout/numeric/fixed/adjacent_difference.hpp +++ b/sprout/numeric/fixed/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIXED_ADJACENT_DIFFERENCE_HPP #define SPROUT_NUMERIC_FIXED_ADJACENT_DIFFERENCE_HPP diff --git a/sprout/numeric/fixed/iota.hpp b/sprout/numeric/fixed/iota.hpp index 4c850be9..3d6aef97 100644 --- a/sprout/numeric/fixed/iota.hpp +++ b/sprout/numeric/fixed/iota.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIXED_IOTA_HPP #define SPROUT_NUMERIC_FIXED_IOTA_HPP diff --git a/sprout/numeric/fixed/partial_sum.hpp b/sprout/numeric/fixed/partial_sum.hpp index 0c8a42c4..228828b8 100644 --- a/sprout/numeric/fixed/partial_sum.hpp +++ b/sprout/numeric/fixed/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_FIXED_PARTIAL_SUM_HPP #define SPROUT_NUMERIC_FIXED_PARTIAL_SUM_HPP diff --git a/sprout/numeric/inner_product.hpp b/sprout/numeric/inner_product.hpp index 936c09eb..33cfcdab 100644 --- a/sprout/numeric/inner_product.hpp +++ b/sprout/numeric/inner_product.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_INNNER_PRODUCT_HPP #define SPROUT_NUMERIC_INNNER_PRODUCT_HPP diff --git a/sprout/numeric/iota.hpp b/sprout/numeric/iota.hpp index 61088fb0..161997fb 100644 --- a/sprout/numeric/iota.hpp +++ b/sprout/numeric/iota.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_IOTA_HPP #define SPROUT_NUMERIC_IOTA_HPP diff --git a/sprout/numeric/modifying.hpp b/sprout/numeric/modifying.hpp index c7835efa..321d2a36 100644 --- a/sprout/numeric/modifying.hpp +++ b/sprout/numeric/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_MODIFYIING_HPP #define SPROUT_NUMERIC_MODIFYIING_HPP diff --git a/sprout/numeric/non_modifying.hpp b/sprout/numeric/non_modifying.hpp index d748b72a..f0d3677c 100644 --- a/sprout/numeric/non_modifying.hpp +++ b/sprout/numeric/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_NON_MODIFYIING_HPP #define SPROUT_NUMERIC_NON_MODIFYIING_HPP diff --git a/sprout/numeric/partial_sum.hpp b/sprout/numeric/partial_sum.hpp index 002cd83e..d770180a 100644 --- a/sprout/numeric/partial_sum.hpp +++ b/sprout/numeric/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_NUMERIC_PARTIAL_SUM_HPP #define SPROUT_NUMERIC_PARTIAL_SUM_HPP diff --git a/sprout/operation.hpp b/sprout/operation.hpp index b99f98de..7fe51d6e 100644 --- a/sprout/operation.hpp +++ b/sprout/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_HPP #define SPROUT_OPERATION_HPP diff --git a/sprout/operation/append.hpp b/sprout/operation/append.hpp index f79b7c95..046d361d 100644 --- a/sprout/operation/append.hpp +++ b/sprout/operation/append.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_APPEND_HPP #define SPROUT_OPERATION_APPEND_HPP diff --git a/sprout/operation/append_back.hpp b/sprout/operation/append_back.hpp index 7948b14d..83c0797c 100644 --- a/sprout/operation/append_back.hpp +++ b/sprout/operation/append_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_APPEND_BACK_HPP #define SPROUT_OPERATION_APPEND_BACK_HPP diff --git a/sprout/operation/append_front.hpp b/sprout/operation/append_front.hpp index 65e03f1f..c3e0ba71 100644 --- a/sprout/operation/append_front.hpp +++ b/sprout/operation/append_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_APPEND_FRONT_HPP #define SPROUT_OPERATION_APPEND_FRONT_HPP diff --git a/sprout/operation/erase.hpp b/sprout/operation/erase.hpp index 173e920c..0a0306fa 100644 --- a/sprout/operation/erase.hpp +++ b/sprout/operation/erase.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_ERASE_HPP #define SPROUT_OPERATION_ERASE_HPP diff --git a/sprout/operation/erase_n.hpp b/sprout/operation/erase_n.hpp index 49d107cc..270cd084 100644 --- a/sprout/operation/erase_n.hpp +++ b/sprout/operation/erase_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_ERASE_N_HPP #define SPROUT_OPERATION_ERASE_N_HPP diff --git a/sprout/operation/fit.hpp b/sprout/operation/fit.hpp index 9f720730..9c7162fb 100644 --- a/sprout/operation/fit.hpp +++ b/sprout/operation/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_HPP #define SPROUT_OPERATION_FIT_HPP diff --git a/sprout/operation/fit/append.hpp b/sprout/operation/fit/append.hpp index c6c1698b..e9118fe8 100644 --- a/sprout/operation/fit/append.hpp +++ b/sprout/operation/fit/append.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_APPEND_HPP #define SPROUT_OPERATION_FIT_APPEND_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/append_back.hpp b/sprout/operation/fit/append_back.hpp index c6bbb299..17be68d6 100644 --- a/sprout/operation/fit/append_back.hpp +++ b/sprout/operation/fit/append_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_APPEND_BACK_HPP #define SPROUT_OPERATION_FIT_APPEND_BACK_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/append_front.hpp b/sprout/operation/fit/append_front.hpp index 31f8ade9..3d3ffa03 100644 --- a/sprout/operation/fit/append_front.hpp +++ b/sprout/operation/fit/append_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_APPEND_FRONT_HPP #define SPROUT_OPERATION_FIT_APPEND_FRONT_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/erase.hpp b/sprout/operation/fit/erase.hpp index e3bbbda7..0c1c2331 100644 --- a/sprout/operation/fit/erase.hpp +++ b/sprout/operation/fit/erase.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_ERASE_HPP #define SPROUT_OPERATION_FIT_ERASE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/erase_n.hpp b/sprout/operation/fit/erase_n.hpp index 45322cba..eb1275f9 100644 --- a/sprout/operation/fit/erase_n.hpp +++ b/sprout/operation/fit/erase_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_ERASE_N_HPP #define SPROUT_OPERATION_FIT_ERASE_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/insert.hpp b/sprout/operation/fit/insert.hpp index 3f737f9f..da771530 100644 --- a/sprout/operation/fit/insert.hpp +++ b/sprout/operation/fit/insert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_INSERT_HPP #define SPROUT_OPERATION_FIT_INSERT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/insert_n.hpp b/sprout/operation/fit/insert_n.hpp index ff117fc1..12245760 100644 --- a/sprout/operation/fit/insert_n.hpp +++ b/sprout/operation/fit/insert_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_INSERT_N_HPP #define SPROUT_OPERATION_FIT_INSERT_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/pop_back.hpp b/sprout/operation/fit/pop_back.hpp index c3cebc32..d4bd4ad5 100644 --- a/sprout/operation/fit/pop_back.hpp +++ b/sprout/operation/fit/pop_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_POP_BACK_HPP #define SPROUT_OPERATION_FIT_POP_BACK_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/pop_back_n.hpp b/sprout/operation/fit/pop_back_n.hpp index 722b648e..35c3e13e 100644 --- a/sprout/operation/fit/pop_back_n.hpp +++ b/sprout/operation/fit/pop_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_POP_BACK_N_HPP #define SPROUT_OPERATION_FIT_POP_BACK_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/pop_front.hpp b/sprout/operation/fit/pop_front.hpp index 4c5aa8aa..a877ec21 100644 --- a/sprout/operation/fit/pop_front.hpp +++ b/sprout/operation/fit/pop_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_POP_FRONT_HPP #define SPROUT_OPERATION_FIT_POP_FRONT_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/pop_front_n.hpp b/sprout/operation/fit/pop_front_n.hpp index 1badd9e9..1566fdac 100644 --- a/sprout/operation/fit/pop_front_n.hpp +++ b/sprout/operation/fit/pop_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_POP_FRONT_N_HPP #define SPROUT_OPERATION_FIT_POP_FRONT_N_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/push_back.hpp b/sprout/operation/fit/push_back.hpp index f173bc3e..466a8ef1 100644 --- a/sprout/operation/fit/push_back.hpp +++ b/sprout/operation/fit/push_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_PUSH_BACK_HPP #define SPROUT_OPERATION_FIT_PUSH_BACK_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/push_back_n.hpp b/sprout/operation/fit/push_back_n.hpp index b2b02373..55073ae7 100644 --- a/sprout/operation/fit/push_back_n.hpp +++ b/sprout/operation/fit/push_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_PUSH_BACK_N_HPP #define SPROUT_OPERATION_FIT_PUSH_BACK_N_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/push_front.hpp b/sprout/operation/fit/push_front.hpp index 5f4e5580..e6d412f5 100644 --- a/sprout/operation/fit/push_front.hpp +++ b/sprout/operation/fit/push_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_PUSH_FRONT_HPP #define SPROUT_OPERATION_FIT_PUSH_FRONT_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/push_front_n.hpp b/sprout/operation/fit/push_front_n.hpp index 855b3609..d15383ea 100644 --- a/sprout/operation/fit/push_front_n.hpp +++ b/sprout/operation/fit/push_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_PUSH_FRONT_N_HPP #define SPROUT_OPERATION_FIT_PUSH_FRONT_N_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/realign.hpp b/sprout/operation/fit/realign.hpp index c0baf2b8..c9255c79 100644 --- a/sprout/operation/fit/realign.hpp +++ b/sprout/operation/fit/realign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_REALIGN_HPP #define SPROUT_OPERATION_FIT_REALIGN_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/realign_to.hpp b/sprout/operation/fit/realign_to.hpp index db95144e..a6be3bb1 100644 --- a/sprout/operation/fit/realign_to.hpp +++ b/sprout/operation/fit/realign_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_REALIGN_TO_HPP #define SPROUT_OPERATION_FIT_REALIGN_TO_HPP @@ -5,7 +12,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/resize.hpp b/sprout/operation/fit/resize.hpp index 3783a16c..2b72ae22 100644 --- a/sprout/operation/fit/resize.hpp +++ b/sprout/operation/fit/resize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_RESIZE_HPP #define SPROUT_OPERATION_FIT_RESIZE_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/resize_backward.hpp b/sprout/operation/fit/resize_backward.hpp index 6c09a651..e6814561 100644 --- a/sprout/operation/fit/resize_backward.hpp +++ b/sprout/operation/fit/resize_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_RESIZE_BACKWARD_HPP #define SPROUT_OPERATION_FIT_RESIZE_BACKWARD_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fit/set.hpp b/sprout/operation/fit/set.hpp index b1e0272e..1bb180bc 100644 --- a/sprout/operation/fit/set.hpp +++ b/sprout/operation/fit/set.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIT_SET_HPP #define SPROUT_OPERATION_FIT_SET_HPP @@ -6,7 +13,7 @@ #include #include #include -#include +#include #include namespace sprout { diff --git a/sprout/operation/fixed.hpp b/sprout/operation/fixed.hpp index 2475257d..09eee41e 100644 --- a/sprout/operation/fixed.hpp +++ b/sprout/operation/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_HPP #define SPROUT_OPERATION_FIXED_HPP diff --git a/sprout/operation/fixed/append.hpp b/sprout/operation/fixed/append.hpp index a2dfae65..670cdd02 100644 --- a/sprout/operation/fixed/append.hpp +++ b/sprout/operation/fixed/append.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_APPEND_HPP #define SPROUT_OPERATION_FIXED_APPEND_HPP diff --git a/sprout/operation/fixed/append_back.hpp b/sprout/operation/fixed/append_back.hpp index 5c7e643b..852960f5 100644 --- a/sprout/operation/fixed/append_back.hpp +++ b/sprout/operation/fixed/append_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_APPEND_BACK_HPP #define SPROUT_OPERATION_FIXED_APPEND_BACK_HPP diff --git a/sprout/operation/fixed/append_front.hpp b/sprout/operation/fixed/append_front.hpp index df7b237d..77891a93 100644 --- a/sprout/operation/fixed/append_front.hpp +++ b/sprout/operation/fixed/append_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_APPEND_FRONT_HPP #define SPROUT_OPERATION_FIXED_APPEND_FRONT_HPP diff --git a/sprout/operation/fixed/erase.hpp b/sprout/operation/fixed/erase.hpp index a66805b1..11defd16 100644 --- a/sprout/operation/fixed/erase.hpp +++ b/sprout/operation/fixed/erase.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_ERASE_HPP #define SPROUT_OPERATION_FIXED_ERASE_HPP diff --git a/sprout/operation/fixed/erase_n.hpp b/sprout/operation/fixed/erase_n.hpp index 49b43ee6..a56db978 100644 --- a/sprout/operation/fixed/erase_n.hpp +++ b/sprout/operation/fixed/erase_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_ERASE_N_HPP #define SPROUT_OPERATION_FIXED_ERASE_N_HPP diff --git a/sprout/operation/fixed/insert.hpp b/sprout/operation/fixed/insert.hpp index 4545c63c..90f1aab0 100644 --- a/sprout/operation/fixed/insert.hpp +++ b/sprout/operation/fixed/insert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_INSERT_HPP #define SPROUT_OPERATION_FIXED_INSERT_HPP diff --git a/sprout/operation/fixed/insert_n.hpp b/sprout/operation/fixed/insert_n.hpp index d62e0a08..53f803eb 100644 --- a/sprout/operation/fixed/insert_n.hpp +++ b/sprout/operation/fixed/insert_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_INSERT_N_HPP #define SPROUT_OPERATION_FIXED_INSERT_N_HPP diff --git a/sprout/operation/fixed/pop_back.hpp b/sprout/operation/fixed/pop_back.hpp index 5642841b..42a64947 100644 --- a/sprout/operation/fixed/pop_back.hpp +++ b/sprout/operation/fixed/pop_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_POP_BACK_HPP #define SPROUT_OPERATION_FIXED_POP_BACK_HPP diff --git a/sprout/operation/fixed/pop_back_n.hpp b/sprout/operation/fixed/pop_back_n.hpp index 9f5be852..61967748 100644 --- a/sprout/operation/fixed/pop_back_n.hpp +++ b/sprout/operation/fixed/pop_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_POP_BACK_N_HPP #define SPROUT_OPERATION_FIXED_POP_BACK_N_HPP diff --git a/sprout/operation/fixed/pop_front.hpp b/sprout/operation/fixed/pop_front.hpp index 639a79d0..96eccb56 100644 --- a/sprout/operation/fixed/pop_front.hpp +++ b/sprout/operation/fixed/pop_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_POP_FRONT_HPP #define SPROUT_OPERATION_FIXED_POP_FRONT_HPP diff --git a/sprout/operation/fixed/pop_front_n.hpp b/sprout/operation/fixed/pop_front_n.hpp index e8d788f8..59b1f4e4 100644 --- a/sprout/operation/fixed/pop_front_n.hpp +++ b/sprout/operation/fixed/pop_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_POP_FRONT_N_HPP #define SPROUT_OPERATION_FIXED_POP_FRONT_N_HPP diff --git a/sprout/operation/fixed/push_back.hpp b/sprout/operation/fixed/push_back.hpp index ce1bd68d..45f2edc9 100644 --- a/sprout/operation/fixed/push_back.hpp +++ b/sprout/operation/fixed/push_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_PUSH_BACK_HPP #define SPROUT_OPERATION_FIXED_PUSH_BACK_HPP diff --git a/sprout/operation/fixed/push_back_n.hpp b/sprout/operation/fixed/push_back_n.hpp index c0e10c19..56ee4207 100644 --- a/sprout/operation/fixed/push_back_n.hpp +++ b/sprout/operation/fixed/push_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_PUSH_BACK_N_HPP #define SPROUT_OPERATION_FIXED_PUSH_BACK_N_HPP diff --git a/sprout/operation/fixed/push_front.hpp b/sprout/operation/fixed/push_front.hpp index df40b360..25df3578 100644 --- a/sprout/operation/fixed/push_front.hpp +++ b/sprout/operation/fixed/push_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_PUSH_FRONT_HPP #define SPROUT_OPERATION_FIXED_PUSH_FRONT_HPP diff --git a/sprout/operation/fixed/push_front_n.hpp b/sprout/operation/fixed/push_front_n.hpp index 5cf3d1da..c10fe85c 100644 --- a/sprout/operation/fixed/push_front_n.hpp +++ b/sprout/operation/fixed/push_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_PUSH_FRONT_N_HPP #define SPROUT_OPERATION_FIXED_PUSH_FRONT_N_HPP diff --git a/sprout/operation/fixed/realign.hpp b/sprout/operation/fixed/realign.hpp index cc912891..e64c3b3c 100644 --- a/sprout/operation/fixed/realign.hpp +++ b/sprout/operation/fixed/realign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_REALIGN_HPP #define SPROUT_OPERATION_FIXED_REALIGN_HPP diff --git a/sprout/operation/fixed/realign_to.hpp b/sprout/operation/fixed/realign_to.hpp index 450622f5..30aa298c 100644 --- a/sprout/operation/fixed/realign_to.hpp +++ b/sprout/operation/fixed/realign_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_REALIGN_TO_HPP #define SPROUT_OPERATION_FIXED_REALIGN_TO_HPP diff --git a/sprout/operation/fixed/resize.hpp b/sprout/operation/fixed/resize.hpp index 35651214..627ec371 100644 --- a/sprout/operation/fixed/resize.hpp +++ b/sprout/operation/fixed/resize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_RESIZE_HPP #define SPROUT_OPERATION_FIXED_RESIZE_HPP diff --git a/sprout/operation/fixed/resize_backward.hpp b/sprout/operation/fixed/resize_backward.hpp index b516af79..177908ae 100644 --- a/sprout/operation/fixed/resize_backward.hpp +++ b/sprout/operation/fixed/resize_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_RESIZE_BACKWARD_HPP #define SPROUT_OPERATION_FIXED_RESIZE_BACKWARD_HPP diff --git a/sprout/operation/fixed/set.hpp b/sprout/operation/fixed/set.hpp index 90a1969b..b9f5e61a 100644 --- a/sprout/operation/fixed/set.hpp +++ b/sprout/operation/fixed/set.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_FIXED_SET_HPP #define SPROUT_OPERATION_FIXED_SET_HPP diff --git a/sprout/operation/insert.hpp b/sprout/operation/insert.hpp index 212251d1..1cb5957f 100644 --- a/sprout/operation/insert.hpp +++ b/sprout/operation/insert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_INSERT_HPP #define SPROUT_OPERATION_INSERT_HPP diff --git a/sprout/operation/insert_n.hpp b/sprout/operation/insert_n.hpp index 5ee3ea99..5f5691a4 100644 --- a/sprout/operation/insert_n.hpp +++ b/sprout/operation/insert_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_INSERT_N_HPP #define SPROUT_OPERATION_INSERT_N_HPP diff --git a/sprout/operation/pop_back.hpp b/sprout/operation/pop_back.hpp index a4481bd1..8e1d9bb4 100644 --- a/sprout/operation/pop_back.hpp +++ b/sprout/operation/pop_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_POP_BACK_HPP #define SPROUT_OPERATION_POP_BACK_HPP diff --git a/sprout/operation/pop_back_n.hpp b/sprout/operation/pop_back_n.hpp index a21627f3..dc254758 100644 --- a/sprout/operation/pop_back_n.hpp +++ b/sprout/operation/pop_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_POP_BACK_N_HPP #define SPROUT_OPERATION_POP_BACK_N_HPP diff --git a/sprout/operation/pop_front.hpp b/sprout/operation/pop_front.hpp index b04307ec..30527370 100644 --- a/sprout/operation/pop_front.hpp +++ b/sprout/operation/pop_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_POP_FRONT_HPP #define SPROUT_OPERATION_POP_FRONT_HPP diff --git a/sprout/operation/pop_front_n.hpp b/sprout/operation/pop_front_n.hpp index 1674d52f..183f623d 100644 --- a/sprout/operation/pop_front_n.hpp +++ b/sprout/operation/pop_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_POP_FRONT_N_HPP #define SPROUT_OPERATION_POP_FRONT_N_HPP diff --git a/sprout/operation/push_back.hpp b/sprout/operation/push_back.hpp index fd6e3bbd..3312666e 100644 --- a/sprout/operation/push_back.hpp +++ b/sprout/operation/push_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_PUSH_BACK_HPP #define SPROUT_OPERATION_PUSH_BACK_HPP diff --git a/sprout/operation/push_back_n.hpp b/sprout/operation/push_back_n.hpp index 8f29d568..9e60e6ae 100644 --- a/sprout/operation/push_back_n.hpp +++ b/sprout/operation/push_back_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_PUSH_BACK_N_HPP #define SPROUT_OPERATION_PUSH_BACK_N_HPP diff --git a/sprout/operation/push_front.hpp b/sprout/operation/push_front.hpp index d06a973b..0643f3c6 100644 --- a/sprout/operation/push_front.hpp +++ b/sprout/operation/push_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_PUSH_FRONT_HPP #define SPROUT_OPERATION_PUSH_FRONT_HPP diff --git a/sprout/operation/push_front_n.hpp b/sprout/operation/push_front_n.hpp index 6e6021e7..cc05875a 100644 --- a/sprout/operation/push_front_n.hpp +++ b/sprout/operation/push_front_n.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_PUSH_FRONT_N_HPP #define SPROUT_OPERATION_PUSH_FRONT_N_HPP diff --git a/sprout/operation/realign.hpp b/sprout/operation/realign.hpp index 138b6edc..2bc39713 100644 --- a/sprout/operation/realign.hpp +++ b/sprout/operation/realign.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_REALIGN_HPP #define SPROUT_OPERATION_REALIGN_HPP diff --git a/sprout/operation/realign_to.hpp b/sprout/operation/realign_to.hpp index f8d9bede..a819f6c0 100644 --- a/sprout/operation/realign_to.hpp +++ b/sprout/operation/realign_to.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_REALIGN_TO_HPP #define SPROUT_OPERATION_REALIGN_TO_HPP diff --git a/sprout/operation/resize.hpp b/sprout/operation/resize.hpp index 2024c8ae..efa8a896 100644 --- a/sprout/operation/resize.hpp +++ b/sprout/operation/resize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_RESIZE_HPP #define SPROUT_OPERATION_RESIZE_HPP diff --git a/sprout/operation/resize_backward.hpp b/sprout/operation/resize_backward.hpp index 5889e12d..4e2cf022 100644 --- a/sprout/operation/resize_backward.hpp +++ b/sprout/operation/resize_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_RESIZE_BACKWARD_HPP #define SPROUT_OPERATION_RESIZE_BACKWARD_HPP diff --git a/sprout/operation/set.hpp b/sprout/operation/set.hpp index 89440912..a4cd23d3 100644 --- a/sprout/operation/set.hpp +++ b/sprout/operation/set.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPERATION_SET_HPP #define SPROUT_OPERATION_SET_HPP diff --git a/sprout/optional.hpp b/sprout/optional.hpp index 89ed657c..69b7c1e4 100644 --- a/sprout/optional.hpp +++ b/sprout/optional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_HPP #define SPROUT_OPTIONAL_HPP diff --git a/sprout/optional/comparison.hpp b/sprout/optional/comparison.hpp index 463b2b2f..5d440b72 100644 --- a/sprout/optional/comparison.hpp +++ b/sprout/optional/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_COMPARISON_HPP #define SPROUT_OPTIONAL_COMPARISON_HPP diff --git a/sprout/optional/exceptions.hpp b/sprout/optional/exceptions.hpp index 3dcb40f7..f9ac7951 100644 --- a/sprout/optional/exceptions.hpp +++ b/sprout/optional/exceptions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_EXCEPTIONS_HPP #define SPROUT_OPTIONAL_EXCEPTIONS_HPP diff --git a/sprout/optional/get.hpp b/sprout/optional/get.hpp index cd7334e3..573c35a4 100644 --- a/sprout/optional/get.hpp +++ b/sprout/optional/get.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_GET_HPP #define SPROUT_OPTIONAL_GET_HPP diff --git a/sprout/optional/hash.hpp b/sprout/optional/hash.hpp index af698542..a04492d1 100644 --- a/sprout/optional/hash.hpp +++ b/sprout/optional/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_HASH_HPP #define SPROUT_OPTIONAL_HASH_HPP diff --git a/sprout/optional/in_place.hpp b/sprout/optional/in_place.hpp index c7b3f5f8..eb24e068 100644 --- a/sprout/optional/in_place.hpp +++ b/sprout/optional/in_place.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_IN_PLACE_HPP #define SPROUT_OPTIONAL_IN_PLACE_HPP diff --git a/sprout/optional/io.hpp b/sprout/optional/io.hpp index e562ff29..230ce135 100644 --- a/sprout/optional/io.hpp +++ b/sprout/optional/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_IO_HPP #define SPROUT_OPTIONAL_IO_HPP diff --git a/sprout/optional/make_optional.hpp b/sprout/optional/make_optional.hpp index 9303242f..c8ced9de 100644 --- a/sprout/optional/make_optional.hpp +++ b/sprout/optional/make_optional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_MAKE_OPTIONAL_HPP #define SPROUT_OPTIONAL_MAKE_OPTIONAL_HPP diff --git a/sprout/optional/nullopt.hpp b/sprout/optional/nullopt.hpp index 97829c3f..f26fa13b 100644 --- a/sprout/optional/nullopt.hpp +++ b/sprout/optional/nullopt.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_NULLOPT_HPP #define SPROUT_OPTIONAL_NULLOPT_HPP diff --git a/sprout/optional/optional.hpp b/sprout/optional/optional.hpp index ac53a6c1..abf32eae 100644 --- a/sprout/optional/optional.hpp +++ b/sprout/optional/optional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_OPTIONAL_OPTIONAL_HPP #define SPROUT_OPTIONAL_OPTIONAL_HPP diff --git a/sprout/pit.hpp b/sprout/pit.hpp index 9394d4e7..c6229cdc 100644 --- a/sprout/pit.hpp +++ b/sprout/pit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_HPP #define SPROUT_PIT_HPP diff --git a/sprout/pit/comparison.hpp b/sprout/pit/comparison.hpp index 23491f48..eb21f36a 100644 --- a/sprout/pit/comparison.hpp +++ b/sprout/pit/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_COMPARISON_HPP #define SPROUT_PIT_COMPARISON_HPP diff --git a/sprout/pit/container.hpp b/sprout/pit/container.hpp index b53711f2..3a0a0def 100644 --- a/sprout/pit/container.hpp +++ b/sprout/pit/container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_CONTAINER_HPP #define SPROUT_PIT_CONTAINER_HPP diff --git a/sprout/pit/hash.hpp b/sprout/pit/hash.hpp index 2d6264bf..5585e270 100644 --- a/sprout/pit/hash.hpp +++ b/sprout/pit/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_HASH_HPP #define SPROUT_PIT_HASH_HPP diff --git a/sprout/pit/pit.hpp b/sprout/pit/pit.hpp index 20fd416e..1f1eb599 100644 --- a/sprout/pit/pit.hpp +++ b/sprout/pit/pit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_PIT_HPP #define SPROUT_PIT_PIT_HPP diff --git a/sprout/pit/tuple.hpp b/sprout/pit/tuple.hpp index 921b9e8b..3238fb51 100644 --- a/sprout/pit/tuple.hpp +++ b/sprout/pit/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_TUPLE_HPP #define SPROUT_PIT_TUPLE_HPP diff --git a/sprout/pit/type_traits.hpp b/sprout/pit/type_traits.hpp index 0ebcc1c3..fce3a4a5 100644 --- a/sprout/pit/type_traits.hpp +++ b/sprout/pit/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PIT_TYPE_TRAITS_HPP #define SPROUT_PIT_TYPE_TRAITS_HPP diff --git a/sprout/preprocessor.hpp b/sprout/preprocessor.hpp index 27b6599c..8ff134a2 100644 --- a/sprout/preprocessor.hpp +++ b/sprout/preprocessor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_HPP #define SPROUT_PREPROCESSOR_HPP diff --git a/sprout/preprocessor/cat.hpp b/sprout/preprocessor/cat.hpp index 6f014441..553174fb 100644 --- a/sprout/preprocessor/cat.hpp +++ b/sprout/preprocessor/cat.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_CAT_HPP #define SPROUT_PREPROCESSOR_CAT_HPP diff --git a/sprout/preprocessor/empty.hpp b/sprout/preprocessor/empty.hpp index 4de96c19..8a735a2e 100644 --- a/sprout/preprocessor/empty.hpp +++ b/sprout/preprocessor/empty.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_EMPTY_HPP #define SPROUT_PREPROCESSOR_EMPTY_HPP diff --git a/sprout/preprocessor/str_all.hpp b/sprout/preprocessor/str_all.hpp index fc149f8f..d384356b 100644 --- a/sprout/preprocessor/str_all.hpp +++ b/sprout/preprocessor/str_all.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_STR_ALL_HPP #define SPROUT_PREPROCESSOR_STR_ALL_HPP diff --git a/sprout/preprocessor/stringize.hpp b/sprout/preprocessor/stringize.hpp index e59d1635..0d6d8112 100644 --- a/sprout/preprocessor/stringize.hpp +++ b/sprout/preprocessor/stringize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_STRINGIZE_HPP #define SPROUT_PREPROCESSOR_STRINGIZE_HPP diff --git a/sprout/preprocessor/stringize_all.hpp b/sprout/preprocessor/stringize_all.hpp index e911b9f8..d69272e6 100644 --- a/sprout/preprocessor/stringize_all.hpp +++ b/sprout/preprocessor/stringize_all.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP #define SPROUT_PREPROCESSOR_STRINGIZE_ALL_HPP diff --git a/sprout/preprocessor/u16str.hpp b/sprout/preprocessor/u16str.hpp index e2d34150..01c11f01 100644 --- a/sprout/preprocessor/u16str.hpp +++ b/sprout/preprocessor/u16str.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_U16STR_HPP #define SPROUT_PREPROCESSOR_U16STR_HPP diff --git a/sprout/preprocessor/u16stringize.hpp b/sprout/preprocessor/u16stringize.hpp index ce611557..b973bad5 100644 --- a/sprout/preprocessor/u16stringize.hpp +++ b/sprout/preprocessor/u16stringize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_U16STRINGIZE_HPP #define SPROUT_PREPROCESSOR_U16STRINGIZE_HPP diff --git a/sprout/preprocessor/u32str.hpp b/sprout/preprocessor/u32str.hpp index 7203ab23..7481850f 100644 --- a/sprout/preprocessor/u32str.hpp +++ b/sprout/preprocessor/u32str.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_U32STR_HPP #define SPROUT_PREPROCESSOR_U32STR_HPP diff --git a/sprout/preprocessor/u32stringize.hpp b/sprout/preprocessor/u32stringize.hpp index 124fe5a4..e90b7011 100644 --- a/sprout/preprocessor/u32stringize.hpp +++ b/sprout/preprocessor/u32stringize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_U32STRINGIZE_HPP #define SPROUT_PREPROCESSOR_U32STRINGIZE_HPP diff --git a/sprout/preprocessor/unique_string.hpp b/sprout/preprocessor/unique_string.hpp index 0ab52e21..24974f87 100644 --- a/sprout/preprocessor/unique_string.hpp +++ b/sprout/preprocessor/unique_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_UNIQUE_STRING_HPP #define SPROUT_PREPROCESSOR_UNIQUE_STRING_HPP diff --git a/sprout/preprocessor/wstr.hpp b/sprout/preprocessor/wstr.hpp index dc238996..404c3fc9 100644 --- a/sprout/preprocessor/wstr.hpp +++ b/sprout/preprocessor/wstr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_WSTR_HPP #define SPROUT_PREPROCESSOR_WSTR_HPP diff --git a/sprout/preprocessor/wstringize.hpp b/sprout/preprocessor/wstringize.hpp index a66115a9..56e3e6d7 100644 --- a/sprout/preprocessor/wstringize.hpp +++ b/sprout/preprocessor/wstringize.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_PREPROCESSOR_WSTRINGIZE_HPP #define SPROUT_PREPROCESSOR_WSTRINGIZE_HPP diff --git a/sprout/random.hpp b/sprout/random.hpp index 9b635c0e..467a015b 100644 --- a/sprout/random.hpp +++ b/sprout/random.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_HPP #define SPROUT_RANDOM_HPP diff --git a/sprout/random/additive_combine.hpp b/sprout/random/additive_combine.hpp index 57eb5ba5..d7470ed7 100644 --- a/sprout/random/additive_combine.hpp +++ b/sprout/random/additive_combine.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_ADDITIVE_COMBINE_HPP #define SPROUT_RANDOM_ADDITIVE_COMBINE_HPP diff --git a/sprout/random/bernoulli_distribution.hpp b/sprout/random/bernoulli_distribution.hpp index a63a846e..091c8c4c 100644 --- a/sprout/random/bernoulli_distribution.hpp +++ b/sprout/random/bernoulli_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_BERNOULLI_DISTRIBUTION_HPP #define SPROUT_RANDOM_BERNOULLI_DISTRIBUTION_HPP diff --git a/sprout/random/binomial_distribution.hpp b/sprout/random/binomial_distribution.hpp index cac0d5bf..9cc13700 100644 --- a/sprout/random/binomial_distribution.hpp +++ b/sprout/random/binomial_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_BINOMIAL_DISTRIBUTION_HPP #define SPROUT_RANDOM_BINOMIAL_DISTRIBUTION_HPP diff --git a/sprout/random/default_random_engine.hpp b/sprout/random/default_random_engine.hpp index 4a612d4a..b1ddf93b 100644 --- a/sprout/random/default_random_engine.hpp +++ b/sprout/random/default_random_engine.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DEFAULT_RANDOM_ENGINE_HPP #define SPROUT_RANDOM_DEFAULT_RANDOM_ENGINE_HPP diff --git a/sprout/random/detail/const_mod.hpp b/sprout/random/detail/const_mod.hpp index 565fb2cb..5dec1dc1 100644 --- a/sprout/random/detail/const_mod.hpp +++ b/sprout/random/detail/const_mod.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DETAIL_CONST_MOD_HPP #define SPROUT_RANDOM_DETAIL_CONST_MOD_HPP diff --git a/sprout/random/detail/generator_bits.hpp b/sprout/random/detail/generator_bits.hpp index da7088fc..17414a88 100644 --- a/sprout/random/detail/generator_bits.hpp +++ b/sprout/random/detail/generator_bits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DETAIL_GENERATOR_BITS_HPP #define SPROUT_RANDOM_DETAIL_GENERATOR_BITS_HPP diff --git a/sprout/random/detail/ptr_helper.hpp b/sprout/random/detail/ptr_helper.hpp index 928ea818..8645ba6c 100644 --- a/sprout/random/detail/ptr_helper.hpp +++ b/sprout/random/detail/ptr_helper.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DETAIL_PTR_HELPER_HPP #define SPROUT_RANDOM_DETAIL_PTR_HELPER_HPP diff --git a/sprout/random/detail/signed_unsigned_tools.hpp b/sprout/random/detail/signed_unsigned_tools.hpp index 13b27b1d..9bde3796 100644 --- a/sprout/random/detail/signed_unsigned_tools.hpp +++ b/sprout/random/detail/signed_unsigned_tools.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DETAIL_SIGNED_UNSIGNED_TOOLS_HPP #define SPROUT_RANDOM_DETAIL_SIGNED_UNSIGNED_TOOLS_HPP diff --git a/sprout/random/detail/uniform_int_float.hpp b/sprout/random/detail/uniform_int_float.hpp index c1325d97..3984ffdb 100644 --- a/sprout/random/detail/uniform_int_float.hpp +++ b/sprout/random/detail/uniform_int_float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DETAIL_UNIFORM_INT_FLOAT_HPP #define SPROUT_RANDOM_DETAIL_UNIFORM_INT_FLOAT_HPP diff --git a/sprout/random/distribution.hpp b/sprout/random/distribution.hpp index 2518df7e..7c960642 100644 --- a/sprout/random/distribution.hpp +++ b/sprout/random/distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_DISTRIBUTION_HPP #define SPROUT_RANDOM_DISTRIBUTION_HPP diff --git a/sprout/random/engine.hpp b/sprout/random/engine.hpp index fddc1f2b..27344402 100644 --- a/sprout/random/engine.hpp +++ b/sprout/random/engine.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_ENGINE_HPP #define SPROUT_RANDOM_ENGINE_HPP diff --git a/sprout/random/geometric_distribution.hpp b/sprout/random/geometric_distribution.hpp index 5665813f..43ce21bd 100644 --- a/sprout/random/geometric_distribution.hpp +++ b/sprout/random/geometric_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_GEOMETRIC_DISTRIBUTION_HPP #define SPROUT_RANDOM_GEOMETRIC_DISTRIBUTION_HPP diff --git a/sprout/random/inversive_congruential.hpp b/sprout/random/inversive_congruential.hpp index 2e11ab85..074a1640 100644 --- a/sprout/random/inversive_congruential.hpp +++ b/sprout/random/inversive_congruential.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_INVERSIVE_CONGRUENTIAL_HPP #define SPROUT_RANDOM_INVERSIVE_CONGRUENTIAL_HPP diff --git a/sprout/random/iterator.hpp b/sprout/random/iterator.hpp index 2ef5a463..6ee4a6d0 100644 --- a/sprout/random/iterator.hpp +++ b/sprout/random/iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_ITERATOR_HPP #define SPROUT_RANDOM_ITERATOR_HPP diff --git a/sprout/random/linear_congruential.hpp b/sprout/random/linear_congruential.hpp index 225d296e..4607cf7a 100644 --- a/sprout/random/linear_congruential.hpp +++ b/sprout/random/linear_congruential.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_LINEAR_CONGRUENTIAL_HPP #define SPROUT_RANDOM_LINEAR_CONGRUENTIAL_HPP diff --git a/sprout/random/linear_feedback_shift.hpp b/sprout/random/linear_feedback_shift.hpp index 0081b285..d488c0b6 100644 --- a/sprout/random/linear_feedback_shift.hpp +++ b/sprout/random/linear_feedback_shift.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_LINEAR_FEEDBACK_SHIFT_HPP #define SPROUT_RANDOM_LINEAR_FEEDBACK_SHIFT_HPP diff --git a/sprout/random/mersenne_twister.hpp b/sprout/random/mersenne_twister.hpp index 3f67b4ac..3713d5f3 100644 --- a/sprout/random/mersenne_twister.hpp +++ b/sprout/random/mersenne_twister.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_MERSENNE_TWISTER_HPP #define SPROUT_RANDOM_MERSENNE_TWISTER_HPP diff --git a/sprout/random/normal_distribution.hpp b/sprout/random/normal_distribution.hpp index 03df1792..d908aa96 100644 --- a/sprout/random/normal_distribution.hpp +++ b/sprout/random/normal_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_NORMAL_DISTRIBUTION_HPP #define SPROUT_RANDOM_NORMAL_DISTRIBUTION_HPP diff --git a/sprout/random/random_result.hpp b/sprout/random/random_result.hpp index 49d0e184..7ec968bf 100644 --- a/sprout/random/random_result.hpp +++ b/sprout/random/random_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_RANDOM_RESULT_HPP #define SPROUT_RANDOM_RANDOM_RESULT_HPP diff --git a/sprout/random/range.hpp b/sprout/random/range.hpp index e66b02f1..23fbcd28 100644 --- a/sprout/random/range.hpp +++ b/sprout/random/range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_RANGE_HPP #define SPROUT_RANDOM_RANGE_HPP diff --git a/sprout/random/shuffle_order.hpp b/sprout/random/shuffle_order.hpp index 6694ff80..08232e3f 100644 --- a/sprout/random/shuffle_order.hpp +++ b/sprout/random/shuffle_order.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_SHUFFLE_ORDER_HPP #define SPROUT_RANDOM_SHUFFLE_ORDER_HPP diff --git a/sprout/random/taus88.hpp b/sprout/random/taus88.hpp index ddd21bf7..aa96dcff 100644 --- a/sprout/random/taus88.hpp +++ b/sprout/random/taus88.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_TAUS88_HPP #define SPROUT_RANDOM_TAUS88_HPP diff --git a/sprout/random/uniform_01.hpp b/sprout/random/uniform_01.hpp index 24215b44..af81f34b 100644 --- a/sprout/random/uniform_01.hpp +++ b/sprout/random/uniform_01.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_UNIFORM_01_HPP #define SPROUT_RANDOM_UNIFORM_01_HPP diff --git a/sprout/random/uniform_int_distribution.hpp b/sprout/random/uniform_int_distribution.hpp index 341ba663..d4ebe7dd 100644 --- a/sprout/random/uniform_int_distribution.hpp +++ b/sprout/random/uniform_int_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_UNIFORM_INT_DISTRIBUTION_HPP #define SPROUT_RANDOM_UNIFORM_INT_DISTRIBUTION_HPP diff --git a/sprout/random/uniform_real_distribution.hpp b/sprout/random/uniform_real_distribution.hpp index 40355f29..1b8a86aa 100644 --- a/sprout/random/uniform_real_distribution.hpp +++ b/sprout/random/uniform_real_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_UNIFORM_REAL_DISTRIBUTION_HPP #define SPROUT_RANDOM_UNIFORM_REAL_DISTRIBUTION_HPP diff --git a/sprout/random/uniform_smallint.hpp b/sprout/random/uniform_smallint.hpp index aa7a11a6..04d2b013 100644 --- a/sprout/random/uniform_smallint.hpp +++ b/sprout/random/uniform_smallint.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_UNIFORM_SMALLINT_HPP #define SPROUT_RANDOM_UNIFORM_SMALLINT_HPP diff --git a/sprout/random/unique_seed.hpp b/sprout/random/unique_seed.hpp index ad8be625..e00005f8 100644 --- a/sprout/random/unique_seed.hpp +++ b/sprout/random/unique_seed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_UNIQUE_SEED_HPP #define SPROUT_RANDOM_UNIQUE_SEED_HPP diff --git a/sprout/random/variate_generator.hpp b/sprout/random/variate_generator.hpp index 44397892..e7065851 100644 --- a/sprout/random/variate_generator.hpp +++ b/sprout/random/variate_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_VARIATE_GENERATOR_HPP #define SPROUT_RANDOM_VARIATE_GENERATOR_HPP diff --git a/sprout/random/xor_combine.hpp b/sprout/random/xor_combine.hpp index 5fb8b80d..94b7beed 100644 --- a/sprout/random/xor_combine.hpp +++ b/sprout/random/xor_combine.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANDOM_XOR_COMBINE_HPP #define SPROUT_RANDOM_XOR_COMBINE_HPP diff --git a/sprout/range.hpp b/sprout/range.hpp index e16cce0b..8c9c0181 100644 --- a/sprout/range.hpp +++ b/sprout/range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_HPP #define SPROUT_RANGE_HPP diff --git a/sprout/range/adaptor.hpp b/sprout/range/adaptor.hpp index 71497840..ef9985b9 100644 --- a/sprout/range/adaptor.hpp +++ b/sprout/range/adaptor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_HPP #define SPROUT_RANGE_ADAPTOR_HPP diff --git a/sprout/range/adaptor/adapted_dropped.hpp b/sprout/range/adaptor/adapted_dropped.hpp index d411b23c..0ded4617 100644 --- a/sprout/range/adaptor/adapted_dropped.hpp +++ b/sprout/range/adaptor/adapted_dropped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_DROPPED_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_DROPPED_HPP diff --git a/sprout/range/adaptor/adapted_dropped_end.hpp b/sprout/range/adaptor/adapted_dropped_end.hpp index dcfc6806..b25dfada 100644 --- a/sprout/range/adaptor/adapted_dropped_end.hpp +++ b/sprout/range/adaptor/adapted_dropped_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_DROPPED_END_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_DROPPED_END_HPP diff --git a/sprout/range/adaptor/adapted_offset.hpp b/sprout/range/adaptor/adapted_offset.hpp index 747e9dc6..9ed80e35 100644 --- a/sprout/range/adaptor/adapted_offset.hpp +++ b/sprout/range/adaptor/adapted_offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_OFFSET_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_OFFSET_HPP diff --git a/sprout/range/adaptor/adapted_taken.hpp b/sprout/range/adaptor/adapted_taken.hpp index 3b267838..d057fe80 100644 --- a/sprout/range/adaptor/adapted_taken.hpp +++ b/sprout/range/adaptor/adapted_taken.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_TAKEN_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_TAKEN_HPP diff --git a/sprout/range/adaptor/adapted_taken_end.hpp b/sprout/range/adaptor/adapted_taken_end.hpp index f3464592..49cd0aea 100644 --- a/sprout/range/adaptor/adapted_taken_end.hpp +++ b/sprout/range/adaptor/adapted_taken_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_TAKEN_END_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_TAKEN_END_HPP diff --git a/sprout/range/adaptor/adapted_window.hpp b/sprout/range/adaptor/adapted_window.hpp index e0a6558c..c33b7ace 100644 --- a/sprout/range/adaptor/adapted_window.hpp +++ b/sprout/range/adaptor/adapted_window.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADAPTED_WINDOW_HPP #define SPROUT_RANGE_ADAPTOR_ADAPTED_WINDOW_HPP diff --git a/sprout/range/adaptor/adjacent_filtered.hpp b/sprout/range/adaptor/adjacent_filtered.hpp index 2bc2e83c..52c33b34 100644 --- a/sprout/range/adaptor/adjacent_filtered.hpp +++ b/sprout/range/adaptor/adjacent_filtered.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ADJACENT_FILTERED_HPP #define SPROUT_RANGE_ADAPTOR_ADJACENT_FILTERED_HPP diff --git a/sprout/range/adaptor/alternated.hpp b/sprout/range/adaptor/alternated.hpp index 3dcf02ad..4edc43d8 100644 --- a/sprout/range/adaptor/alternated.hpp +++ b/sprout/range/adaptor/alternated.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_ALTERNATED_HPP #define SPROUT_RANGE_ADAPTOR_ALTERNATED_HPP diff --git a/sprout/range/adaptor/amplitude_spectrum.hpp b/sprout/range/adaptor/amplitude_spectrum.hpp index ad1d205e..53089fee 100644 --- a/sprout/range/adaptor/amplitude_spectrum.hpp +++ b/sprout/range/adaptor/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_AMPLITUDE_SPECTRUM_HPP #define SPROUT_RANGE_ADAPTOR_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/range/adaptor/blanked.hpp b/sprout/range/adaptor/blanked.hpp index 2627d623..7e61b49d 100644 --- a/sprout/range/adaptor/blanked.hpp +++ b/sprout/range/adaptor/blanked.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_BLANKED_HPP #define SPROUT_RANGE_ADAPTOR_BLANKED_HPP diff --git a/sprout/range/adaptor/clamped.hpp b/sprout/range/adaptor/clamped.hpp index 2c104c3e..789cc222 100644 --- a/sprout/range/adaptor/clamped.hpp +++ b/sprout/range/adaptor/clamped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_CLAMPED_HPP #define SPROUT_RANGE_ADAPTOR_CLAMPED_HPP diff --git a/sprout/range/adaptor/copied.hpp b/sprout/range/adaptor/copied.hpp index 70fc0c78..ca222163 100644 --- a/sprout/range/adaptor/copied.hpp +++ b/sprout/range/adaptor/copied.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_COPIED_HPP #define SPROUT_RANGE_ADAPTOR_COPIED_HPP diff --git a/sprout/range/adaptor/counting.hpp b/sprout/range/adaptor/counting.hpp index 1e0a3ed9..73111d9c 100644 --- a/sprout/range/adaptor/counting.hpp +++ b/sprout/range/adaptor/counting.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_COUNTING_HPP #define SPROUT_RANGE_ADAPTOR_COUNTING_HPP diff --git a/sprout/range/adaptor/deep_copied.hpp b/sprout/range/adaptor/deep_copied.hpp index a20fa9ab..eaf5240e 100644 --- a/sprout/range/adaptor/deep_copied.hpp +++ b/sprout/range/adaptor/deep_copied.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DEEP_COPIED_HPP #define SPROUT_RANGE_ADAPTOR_DEEP_COPIED_HPP diff --git a/sprout/range/adaptor/detail/adapted_range_default.hpp b/sprout/range/adaptor/detail/adapted_range_default.hpp index 89e3227b..bcd0b5a6 100644 --- a/sprout/range/adaptor/detail/adapted_range_default.hpp +++ b/sprout/range/adaptor/detail/adapted_range_default.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DETAIL_ADAPTED_RANGE_DEFAULT_HPP #define SPROUT_RANGE_ADAPTOR_DETAIL_ADAPTED_RANGE_DEFAULT_HPP diff --git a/sprout/range/adaptor/detail/jointed_range_default.hpp b/sprout/range/adaptor/detail/jointed_range_default.hpp index 696909f5..b18f6046 100644 --- a/sprout/range/adaptor/detail/jointed_range_default.hpp +++ b/sprout/range/adaptor/detail/jointed_range_default.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DETAIL_JOINTED_RANGE_DEFAULT_HPP #define SPROUT_RANGE_ADAPTOR_DETAIL_JOINTED_RANGE_DEFAULT_HPP diff --git a/sprout/range/adaptor/detail/sized_range_default.hpp b/sprout/range/adaptor/detail/sized_range_default.hpp index abc929fc..1de2eaf4 100644 --- a/sprout/range/adaptor/detail/sized_range_default.hpp +++ b/sprout/range/adaptor/detail/sized_range_default.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DETAIL_SIZED_RANGE_DEFAULT_HPP #define SPROUT_RANGE_ADAPTOR_DETAIL_SIZED_RANGE_DEFAULT_HPP diff --git a/sprout/range/adaptor/dft.hpp b/sprout/range/adaptor/dft.hpp index a66be543..75a454c2 100644 --- a/sprout/range/adaptor/dft.hpp +++ b/sprout/range/adaptor/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DFT_HPP #define SPROUT_RANGE_ADAPTOR_DFT_HPP diff --git a/sprout/range/adaptor/dropped.hpp b/sprout/range/adaptor/dropped.hpp index cbeab499..67c75d93 100644 --- a/sprout/range/adaptor/dropped.hpp +++ b/sprout/range/adaptor/dropped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DROPPED_HPP #define SPROUT_RANGE_ADAPTOR_DROPPED_HPP diff --git a/sprout/range/adaptor/dropped_end.hpp b/sprout/range/adaptor/dropped_end.hpp index d2c98742..5fdaba30 100644 --- a/sprout/range/adaptor/dropped_end.hpp +++ b/sprout/range/adaptor/dropped_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_DROPPED_END_HPP #define SPROUT_RANGE_ADAPTOR_DROPPED_END_HPP diff --git a/sprout/range/adaptor/filled.hpp b/sprout/range/adaptor/filled.hpp index 5f43ff35..00c8eb56 100644 --- a/sprout/range/adaptor/filled.hpp +++ b/sprout/range/adaptor/filled.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP #define SPROUT_RANGE_ADAPTOR_FILLED_HPP diff --git a/sprout/range/adaptor/filtered.hpp b/sprout/range/adaptor/filtered.hpp index c2e37726..f6167b3d 100644 --- a/sprout/range/adaptor/filtered.hpp +++ b/sprout/range/adaptor/filtered.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_FILTERED_HPP #define SPROUT_RANGE_ADAPTOR_FILTERED_HPP diff --git a/sprout/range/adaptor/idft.hpp b/sprout/range/adaptor/idft.hpp index b4b6dd40..3ca7665e 100644 --- a/sprout/range/adaptor/idft.hpp +++ b/sprout/range/adaptor/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_IDFT_HPP #define SPROUT_RANGE_ADAPTOR_IDFT_HPP diff --git a/sprout/range/adaptor/indexed.hpp b/sprout/range/adaptor/indexed.hpp index c89f6c19..eb88178b 100644 --- a/sprout/range/adaptor/indexed.hpp +++ b/sprout/range/adaptor/indexed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_INDEXED_HPP #define SPROUT_RANGE_ADAPTOR_INDEXED_HPP diff --git a/sprout/range/adaptor/jointed.hpp b/sprout/range/adaptor/jointed.hpp index e19a9655..0fbfb367 100644 --- a/sprout/range/adaptor/jointed.hpp +++ b/sprout/range/adaptor/jointed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_JOINTED_HPP #define SPROUT_RANGE_ADAPTOR_JOINTED_HPP diff --git a/sprout/range/adaptor/merged.hpp b/sprout/range/adaptor/merged.hpp index 5fb88d49..c0dd887c 100644 --- a/sprout/range/adaptor/merged.hpp +++ b/sprout/range/adaptor/merged.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_MERGED_HPP #define SPROUT_RANGE_ADAPTOR_MERGED_HPP diff --git a/sprout/range/adaptor/modifying.hpp b/sprout/range/adaptor/modifying.hpp index 5ede5dfb..7449be92 100644 --- a/sprout/range/adaptor/modifying.hpp +++ b/sprout/range/adaptor/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_MODIFYING_HPP #define SPROUT_RANGE_ADAPTOR_MODIFYING_HPP diff --git a/sprout/range/adaptor/offset.hpp b/sprout/range/adaptor/offset.hpp index 0d4edeac..cd3898ac 100644 --- a/sprout/range/adaptor/offset.hpp +++ b/sprout/range/adaptor/offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_OFFSET_HPP #define SPROUT_RANGE_ADAPTOR_OFFSET_HPP diff --git a/sprout/range/adaptor/outdirected.hpp b/sprout/range/adaptor/outdirected.hpp index a1637df2..8100e99c 100644 --- a/sprout/range/adaptor/outdirected.hpp +++ b/sprout/range/adaptor/outdirected.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_OUTDIRECTED_HPP #define SPROUT_RANGE_ADAPTOR_OUTDIRECTED_HPP diff --git a/sprout/range/adaptor/phase_spectrum.hpp b/sprout/range/adaptor/phase_spectrum.hpp index 287868c5..aa862cfc 100644 --- a/sprout/range/adaptor/phase_spectrum.hpp +++ b/sprout/range/adaptor/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_PHASE_SPECTRUM_HPP #define SPROUT_RANGE_ADAPTOR_PHASE_SPECTRUM_HPP diff --git a/sprout/range/adaptor/piped.hpp b/sprout/range/adaptor/piped.hpp index 9bff1a79..e8afea9c 100644 --- a/sprout/range/adaptor/piped.hpp +++ b/sprout/range/adaptor/piped.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_PIPED_HPP #define SPROUT_RANGE_ADAPTOR_PIPED_HPP diff --git a/sprout/range/adaptor/reduction.hpp b/sprout/range/adaptor/reduction.hpp index 91c8c06b..4f257678 100644 --- a/sprout/range/adaptor/reduction.hpp +++ b/sprout/range/adaptor/reduction.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REDUCTION_HPP #define SPROUT_RANGE_ADAPTOR_REDUCTION_HPP diff --git a/sprout/range/adaptor/removed.hpp b/sprout/range/adaptor/removed.hpp index eeb32f17..20b83033 100644 --- a/sprout/range/adaptor/removed.hpp +++ b/sprout/range/adaptor/removed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REMOVED_HPP #define SPROUT_RANGE_ADAPTOR_REMOVED_HPP diff --git a/sprout/range/adaptor/removed_if.hpp b/sprout/range/adaptor/removed_if.hpp index ba23db57..fdc6e598 100644 --- a/sprout/range/adaptor/removed_if.hpp +++ b/sprout/range/adaptor/removed_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REMOVED_IF_HPP #define SPROUT_RANGE_ADAPTOR_REMOVED_IF_HPP diff --git a/sprout/range/adaptor/replaced.hpp b/sprout/range/adaptor/replaced.hpp index 41705076..8e336cd1 100644 --- a/sprout/range/adaptor/replaced.hpp +++ b/sprout/range/adaptor/replaced.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REPLACED_HPP #define SPROUT_RANGE_ADAPTOR_REPLACED_HPP diff --git a/sprout/range/adaptor/replaced_if.hpp b/sprout/range/adaptor/replaced_if.hpp index 210cb08c..1267af53 100644 --- a/sprout/range/adaptor/replaced_if.hpp +++ b/sprout/range/adaptor/replaced_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REPLACED_IF_HPP #define SPROUT_RANGE_ADAPTOR_REPLACED_IF_HPP diff --git a/sprout/range/adaptor/reversed.hpp b/sprout/range/adaptor/reversed.hpp index 778cc937..14278c1e 100644 --- a/sprout/range/adaptor/reversed.hpp +++ b/sprout/range/adaptor/reversed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_REVERSED_HPP #define SPROUT_RANGE_ADAPTOR_REVERSED_HPP diff --git a/sprout/range/adaptor/sawtooth_wave.hpp b/sprout/range/adaptor/sawtooth_wave.hpp index 7f949c0b..febca9c9 100644 --- a/sprout/range/adaptor/sawtooth_wave.hpp +++ b/sprout/range/adaptor/sawtooth_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SAWTOOTH_WAVE_HPP #define SPROUT_RANGE_ADAPTOR_SAWTOOTH_WAVE_HPP diff --git a/sprout/range/adaptor/set_difference.hpp b/sprout/range/adaptor/set_difference.hpp index eb22029d..1d9fdcb8 100644 --- a/sprout/range/adaptor/set_difference.hpp +++ b/sprout/range/adaptor/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SET_DIFFERENCE_HPP #define SPROUT_RANGE_ADAPTOR_SET_DIFFERENCE_HPP diff --git a/sprout/range/adaptor/set_intersection.hpp b/sprout/range/adaptor/set_intersection.hpp index adda50c1..5ed25323 100644 --- a/sprout/range/adaptor/set_intersection.hpp +++ b/sprout/range/adaptor/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SET_INTERSECTION_HPP #define SPROUT_RANGE_ADAPTOR_SET_INTERSECTION_HPP diff --git a/sprout/range/adaptor/set_symmetric_difference.hpp b/sprout/range/adaptor/set_symmetric_difference.hpp index 92be4ddc..eafa72a2 100644 --- a/sprout/range/adaptor/set_symmetric_difference.hpp +++ b/sprout/range/adaptor/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ADAPTOR_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/adaptor/set_union.hpp b/sprout/range/adaptor/set_union.hpp index 237dee0a..8474238e 100644 --- a/sprout/range/adaptor/set_union.hpp +++ b/sprout/range/adaptor/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SET_UNION_HPP #define SPROUT_RANGE_ADAPTOR_SET_UNION_HPP diff --git a/sprout/range/adaptor/sinusoidal.hpp b/sprout/range/adaptor/sinusoidal.hpp index 5614a703..28cd7071 100644 --- a/sprout/range/adaptor/sinusoidal.hpp +++ b/sprout/range/adaptor/sinusoidal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SINUSOIDAL_HPP #define SPROUT_RANGE_ADAPTOR_SINUSOIDAL_HPP diff --git a/sprout/range/adaptor/size_enumed.hpp b/sprout/range/adaptor/size_enumed.hpp index f33839c1..df0a175f 100644 --- a/sprout/range/adaptor/size_enumed.hpp +++ b/sprout/range/adaptor/size_enumed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SIZE_ENUMED_HPP #define SPROUT_RANGE_ADAPTOR_SIZE_ENUMED_HPP diff --git a/sprout/range/adaptor/sized.hpp b/sprout/range/adaptor/sized.hpp index 252d0043..49152848 100644 --- a/sprout/range/adaptor/sized.hpp +++ b/sprout/range/adaptor/sized.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SIZED_HPP #define SPROUT_RANGE_ADAPTOR_SIZED_HPP diff --git a/sprout/range/adaptor/square_wave.hpp b/sprout/range/adaptor/square_wave.hpp index beaf756e..62269094 100644 --- a/sprout/range/adaptor/square_wave.hpp +++ b/sprout/range/adaptor/square_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_SQUARE_WAVE_HPP #define SPROUT_RANGE_ADAPTOR_SQUARE_WAVE_HPP diff --git a/sprout/range/adaptor/steps.hpp b/sprout/range/adaptor/steps.hpp index ffb1fbce..27d3a453 100644 --- a/sprout/range/adaptor/steps.hpp +++ b/sprout/range/adaptor/steps.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_STEPS_HPP #define SPROUT_RANGE_ADAPTOR_STEPS_HPP diff --git a/sprout/range/adaptor/string.hpp b/sprout/range/adaptor/string.hpp index c727722b..9ebb942a 100644 --- a/sprout/range/adaptor/string.hpp +++ b/sprout/range/adaptor/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_STRING_HPP #define SPROUT_RANGE_ADAPTOR_STRING_HPP diff --git a/sprout/range/adaptor/taken.hpp b/sprout/range/adaptor/taken.hpp index df0e8c04..24c9aa97 100644 --- a/sprout/range/adaptor/taken.hpp +++ b/sprout/range/adaptor/taken.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TAKEN_HPP #define SPROUT_RANGE_ADAPTOR_TAKEN_HPP diff --git a/sprout/range/adaptor/taken_end.hpp b/sprout/range/adaptor/taken_end.hpp index cec229cb..e552eecc 100644 --- a/sprout/range/adaptor/taken_end.hpp +++ b/sprout/range/adaptor/taken_end.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TAKEN_END_HPP #define SPROUT_RANGE_ADAPTOR_TAKEN_END_HPP diff --git a/sprout/range/adaptor/to_lower.hpp b/sprout/range/adaptor/to_lower.hpp index 309f3954..73f9bc04 100644 --- a/sprout/range/adaptor/to_lower.hpp +++ b/sprout/range/adaptor/to_lower.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TO_LOWER_HPP #define SPROUT_RANGE_ADAPTOR_TO_LOWER_HPP diff --git a/sprout/range/adaptor/to_upper.hpp b/sprout/range/adaptor/to_upper.hpp index 96c883e0..487ee577 100644 --- a/sprout/range/adaptor/to_upper.hpp +++ b/sprout/range/adaptor/to_upper.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TO_UPPER_HPP #define SPROUT_RANGE_ADAPTOR_TO_UPPER_HPP diff --git a/sprout/range/adaptor/transformed.hpp b/sprout/range/adaptor/transformed.hpp index d3f1af8e..0781821c 100644 --- a/sprout/range/adaptor/transformed.hpp +++ b/sprout/range/adaptor/transformed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TRANSFORMD_HPP #define SPROUT_RANGE_ADAPTOR_TRANSFORMD_HPP diff --git a/sprout/range/adaptor/triangle_wave.hpp b/sprout/range/adaptor/triangle_wave.hpp index 6a5cbf75..48e80a9e 100644 --- a/sprout/range/adaptor/triangle_wave.hpp +++ b/sprout/range/adaptor/triangle_wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_TRIANGLE_WAVE_HPP #define SPROUT_RANGE_ADAPTOR_TRIANGLE_WAVE_HPP diff --git a/sprout/range/adaptor/uniqued.hpp b/sprout/range/adaptor/uniqued.hpp index 2177a218..1f71e3bf 100644 --- a/sprout/range/adaptor/uniqued.hpp +++ b/sprout/range/adaptor/uniqued.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_UNIQUED_HPP #define SPROUT_RANGE_ADAPTOR_UNIQUED_HPP diff --git a/sprout/range/adaptor/valued.hpp b/sprout/range/adaptor/valued.hpp index 6165fdb7..ff75a093 100644 --- a/sprout/range/adaptor/valued.hpp +++ b/sprout/range/adaptor/valued.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_VALUED_HPP #define SPROUT_RANGE_ADAPTOR_VALUED_HPP diff --git a/sprout/range/adaptor/various.hpp b/sprout/range/adaptor/various.hpp index 5e826009..b9178278 100644 --- a/sprout/range/adaptor/various.hpp +++ b/sprout/range/adaptor/various.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_VARIOUS_HPP #define SPROUT_RANGE_ADAPTOR_VARIOUS_HPP diff --git a/sprout/range/adaptor/wave.hpp b/sprout/range/adaptor/wave.hpp index 98d8a2b5..4cf78e89 100644 --- a/sprout/range/adaptor/wave.hpp +++ b/sprout/range/adaptor/wave.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_WAVE_HPP #define SPROUT_RANGE_ADAPTOR_WAVE_HPP diff --git a/sprout/range/adaptor/window.hpp b/sprout/range/adaptor/window.hpp index 3a5568dd..0a2bf9c6 100644 --- a/sprout/range/adaptor/window.hpp +++ b/sprout/range/adaptor/window.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ADAPTOR_WINDOW_HPP #define SPROUT_RANGE_ADAPTOR_WINDOW_HPP diff --git a/sprout/range/algorithm.hpp b/sprout/range/algorithm.hpp index 2c34abd7..ca5651d4 100644 --- a/sprout/range/algorithm.hpp +++ b/sprout/range/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_HPP #define SPROUT_RANGE_ALGORITHM_HPP diff --git a/sprout/range/algorithm/adjacent_find.hpp b/sprout/range/algorithm/adjacent_find.hpp index ed7d355a..192cb2f1 100644 --- a/sprout/range/algorithm/adjacent_find.hpp +++ b/sprout/range/algorithm/adjacent_find.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ADJACENT_FIND_HPP #define SPROUT_RANGE_ALGORITHM_ADJACENT_FIND_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.8 Adjacent find template diff --git a/sprout/range/algorithm/all_of.hpp b/sprout/range/algorithm/all_of.hpp index c3d62a04..a505f9d3 100644 --- a/sprout/range/algorithm/all_of.hpp +++ b/sprout/range/algorithm/all_of.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_HPP #define SPROUT_RANGE_ALGORITHM_ALL_OF_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.1 All of template diff --git a/sprout/range/algorithm/all_of_equal.hpp b/sprout/range/algorithm/all_of_equal.hpp index 318807c0..de0405c6 100644 --- a/sprout/range/algorithm/all_of_equal.hpp +++ b/sprout/range/algorithm/all_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP #define SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP diff --git a/sprout/range/algorithm/any_of.hpp b/sprout/range/algorithm/any_of.hpp index 56d4e94d..ad4b3cc0 100644 --- a/sprout/range/algorithm/any_of.hpp +++ b/sprout/range/algorithm/any_of.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ANY_OF_HPP #define SPROUT_RANGE_ALGORITHM_ANY_OF_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.2 Any of template diff --git a/sprout/range/algorithm/any_of_equal.hpp b/sprout/range/algorithm/any_of_equal.hpp index 2c0dcd7b..1a81cad3 100644 --- a/sprout/range/algorithm/any_of_equal.hpp +++ b/sprout/range/algorithm/any_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP #define SPROUT_RANGE_ALGORITHM_ALL_OF_EQUAL_HPP diff --git a/sprout/range/algorithm/binary_search.hpp b/sprout/range/algorithm/binary_search.hpp index e3220fef..12b5cf93 100644 --- a/sprout/range/algorithm/binary_search.hpp +++ b/sprout/range/algorithm/binary_search.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_BINARY_SEARCH_HPP #define SPROUT_RANGE_ALGORITHM_BINARY_SEARCH_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.4 binary_search template diff --git a/sprout/range/algorithm/clamp_range_copy.hpp b/sprout/range/algorithm/clamp_range_copy.hpp index f26e641e..bfe2d4c7 100644 --- a/sprout/range/algorithm/clamp_range_copy.hpp +++ b/sprout/range/algorithm/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_CLAMP_RANGE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_CLAMP_RANGE_COPY_HPP diff --git a/sprout/range/algorithm/copy.hpp b/sprout/range/algorithm/copy.hpp index 1d86a148..79d2e54e 100644 --- a/sprout/range/algorithm/copy.hpp +++ b/sprout/range/algorithm/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COPY_HPP #define SPROUT_RANGE_ALGORITHM_COPY_HPP diff --git a/sprout/range/algorithm/copy_backward.hpp b/sprout/range/algorithm/copy_backward.hpp index f6c1be2e..a606edc8 100644 --- a/sprout/range/algorithm/copy_backward.hpp +++ b/sprout/range/algorithm/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COPY_BACKWARD_HPP #define SPROUT_RANGE_ALGORITHM_COPY_BACKWARD_HPP diff --git a/sprout/range/algorithm/copy_if.hpp b/sprout/range/algorithm/copy_if.hpp index 97849df7..d86f26fe 100644 --- a/sprout/range/algorithm/copy_if.hpp +++ b/sprout/range/algorithm/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_COPY_IF_HPP diff --git a/sprout/range/algorithm/copy_until.hpp b/sprout/range/algorithm/copy_until.hpp index d4395a25..09e3f1bb 100644 --- a/sprout/range/algorithm/copy_until.hpp +++ b/sprout/range/algorithm/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COPY_UNTIL_HPP #define SPROUT_RANGE_ALGORITHM_COPY_UNTIL_HPP diff --git a/sprout/range/algorithm/copy_while.hpp b/sprout/range/algorithm/copy_while.hpp index ce3518d6..c7812b6d 100644 --- a/sprout/range/algorithm/copy_while.hpp +++ b/sprout/range/algorithm/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COPY_WHILE_HPP #define SPROUT_RANGE_ALGORITHM_COPY_WHILE_HPP diff --git a/sprout/range/algorithm/count.hpp b/sprout/range/algorithm/count.hpp index c5444a3f..72a1519c 100644 --- a/sprout/range/algorithm/count.hpp +++ b/sprout/range/algorithm/count.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COUNT_HPP #define SPROUT_RANGE_ALGORITHM_COUNT_HPP @@ -8,7 +16,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.9 Count template diff --git a/sprout/range/algorithm/count_if.hpp b/sprout/range/algorithm/count_if.hpp index 01b91082..6fd0dd2f 100644 --- a/sprout/range/algorithm/count_if.hpp +++ b/sprout/range/algorithm/count_if.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_COUNT_IF_HPP #define SPROUT_RANGE_ALGORITHM_COUNT_IF_HPP @@ -8,7 +16,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.9 Count template diff --git a/sprout/range/algorithm/equal.hpp b/sprout/range/algorithm/equal.hpp index 18831fb1..0a04fdb7 100644 --- a/sprout/range/algorithm/equal.hpp +++ b/sprout/range/algorithm/equal.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_EQUAL_HPP #define SPROUT_RANGE_ALGORITHM_EQUAL_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.11 Equal template diff --git a/sprout/range/algorithm/equal_range.hpp b/sprout/range/algorithm/equal_range.hpp index 323cd06d..742db998 100644 --- a/sprout/range/algorithm/equal_range.hpp +++ b/sprout/range/algorithm/equal_range.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_EQUAL_RANGE_HPP #define SPROUT_RANGE_ALGORITHM_EQUAL_RANGE_HPP @@ -17,7 +25,6 @@ namespace sprout { } } // namespace detail - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.3 equal_range template diff --git a/sprout/range/algorithm/find.hpp b/sprout/range/algorithm/find.hpp index 5cf1dbd9..fc61af37 100644 --- a/sprout/range/algorithm/find.hpp +++ b/sprout/range/algorithm/find.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_HPP #define SPROUT_RANGE_ALGORITHM_FIND_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.5 Find template diff --git a/sprout/range/algorithm/find_difference.hpp b/sprout/range/algorithm/find_difference.hpp index 0aa4f612..c8a55efe 100644 --- a/sprout/range/algorithm/find_difference.hpp +++ b/sprout/range/algorithm/find_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIND_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/find_end.hpp b/sprout/range/algorithm/find_end.hpp index dcfb8930..61612077 100644 --- a/sprout/range/algorithm/find_end.hpp +++ b/sprout/range/algorithm/find_end.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_END_HPP #define SPROUT_RANGE_ALGORITHM_FIND_END_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.6 Find end template diff --git a/sprout/range/algorithm/find_first_of.hpp b/sprout/range/algorithm/find_first_of.hpp index 8849bd9f..2ae97601 100644 --- a/sprout/range/algorithm/find_first_of.hpp +++ b/sprout/range/algorithm/find_first_of.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_FIRST_OF_HPP #define SPROUT_RANGE_ALGORITHM_FIND_FIRST_OF_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.7 Find first template diff --git a/sprout/range/algorithm/find_if.hpp b/sprout/range/algorithm/find_if.hpp index a94eac1f..d556029a 100644 --- a/sprout/range/algorithm/find_if.hpp +++ b/sprout/range/algorithm/find_if.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIND_IF_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.5 Find template diff --git a/sprout/range/algorithm/find_if_not.hpp b/sprout/range/algorithm/find_if_not.hpp index 816b9fc2..c415763b 100644 --- a/sprout/range/algorithm/find_if_not.hpp +++ b/sprout/range/algorithm/find_if_not.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_IF_NOT_HPP #define SPROUT_RANGE_ALGORITHM_FIND_IF_NOT_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.5 Find template diff --git a/sprout/range/algorithm/find_intersection.hpp b/sprout/range/algorithm/find_intersection.hpp index ff4b0fdb..b5e8e38f 100644 --- a/sprout/range/algorithm/find_intersection.hpp +++ b/sprout/range/algorithm/find_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_INTERSECTION_HPP #define SPROUT_RANGE_ALGORITHM_FIND_INTERSECTION_HPP diff --git a/sprout/range/algorithm/find_symmetric_difference.hpp b/sprout/range/algorithm/find_symmetric_difference.hpp index 0e5aa220..2611b6ff 100644 --- a/sprout/range/algorithm/find_symmetric_difference.hpp +++ b/sprout/range/algorithm/find_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIND_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIND_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/fit.hpp b/sprout/range/algorithm/fit.hpp index 0c361619..c9655479 100644 --- a/sprout/range/algorithm/fit.hpp +++ b/sprout/range/algorithm/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_HPP #define SPROUT_RANGE_ALGORITHM_FIT_HPP diff --git a/sprout/range/algorithm/fit/clamp_range_copy.hpp b/sprout/range/algorithm/fit/clamp_range_copy.hpp index 2e171c6a..557416ba 100644 --- a/sprout/range/algorithm/fit/clamp_range_copy.hpp +++ b/sprout/range/algorithm/fit/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_CLAMP_RANGE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_CLAMP_RANGE_COPY_HPP diff --git a/sprout/range/algorithm/fit/copy.hpp b/sprout/range/algorithm/fit/copy.hpp index 5f6f7f67..bc07e7d1 100644 --- a/sprout/range/algorithm/fit/copy.hpp +++ b/sprout/range/algorithm/fit/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_COPY_HPP diff --git a/sprout/range/algorithm/fit/copy_backward.hpp b/sprout/range/algorithm/fit/copy_backward.hpp index de2b1bcf..bcaa36c2 100644 --- a/sprout/range/algorithm/fit/copy_backward.hpp +++ b/sprout/range/algorithm/fit/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_COPY_BACKWARD_HPP #define SPROUT_RANGE_ALGORITHM_FIT_COPY_BACKWARD_HPP diff --git a/sprout/range/algorithm/fit/copy_if.hpp b/sprout/range/algorithm/fit/copy_if.hpp index 76f09bd8..5f9e7ea0 100644 --- a/sprout/range/algorithm/fit/copy_if.hpp +++ b/sprout/range/algorithm/fit/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIT_COPY_IF_HPP diff --git a/sprout/range/algorithm/fit/copy_until.hpp b/sprout/range/algorithm/fit/copy_until.hpp index 6c4f5328..f1fd1297 100644 --- a/sprout/range/algorithm/fit/copy_until.hpp +++ b/sprout/range/algorithm/fit/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_COPY_UNTIL_HPP #define SPROUT_RANGE_ALGORITHM_FIT_COPY_UNTIL_HPP diff --git a/sprout/range/algorithm/fit/copy_while.hpp b/sprout/range/algorithm/fit/copy_while.hpp index c2baef3d..b7cd628b 100644 --- a/sprout/range/algorithm/fit/copy_while.hpp +++ b/sprout/range/algorithm/fit/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_COPY_WHILE_HPP #define SPROUT_RANGE_ALGORITHM_FIT_COPY_WHILE_HPP diff --git a/sprout/range/algorithm/fit/merge.hpp b/sprout/range/algorithm/fit/merge.hpp index f42e2a09..0aeb1591 100644 --- a/sprout/range/algorithm/fit/merge.hpp +++ b/sprout/range/algorithm/fit/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_MERGE_HPP #define SPROUT_RANGE_ALGORITHM_FIT_MERGE_HPP diff --git a/sprout/range/algorithm/fit/partition_copy.hpp b/sprout/range/algorithm/fit/partition_copy.hpp index 72bf5863..1fed2e31 100644 --- a/sprout/range/algorithm/fit/partition_copy.hpp +++ b/sprout/range/algorithm/fit/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/fit/remove_copy.hpp b/sprout/range/algorithm/fit/remove_copy.hpp index 0377b4a7..9e0e6fd1 100644 --- a/sprout/range/algorithm/fit/remove_copy.hpp +++ b/sprout/range/algorithm/fit/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_REMOVE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_REMOVE_COPY_HPP diff --git a/sprout/range/algorithm/fit/remove_copy_if.hpp b/sprout/range/algorithm/fit/remove_copy_if.hpp index 9f253c45..1c7ce5b0 100644 --- a/sprout/range/algorithm/fit/remove_copy_if.hpp +++ b/sprout/range/algorithm/fit/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_REMOVE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIT_REMOVE_COPY_IF_HPP diff --git a/sprout/range/algorithm/fit/replace_copy.hpp b/sprout/range/algorithm/fit/replace_copy.hpp index d865b069..ad5a38b5 100644 --- a/sprout/range/algorithm/fit/replace_copy.hpp +++ b/sprout/range/algorithm/fit/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_REPLACE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_REPLACE_COPY_HPP diff --git a/sprout/range/algorithm/fit/replace_copy_if.hpp b/sprout/range/algorithm/fit/replace_copy_if.hpp index 5378c28c..ec595c38 100644 --- a/sprout/range/algorithm/fit/replace_copy_if.hpp +++ b/sprout/range/algorithm/fit/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_REPLACE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIT_REPLACE_COPY_IF_HPP diff --git a/sprout/range/algorithm/fit/reverse_copy.hpp b/sprout/range/algorithm/fit/reverse_copy.hpp index 6c931f76..0c8f5c7c 100644 --- a/sprout/range/algorithm/fit/reverse_copy.hpp +++ b/sprout/range/algorithm/fit/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_REVERSE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_REVERSE_COPY_HPP diff --git a/sprout/range/algorithm/fit/rotate_copy.hpp b/sprout/range/algorithm/fit/rotate_copy.hpp index 26150d67..29ab23e2 100644 --- a/sprout/range/algorithm/fit/rotate_copy.hpp +++ b/sprout/range/algorithm/fit/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_ROTATE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_ROTATE_COPY_HPP diff --git a/sprout/range/algorithm/fit/set_difference.hpp b/sprout/range/algorithm/fit/set_difference.hpp index 2ec54baf..7f245352 100644 --- a/sprout/range/algorithm/fit/set_difference.hpp +++ b/sprout/range/algorithm/fit/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_SET_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIT_SET_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/fit/set_intersection.hpp b/sprout/range/algorithm/fit/set_intersection.hpp index 428b7bd9..60eb2ef0 100644 --- a/sprout/range/algorithm/fit/set_intersection.hpp +++ b/sprout/range/algorithm/fit/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_SET_INTERSECTION_HPP #define SPROUT_RANGE_ALGORITHM_FIT_SET_INTERSECTION_HPP diff --git a/sprout/range/algorithm/fit/set_symmetric_difference.hpp b/sprout/range/algorithm/fit/set_symmetric_difference.hpp index cc5059fd..387ffe11 100644 --- a/sprout/range/algorithm/fit/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/fit/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIT_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/fit/set_union.hpp b/sprout/range/algorithm/fit/set_union.hpp index e5e25aae..2d3bd864 100644 --- a/sprout/range/algorithm/fit/set_union.hpp +++ b/sprout/range/algorithm/fit/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_SET_UNION_HPP #define SPROUT_RANGE_ALGORITHM_FIT_SET_UNION_HPP diff --git a/sprout/range/algorithm/fit/stable_partition_copy.hpp b/sprout/range/algorithm/fit/stable_partition_copy.hpp index 98766441..fd76b22e 100644 --- a/sprout/range/algorithm/fit/stable_partition_copy.hpp +++ b/sprout/range/algorithm/fit/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_STABLE_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_STABLE_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/fit/swap_element_copy.hpp b/sprout/range/algorithm/fit/swap_element_copy.hpp index 5c36498b..4f762123 100644 --- a/sprout/range/algorithm/fit/swap_element_copy.hpp +++ b/sprout/range/algorithm/fit/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_SWAP_ELEMENT_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_SWAP_ELEMENT_COPY_HPP diff --git a/sprout/range/algorithm/fit/transform.hpp b/sprout/range/algorithm/fit/transform.hpp index 1ad38bc8..3ff4897d 100644 --- a/sprout/range/algorithm/fit/transform.hpp +++ b/sprout/range/algorithm/fit/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_TRANSFORM_HPP #define SPROUT_RANGE_ALGORITHM_FIT_TRANSFORM_HPP diff --git a/sprout/range/algorithm/fit/unique_copy.hpp b/sprout/range/algorithm/fit/unique_copy.hpp index 6da38cf8..38145b66 100644 --- a/sprout/range/algorithm/fit/unique_copy.hpp +++ b/sprout/range/algorithm/fit/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIT_UNIQUE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIT_UNIQUE_COPY_HPP diff --git a/sprout/range/algorithm/fixed.hpp b/sprout/range/algorithm/fixed.hpp index 6be80fca..2a1310f3 100644 --- a/sprout/range/algorithm/fixed.hpp +++ b/sprout/range/algorithm/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_HPP diff --git a/sprout/range/algorithm/fixed/clamp_range_copy.hpp b/sprout/range/algorithm/fixed/clamp_range_copy.hpp index 88acf614..214795de 100644 --- a/sprout/range/algorithm/fixed/clamp_range_copy.hpp +++ b/sprout/range/algorithm/fixed/clamp_range_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_CLAMP_RANGE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_CLAMP_RANGE_COPY_HPP diff --git a/sprout/range/algorithm/fixed/copy.hpp b/sprout/range/algorithm/fixed/copy.hpp index 169beb9b..822672cd 100644 --- a/sprout/range/algorithm/fixed/copy.hpp +++ b/sprout/range/algorithm/fixed/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_COPY_HPP diff --git a/sprout/range/algorithm/fixed/copy_backward.hpp b/sprout/range/algorithm/fixed/copy_backward.hpp index bfab4332..222a70d0 100644 --- a/sprout/range/algorithm/fixed/copy_backward.hpp +++ b/sprout/range/algorithm/fixed/copy_backward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_COPY_BACKWARD_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_COPY_BACKWARD_HPP diff --git a/sprout/range/algorithm/fixed/copy_if.hpp b/sprout/range/algorithm/fixed/copy_if.hpp index 2aaad1f9..4b92bc6a 100644 --- a/sprout/range/algorithm/fixed/copy_if.hpp +++ b/sprout/range/algorithm/fixed/copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_COPY_IF_HPP diff --git a/sprout/range/algorithm/fixed/copy_until.hpp b/sprout/range/algorithm/fixed/copy_until.hpp index ce14087e..96a51e9a 100644 --- a/sprout/range/algorithm/fixed/copy_until.hpp +++ b/sprout/range/algorithm/fixed/copy_until.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_COPY_UNTIL_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_COPY_UNTIL_HPP diff --git a/sprout/range/algorithm/fixed/copy_while.hpp b/sprout/range/algorithm/fixed/copy_while.hpp index 7f167b09..737fb01f 100644 --- a/sprout/range/algorithm/fixed/copy_while.hpp +++ b/sprout/range/algorithm/fixed/copy_while.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_COPY_WHILE_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_COPY_WHILE_HPP diff --git a/sprout/range/algorithm/fixed/merge.hpp b/sprout/range/algorithm/fixed/merge.hpp index 88f57c54..7790163b 100644 --- a/sprout/range/algorithm/fixed/merge.hpp +++ b/sprout/range/algorithm/fixed/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_MERGE_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_MERGE_HPP diff --git a/sprout/range/algorithm/fixed/partition_copy.hpp b/sprout/range/algorithm/fixed/partition_copy.hpp index e774b5fb..fe75feef 100644 --- a/sprout/range/algorithm/fixed/partition_copy.hpp +++ b/sprout/range/algorithm/fixed/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/fixed/remove_copy.hpp b/sprout/range/algorithm/fixed/remove_copy.hpp index d5cccca8..1bcfd578 100644 --- a/sprout/range/algorithm/fixed/remove_copy.hpp +++ b/sprout/range/algorithm/fixed/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_REMOVE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_REMOVE_COPY_HPP diff --git a/sprout/range/algorithm/fixed/remove_copy_if.hpp b/sprout/range/algorithm/fixed/remove_copy_if.hpp index fae2a03e..2aee8a36 100644 --- a/sprout/range/algorithm/fixed/remove_copy_if.hpp +++ b/sprout/range/algorithm/fixed/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_REMOVE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_REMOVE_COPY_IF_HPP diff --git a/sprout/range/algorithm/fixed/replace_copy.hpp b/sprout/range/algorithm/fixed/replace_copy.hpp index 08828830..975c7de2 100644 --- a/sprout/range/algorithm/fixed/replace_copy.hpp +++ b/sprout/range/algorithm/fixed/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_REPLACE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_REPLACE_COPY_HPP diff --git a/sprout/range/algorithm/fixed/replace_copy_if.hpp b/sprout/range/algorithm/fixed/replace_copy_if.hpp index fe8083ae..0c34d537 100644 --- a/sprout/range/algorithm/fixed/replace_copy_if.hpp +++ b/sprout/range/algorithm/fixed/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_REPLACE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_REPLACE_COPY_IF_HPP diff --git a/sprout/range/algorithm/fixed/reverse_copy.hpp b/sprout/range/algorithm/fixed/reverse_copy.hpp index b7070094..ad12064a 100644 --- a/sprout/range/algorithm/fixed/reverse_copy.hpp +++ b/sprout/range/algorithm/fixed/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_REVERSE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_REVERSE_COPY_HPP diff --git a/sprout/range/algorithm/fixed/rotate_copy.hpp b/sprout/range/algorithm/fixed/rotate_copy.hpp index 3fd386bb..a1c86095 100644 --- a/sprout/range/algorithm/fixed/rotate_copy.hpp +++ b/sprout/range/algorithm/fixed/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_ROTATE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_ROTATE_COPY_HPP diff --git a/sprout/range/algorithm/fixed/set_difference.hpp b/sprout/range/algorithm/fixed/set_difference.hpp index d785c630..9af93784 100644 --- a/sprout/range/algorithm/fixed/set_difference.hpp +++ b/sprout/range/algorithm/fixed/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_SET_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_SET_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/fixed/set_intersection.hpp b/sprout/range/algorithm/fixed/set_intersection.hpp index e531bcf7..727488c6 100644 --- a/sprout/range/algorithm/fixed/set_intersection.hpp +++ b/sprout/range/algorithm/fixed/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_SET_INTERSECTION_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_SET_INTERSECTION_HPP diff --git a/sprout/range/algorithm/fixed/set_symmetric_difference.hpp b/sprout/range/algorithm/fixed/set_symmetric_difference.hpp index 82a424c1..531dd8ae 100644 --- a/sprout/range/algorithm/fixed/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/fixed/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/fixed/set_union.hpp b/sprout/range/algorithm/fixed/set_union.hpp index fa1d2c83..d6e421e8 100644 --- a/sprout/range/algorithm/fixed/set_union.hpp +++ b/sprout/range/algorithm/fixed/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_SET_UNION_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_SET_UNION_HPP diff --git a/sprout/range/algorithm/fixed/stable_partition_copy.hpp b/sprout/range/algorithm/fixed/stable_partition_copy.hpp index 05f56586..b9bbe680 100644 --- a/sprout/range/algorithm/fixed/stable_partition_copy.hpp +++ b/sprout/range/algorithm/fixed/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_STABLE_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_STABLE_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/fixed/swap_element_copy.hpp b/sprout/range/algorithm/fixed/swap_element_copy.hpp index b089a07b..340c2ebe 100644 --- a/sprout/range/algorithm/fixed/swap_element_copy.hpp +++ b/sprout/range/algorithm/fixed/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_SWAP_ELEMENT_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_SWAP_ELEMENT_COPY_HPP diff --git a/sprout/range/algorithm/fixed/transform.hpp b/sprout/range/algorithm/fixed/transform.hpp index ffedd15d..3cc7e1ca 100644 --- a/sprout/range/algorithm/fixed/transform.hpp +++ b/sprout/range/algorithm/fixed/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_TRANSFORM_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_TRANSFORM_HPP diff --git a/sprout/range/algorithm/fixed/unique_copy.hpp b/sprout/range/algorithm/fixed/unique_copy.hpp index 2f1bf75a..8e87d8cf 100644 --- a/sprout/range/algorithm/fixed/unique_copy.hpp +++ b/sprout/range/algorithm/fixed/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_FIXED_UNIQUE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_FIXED_UNIQUE_COPY_HPP diff --git a/sprout/range/algorithm/includes.hpp b/sprout/range/algorithm/includes.hpp index 9291b208..497ebb59 100644 --- a/sprout/range/algorithm/includes.hpp +++ b/sprout/range/algorithm/includes.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_INCLUDES_HPP #define SPROUT_RANGE_ALGORITHM_INCLUDES_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.5.1 includes template diff --git a/sprout/range/algorithm/is_decreasing.hpp b/sprout/range/algorithm/is_decreasing.hpp index e6376545..21a53d80 100644 --- a/sprout/range/algorithm/is_decreasing.hpp +++ b/sprout/range/algorithm/is_decreasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_DECREASING_HPP #define SPROUT_RANGE_ALGORITHM_IS_DECREASING_HPP diff --git a/sprout/range/algorithm/is_heap.hpp b/sprout/range/algorithm/is_heap.hpp index de80a750..071f0568 100644 --- a/sprout/range/algorithm/is_heap.hpp +++ b/sprout/range/algorithm/is_heap.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_HEAP_HPP #define SPROUT_RANGE_ALGORITHM_IS_HEAP_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.6.5 is_heap template diff --git a/sprout/range/algorithm/is_heap_until.hpp b/sprout/range/algorithm/is_heap_until.hpp index c8fd93ad..40bd9bf7 100644 --- a/sprout/range/algorithm/is_heap_until.hpp +++ b/sprout/range/algorithm/is_heap_until.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_HEAP_UNTIL_HPP #define SPROUT_RANGE_ALGORITHM_IS_HEAP_UNTIL_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.6.5 is_heap template diff --git a/sprout/range/algorithm/is_increasing.hpp b/sprout/range/algorithm/is_increasing.hpp index d94446f0..658af59a 100644 --- a/sprout/range/algorithm/is_increasing.hpp +++ b/sprout/range/algorithm/is_increasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_INCREASING_HPP #define SPROUT_RANGE_ALGORITHM_IS_INCREASING_HPP diff --git a/sprout/range/algorithm/is_partitioned.hpp b/sprout/range/algorithm/is_partitioned.hpp index 14874d90..acfb01f9 100644 --- a/sprout/range/algorithm/is_partitioned.hpp +++ b/sprout/range/algorithm/is_partitioned.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_PARTITIONED_HPP #define SPROUT_RANGE_ALGORITHM_IS_PARTITIONED_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.3.13 partitions template diff --git a/sprout/range/algorithm/is_permutation.hpp b/sprout/range/algorithm/is_permutation.hpp index 721d665d..c3b31955 100644 --- a/sprout/range/algorithm/is_permutation.hpp +++ b/sprout/range/algorithm/is_permutation.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_PERMUTATION_HPP #define SPROUT_RANGE_ALGORITHM_IS_PERMUTATION_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.12 Is permutation template diff --git a/sprout/range/algorithm/is_sorted.hpp b/sprout/range/algorithm/is_sorted.hpp index 4b5cbad2..ae31fb25 100644 --- a/sprout/range/algorithm/is_sorted.hpp +++ b/sprout/range/algorithm/is_sorted.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_SORTED_HPP #define SPROUT_RANGE_ALGORITHM_IS_SORTED_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.1.5 is_sorted template diff --git a/sprout/range/algorithm/is_sorted_until.hpp b/sprout/range/algorithm/is_sorted_until.hpp index cebd67b5..b68185c6 100644 --- a/sprout/range/algorithm/is_sorted_until.hpp +++ b/sprout/range/algorithm/is_sorted_until.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_SORTED_UNTIL_HPP #define SPROUT_RANGE_ALGORITHM_IS_SORTED_UNTIL_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.1.5 is_sorted template diff --git a/sprout/range/algorithm/is_strictly_decreasing.hpp b/sprout/range/algorithm/is_strictly_decreasing.hpp index 95954cef..e4a1d1a1 100644 --- a/sprout/range/algorithm/is_strictly_decreasing.hpp +++ b/sprout/range/algorithm/is_strictly_decreasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_STRICTLY_DECREASING_HPP #define SPROUT_RANGE_ALGORITHM_IS_STRICTLY_DECREASING_HPP diff --git a/sprout/range/algorithm/is_strictly_increasing.hpp b/sprout/range/algorithm/is_strictly_increasing.hpp index 3b912589..118d4d5f 100644 --- a/sprout/range/algorithm/is_strictly_increasing.hpp +++ b/sprout/range/algorithm/is_strictly_increasing.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_IS_STRICTLY_INCREASING_HPP #define SPROUT_RANGE_ALGORITHM_IS_STRICTLY_INCREASING_HPP diff --git a/sprout/range/algorithm/lexicographical_compare.hpp b/sprout/range/algorithm/lexicographical_compare.hpp index e703b378..b4efce71 100644 --- a/sprout/range/algorithm/lexicographical_compare.hpp +++ b/sprout/range/algorithm/lexicographical_compare.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_LEXICOGRAPHICAL_COMPARE_HPP #define SPROUT_RANGE_ALGORITHM_LEXICOGRAPHICAL_COMPARE_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.8 Lexicographical comparison template diff --git a/sprout/range/algorithm/lower_bound.hpp b/sprout/range/algorithm/lower_bound.hpp index 70e6f6d9..93121488 100644 --- a/sprout/range/algorithm/lower_bound.hpp +++ b/sprout/range/algorithm/lower_bound.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_LOWER_BOUND_HPP #define SPROUT_RANGE_ALGORITHM_LOWER_BOUND_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.1 lower_bound template diff --git a/sprout/range/algorithm/max_element.hpp b/sprout/range/algorithm/max_element.hpp index 6b46b78c..9fcb5b6b 100644 --- a/sprout/range/algorithm/max_element.hpp +++ b/sprout/range/algorithm/max_element.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MAX_ELEMENT_HPP #define SPROUT_RANGE_ALGORITHM_MAX_ELEMENT_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/range/algorithm/merge.hpp b/sprout/range/algorithm/merge.hpp index 0a1a7d83..6f7011ca 100644 --- a/sprout/range/algorithm/merge.hpp +++ b/sprout/range/algorithm/merge.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MERGE_HPP #define SPROUT_RANGE_ALGORITHM_MERGE_HPP diff --git a/sprout/range/algorithm/min_element.hpp b/sprout/range/algorithm/min_element.hpp index 75ae62a8..d00d189d 100644 --- a/sprout/range/algorithm/min_element.hpp +++ b/sprout/range/algorithm/min_element.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MIN_ELEMENT_HPP #define SPROUT_RANGE_ALGORITHM_MIN_ELEMENT_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/range/algorithm/minmax_element.hpp b/sprout/range/algorithm/minmax_element.hpp index 02ef10f6..64215df6 100644 --- a/sprout/range/algorithm/minmax_element.hpp +++ b/sprout/range/algorithm/minmax_element.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MINMAX_ELEMENT_HPP #define SPROUT_RANGE_ALGORITHM_MINMAX_ELEMENT_HPP @@ -36,7 +44,6 @@ namespace sprout { } } // namespace detail - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.7 Minimum and maximum template diff --git a/sprout/range/algorithm/mismatch.hpp b/sprout/range/algorithm/mismatch.hpp index 617a6b52..d552957c 100644 --- a/sprout/range/algorithm/mismatch.hpp +++ b/sprout/range/algorithm/mismatch.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MISMATCH_HPP #define SPROUT_RANGE_ALGORITHM_MISMATCH_HPP @@ -10,7 +18,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.10 Mismatch template diff --git a/sprout/range/algorithm/modifying.hpp b/sprout/range/algorithm/modifying.hpp index 1ca4fd83..fecf2f7f 100644 --- a/sprout/range/algorithm/modifying.hpp +++ b/sprout/range/algorithm/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_MODIFYIING_HPP #define SPROUT_RANGE_ALGORITHM_MODIFYIING_HPP diff --git a/sprout/range/algorithm/next_difference.hpp b/sprout/range/algorithm/next_difference.hpp index 2e166ede..f204eeb8 100644 --- a/sprout/range/algorithm/next_difference.hpp +++ b/sprout/range/algorithm/next_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NEXT_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_NEXT_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/next_intersection.hpp b/sprout/range/algorithm/next_intersection.hpp index 5dbc184a..2e2c4763 100644 --- a/sprout/range/algorithm/next_intersection.hpp +++ b/sprout/range/algorithm/next_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NEXT_INTERSECTION_HPP #define SPROUT_RANGE_ALGORITHM_NEXT_INTERSECTION_HPP diff --git a/sprout/range/algorithm/next_symmetric_difference.hpp b/sprout/range/algorithm/next_symmetric_difference.hpp index efc6a560..d71d46b7 100644 --- a/sprout/range/algorithm/next_symmetric_difference.hpp +++ b/sprout/range/algorithm/next_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NEXT_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_NEXT_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/next_union.hpp b/sprout/range/algorithm/next_union.hpp index 0954cdce..68d2c16c 100644 --- a/sprout/range/algorithm/next_union.hpp +++ b/sprout/range/algorithm/next_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NEXT_UNION_HPP #define SPROUT_RANGE_ALGORITHM_NEXT_UNION_HPP diff --git a/sprout/range/algorithm/non_modifying.hpp b/sprout/range/algorithm/non_modifying.hpp index 44b68764..295745e4 100644 --- a/sprout/range/algorithm/non_modifying.hpp +++ b/sprout/range/algorithm/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NON_MODIFYIING_HPP #define SPROUT_RANGE_ALGORITHM_NON_MODIFYIING_HPP diff --git a/sprout/range/algorithm/none_of.hpp b/sprout/range/algorithm/none_of.hpp index 693599df..be5366dc 100644 --- a/sprout/range/algorithm/none_of.hpp +++ b/sprout/range/algorithm/none_of.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NONE_OF_HPP #define SPROUT_RANGE_ALGORITHM_NONE_OF_HPP @@ -7,7 +15,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.3 None of template diff --git a/sprout/range/algorithm/none_of_equal.hpp b/sprout/range/algorithm/none_of_equal.hpp index 7117f7b7..9c3ead1b 100644 --- a/sprout/range/algorithm/none_of_equal.hpp +++ b/sprout/range/algorithm/none_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_NONE_OF_EQUAL_HPP #define SPROUT_RANGE_ALGORITHM_NONE_OF_EQUAL_HPP diff --git a/sprout/range/algorithm/one_of.hpp b/sprout/range/algorithm/one_of.hpp index 65af08db..2e83a676 100644 --- a/sprout/range/algorithm/one_of.hpp +++ b/sprout/range/algorithm/one_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ONE_OF_HPP #define SPROUT_RANGE_ALGORITHM_ONE_OF_HPP diff --git a/sprout/range/algorithm/one_of_equal.hpp b/sprout/range/algorithm/one_of_equal.hpp index f4739acd..fb38bc8f 100644 --- a/sprout/range/algorithm/one_of_equal.hpp +++ b/sprout/range/algorithm/one_of_equal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ONE_OF_EQUAL_HPP #define SPROUT_RANGE_ALGORITHM_ONE_OF_EQUAL_HPP diff --git a/sprout/range/algorithm/partition_copy.hpp b/sprout/range/algorithm/partition_copy.hpp index 30ca104e..310722bd 100644 --- a/sprout/range/algorithm/partition_copy.hpp +++ b/sprout/range/algorithm/partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/partition_point.hpp b/sprout/range/algorithm/partition_point.hpp index 06b33c3a..7bd7751a 100644 --- a/sprout/range/algorithm/partition_point.hpp +++ b/sprout/range/algorithm/partition_point.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_PARTITION_POINT_HPP #define SPROUT_RANGE_ALGORITHM_PARTITION_POINT_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.3.13 partitions template diff --git a/sprout/range/algorithm/remove_copy.hpp b/sprout/range/algorithm/remove_copy.hpp index 0aa3b172..35861c9d 100644 --- a/sprout/range/algorithm/remove_copy.hpp +++ b/sprout/range/algorithm/remove_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_REMOVE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_REMOVE_COPY_HPP diff --git a/sprout/range/algorithm/remove_copy_if.hpp b/sprout/range/algorithm/remove_copy_if.hpp index 7cb45ec4..f04af26c 100644 --- a/sprout/range/algorithm/remove_copy_if.hpp +++ b/sprout/range/algorithm/remove_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_REMOVE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_REMOVE_COPY_IF_HPP diff --git a/sprout/range/algorithm/replace_copy.hpp b/sprout/range/algorithm/replace_copy.hpp index da4aa650..508b665c 100644 --- a/sprout/range/algorithm/replace_copy.hpp +++ b/sprout/range/algorithm/replace_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_REPLACE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_REPLACE_COPY_HPP diff --git a/sprout/range/algorithm/replace_copy_if.hpp b/sprout/range/algorithm/replace_copy_if.hpp index 2aa505f7..7b174c84 100644 --- a/sprout/range/algorithm/replace_copy_if.hpp +++ b/sprout/range/algorithm/replace_copy_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_REPLACE_COPY_IF_HPP #define SPROUT_RANGE_ALGORITHM_REPLACE_COPY_IF_HPP diff --git a/sprout/range/algorithm/reverse_copy.hpp b/sprout/range/algorithm/reverse_copy.hpp index 68b0bdff..5bf85377 100644 --- a/sprout/range/algorithm/reverse_copy.hpp +++ b/sprout/range/algorithm/reverse_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_REVERSE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_REVERSE_COPY_HPP diff --git a/sprout/range/algorithm/rotate_copy.hpp b/sprout/range/algorithm/rotate_copy.hpp index f644b779..30ce41d0 100644 --- a/sprout/range/algorithm/rotate_copy.hpp +++ b/sprout/range/algorithm/rotate_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_ROTATE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_ROTATE_COPY_HPP diff --git a/sprout/range/algorithm/search.hpp b/sprout/range/algorithm/search.hpp index 64f70596..73e2bcbb 100644 --- a/sprout/range/algorithm/search.hpp +++ b/sprout/range/algorithm/search.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SEARCH_HPP #define SPROUT_RANGE_ALGORITHM_SEARCH_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.13 Search template diff --git a/sprout/range/algorithm/search_n.hpp b/sprout/range/algorithm/search_n.hpp index ba45f0b9..dd7478c3 100644 --- a/sprout/range/algorithm/search_n.hpp +++ b/sprout/range/algorithm/search_n.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SEARCH_N_HPP #define SPROUT_RANGE_ALGORITHM_SEARCH_N_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.2.13 Search template diff --git a/sprout/range/algorithm/set_difference.hpp b/sprout/range/algorithm/set_difference.hpp index d3b95d70..ed6aad46 100644 --- a/sprout/range/algorithm/set_difference.hpp +++ b/sprout/range/algorithm/set_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SET_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_SET_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/set_intersection.hpp b/sprout/range/algorithm/set_intersection.hpp index 08123c48..4ce44555 100644 --- a/sprout/range/algorithm/set_intersection.hpp +++ b/sprout/range/algorithm/set_intersection.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SET_INTERSECTION_HPP #define SPROUT_RANGE_ALGORITHM_SET_INTERSECTION_HPP diff --git a/sprout/range/algorithm/set_symmetric_difference.hpp b/sprout/range/algorithm/set_symmetric_difference.hpp index a3272813..eb3289a3 100644 --- a/sprout/range/algorithm/set_symmetric_difference.hpp +++ b/sprout/range/algorithm/set_symmetric_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP #define SPROUT_RANGE_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP diff --git a/sprout/range/algorithm/set_union.hpp b/sprout/range/algorithm/set_union.hpp index 0159ec56..6fba71ec 100644 --- a/sprout/range/algorithm/set_union.hpp +++ b/sprout/range/algorithm/set_union.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SET_UNION_HPP #define SPROUT_RANGE_ALGORITHM_SET_UNION_HPP diff --git a/sprout/range/algorithm/stable_partition_copy.hpp b/sprout/range/algorithm/stable_partition_copy.hpp index c8d7f744..1dcf96c3 100644 --- a/sprout/range/algorithm/stable_partition_copy.hpp +++ b/sprout/range/algorithm/stable_partition_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STABLE_PARTITION_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STABLE_PARTITION_COPY_HPP diff --git a/sprout/range/algorithm/string.hpp b/sprout/range/algorithm/string.hpp index 70164a9d..ac963abc 100644 --- a/sprout/range/algorithm/string.hpp +++ b/sprout/range/algorithm/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_HPP #define SPROUT_RANGE_ALGORITHM_STRING_HPP diff --git a/sprout/range/algorithm/string/case_conv.hpp b/sprout/range/algorithm/string/case_conv.hpp index 09a404c0..1dce9a6e 100644 --- a/sprout/range/algorithm/string/case_conv.hpp +++ b/sprout/range/algorithm/string/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_CASE_CONV_HPP #define SPROUT_RANGE_ALGORITHM_STRING_CASE_CONV_HPP diff --git a/sprout/range/algorithm/string/fit/case_conv.hpp b/sprout/range/algorithm/string/fit/case_conv.hpp index 89843cd0..ed5bc0ed 100644 --- a/sprout/range/algorithm/string/fit/case_conv.hpp +++ b/sprout/range/algorithm/string/fit/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIT_CASE_CONV_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIT_CASE_CONV_HPP diff --git a/sprout/range/algorithm/string/fit/to_lower_copy.hpp b/sprout/range/algorithm/string/fit/to_lower_copy.hpp index 7182abbf..1b09dde1 100644 --- a/sprout/range/algorithm/string/fit/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/fit/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIT_TO_LOWER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIT_TO_LOWER_COPY_HPP diff --git a/sprout/range/algorithm/string/fit/to_upper_copy.hpp b/sprout/range/algorithm/string/fit/to_upper_copy.hpp index c429750b..c4296ef9 100644 --- a/sprout/range/algorithm/string/fit/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/fit/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIT_TO_UPPER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIT_TO_UPPER_COPY_HPP diff --git a/sprout/range/algorithm/string/fixed/case_conv.hpp b/sprout/range/algorithm/string/fixed/case_conv.hpp index 4ff48131..a7f4af84 100644 --- a/sprout/range/algorithm/string/fixed/case_conv.hpp +++ b/sprout/range/algorithm/string/fixed/case_conv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIXED_CASE_CONV_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIXED_CASE_CONV_HPP diff --git a/sprout/range/algorithm/string/fixed/to_lower_copy.hpp b/sprout/range/algorithm/string/fixed/to_lower_copy.hpp index 6b21c311..8331ea53 100644 --- a/sprout/range/algorithm/string/fixed/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/fixed/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIXED_TO_LOWER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIXED_TO_LOWER_COPY_HPP diff --git a/sprout/range/algorithm/string/fixed/to_upper_copy.hpp b/sprout/range/algorithm/string/fixed/to_upper_copy.hpp index 4f1053be..ca54d60f 100644 --- a/sprout/range/algorithm/string/fixed/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/fixed/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_FIXED_TO_UPPER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_FIXED_TO_UPPER_COPY_HPP diff --git a/sprout/range/algorithm/string/to_lower_copy.hpp b/sprout/range/algorithm/string/to_lower_copy.hpp index bfb2d782..bb6be005 100644 --- a/sprout/range/algorithm/string/to_lower_copy.hpp +++ b/sprout/range/algorithm/string/to_lower_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_TO_LOWER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_TO_LOWER_COPY_HPP diff --git a/sprout/range/algorithm/string/to_upper_copy.hpp b/sprout/range/algorithm/string/to_upper_copy.hpp index 6b20f7b6..9fae378a 100644 --- a/sprout/range/algorithm/string/to_upper_copy.hpp +++ b/sprout/range/algorithm/string/to_upper_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_STRING_TO_UPPER_COPY_HPP #define SPROUT_RANGE_ALGORITHM_STRING_TO_UPPER_COPY_HPP diff --git a/sprout/range/algorithm/swap_element_copy.hpp b/sprout/range/algorithm/swap_element_copy.hpp index 524c69c5..d696f474 100644 --- a/sprout/range/algorithm/swap_element_copy.hpp +++ b/sprout/range/algorithm/swap_element_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_SWAP_ELEMENT_COPY_HPP #define SPROUT_RANGE_ALGORITHM_SWAP_ELEMENT_COPY_HPP diff --git a/sprout/range/algorithm/transform.hpp b/sprout/range/algorithm/transform.hpp index c0880890..6dae96be 100644 --- a/sprout/range/algorithm/transform.hpp +++ b/sprout/range/algorithm/transform.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_TRANSFORM_HPP #define SPROUT_RANGE_ALGORITHM_TRANSFORM_HPP diff --git a/sprout/range/algorithm/tristate_lexicographical_compare.hpp b/sprout/range/algorithm/tristate_lexicographical_compare.hpp index b9c99f24..67f25d69 100644 --- a/sprout/range/algorithm/tristate_lexicographical_compare.hpp +++ b/sprout/range/algorithm/tristate_lexicographical_compare.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_TRISTATE_LEXICOGRAPHICAL_COMPARE_HPP #define SPROUT_RANGE_ALGORITHM_TRISTATE_LEXICOGRAPHICAL_COMPARE_HPP diff --git a/sprout/range/algorithm/unique_copy.hpp b/sprout/range/algorithm/unique_copy.hpp index a6d0b16a..b6eaff84 100644 --- a/sprout/range/algorithm/unique_copy.hpp +++ b/sprout/range/algorithm/unique_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_UNIQUE_COPY_HPP #define SPROUT_RANGE_ALGORITHM_UNIQUE_COPY_HPP diff --git a/sprout/range/algorithm/upper_bound.hpp b/sprout/range/algorithm/upper_bound.hpp index 0827fc12..6f6f8d7d 100644 --- a/sprout/range/algorithm/upper_bound.hpp +++ b/sprout/range/algorithm/upper_bound.hpp @@ -1,3 +1,11 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + Copyright (C) 2011 RiSK (sscrisk) + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_ALGORITHM_UPPER_BOUND_HPP #define SPROUT_RANGE_ALGORITHM_UPPER_BOUND_HPP @@ -9,7 +17,6 @@ namespace sprout { namespace range { - // Copyright (C) 2011 RiSK (sscrisk) // 25.4.3.2 upper_bound template diff --git a/sprout/range/numeric.hpp b/sprout/range/numeric.hpp index 9d2ce370..86b8d26d 100644 --- a/sprout/range/numeric.hpp +++ b/sprout/range/numeric.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_HPP #define SPROUT_RANGE_NUMERIC_HPP diff --git a/sprout/range/numeric/accumulate.hpp b/sprout/range/numeric/accumulate.hpp index 4bfb5e98..94895c28 100644 --- a/sprout/range/numeric/accumulate.hpp +++ b/sprout/range/numeric/accumulate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_ACCUMLATE_HPP #define SPROUT_RANGE_NUMERIC_ACCUMLATE_HPP diff --git a/sprout/range/numeric/adjacent_difference.hpp b/sprout/range/numeric/adjacent_difference.hpp index 96d04927..bfde21d6 100644 --- a/sprout/range/numeric/adjacent_difference.hpp +++ b/sprout/range/numeric/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_ADJACENT_DIFFERENCE_HPP #define SPROUT_RANGE_NUMERIC_ADJACENT_DIFFERENCE_HPP diff --git a/sprout/range/numeric/dft.hpp b/sprout/range/numeric/dft.hpp index 1ded06ba..20b5cfa2 100644 --- a/sprout/range/numeric/dft.hpp +++ b/sprout/range/numeric/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_HPP diff --git a/sprout/range/numeric/dft/amplitude_spectrum.hpp b/sprout/range/numeric/dft/amplitude_spectrum.hpp index f603a89e..4a3386f2 100644 --- a/sprout/range/numeric/dft/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_AMPLITUDE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/dft.hpp b/sprout/range/numeric/dft/dft.hpp index 9a7335e5..668a0ded 100644 --- a/sprout/range/numeric/dft/dft.hpp +++ b/sprout/range/numeric/dft/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_DFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_DFT_HPP diff --git a/sprout/range/numeric/dft/dft_element.hpp b/sprout/range/numeric/dft/dft_element.hpp index 907884cb..91ede69a 100644 --- a/sprout/range/numeric/dft/dft_element.hpp +++ b/sprout/range/numeric/dft/dft_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_DFT_ELEMENT_HPP #define SPROUT_RANGE_NUMERIC_DFT_DFT_ELEMENT_HPP diff --git a/sprout/range/numeric/dft/fit.hpp b/sprout/range/numeric/dft/fit.hpp index a6efc120..8b1c6c3b 100644 --- a/sprout/range/numeric/dft/fit.hpp +++ b/sprout/range/numeric/dft/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_HPP diff --git a/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp index c0ba0b09..f99c0c5d 100644 --- a/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/fit/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_AMPLITUDE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/fit/dft.hpp b/sprout/range/numeric/dft/fit/dft.hpp index a10e26f4..7cf2040b 100644 --- a/sprout/range/numeric/dft/fit/dft.hpp +++ b/sprout/range/numeric/dft/fit/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_DFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_DFT_HPP diff --git a/sprout/range/numeric/dft/fit/idft.hpp b/sprout/range/numeric/dft/fit/idft.hpp index 655f33aa..bad76011 100644 --- a/sprout/range/numeric/dft/fit/idft.hpp +++ b/sprout/range/numeric/dft/fit/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_IDFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_IDFT_HPP diff --git a/sprout/range/numeric/dft/fit/phase_spectrum.hpp b/sprout/range/numeric/dft/fit/phase_spectrum.hpp index 69433031..954b225f 100644 --- a/sprout/range/numeric/dft/fit/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/fit/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_PHASE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_PHASE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/fit/spectrum.hpp b/sprout/range/numeric/dft/fit/spectrum.hpp index afaf0b0a..9adb7e7d 100644 --- a/sprout/range/numeric/dft/fit/spectrum.hpp +++ b/sprout/range/numeric/dft/fit/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIT_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/fixed.hpp b/sprout/range/numeric/dft/fixed.hpp index 76dc46b1..cdbce8d4 100644 --- a/sprout/range/numeric/dft/fixed.hpp +++ b/sprout/range/numeric/dft/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_HPP diff --git a/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp b/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp index 652bca0e..5756dfad 100644 --- a/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/amplitude_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_AMPLITUDE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_AMPLITUDE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/fixed/dft.hpp b/sprout/range/numeric/dft/fixed/dft.hpp index 9e9323cb..7d78f996 100644 --- a/sprout/range/numeric/dft/fixed/dft.hpp +++ b/sprout/range/numeric/dft/fixed/dft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_DFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_DFT_HPP diff --git a/sprout/range/numeric/dft/fixed/idft.hpp b/sprout/range/numeric/dft/fixed/idft.hpp index cd45572f..523c2283 100644 --- a/sprout/range/numeric/dft/fixed/idft.hpp +++ b/sprout/range/numeric/dft/fixed/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_IDFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_IDFT_HPP diff --git a/sprout/range/numeric/dft/fixed/phase_spectrum.hpp b/sprout/range/numeric/dft/fixed/phase_spectrum.hpp index b949aae4..46f5377e 100644 --- a/sprout/range/numeric/dft/fixed/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_PHASE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_PHASE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/fixed/spectrum.hpp b/sprout/range/numeric/dft/fixed/spectrum.hpp index 2677441f..620dd070 100644 --- a/sprout/range/numeric/dft/fixed/spectrum.hpp +++ b/sprout/range/numeric/dft/fixed/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_FIXED_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_FIXED_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/idft.hpp b/sprout/range/numeric/dft/idft.hpp index 68c5f4b7..18e943e8 100644 --- a/sprout/range/numeric/dft/idft.hpp +++ b/sprout/range/numeric/dft/idft.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_IDFT_HPP #define SPROUT_RANGE_NUMERIC_DFT_IDFT_HPP diff --git a/sprout/range/numeric/dft/idft_element.hpp b/sprout/range/numeric/dft/idft_element.hpp index c6911c3c..b928658c 100644 --- a/sprout/range/numeric/dft/idft_element.hpp +++ b/sprout/range/numeric/dft/idft_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_IDFT_ELEMENT_HPP #define SPROUT_RANGE_NUMERIC_DFT_IDFT_ELEMENT_HPP diff --git a/sprout/range/numeric/dft/modifying.hpp b/sprout/range/numeric/dft/modifying.hpp index 7f609630..a13ec385 100644 --- a/sprout/range/numeric/dft/modifying.hpp +++ b/sprout/range/numeric/dft/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_MODIFYIING_HPP #define SPROUT_RANGE_NUMERIC_DFT_MODIFYIING_HPP diff --git a/sprout/range/numeric/dft/non_modifying.hpp b/sprout/range/numeric/dft/non_modifying.hpp index 48755f86..a3398cb6 100644 --- a/sprout/range/numeric/dft/non_modifying.hpp +++ b/sprout/range/numeric/dft/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_NON_MODIFYIING_HPP #define SPROUT_RANGE_NUMERIC_DFT_NON_MODIFYIING_HPP diff --git a/sprout/range/numeric/dft/phase_spectrum.hpp b/sprout/range/numeric/dft/phase_spectrum.hpp index 42919fee..662dec51 100644 --- a/sprout/range/numeric/dft/phase_spectrum.hpp +++ b/sprout/range/numeric/dft/phase_spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_PHASE_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_PHASE_SPECTRUM_HPP diff --git a/sprout/range/numeric/dft/spectrum.hpp b/sprout/range/numeric/dft/spectrum.hpp index 84692397..acdc611a 100644 --- a/sprout/range/numeric/dft/spectrum.hpp +++ b/sprout/range/numeric/dft/spectrum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_DFT_SPECTRUM_HPP #define SPROUT_RANGE_NUMERIC_DFT_SPECTRUM_HPP diff --git a/sprout/range/numeric/fit.hpp b/sprout/range/numeric/fit.hpp index a1b89fb1..3fb35a09 100644 --- a/sprout/range/numeric/fit.hpp +++ b/sprout/range/numeric/fit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIT_HPP #define SPROUT_RANGE_NUMERIC_FIT_HPP diff --git a/sprout/range/numeric/fit/adjacent_difference.hpp b/sprout/range/numeric/fit/adjacent_difference.hpp index af255403..70a5b101 100644 --- a/sprout/range/numeric/fit/adjacent_difference.hpp +++ b/sprout/range/numeric/fit/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIT_ADJACENT_DIFFERENCE_HPP #define SPROUT_RANGE_NUMERIC_FIT_ADJACENT_DIFFERENCE_HPP diff --git a/sprout/range/numeric/fit/partial_sum.hpp b/sprout/range/numeric/fit/partial_sum.hpp index ccad87d1..391d98ee 100644 --- a/sprout/range/numeric/fit/partial_sum.hpp +++ b/sprout/range/numeric/fit/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIT_PARTIAL_SUM_HPP #define SPROUT_RANGE_NUMERIC_FIT_PARTIAL_SUM_HPP diff --git a/sprout/range/numeric/fixed.hpp b/sprout/range/numeric/fixed.hpp index a4f9027b..17a1a3f0 100644 --- a/sprout/range/numeric/fixed.hpp +++ b/sprout/range/numeric/fixed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIXED_HPP #define SPROUT_RANGE_NUMERIC_FIXED_HPP diff --git a/sprout/range/numeric/fixed/adjacent_difference.hpp b/sprout/range/numeric/fixed/adjacent_difference.hpp index 4690b513..9a2d17ff 100644 --- a/sprout/range/numeric/fixed/adjacent_difference.hpp +++ b/sprout/range/numeric/fixed/adjacent_difference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIXED_ADJACENT_DIFFERENCE_HPP #define SPROUT_RANGE_NUMERIC_FIXED_ADJACENT_DIFFERENCE_HPP diff --git a/sprout/range/numeric/fixed/partial_sum.hpp b/sprout/range/numeric/fixed/partial_sum.hpp index a3a7980b..81223078 100644 --- a/sprout/range/numeric/fixed/partial_sum.hpp +++ b/sprout/range/numeric/fixed/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_FIXED_PARTIAL_SUM_HPP #define SPROUT_RANGE_NUMERIC_FIXED_PARTIAL_SUM_HPP diff --git a/sprout/range/numeric/inner_product.hpp b/sprout/range/numeric/inner_product.hpp index 60a86d99..67948ecf 100644 --- a/sprout/range/numeric/inner_product.hpp +++ b/sprout/range/numeric/inner_product.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_INNER_PRODUCT_HPP #define SPROUT_RANGE_NUMERIC_INNER_PRODUCT_HPP diff --git a/sprout/range/numeric/modifying.hpp b/sprout/range/numeric/modifying.hpp index 9f3767cd..b784f4cd 100644 --- a/sprout/range/numeric/modifying.hpp +++ b/sprout/range/numeric/modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_MODIFYIING_HPP #define SPROUT_RANGE_NUMERIC_MODIFYIING_HPP diff --git a/sprout/range/numeric/non_modifying.hpp b/sprout/range/numeric/non_modifying.hpp index e3f632e4..2beb5dee 100644 --- a/sprout/range/numeric/non_modifying.hpp +++ b/sprout/range/numeric/non_modifying.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP #define SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP diff --git a/sprout/range/numeric/partial_sum.hpp b/sprout/range/numeric/partial_sum.hpp index efd146d4..0c69de23 100644 --- a/sprout/range/numeric/partial_sum.hpp +++ b/sprout/range/numeric/partial_sum.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_NUMERIC_PARTIAL_SUM_HPP #define SPROUT_RANGE_NUMERIC_PARTIAL_SUM_HPP diff --git a/sprout/range/ptr_range.hpp b/sprout/range/ptr_range.hpp index 565a8aaa..957937e0 100644 --- a/sprout/range/ptr_range.hpp +++ b/sprout/range/ptr_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_PTR_RANGE_HPP #define SPROUT_RANGE_PTR_RANGE_HPP diff --git a/sprout/range/range.hpp b/sprout/range/range.hpp index 3f76a4ff..17107bad 100644 --- a/sprout/range/range.hpp +++ b/sprout/range/range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_RANGE_HPP #define SPROUT_RANGE_RANGE_HPP diff --git a/sprout/range/range_container.hpp b/sprout/range/range_container.hpp index 9c5b3677..fb7aad26 100644 --- a/sprout/range/range_container.hpp +++ b/sprout/range/range_container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_RANGE_CONTAINER_HPP #define SPROUT_RANGE_RANGE_CONTAINER_HPP diff --git a/sprout/range/range_return.hpp b/sprout/range/range_return.hpp index 0d9f6796..41b55a13 100644 --- a/sprout/range/range_return.hpp +++ b/sprout/range/range_return.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_RANGE_RETURN_HPP #define SPROUT_RANGE_RANGE_RETURN_HPP diff --git a/sprout/range/type_traits.hpp b/sprout/range/type_traits.hpp index 27262eb2..2fe2dcb2 100644 --- a/sprout/range/type_traits.hpp +++ b/sprout/range/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_TYPE_TRAITS_HPP #define SPROUT_RANGE_TYPE_TRAITS_HPP diff --git a/sprout/range/type_traits/lvalue_iterator.hpp b/sprout/range/type_traits/lvalue_iterator.hpp index 2197c0ec..13fbfaa3 100644 --- a/sprout/range/type_traits/lvalue_iterator.hpp +++ b/sprout/range/type_traits/lvalue_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_TYPE_TRAITS_LVALUE_ITERATOR_HPP #define SPROUT_RANGE_TYPE_TRAITS_LVALUE_ITERATOR_HPP diff --git a/sprout/range/type_traits/lvalue_range.hpp b/sprout/range/type_traits/lvalue_range.hpp index e84760d1..98dccace 100644 --- a/sprout/range/type_traits/lvalue_range.hpp +++ b/sprout/range/type_traits/lvalue_range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RANGE_TYPE_TRAITS_LVALUE_RANGE_HPP #define SPROUT_RANGE_TYPE_TRAITS_LVALUE_RANGE_HPP diff --git a/sprout/rational.hpp b/sprout/rational.hpp index b28d7c08..78745608 100644 --- a/sprout/rational.hpp +++ b/sprout/rational.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_HPP #define SPROUT_RATIONAL_HPP diff --git a/sprout/rational/arithmetic.hpp b/sprout/rational/arithmetic.hpp index b4f84bbe..886e225e 100644 --- a/sprout/rational/arithmetic.hpp +++ b/sprout/rational/arithmetic.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_ARITHMETIC_HPP #define SPROUT_RATIONAL_ARITHMETIC_HPP diff --git a/sprout/rational/comparison.hpp b/sprout/rational/comparison.hpp index e6b68b24..c9cb0103 100644 --- a/sprout/rational/comparison.hpp +++ b/sprout/rational/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_COMPARISON_HPP #define SPROUT_RATIONAL_COMPARISON_HPP diff --git a/sprout/rational/conversion.hpp b/sprout/rational/conversion.hpp index 2a2d58c7..791b1193 100644 --- a/sprout/rational/conversion.hpp +++ b/sprout/rational/conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_CONVERSION_HPP #define SPROUT_RATIONAL_CONVERSION_HPP diff --git a/sprout/rational/exceptions.hpp b/sprout/rational/exceptions.hpp index d8698b34..2ca0bf54 100644 --- a/sprout/rational/exceptions.hpp +++ b/sprout/rational/exceptions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_EXCEPTIONS_HPP #define SPROUT_RATIONAL_EXCEPTIONS_HPP diff --git a/sprout/rational/hash.hpp b/sprout/rational/hash.hpp index f79c1d14..5637a098 100644 --- a/sprout/rational/hash.hpp +++ b/sprout/rational/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_HASH_HPP #define SPROUT_RATIONAL_HASH_HPP diff --git a/sprout/rational/io.hpp b/sprout/rational/io.hpp index 2b5cd508..b3c7f26c 100644 --- a/sprout/rational/io.hpp +++ b/sprout/rational/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_IO_HPP #define SPROUT_RATIONAL_IO_HPP diff --git a/sprout/rational/rational.hpp b/sprout/rational/rational.hpp index 4ac4d204..093dfb9a 100644 --- a/sprout/rational/rational.hpp +++ b/sprout/rational/rational.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_RATIONAL_HPP #define SPROUT_RATIONAL_RATIONAL_HPP diff --git a/sprout/rational/udl.hpp b/sprout/rational/udl.hpp index 407d8db8..04ce9c4e 100644 --- a/sprout/rational/udl.hpp +++ b/sprout/rational/udl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_UDL_HPP #define SPROUT_RATIONAL_UDL_HPP diff --git a/sprout/rational/values.hpp b/sprout/rational/values.hpp index 45eb2674..1a6394f8 100644 --- a/sprout/rational/values.hpp +++ b/sprout/rational/values.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_RATIONAL_VALUES_HPP #define SPROUT_RATIONAL_VALUES_HPP diff --git a/sprout/string.hpp b/sprout/string.hpp index e2d49c74..3768c20b 100644 --- a/sprout/string.hpp +++ b/sprout/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_HPP #define SPROUT_STRING_HPP diff --git a/sprout/string/alias.hpp b/sprout/string/alias.hpp index 85005816..5b8c9f2f 100644 --- a/sprout/string/alias.hpp +++ b/sprout/string/alias.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_ALIAS_HPP #define SPROUT_STRING_ALIAS_HPP diff --git a/sprout/string/char_traits.hpp b/sprout/string/char_traits.hpp index d9587a9f..d169ad26 100644 --- a/sprout/string/char_traits.hpp +++ b/sprout/string/char_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_CHAR_TRAITS_HPP #define SPROUT_STRING_CHAR_TRAITS_HPP diff --git a/sprout/string/comparison.hpp b/sprout/string/comparison.hpp index cad764f0..357d04b9 100644 --- a/sprout/string/comparison.hpp +++ b/sprout/string/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_COMPARISON_HPP #define SPROUT_STRING_COMPARISON_HPP diff --git a/sprout/string/concat.hpp b/sprout/string/concat.hpp index 281b1508..4db11e39 100644 --- a/sprout/string/concat.hpp +++ b/sprout/string/concat.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_CONCAT_HPP #define SPROUT_STRING_CONCAT_HPP diff --git a/sprout/string/container.hpp b/sprout/string/container.hpp index 3fae1fd1..509642a8 100644 --- a/sprout/string/container.hpp +++ b/sprout/string/container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_CONTAINER_HPP #define SPROUT_STRING_CONTAINER_HPP diff --git a/sprout/string/conversion.hpp b/sprout/string/conversion.hpp index ad207887..31e9760e 100644 --- a/sprout/string/conversion.hpp +++ b/sprout/string/conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_CONVERSION_HPP #define SPROUT_STRING_CONVERSION_HPP diff --git a/sprout/string/detail/compare.hpp b/sprout/string/detail/compare.hpp index 73c46d97..c16cf4b3 100644 --- a/sprout/string/detail/compare.hpp +++ b/sprout/string/detail/compare.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_DETAIL_COMPARE_HPP #define SPROUT_STRING_DETAIL_COMPARE_HPP diff --git a/sprout/string/detail/find.hpp b/sprout/string/detail/find.hpp index 0f0f7bd5..0ad0b1a0 100644 --- a/sprout/string/detail/find.hpp +++ b/sprout/string/detail/find.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_DETAIL_FIND_HPP #define SPROUT_STRING_DETAIL_FIND_HPP diff --git a/sprout/string/detail/operations.hpp b/sprout/string/detail/operations.hpp index 39dd5624..3cf9abeb 100644 --- a/sprout/string/detail/operations.hpp +++ b/sprout/string/detail/operations.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_DETAIL_OPERATIONS_HPP #define SPROUT_STRING_DETAIL_OPERATIONS_HPP diff --git a/sprout/string/float_to_string.hpp b/sprout/string/float_to_string.hpp index b49b3169..3130372e 100644 --- a/sprout/string/float_to_string.hpp +++ b/sprout/string/float_to_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_FLOAT_TO_STRING_HPP #define SPROUT_STRING_FLOAT_TO_STRING_HPP diff --git a/sprout/string/from_string.hpp b/sprout/string/from_string.hpp index 43642b82..2b697609 100644 --- a/sprout/string/from_string.hpp +++ b/sprout/string/from_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_FROM_STRING_HPP #define SPROUT_STRING_FROM_STRING_HPP diff --git a/sprout/string/hash.hpp b/sprout/string/hash.hpp index 973d6983..dbaec4ba 100644 --- a/sprout/string/hash.hpp +++ b/sprout/string/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_HASH_HPP #define SPROUT_STRING_HASH_HPP diff --git a/sprout/string/int_to_string.hpp b/sprout/string/int_to_string.hpp index 48c30abd..a3be6aaf 100644 --- a/sprout/string/int_to_string.hpp +++ b/sprout/string/int_to_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_INT_TO_STRING_HPP #define SPROUT_STRING_INT_TO_STRING_HPP diff --git a/sprout/string/io.hpp b/sprout/string/io.hpp index c28601a7..e4039247 100644 --- a/sprout/string/io.hpp +++ b/sprout/string/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_IO_HPP #define SPROUT_STRING_IO_HPP diff --git a/sprout/string/make_string.hpp b/sprout/string/make_string.hpp index fe87966e..27d191b6 100644 --- a/sprout/string/make_string.hpp +++ b/sprout/string/make_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_MAKE_STRING_HPP #define SPROUT_STRING_MAKE_STRING_HPP diff --git a/sprout/string/npos.hpp b/sprout/string/npos.hpp index 1d54d2d7..26cde0d3 100644 --- a/sprout/string/npos.hpp +++ b/sprout/string/npos.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_NPOS_HPP #define SPROUT_STRING_NPOS_HPP diff --git a/sprout/string/shrink.hpp b/sprout/string/shrink.hpp index effc333e..9b65b21b 100644 --- a/sprout/string/shrink.hpp +++ b/sprout/string/shrink.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_SHRINK_HPP #define SPROUT_STRING_SHRINK_HPP diff --git a/sprout/string/stretch.hpp b/sprout/string/stretch.hpp index c3c1cce3..3895db47 100644 --- a/sprout/string/stretch.hpp +++ b/sprout/string/stretch.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_STRETCH_HPP #define SPROUT_STRING_STRETCH_HPP diff --git a/sprout/string/string.hpp b/sprout/string/string.hpp index afcf23a5..76f7b866 100644 --- a/sprout/string/string.hpp +++ b/sprout/string/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_STRING_HPP #define SPROUT_STRING_STRING_HPP diff --git a/sprout/string/string_to_float.hpp b/sprout/string/string_to_float.hpp index 6f8aaffe..22378227 100644 --- a/sprout/string/string_to_float.hpp +++ b/sprout/string/string_to_float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_STRING_TO_FLOAT_HPP #define SPROUT_STRING_STRING_TO_FLOAT_HPP diff --git a/sprout/string/string_to_int.hpp b/sprout/string/string_to_int.hpp index cb3b34f2..25c669b5 100644 --- a/sprout/string/string_to_int.hpp +++ b/sprout/string/string_to_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_STRING_TO_INT_HPP #define SPROUT_STRING_STRING_TO_INT_HPP diff --git a/sprout/string/to_string.hpp b/sprout/string/to_string.hpp index f1424144..f2b1ad27 100644 --- a/sprout/string/to_string.hpp +++ b/sprout/string/to_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_TO_STRING_HPP #define SPROUT_STRING_TO_STRING_HPP diff --git a/sprout/string/to_string_array.hpp b/sprout/string/to_string_array.hpp index caaa8d15..65d33e75 100644 --- a/sprout/string/to_string_array.hpp +++ b/sprout/string/to_string_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_TO_STRING_ARRAY_HPP #define SPROUT_STRING_TO_STRING_ARRAY_HPP diff --git a/sprout/string/to_string_value.hpp b/sprout/string/to_string_value.hpp index 8831d091..7565638c 100644 --- a/sprout/string/to_string_value.hpp +++ b/sprout/string/to_string_value.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_TO_STRING_VALUE_HPP #define SPROUT_STRING_TO_STRING_VALUE_HPP diff --git a/sprout/string/tuple.hpp b/sprout/string/tuple.hpp index 10cf7e92..3d8f0042 100644 --- a/sprout/string/tuple.hpp +++ b/sprout/string/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_TUPLE_HPP #define SPROUT_STRING_TUPLE_HPP diff --git a/sprout/string/type_traits.hpp b/sprout/string/type_traits.hpp index 599d3888..7d275a05 100644 --- a/sprout/string/type_traits.hpp +++ b/sprout/string/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_STRING_TYPE_TRAITS_HPP #define SPROUT_STRING_TYPE_TRAITS_HPP diff --git a/sprout/sub_array.hpp b/sprout/sub_array.hpp index 85ece5f1..07437a09 100644 --- a/sprout/sub_array.hpp +++ b/sprout/sub_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_HPP #define SPROUT_SUB_ARRAY_HPP diff --git a/sprout/sub_array/comparison.hpp b/sprout/sub_array/comparison.hpp index 8fbab14d..196da5dc 100644 --- a/sprout/sub_array/comparison.hpp +++ b/sprout/sub_array/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_COMPARISON_HPP #define SPROUT_SUB_ARRAY_COMPARISON_HPP diff --git a/sprout/sub_array/container.hpp b/sprout/sub_array/container.hpp index aa9e72b1..33f9a8f2 100644 --- a/sprout/sub_array/container.hpp +++ b/sprout/sub_array/container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_CONTAINER_HPP #define SPROUT_SUB_ARRAY_CONTAINER_HPP diff --git a/sprout/sub_array/hash.hpp b/sprout/sub_array/hash.hpp index 3c8f4d8c..e047f98c 100644 --- a/sprout/sub_array/hash.hpp +++ b/sprout/sub_array/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_HASH_HPP #define SPROUT_SUB_ARRAY_HASH_HPP diff --git a/sprout/sub_array/sub.hpp b/sprout/sub_array/sub.hpp index f4af89f7..e4089803 100644 --- a/sprout/sub_array/sub.hpp +++ b/sprout/sub_array/sub.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_SUB_HPP #define SPROUT_SUB_ARRAY_SUB_HPP diff --git a/sprout/sub_array/sub_array.hpp b/sprout/sub_array/sub_array.hpp index c36b6304..5d52ac5f 100644 --- a/sprout/sub_array/sub_array.hpp +++ b/sprout/sub_array/sub_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_SUB_ARRAY_HPP #define SPROUT_SUB_ARRAY_SUB_ARRAY_HPP diff --git a/sprout/sub_array/sub_offset.hpp b/sprout/sub_array/sub_offset.hpp index 4e6e341a..826383c9 100644 --- a/sprout/sub_array/sub_offset.hpp +++ b/sprout/sub_array/sub_offset.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_SUB_OFFSET_HPP #define SPROUT_SUB_ARRAY_SUB_OFFSET_HPP diff --git a/sprout/sub_array/sub_window.hpp b/sprout/sub_array/sub_window.hpp index 006659ad..5dc5fbc9 100644 --- a/sprout/sub_array/sub_window.hpp +++ b/sprout/sub_array/sub_window.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_SUB_WINDOW_HPP #define SPROUT_SUB_ARRAY_SUB_WINDOW_HPP diff --git a/sprout/sub_array/tuple.hpp b/sprout/sub_array/tuple.hpp index 790d02d6..c0dd5f10 100644 --- a/sprout/sub_array/tuple.hpp +++ b/sprout/sub_array/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_TUPLE_HPP #define SPROUT_SUB_ARRAY_TUPLE_HPP diff --git a/sprout/sub_array/type_traits.hpp b/sprout/sub_array/type_traits.hpp index 3faf31d1..38b3014d 100644 --- a/sprout/sub_array/type_traits.hpp +++ b/sprout/sub_array/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_SUB_ARRAY_TYPE_TRAITS_HPP #define SPROUT_SUB_ARRAY_TYPE_TRAITS_HPP diff --git a/sprout/tpp/algorithm.hpp b/sprout/tpp/algorithm.hpp index e91648e4..97c4950b 100644 --- a/sprout/tpp/algorithm.hpp +++ b/sprout/tpp/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TPP_ALGORITHM_HPP #define SPROUT_TPP_ALGORITHM_HPP diff --git a/sprout/tpp/algorithm/all_of.hpp b/sprout/tpp/algorithm/all_of.hpp index 3640cd7f..8f50223c 100644 --- a/sprout/tpp/algorithm/all_of.hpp +++ b/sprout/tpp/algorithm/all_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TPP_ALGORITHM_ALL_OF_HPP #define SPROUT_TPP_ALGORITHM_ALL_OF_HPP diff --git a/sprout/tpp/algorithm/any_of.hpp b/sprout/tpp/algorithm/any_of.hpp index b71e8b5c..06b7afd5 100644 --- a/sprout/tpp/algorithm/any_of.hpp +++ b/sprout/tpp/algorithm/any_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TPP_ALGORITHM_ANY_OF_HPP #define SPROUT_TPP_ALGORITHM_ANY_OF_HPP diff --git a/sprout/tpp/algorithm/none_of.hpp b/sprout/tpp/algorithm/none_of.hpp index bec0ad0e..b7724d2e 100644 --- a/sprout/tpp/algorithm/none_of.hpp +++ b/sprout/tpp/algorithm/none_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TPP_ALGORITHM_NONE_OF_HPP #define SPROUT_TPP_ALGORITHM_NONE_OF_HPP diff --git a/sprout/tpp/algorithm/one_of.hpp b/sprout/tpp/algorithm/one_of.hpp index 3f6e6168..47979537 100644 --- a/sprout/tpp/algorithm/one_of.hpp +++ b/sprout/tpp/algorithm/one_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TPP_ALGORITHM_ONE_OF_HPP #define SPROUT_TPP_ALGORITHM_ONE_OF_HPP diff --git a/sprout/tuple.hpp b/sprout/tuple.hpp index 8500c3ef..f02f2e59 100644 --- a/sprout/tuple.hpp +++ b/sprout/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_HPP #define SPROUT_TUPLE_HPP diff --git a/sprout/tuple/algorithm.hpp b/sprout/tuple/algorithm.hpp index ab730dc4..7cdf5728 100644 --- a/sprout/tuple/algorithm.hpp +++ b/sprout/tuple/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_ALGORITHM_HPP #define SPROUT_TUPLE_ALGORITHM_HPP diff --git a/sprout/tuple/algorithm/copy.hpp b/sprout/tuple/algorithm/copy.hpp index 51b6450d..5f60bfe5 100644 --- a/sprout/tuple/algorithm/copy.hpp +++ b/sprout/tuple/algorithm/copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_ALGORITHM_COPY_HPP #define SPROUT_TUPLE_ALGORITHM_COPY_HPP diff --git a/sprout/tuple/deep_copy.hpp b/sprout/tuple/deep_copy.hpp index a337ac8c..b3b386ae 100644 --- a/sprout/tuple/deep_copy.hpp +++ b/sprout/tuple/deep_copy.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_DEEP_COPY_HPP #define SPROUT_TUPLE_DEEP_COPY_HPP diff --git a/sprout/tuple/flexibly_construct.hpp b/sprout/tuple/flexibly_construct.hpp index 2a71fc5b..f3e99e0b 100644 --- a/sprout/tuple/flexibly_construct.hpp +++ b/sprout/tuple/flexibly_construct.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_FREXIBLY_CONSTRUCT_HPP #define SPROUT_TUPLE_FREXIBLY_CONSTRUCT_HPP diff --git a/sprout/tuple/functions.hpp b/sprout/tuple/functions.hpp index c5df9159..b2c73df9 100644 --- a/sprout/tuple/functions.hpp +++ b/sprout/tuple/functions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_FUNCTIONS_HPP #define SPROUT_TUPLE_FUNCTIONS_HPP diff --git a/sprout/tuple/fused.hpp b/sprout/tuple/fused.hpp index 466b9443..c8067a6a 100644 --- a/sprout/tuple/fused.hpp +++ b/sprout/tuple/fused.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_FUSED_HPP #define SPROUT_TUPLE_FUSED_HPP diff --git a/sprout/tuple/indexes.hpp b/sprout/tuple/indexes.hpp index fba325a1..20297d61 100644 --- a/sprout/tuple/indexes.hpp +++ b/sprout/tuple/indexes.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_INDEXES_HPP #define SPROUT_TUPLE_INDEXES_HPP diff --git a/sprout/tuple/make.hpp b/sprout/tuple/make.hpp index f21c0d6d..4ace4cdd 100644 --- a/sprout/tuple/make.hpp +++ b/sprout/tuple/make.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_MAKE_HPP #define SPROUT_TUPLE_MAKE_HPP diff --git a/sprout/tuple/metafunctions.hpp b/sprout/tuple/metafunctions.hpp index c6141732..2b02ef7e 100644 --- a/sprout/tuple/metafunctions.hpp +++ b/sprout/tuple/metafunctions.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_METAFUNCTIONS_HPP #define SPROUT_TUPLE_METAFUNCTIONS_HPP diff --git a/sprout/tuple/operation.hpp b/sprout/tuple/operation.hpp index d53480b3..1099ff6c 100644 --- a/sprout/tuple/operation.hpp +++ b/sprout/tuple/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_HPP #define SPROUT_TUPLE_OPERATION_HPP diff --git a/sprout/tuple/operation/append_back.hpp b/sprout/tuple/operation/append_back.hpp index 398b4479..712c9c07 100644 --- a/sprout/tuple/operation/append_back.hpp +++ b/sprout/tuple/operation/append_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_APPEND_BACK_HPP #define SPROUT_TUPLE_OPERATION_APPEND_BACK_HPP diff --git a/sprout/tuple/operation/append_front.hpp b/sprout/tuple/operation/append_front.hpp index 10a6e167..f1f2af48 100644 --- a/sprout/tuple/operation/append_front.hpp +++ b/sprout/tuple/operation/append_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_APPEND_FRONT_HPP #define SPROUT_TUPLE_OPERATION_APPEND_FRONT_HPP diff --git a/sprout/tuple/operation/pop_back.hpp b/sprout/tuple/operation/pop_back.hpp index 875eaa9d..3dd0b651 100644 --- a/sprout/tuple/operation/pop_back.hpp +++ b/sprout/tuple/operation/pop_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_POP_BACK_HPP #define SPROUT_TUPLE_OPERATION_POP_BACK_HPP diff --git a/sprout/tuple/operation/pop_front.hpp b/sprout/tuple/operation/pop_front.hpp index 191c84e4..a59dd6f1 100644 --- a/sprout/tuple/operation/pop_front.hpp +++ b/sprout/tuple/operation/pop_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_POP_FRONT_HPP #define SPROUT_TUPLE_OPERATION_POP_FRONT_HPP diff --git a/sprout/tuple/operation/push_back.hpp b/sprout/tuple/operation/push_back.hpp index 40f0e4ec..28e975c1 100644 --- a/sprout/tuple/operation/push_back.hpp +++ b/sprout/tuple/operation/push_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_PUSH_BACK_HPP #define SPROUT_TUPLE_OPERATION_PUSH_BACK_HPP diff --git a/sprout/tuple/operation/push_front.hpp b/sprout/tuple/operation/push_front.hpp index 1fba0e4e..e7f9416d 100644 --- a/sprout/tuple/operation/push_front.hpp +++ b/sprout/tuple/operation/push_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_OPERATION_PUSH_FRONT_HPP #define SPROUT_TUPLE_OPERATION_PUSH_FRONT_HPP diff --git a/sprout/tuple/remake.hpp b/sprout/tuple/remake.hpp index 18cd125d..630357fb 100644 --- a/sprout/tuple/remake.hpp +++ b/sprout/tuple/remake.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_REMAKE_HPP #define SPROUT_TUPLE_REMAKE_HPP diff --git a/sprout/tuple/sscrisk/cel/array.hpp b/sprout/tuple/sscrisk/cel/array.hpp index e9cb43f8..3167daf8 100644 --- a/sprout/tuple/sscrisk/cel/array.hpp +++ b/sprout/tuple/sscrisk/cel/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_SSCRISK_CEL_ARRAY_HPP #define SPROUT_TUPLE_SSCRISK_CEL_ARRAY_HPP diff --git a/sprout/tuple/sscrisk/cel/utility.hpp b/sprout/tuple/sscrisk/cel/utility.hpp index 89ec97e2..5fcda9fe 100644 --- a/sprout/tuple/sscrisk/cel/utility.hpp +++ b/sprout/tuple/sscrisk/cel/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_SSCRISK_CEL_UTILITY_HPP #define SPROUT_TUPLE_SSCRISK_CEL_UTILITY_HPP diff --git a/sprout/tuple/std/array.hpp b/sprout/tuple/std/array.hpp index bbb59185..b5c11983 100644 --- a/sprout/tuple/std/array.hpp +++ b/sprout/tuple/std/array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_STD_ARRAY_HPP #define SPROUT_TUPLE_STD_ARRAY_HPP diff --git a/sprout/tuple/std/utility.hpp b/sprout/tuple/std/utility.hpp index c25fbc21..4504827d 100644 --- a/sprout/tuple/std/utility.hpp +++ b/sprout/tuple/std/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_STD_UTILITY_HPP #define SPROUT_TUPLE_STD_UTILITY_HPP diff --git a/sprout/tuple/traits.hpp b/sprout/tuple/traits.hpp index d347854d..731b23d0 100644 --- a/sprout/tuple/traits.hpp +++ b/sprout/tuple/traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TRAITS_HPP #define SPROUT_TUPLE_TRAITS_HPP diff --git a/sprout/tuple/tuple.hpp b/sprout/tuple/tuple.hpp index 1eb300d5..e9d42da3 100644 --- a/sprout/tuple/tuple.hpp +++ b/sprout/tuple/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_HPP #define SPROUT_TUPLE_TUPLE_HPP diff --git a/sprout/tuple/tuple/comparison.hpp b/sprout/tuple/tuple/comparison.hpp index 2fabebed..3031de89 100644 --- a/sprout/tuple/tuple/comparison.hpp +++ b/sprout/tuple/tuple/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_COMPARISON_HPP #define SPROUT_TUPLE_TUPLE_COMPARISON_HPP diff --git a/sprout/tuple/tuple/get.hpp b/sprout/tuple/tuple/get.hpp index b1871ac9..82b6cc8f 100644 --- a/sprout/tuple/tuple/get.hpp +++ b/sprout/tuple/tuple/get.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_GET_HPP #define SPROUT_TUPLE_TUPLE_GET_HPP diff --git a/sprout/tuple/tuple/hash.hpp b/sprout/tuple/tuple/hash.hpp index af7ea479..4f7ef1c1 100644 --- a/sprout/tuple/tuple/hash.hpp +++ b/sprout/tuple/tuple/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_HASH_HPP #define SPROUT_TUPLE_TUPLE_HASH_HPP diff --git a/sprout/tuple/tuple/ignore.hpp b/sprout/tuple/tuple/ignore.hpp index 963e8a29..f392fa3d 100644 --- a/sprout/tuple/tuple/ignore.hpp +++ b/sprout/tuple/tuple/ignore.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_IGNORE_HPP #define SPROUT_TUPLE_TUPLE_IGNORE_HPP diff --git a/sprout/tuple/tuple/make_tuple.hpp b/sprout/tuple/tuple/make_tuple.hpp index 5e5ca610..ff398e5e 100644 --- a/sprout/tuple/tuple/make_tuple.hpp +++ b/sprout/tuple/tuple/make_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_MAKE_TUPLE_HPP #define SPROUT_TUPLE_TUPLE_MAKE_TUPLE_HPP diff --git a/sprout/tuple/tuple/tuple.hpp b/sprout/tuple/tuple/tuple.hpp index af6ce914..cd559e1e 100644 --- a/sprout/tuple/tuple/tuple.hpp +++ b/sprout/tuple/tuple/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_HPP diff --git a/sprout/tuple/tuple/tuple_access_traits.hpp b/sprout/tuple/tuple/tuple_access_traits.hpp index a09a24b6..076776e1 100644 --- a/sprout/tuple/tuple/tuple_access_traits.hpp +++ b/sprout/tuple/tuple/tuple_access_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_ACCESS_TRAITS_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_ACCESS_TRAITS_HPP diff --git a/sprout/tuple/tuple/tuple_decl.hpp b/sprout/tuple/tuple/tuple_decl.hpp index a61c33f7..6204e922 100644 --- a/sprout/tuple/tuple/tuple_decl.hpp +++ b/sprout/tuple/tuple/tuple_decl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_DECL_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_DECL_HPP diff --git a/sprout/tuple/tuple/tuple_element.hpp b/sprout/tuple/tuple/tuple_element.hpp index e2a3313a..affef4e2 100644 --- a/sprout/tuple/tuple/tuple_element.hpp +++ b/sprout/tuple/tuple/tuple_element.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_ELEMENT_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_ELEMENT_HPP diff --git a/sprout/tuple/tuple/tuple_fwd.hpp b/sprout/tuple/tuple/tuple_fwd.hpp index a250b2dd..deb0fff0 100644 --- a/sprout/tuple/tuple/tuple_fwd.hpp +++ b/sprout/tuple/tuple/tuple_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_FWD_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_FWD_HPP diff --git a/sprout/tuple/tuple/tuple_size.hpp b/sprout/tuple/tuple/tuple_size.hpp index 23522012..eb9dc7b8 100644 --- a/sprout/tuple/tuple/tuple_size.hpp +++ b/sprout/tuple/tuple/tuple_size.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TUPLE_SIZE_HPP #define SPROUT_TUPLE_TUPLE_TUPLE_SIZE_HPP diff --git a/sprout/tuple/tuple/type_traits.hpp b/sprout/tuple/tuple/type_traits.hpp index 290b653b..3237d17e 100644 --- a/sprout/tuple/tuple/type_traits.hpp +++ b/sprout/tuple/tuple/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TUPLE_TUPLE_TYPE_TRAITS_HPP #define SPROUT_TUPLE_TUPLE_TYPE_TRAITS_HPP diff --git a/sprout/type.hpp b/sprout/type.hpp index 6421f441..2a908223 100644 --- a/sprout/type.hpp +++ b/sprout/type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_HPP #define SPROUT_TYPE_HPP diff --git a/sprout/type/algorithm.hpp b/sprout/type/algorithm.hpp index 55298a9f..538f4526 100644 --- a/sprout/type/algorithm.hpp +++ b/sprout/type/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ALGORITHM_HPP #define SPROUT_TYPE_ALGORITHM_HPP diff --git a/sprout/type/algorithm/find_index.hpp b/sprout/type/algorithm/find_index.hpp index 6fcf56ea..4099bcde 100644 --- a/sprout/type/algorithm/find_index.hpp +++ b/sprout/type/algorithm/find_index.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ALGORITHM_FIND_INDEX_HPP #define SPROUT_TYPE_ALGORITHM_FIND_INDEX_HPP diff --git a/sprout/type/algorithm/find_index_if.hpp b/sprout/type/algorithm/find_index_if.hpp index 7e922858..6e9c04bd 100644 --- a/sprout/type/algorithm/find_index_if.hpp +++ b/sprout/type/algorithm/find_index_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ALGORITHM_FIND_INDEX_IF_HPP #define SPROUT_TYPE_ALGORITHM_FIND_INDEX_IF_HPP diff --git a/sprout/type/algorithm/lower_bound_index.hpp b/sprout/type/algorithm/lower_bound_index.hpp index 2f915a03..fae44a44 100644 --- a/sprout/type/algorithm/lower_bound_index.hpp +++ b/sprout/type/algorithm/lower_bound_index.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ALGORITHM_LOWER_BOUND_INDEX_HPP #define SPROUT_TYPE_ALGORITHM_LOWER_BOUND_INDEX_HPP diff --git a/sprout/type/algorithm/upper_bound_index.hpp b/sprout/type/algorithm/upper_bound_index.hpp index f77e0053..bb44f23f 100644 --- a/sprout/type/algorithm/upper_bound_index.hpp +++ b/sprout/type/algorithm/upper_bound_index.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ALGORITHM_UPPER_BOUND_INDEX_HPP #define SPROUT_TYPE_ALGORITHM_UPPER_BOUND_INDEX_HPP diff --git a/sprout/type/boost/mpl/string.hpp b/sprout/type/boost/mpl/string.hpp index 6a7b5cfc..12dc40e1 100644 --- a/sprout/type/boost/mpl/string.hpp +++ b/sprout/type/boost/mpl/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_BOOST_MPL_STRING_HPP #define SPROUT_TYPE_BOOST_MPL_STRING_HPP diff --git a/sprout/type/boost/mpl/v_iter.hpp b/sprout/type/boost/mpl/v_iter.hpp index 4c6a5eed..0dc09732 100644 --- a/sprout/type/boost/mpl/v_iter.hpp +++ b/sprout/type/boost/mpl/v_iter.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_BOOST_MPL_V_ITER_HPP #define SPROUT_TYPE_BOOST_MPL_V_ITER_HPP diff --git a/sprout/type/boost/mpl/vector.hpp b/sprout/type/boost/mpl/vector.hpp index 7048cd51..51436fc7 100644 --- a/sprout/type/boost/mpl/vector.hpp +++ b/sprout/type/boost/mpl/vector.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_BOOST_MPL_VECTOR_HPP #define SPROUT_TYPE_BOOST_MPL_VECTOR_HPP diff --git a/sprout/type/boost/mpl/vector_c.hpp b/sprout/type/boost/mpl/vector_c.hpp index 07823b19..264a7bf5 100644 --- a/sprout/type/boost/mpl/vector_c.hpp +++ b/sprout/type/boost/mpl/vector_c.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_BOOST_MPL_VECTOR_C_HPP #define SPROUT_TYPE_BOOST_MPL_VECTOR_C_HPP diff --git a/sprout/type/functional.hpp b/sprout/type/functional.hpp index 3c0f3a4c..00bf8d46 100644 --- a/sprout/type/functional.hpp +++ b/sprout/type/functional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_FUNCTIONAL_HPP #define SPROUT_TYPE_FUNCTIONAL_HPP diff --git a/sprout/type/functional/less.hpp b/sprout/type/functional/less.hpp index 6151c296..517cf310 100644 --- a/sprout/type/functional/less.hpp +++ b/sprout/type/functional/less.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_FUNCTIONAL_LESS_HPP #define SPROUT_TYPE_FUNCTIONAL_LESS_HPP diff --git a/sprout/type/integral_array.hpp b/sprout/type/integral_array.hpp index 5cdc24d2..837515af 100644 --- a/sprout/type/integral_array.hpp +++ b/sprout/type/integral_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_INTEGRAL_ARRAY_HPP #define SPROUT_TYPE_INTEGRAL_ARRAY_HPP diff --git a/sprout/type/iterator.hpp b/sprout/type/iterator.hpp index 1aed23fd..e631f511 100644 --- a/sprout/type/iterator.hpp +++ b/sprout/type/iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_HPP #define SPROUT_TYPE_ITERATOR_HPP diff --git a/sprout/type/iterator/advance.hpp b/sprout/type/iterator/advance.hpp index 50bc50cc..92574b3e 100644 --- a/sprout/type/iterator/advance.hpp +++ b/sprout/type/iterator/advance.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_ADVANCE_HPP #define SPROUT_TYPE_ITERATOR_ADVANCE_HPP diff --git a/sprout/type/iterator/deref.hpp b/sprout/type/iterator/deref.hpp index 3b284ee4..11405e2d 100644 --- a/sprout/type/iterator/deref.hpp +++ b/sprout/type/iterator/deref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_DEREF_HPP #define SPROUT_TYPE_ITERATOR_DEREF_HPP diff --git a/sprout/type/iterator/distance.hpp b/sprout/type/iterator/distance.hpp index 70d5ecbe..879e9d80 100644 --- a/sprout/type/iterator/distance.hpp +++ b/sprout/type/iterator/distance.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_DISTANCE_HPP #define SPROUT_TYPE_ITERATOR_DISTANCE_HPP diff --git a/sprout/type/iterator/index_iterator.hpp b/sprout/type/iterator/index_iterator.hpp index 6f3bcacd..49665933 100644 --- a/sprout/type/iterator/index_iterator.hpp +++ b/sprout/type/iterator/index_iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_INDEX_ITERATOR_HPP #define SPROUT_TYPE_ITERATOR_INDEX_ITERATOR_HPP diff --git a/sprout/type/iterator/next.hpp b/sprout/type/iterator/next.hpp index b877ade5..5b008b16 100644 --- a/sprout/type/iterator/next.hpp +++ b/sprout/type/iterator/next.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_NEXT_HPP #define SPROUT_TYPE_ITERATOR_NEXT_HPP diff --git a/sprout/type/iterator/prev.hpp b/sprout/type/iterator/prev.hpp index c1323e71..e76b6e73 100644 --- a/sprout/type/iterator/prev.hpp +++ b/sprout/type/iterator/prev.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_ITERATOR_PREV_HPP #define SPROUT_TYPE_ITERATOR_PREV_HPP diff --git a/sprout/type/operation.hpp b/sprout/type/operation.hpp index ad3a142e..1127f8d3 100644 --- a/sprout/type/operation.hpp +++ b/sprout/type/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_HPP #define SPROUT_TYPE_OPERATION_HPP diff --git a/sprout/type/operation/append_back.hpp b/sprout/type/operation/append_back.hpp index f813b568..0b530134 100644 --- a/sprout/type/operation/append_back.hpp +++ b/sprout/type/operation/append_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_APPEND_BACK_HPP #define SPROUT_TYPE_OPERATION_APPEND_BACK_HPP diff --git a/sprout/type/operation/append_front.hpp b/sprout/type/operation/append_front.hpp index 0694ec06..7a5cce83 100644 --- a/sprout/type/operation/append_front.hpp +++ b/sprout/type/operation/append_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_APPEND_FRONT_HPP #define SPROUT_TYPE_OPERATION_APPEND_FRONT_HPP diff --git a/sprout/type/operation/pop_back.hpp b/sprout/type/operation/pop_back.hpp index 5daa2f7a..7f244fe0 100644 --- a/sprout/type/operation/pop_back.hpp +++ b/sprout/type/operation/pop_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_POP_BACK_HPP #define SPROUT_TYPE_OPERATION_POP_BACK_HPP diff --git a/sprout/type/operation/pop_front.hpp b/sprout/type/operation/pop_front.hpp index 32c49839..00df7405 100644 --- a/sprout/type/operation/pop_front.hpp +++ b/sprout/type/operation/pop_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_POP_FRONT_HPP #define SPROUT_TYPE_OPERATION_POP_FRONT_HPP diff --git a/sprout/type/operation/push_back.hpp b/sprout/type/operation/push_back.hpp index 21eafef7..ff2b5819 100644 --- a/sprout/type/operation/push_back.hpp +++ b/sprout/type/operation/push_back.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_PUSH_BACK_HPP #define SPROUT_TYPE_OPERATION_PUSH_BACK_HPP diff --git a/sprout/type/operation/push_front.hpp b/sprout/type/operation/push_front.hpp index 920540dd..eec9231a 100644 --- a/sprout/type/operation/push_front.hpp +++ b/sprout/type/operation/push_front.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_OPERATION_PUSH_FRONT_HPP #define SPROUT_TYPE_OPERATION_PUSH_FRONT_HPP diff --git a/sprout/type/rebind_types.hpp b/sprout/type/rebind_types.hpp index 24587c62..2095659a 100644 --- a/sprout/type/rebind_types.hpp +++ b/sprout/type/rebind_types.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_REBIND_TYPES_HPP #define SPROUT_TYPE_REBIND_TYPES_HPP diff --git a/sprout/type/seq/algorithm.hpp b/sprout/type/seq/algorithm.hpp index 49fe480e..98ccf62d 100644 --- a/sprout/type/seq/algorithm.hpp +++ b/sprout/type/seq/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_SEQ_ALGORITHM_HPP #define SPROUT_TYPE_SEQ_ALGORITHM_HPP diff --git a/sprout/type/seq/algorithm/find.hpp b/sprout/type/seq/algorithm/find.hpp index 40ed4f34..9780a69d 100644 --- a/sprout/type/seq/algorithm/find.hpp +++ b/sprout/type/seq/algorithm/find.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_SEQ_ALGORITHM_FIND_HPP #define SPROUT_TYPE_SEQ_ALGORITHM_FIND_HPP diff --git a/sprout/type/seq/algorithm/find_if.hpp b/sprout/type/seq/algorithm/find_if.hpp index a2372d32..7d8ac8e8 100644 --- a/sprout/type/seq/algorithm/find_if.hpp +++ b/sprout/type/seq/algorithm/find_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_SEQ_ALGORITHM_FIND_IF_HPP #define SPROUT_TYPE_SEQ_ALGORITHM_FIND_IF_HPP diff --git a/sprout/type/string.hpp b/sprout/type/string.hpp index 0c1145d8..7f96a8a2 100644 --- a/sprout/type/string.hpp +++ b/sprout/type/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_STRING_HPP #define SPROUT_TYPE_STRING_HPP diff --git a/sprout/type/string/alias.hpp b/sprout/type/string/alias.hpp index 63f77d63..d201d59a 100644 --- a/sprout/type/string/alias.hpp +++ b/sprout/type/string/alias.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_STRING_ALIAS_HPP #define SPROUT_TYPE_STRING_ALIAS_HPP diff --git a/sprout/type/string/string.hpp b/sprout/type/string/string.hpp index 91e9eb27..795f1aeb 100644 --- a/sprout/type/string/string.hpp +++ b/sprout/type/string/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_STRING_STRING_HPP #define SPROUT_TYPE_STRING_STRING_HPP diff --git a/sprout/type/string/to_string.hpp b/sprout/type/string/to_string.hpp index 194b7989..c66d47c7 100644 --- a/sprout/type/string/to_string.hpp +++ b/sprout/type/string/to_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_STRING_TO_STRING_HPP #define SPROUT_TYPE_STRING_TO_STRING_HPP diff --git a/sprout/type/string/to_string_constant.hpp b/sprout/type/string/to_string_constant.hpp index aa127e75..d8694843 100644 --- a/sprout/type/string/to_string_constant.hpp +++ b/sprout/type/string/to_string_constant.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_STRING_TO_STRING_CONSTANT_HPP #define SPROUT_TYPE_STRING_TO_STRING_CONSTANT_HPP diff --git a/sprout/type/tuple.hpp b/sprout/type/tuple.hpp index c0ca255f..debc2287 100644 --- a/sprout/type/tuple.hpp +++ b/sprout/type/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TUPLE_HPP #define SPROUT_TYPE_TUPLE_HPP diff --git a/sprout/type/type_tuple.hpp b/sprout/type/type_tuple.hpp index 63184678..fa6a9ee7 100644 --- a/sprout/type/type_tuple.hpp +++ b/sprout/type/type_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TYPE_TUPLE_HPP #define SPROUT_TYPE_TYPE_TUPLE_HPP diff --git a/sprout/type/void.hpp b/sprout/type/void.hpp index 1e3f60a1..018fb482 100644 --- a/sprout/type/void.hpp +++ b/sprout/type/void.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_VOID_HPP #define SPROUT_TYPE_VOID_HPP diff --git a/sprout/type_traits.hpp b/sprout/type_traits.hpp index a39e134e..1b8df81d 100644 --- a/sprout/type_traits.hpp +++ b/sprout/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_HPP #define SPROUT_TYPE_TRAITS_HPP diff --git a/sprout/type_traits/aliases.hpp b/sprout/type_traits/aliases.hpp index 75ee6a48..35fd5644 100644 --- a/sprout/type_traits/aliases.hpp +++ b/sprout/type_traits/aliases.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_ALIASES_HPP #define SPROUT_TYPE_TRAITS_ALIASES_HPP diff --git a/sprout/type_traits/arithmetic_promote.hpp b/sprout/type_traits/arithmetic_promote.hpp index 233e70b9..fae8205e 100644 --- a/sprout/type_traits/arithmetic_promote.hpp +++ b/sprout/type_traits/arithmetic_promote.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_ARITHMETIC_PROMOTE_HPP #define SPROUT_TYPE_TRAITS_ARITHMETIC_PROMOTE_HPP diff --git a/sprout/type_traits/common_decay.hpp b/sprout/type_traits/common_decay.hpp index 4bdd556f..9697a567 100644 --- a/sprout/type_traits/common_decay.hpp +++ b/sprout/type_traits/common_decay.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_COMMON_DECAY_HPP #define SPROUT_TYPE_TRAITS_COMMON_DECAY_HPP diff --git a/sprout/type_traits/const_reference.hpp b/sprout/type_traits/const_reference.hpp index 71ee658e..1200e6fd 100644 --- a/sprout/type_traits/const_reference.hpp +++ b/sprout/type_traits/const_reference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_CONST_REFERENCE_HPP #define SPROUT_TYPE_TRAITS_CONST_REFERENCE_HPP diff --git a/sprout/type_traits/enabler_if.hpp b/sprout/type_traits/enabler_if.hpp index 4386f168..874c3412 100644 --- a/sprout/type_traits/enabler_if.hpp +++ b/sprout/type_traits/enabler_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_ENABLER_IF_HPP #define SPROUT_TYPE_TRAITS_ENABLER_IF_HPP diff --git a/sprout/type_traits/float_promote.hpp b/sprout/type_traits/float_promote.hpp index 66212b9c..5df4f421 100644 --- a/sprout/type_traits/float_promote.hpp +++ b/sprout/type_traits/float_promote.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_FLOAT_PROMOTE_HPP #define SPROUT_TYPE_TRAITS_FLOAT_PROMOTE_HPP diff --git a/sprout/type_traits/has_xxx.hpp b/sprout/type_traits/has_xxx.hpp index 9fdd2e0d..99d3ee29 100644 --- a/sprout/type_traits/has_xxx.hpp +++ b/sprout/type_traits/has_xxx.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_HAS_XXX_HPP #define SPROUT_TYPE_TRAITS_HAS_XXX_HPP diff --git a/sprout/type_traits/identity.hpp b/sprout/type_traits/identity.hpp index 2c696265..2971c4c5 100644 --- a/sprout/type_traits/identity.hpp +++ b/sprout/type_traits/identity.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IDENTITY_HPP #define SPROUT_TYPE_TRAITS_IDENTITY_HPP diff --git a/sprout/type_traits/inherit_if_xxx.hpp b/sprout/type_traits/inherit_if_xxx.hpp index 4998f5c2..ba83e588 100644 --- a/sprout/type_traits/inherit_if_xxx.hpp +++ b/sprout/type_traits/inherit_if_xxx.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_INHERIT_IF_XXX_HPP #define SPROUT_TYPE_TRAITS_INHERIT_IF_XXX_HPP diff --git a/sprout/type_traits/is_c_str.hpp b/sprout/type_traits/is_c_str.hpp index c403f1ee..6ab8e390 100644 --- a/sprout/type_traits/is_c_str.hpp +++ b/sprout/type_traits/is_c_str.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_C_STR_HPP #define SPROUT_TYPE_TRAITS_IS_C_STR_HPP diff --git a/sprout/type_traits/is_char_type.hpp b/sprout/type_traits/is_char_type.hpp index 8fec8f0b..cf5a1acb 100644 --- a/sprout/type_traits/is_char_type.hpp +++ b/sprout/type_traits/is_char_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_CHAR_TYPE_HPP #define SPROUT_TYPE_TRAITS_IS_CHAR_TYPE_HPP diff --git a/sprout/type_traits/is_convert_constructible.hpp b/sprout/type_traits/is_convert_constructible.hpp index de541c82..cf8ff1de 100644 --- a/sprout/type_traits/is_convert_constructible.hpp +++ b/sprout/type_traits/is_convert_constructible.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_CONVERT_CONSTRUCTIBLE_HPP #define SPROUT_TYPE_TRAITS_IS_CONVERT_CONSTRUCTIBLE_HPP diff --git a/sprout/type_traits/is_int.hpp b/sprout/type_traits/is_int.hpp index bac4837a..14fee90a 100644 --- a/sprout/type_traits/is_int.hpp +++ b/sprout/type_traits/is_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_INT_HPP #define SPROUT_TYPE_TRAITS_IS_INT_HPP diff --git a/sprout/type_traits/is_uint.hpp b/sprout/type_traits/is_uint.hpp index b6d84c2f..fb6a3cc3 100644 --- a/sprout/type_traits/is_uint.hpp +++ b/sprout/type_traits/is_uint.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_IS_UINT_HPP #define SPROUT_TYPE_TRAITS_IS_UINT_HPP diff --git a/sprout/type_traits/lvalue_reference.hpp b/sprout/type_traits/lvalue_reference.hpp index 8e00bca5..8586c4ac 100644 --- a/sprout/type_traits/lvalue_reference.hpp +++ b/sprout/type_traits/lvalue_reference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_LVALUE_REFERENCE_HPP #define SPROUT_TYPE_TRAITS_LVALUE_REFERENCE_HPP diff --git a/sprout/type_traits/remove_cvref.hpp b/sprout/type_traits/remove_cvref.hpp index bad2bfaf..f9c97765 100644 --- a/sprout/type_traits/remove_cvref.hpp +++ b/sprout/type_traits/remove_cvref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_CVREF_HPP #define SPROUT_TYPE_TRAITS_REMOVE_CVREF_HPP diff --git a/sprout/type_traits/remove_shallow_const.hpp b/sprout/type_traits/remove_shallow_const.hpp index 9f4a2368..0b6ef7f1 100644 --- a/sprout/type_traits/remove_shallow_const.hpp +++ b/sprout/type_traits/remove_shallow_const.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CONST_HPP #define SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CONST_HPP diff --git a/sprout/type_traits/remove_shallow_cv.hpp b/sprout/type_traits/remove_shallow_cv.hpp index c49a1793..e7350b83 100644 --- a/sprout/type_traits/remove_shallow_cv.hpp +++ b/sprout/type_traits/remove_shallow_cv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CV_HPP #define SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CV_HPP diff --git a/sprout/type_traits/remove_shallow_cvref.hpp b/sprout/type_traits/remove_shallow_cvref.hpp index 7d1d2edb..36a1dbdf 100644 --- a/sprout/type_traits/remove_shallow_cvref.hpp +++ b/sprout/type_traits/remove_shallow_cvref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CVREF_HPP #define SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_CVREF_HPP diff --git a/sprout/type_traits/remove_shallow_volatile.hpp b/sprout/type_traits/remove_shallow_volatile.hpp index bdeee88d..d216ce0d 100644 --- a/sprout/type_traits/remove_shallow_volatile.hpp +++ b/sprout/type_traits/remove_shallow_volatile.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_VOLATILE_HPP #define SPROUT_TYPE_TRAITS_REMOVE_SHALLOW_VOLATILE_HPP diff --git a/sprout/utility.hpp b/sprout/utility.hpp index 7bc3f235..980ef312 100644 --- a/sprout/utility.hpp +++ b/sprout/utility.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_HPP #define SPROUT_UTILITY_HPP diff --git a/sprout/utility/any_convertible.hpp b/sprout/utility/any_convertible.hpp index 59b899d7..3b910871 100644 --- a/sprout/utility/any_convertible.hpp +++ b/sprout/utility/any_convertible.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_ANY_CONVERTIBLE_HPP #define SPROUT_UTILITY_ANY_CONVERTIBLE_HPP diff --git a/sprout/utility/as_const.hpp b/sprout/utility/as_const.hpp index ea22dbc5..f47e25e2 100644 --- a/sprout/utility/as_const.hpp +++ b/sprout/utility/as_const.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_AS_CONST_HPP #define SPROUT_UTILITY_AS_CONST_HPP diff --git a/sprout/utility/as_lvalue.hpp b/sprout/utility/as_lvalue.hpp index 05f234a3..6d19c81a 100644 --- a/sprout/utility/as_lvalue.hpp +++ b/sprout/utility/as_lvalue.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_AS_LVALUE_HPP #define SPROUT_UTILITY_AS_LVALUE_HPP diff --git a/sprout/utility/compare_pointees.hpp b/sprout/utility/compare_pointees.hpp index 6f07d2d5..7aace134 100644 --- a/sprout/utility/compare_pointees.hpp +++ b/sprout/utility/compare_pointees.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_COMPARE_POINTEES_HPP #define SPROUT_UTILITY_COMPARE_POINTEES_HPP diff --git a/sprout/utility/enabler_if.hpp b/sprout/utility/enabler_if.hpp index 6525bf32..895fa94c 100644 --- a/sprout/utility/enabler_if.hpp +++ b/sprout/utility/enabler_if.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_ENABLER_IF_HPP #define SPROUT_UTILITY_ENABLER_IF_HPP diff --git a/sprout/utility/forward.hpp b/sprout/utility/forward.hpp index 661f8203..dc97c880 100644 --- a/sprout/utility/forward.hpp +++ b/sprout/utility/forward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_FORWARD_HPP #define SPROUT_UTILITY_FORWARD_HPP diff --git a/sprout/utility/limited.hpp b/sprout/utility/limited.hpp index 3e2c26ad..68197bba 100644 --- a/sprout/utility/limited.hpp +++ b/sprout/utility/limited.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_INTEGER_LIMITED_HPP #define SPROUT_INTEGER_LIMITED_HPP diff --git a/sprout/utility/lvalue_forward.hpp b/sprout/utility/lvalue_forward.hpp index 5c3112c0..e80417c4 100644 --- a/sprout/utility/lvalue_forward.hpp +++ b/sprout/utility/lvalue_forward.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_LVALUE_FORWARD_HPP #define SPROUT_UTILITY_LVALUE_FORWARD_HPP diff --git a/sprout/utility/move.hpp b/sprout/utility/move.hpp index f28a07be..7af63f23 100644 --- a/sprout/utility/move.hpp +++ b/sprout/utility/move.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_MOVE_HPP #define SPROUT_UTILITY_MOVE_HPP diff --git a/sprout/utility/noncopyable.hpp b/sprout/utility/noncopyable.hpp index fb242f7d..e35c1df1 100644 --- a/sprout/utility/noncopyable.hpp +++ b/sprout/utility/noncopyable.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_NONCOPYABLE_HPP #define SPROUT_UTILITY_NONCOPYABLE_HPP diff --git a/sprout/utility/operation.hpp b/sprout/utility/operation.hpp index 11f00bd0..6bc835ab 100644 --- a/sprout/utility/operation.hpp +++ b/sprout/utility/operation.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_OPERATION_HPP #define SPROUT_UTILITY_OPERATION_HPP diff --git a/sprout/utility/operation_ext.hpp b/sprout/utility/operation_ext.hpp index 40bcf0fa..e997efd6 100644 --- a/sprout/utility/operation_ext.hpp +++ b/sprout/utility/operation_ext.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_OPERATION_EXT_HPP #define SPROUT_UTILITY_OPERATION_EXT_HPP diff --git a/sprout/utility/pack.hpp b/sprout/utility/pack.hpp index e9fa193e..b55d8ea6 100644 --- a/sprout/utility/pack.hpp +++ b/sprout/utility/pack.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PACK_HPP #define SPROUT_UTILITY_PACK_HPP diff --git a/sprout/utility/pair.hpp b/sprout/utility/pair.hpp index 51584ca7..34904e6c 100644 --- a/sprout/utility/pair.hpp +++ b/sprout/utility/pair.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_HPP #define SPROUT_UTILITY_PAIR_HPP diff --git a/sprout/utility/pair/access.hpp b/sprout/utility/pair/access.hpp index 75836661..9ed7ff80 100644 --- a/sprout/utility/pair/access.hpp +++ b/sprout/utility/pair/access.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_ACCESS_HPP #define SPROUT_UTILITY_PAIR_ACCESS_HPP diff --git a/sprout/utility/pair/comparison.hpp b/sprout/utility/pair/comparison.hpp index 34f2fae4..5944262f 100644 --- a/sprout/utility/pair/comparison.hpp +++ b/sprout/utility/pair/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_COMPARISON_HPP #define SPROUT_UTILITY_PAIR_COMPARISON_HPP diff --git a/sprout/utility/pair/first.hpp b/sprout/utility/pair/first.hpp index 761bfdea..020e7485 100644 --- a/sprout/utility/pair/first.hpp +++ b/sprout/utility/pair/first.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_FIRST_HPP #define SPROUT_UTILITY_PAIR_FIRST_HPP diff --git a/sprout/utility/pair/hash.hpp b/sprout/utility/pair/hash.hpp index 7d3b6e79..6dffacfa 100644 --- a/sprout/utility/pair/hash.hpp +++ b/sprout/utility/pair/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_HASH_HPP #define SPROUT_UTILITY_PAIR_HASH_HPP diff --git a/sprout/utility/pair/make_pair.hpp b/sprout/utility/pair/make_pair.hpp index 9ea55b64..88c9681e 100644 --- a/sprout/utility/pair/make_pair.hpp +++ b/sprout/utility/pair/make_pair.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_MAKE_PAIR_HPP #define SPROUT_UTILITY_PAIR_MAKE_PAIR_HPP diff --git a/sprout/utility/pair/pair.hpp b/sprout/utility/pair/pair.hpp index 4a9d1696..5350c334 100644 --- a/sprout/utility/pair/pair.hpp +++ b/sprout/utility/pair/pair.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_PAIR_HPP #define SPROUT_UTILITY_PAIR_PAIR_HPP diff --git a/sprout/utility/pair/pair_decl.hpp b/sprout/utility/pair/pair_decl.hpp index 88a8cfa4..ff34e533 100644 --- a/sprout/utility/pair/pair_decl.hpp +++ b/sprout/utility/pair/pair_decl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_PAIR_DECL_HPP #define SPROUT_UTILITY_PAIR_PAIR_DECL_HPP diff --git a/sprout/utility/pair/pair_fwd.hpp b/sprout/utility/pair/pair_fwd.hpp index 213906a7..6857d7bc 100644 --- a/sprout/utility/pair/pair_fwd.hpp +++ b/sprout/utility/pair/pair_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_PAIR_FWD_HPP #define SPROUT_UTILITY_PAIR_PAIR_FWD_HPP diff --git a/sprout/utility/pair/second.hpp b/sprout/utility/pair/second.hpp index 5a18a4c9..a8aa1408 100644 --- a/sprout/utility/pair/second.hpp +++ b/sprout/utility/pair/second.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_SECOND_HPP #define SPROUT_UTILITY_PAIR_SECOND_HPP diff --git a/sprout/utility/pair/tuple.hpp b/sprout/utility/pair/tuple.hpp index 035e0890..e1c72863 100644 --- a/sprout/utility/pair/tuple.hpp +++ b/sprout/utility/pair/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_PAIR_TUPLE_HPP #define SPROUT_UTILITY_PAIR_TUPLE_HPP diff --git a/sprout/utility/rel_ops.hpp b/sprout/utility/rel_ops.hpp index 74fff4f8..4dd8283b 100644 --- a/sprout/utility/rel_ops.hpp +++ b/sprout/utility/rel_ops.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_REL_OPS_HPP #define SPROUT_UTILITY_REL_OPS_HPP diff --git a/sprout/utility/string_ref.hpp b/sprout/utility/string_ref.hpp index ef5ccbdb..92205a62 100644 --- a/sprout/utility/string_ref.hpp +++ b/sprout/utility/string_ref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_HPP #define SPROUT_UTILITY_STRING_REF_HPP diff --git a/sprout/utility/string_ref/alias.hpp b/sprout/utility/string_ref/alias.hpp index dcfe695b..a70cb28f 100644 --- a/sprout/utility/string_ref/alias.hpp +++ b/sprout/utility/string_ref/alias.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_ALIAS_HPP #define SPROUT_UTILITY_STRING_REF_ALIAS_HPP diff --git a/sprout/utility/string_ref/comparison.hpp b/sprout/utility/string_ref/comparison.hpp index 386e8ccc..14cc79b3 100644 --- a/sprout/utility/string_ref/comparison.hpp +++ b/sprout/utility/string_ref/comparison.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_COMPARISON_HPP #define SPROUT_UTILITY_STRING_REF_COMPARISON_HPP diff --git a/sprout/utility/string_ref/conversion.hpp b/sprout/utility/string_ref/conversion.hpp index dfd19f4e..e72b1b07 100644 --- a/sprout/utility/string_ref/conversion.hpp +++ b/sprout/utility/string_ref/conversion.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_CONVERSION_HPP #define SPROUT_UTILITY_STRING_REF_CONVERSION_HPP diff --git a/sprout/utility/string_ref/from_string.hpp b/sprout/utility/string_ref/from_string.hpp index ddde8500..7ada86f0 100644 --- a/sprout/utility/string_ref/from_string.hpp +++ b/sprout/utility/string_ref/from_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_FROM_STRING_HPP #define SPROUT_UTILITY_STRING_REF_FROM_STRING_HPP diff --git a/sprout/utility/string_ref/hash.hpp b/sprout/utility/string_ref/hash.hpp index 3fe0bfb5..cd56a3de 100644 --- a/sprout/utility/string_ref/hash.hpp +++ b/sprout/utility/string_ref/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_HASH_HPP #define SPROUT_UTILITY_STRING_REF_HASH_HPP diff --git a/sprout/utility/string_ref/io.hpp b/sprout/utility/string_ref/io.hpp index e79eccf2..b04b6c22 100644 --- a/sprout/utility/string_ref/io.hpp +++ b/sprout/utility/string_ref/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_IO_HPP #define SPROUT_UTILITY_STRING_IO_HPP diff --git a/sprout/utility/string_ref/string_ref.hpp b/sprout/utility/string_ref/string_ref.hpp index 660ea221..480ef330 100644 --- a/sprout/utility/string_ref/string_ref.hpp +++ b/sprout/utility/string_ref/string_ref.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_STRING_REF_HPP #define SPROUT_UTILITY_STRING_REF_STRING_REF_HPP diff --git a/sprout/utility/string_ref/string_to_float.hpp b/sprout/utility/string_ref/string_to_float.hpp index e829ef92..b40d5714 100644 --- a/sprout/utility/string_ref/string_to_float.hpp +++ b/sprout/utility/string_ref/string_to_float.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_STRING_TO_FLOAT_HPP #define SPROUT_UTILITY_STRING_REF_STRING_TO_FLOAT_HPP diff --git a/sprout/utility/string_ref/string_to_int.hpp b/sprout/utility/string_ref/string_to_int.hpp index 52d48303..b38bc9fd 100644 --- a/sprout/utility/string_ref/string_to_int.hpp +++ b/sprout/utility/string_ref/string_to_int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_STRING_TO_INT_HPP #define SPROUT_UTILITY_STRING_REF_STRING_TO_INT_HPP diff --git a/sprout/utility/string_ref/type_traits.hpp b/sprout/utility/string_ref/type_traits.hpp index 20f1b952..de4cadf4 100644 --- a/sprout/utility/string_ref/type_traits.hpp +++ b/sprout/utility/string_ref/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_REF_TYPE_TRAITS_HPP #define SPROUT_UTILITY_STRING_REF_TYPE_TRAITS_HPP diff --git a/sprout/utility/string_view.hpp b/sprout/utility/string_view.hpp index 2875bb86..38e39de7 100644 --- a/sprout/utility/string_view.hpp +++ b/sprout/utility/string_view.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_STRING_VIEW_HPP #define SPROUT_UTILITY_STRING_VIEW_HPP diff --git a/sprout/utility/swap.hpp b/sprout/utility/swap.hpp index 1c6f920e..a51dcca5 100644 --- a/sprout/utility/swap.hpp +++ b/sprout/utility/swap.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_SWAP_HPP #define SPROUT_UTILITY_SWAP_HPP diff --git a/sprout/utility/value_holder.hpp b/sprout/utility/value_holder.hpp index b51425a1..7f160eff 100644 --- a/sprout/utility/value_holder.hpp +++ b/sprout/utility/value_holder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_VALUE_HOLDER_HPP #define SPROUT_UTILITY_VALUE_HOLDER_HPP diff --git a/sprout/utility/value_holder/get.hpp b/sprout/utility/value_holder/get.hpp index 30de79df..e2c5a906 100644 --- a/sprout/utility/value_holder/get.hpp +++ b/sprout/utility/value_holder/get.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_VALUE_HOLDER_GET_HPP #define SPROUT_UTILITY_VALUE_HOLDER_GET_HPP diff --git a/sprout/utility/value_holder/hash.hpp b/sprout/utility/value_holder/hash.hpp index b9a2bf3e..401a65ef 100644 --- a/sprout/utility/value_holder/hash.hpp +++ b/sprout/utility/value_holder/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_VALUE_HOLDER_HASH_HPP #define SPROUT_UTILITY_VALUE_HOLDER_HASH_HPP diff --git a/sprout/utility/value_holder/value_holder.hpp b/sprout/utility/value_holder/value_holder.hpp index f8b59fa2..8dc60aa7 100644 --- a/sprout/utility/value_holder/value_holder.hpp +++ b/sprout/utility/value_holder/value_holder.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UTILITY_VALUE_HOLDER_VALUE_HOLDER_HPP #define SPROUT_UTILITY_VALUE_HOLDER_VALUE_HOLDER_HPP diff --git a/sprout/uuid.hpp b/sprout/uuid.hpp index 1730c640..25a1b1d9 100644 --- a/sprout/uuid.hpp +++ b/sprout/uuid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_HPP #define SPROUT_UUID_HPP diff --git a/sprout/uuid/detail/table.hpp b/sprout/uuid/detail/table.hpp index 6d4470bb..587d0df4 100644 --- a/sprout/uuid/detail/table.hpp +++ b/sprout/uuid/detail/table.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_DETAIL_TABLE_HPP #define SPROUT_UUID_DETAIL_TABLE_HPP diff --git a/sprout/uuid/generators.hpp b/sprout/uuid/generators.hpp index a3eed792..5b48cb63 100644 --- a/sprout/uuid/generators.hpp +++ b/sprout/uuid/generators.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_GENERATORS_HPP #define SPROUT_UUID_GENERATORS_HPP diff --git a/sprout/uuid/hash.hpp b/sprout/uuid/hash.hpp index f1a2a9a7..5d37b58e 100644 --- a/sprout/uuid/hash.hpp +++ b/sprout/uuid/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_HASH_HPP #define SPROUT_UUID_HASH_HPP diff --git a/sprout/uuid/io.hpp b/sprout/uuid/io.hpp index 9077a772..b5fc90fe 100644 --- a/sprout/uuid/io.hpp +++ b/sprout/uuid/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_IO_HPP #define SPROUT_UUID_IO_HPP diff --git a/sprout/uuid/md5_name_generator.hpp b/sprout/uuid/md5_name_generator.hpp index a44dad2b..c22c7473 100644 --- a/sprout/uuid/md5_name_generator.hpp +++ b/sprout/uuid/md5_name_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_MD5_NAME_GENERATOR_HPP #define SPROUT_UUID_MD5_NAME_GENERATOR_HPP diff --git a/sprout/uuid/name_generator.hpp b/sprout/uuid/name_generator.hpp index c828fc96..27b99baa 100644 --- a/sprout/uuid/name_generator.hpp +++ b/sprout/uuid/name_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_NAME_GENERATOR_HPP #define SPROUT_UUID_NAME_GENERATOR_HPP diff --git a/sprout/uuid/namespaces.hpp b/sprout/uuid/namespaces.hpp index 48f15269..24aa315f 100644 --- a/sprout/uuid/namespaces.hpp +++ b/sprout/uuid/namespaces.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_NAMESPACES_HPP #define SPROUT_UUID_NAMESPACES_HPP diff --git a/sprout/uuid/nil_generator.hpp b/sprout/uuid/nil_generator.hpp index 33fbc98b..5f6a313a 100644 --- a/sprout/uuid/nil_generator.hpp +++ b/sprout/uuid/nil_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_NIL_GENERATOR_HPP #define SPROUT_UUID_NIL_GENERATOR_HPP diff --git a/sprout/uuid/random_generator.hpp b/sprout/uuid/random_generator.hpp index a5027ff0..b10bdd78 100644 --- a/sprout/uuid/random_generator.hpp +++ b/sprout/uuid/random_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_RANDOM_GENERATOR_HPP #define SPROUT_UUID_RANDOM_GENERATOR_HPP diff --git a/sprout/uuid/sha1_name_generator.hpp b/sprout/uuid/sha1_name_generator.hpp index eeb692d5..fa0e2acf 100644 --- a/sprout/uuid/sha1_name_generator.hpp +++ b/sprout/uuid/sha1_name_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_SHA1_NAME_GENERATOR_HPP #define SPROUT_UUID_SHA1_NAME_GENERATOR_HPP diff --git a/sprout/uuid/string_generator.hpp b/sprout/uuid/string_generator.hpp index 2172ff8a..3102cd60 100644 --- a/sprout/uuid/string_generator.hpp +++ b/sprout/uuid/string_generator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_STRING_GENERATOR_HPP #define SPROUT_UUID_STRING_GENERATOR_HPP diff --git a/sprout/uuid/tuple.hpp b/sprout/uuid/tuple.hpp index cdc9d0f1..22aaec54 100644 --- a/sprout/uuid/tuple.hpp +++ b/sprout/uuid/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_TUPLE_HPP #define SPROUT_UUID_TUPLE_HPP diff --git a/sprout/uuid/udl.hpp b/sprout/uuid/udl.hpp index c5589446..88ef352a 100644 --- a/sprout/uuid/udl.hpp +++ b/sprout/uuid/udl.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_UDL_HPP #define SPROUT_UUID_UDL_HPP diff --git a/sprout/uuid/uuid.hpp b/sprout/uuid/uuid.hpp index 55ca38b9..2350992c 100644 --- a/sprout/uuid/uuid.hpp +++ b/sprout/uuid/uuid.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_UUID_UUID_HPP #define SPROUT_UUID_UUID_HPP diff --git a/sprout/variant.hpp b/sprout/variant.hpp index 8d74f64d..40a653aa 100644 --- a/sprout/variant.hpp +++ b/sprout/variant.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_HPP #define SPROUT_VARIANT_HPP diff --git a/sprout/variant/apply_visitor.hpp b/sprout/variant/apply_visitor.hpp index 99e26cbb..819fd75e 100644 --- a/sprout/variant/apply_visitor.hpp +++ b/sprout/variant/apply_visitor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_APPLY_VISITOR_HPP #define SPROUT_VARIANT_APPLY_VISITOR_HPP diff --git a/sprout/variant/as_variant_visitor.hpp b/sprout/variant/as_variant_visitor.hpp index 45e97b01..1ba695fa 100644 --- a/sprout/variant/as_variant_visitor.hpp +++ b/sprout/variant/as_variant_visitor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_AS_VARIANT_VISITOR_HPP #define SPROUT_VARIANT_AS_VARIANT_VISITOR_HPP diff --git a/sprout/variant/as_visitor.hpp b/sprout/variant/as_visitor.hpp index 76236d32..c86dba8a 100644 --- a/sprout/variant/as_visitor.hpp +++ b/sprout/variant/as_visitor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_AS_VISITOR_HPP #define SPROUT_VARIANT_AS_VISITOR_HPP diff --git a/sprout/variant/get.hpp b/sprout/variant/get.hpp index 0731da4d..bc5c5f54 100644 --- a/sprout/variant/get.hpp +++ b/sprout/variant/get.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_GET_HPP #define SPROUT_VARIANT_GET_HPP diff --git a/sprout/variant/hash.hpp b/sprout/variant/hash.hpp index ff88b171..d39542d9 100644 --- a/sprout/variant/hash.hpp +++ b/sprout/variant/hash.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_HASH_HPP #define SPROUT_VARIANT_HASH_HPP diff --git a/sprout/variant/io.hpp b/sprout/variant/io.hpp index 7ff19c89..2e555669 100644 --- a/sprout/variant/io.hpp +++ b/sprout/variant/io.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_IO_HPP #define SPROUT_VARIANT_IO_HPP diff --git a/sprout/variant/static_variant_visitor.hpp b/sprout/variant/static_variant_visitor.hpp index 44bbf61b..c81f8f12 100644 --- a/sprout/variant/static_variant_visitor.hpp +++ b/sprout/variant/static_variant_visitor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_STATIC_VARIANT_VISITOR_HPP #define SPROUT_VARIANT_STATIC_VARIANT_VISITOR_HPP diff --git a/sprout/variant/static_visitor.hpp b/sprout/variant/static_visitor.hpp index e7bd40e9..1ccbd23c 100644 --- a/sprout/variant/static_visitor.hpp +++ b/sprout/variant/static_visitor.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_STATIC_VISITOR_HPP #define SPROUT_VARIANT_STATIC_VISITOR_HPP diff --git a/sprout/variant/tuple.hpp b/sprout/variant/tuple.hpp index e856a4e7..5a3e2ba5 100644 --- a/sprout/variant/tuple.hpp +++ b/sprout/variant/tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_TUPLE_HPP #define SPROUT_VARIANT_TUPLE_HPP diff --git a/sprout/variant/type_traits.hpp b/sprout/variant/type_traits.hpp index ca81ef41..d6e0e406 100644 --- a/sprout/variant/type_traits.hpp +++ b/sprout/variant/type_traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_TYPE_TRAITS_HPP #define SPROUT_VARIANT_TYPE_TRAITS_HPP diff --git a/sprout/variant/variant.hpp b/sprout/variant/variant.hpp index 7020f0bb..61646f15 100644 --- a/sprout/variant/variant.hpp +++ b/sprout/variant/variant.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_VARIANT_HPP #define SPROUT_VARIANT_VARIANT_HPP diff --git a/sprout/variant/variant_fwd.hpp b/sprout/variant/variant_fwd.hpp index b315afc2..8e35d859 100644 --- a/sprout/variant/variant_fwd.hpp +++ b/sprout/variant/variant_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_VARIANT_FWD_HPP #define SPROUT_VARIANT_VARIANT_FWD_HPP diff --git a/sprout/variant/visitor_result.hpp b/sprout/variant/visitor_result.hpp index 3fcc1836..b869a918 100644 --- a/sprout/variant/visitor_result.hpp +++ b/sprout/variant/visitor_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_VARIANT_VISITOR_RESULT_HPP #define SPROUT_VARIANT_VISITOR_RESULT_HPP diff --git a/sprout/weed.hpp b/sprout/weed.hpp index a0e185cf..08e7a2dd 100644 --- a/sprout/weed.hpp +++ b/sprout/weed.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_HPP #define SPROUT_WEED_HPP diff --git a/sprout/weed/attr_cnv.hpp b/sprout/weed/attr_cnv.hpp index 46bc316c..a866c694 100644 --- a/sprout/weed/attr_cnv.hpp +++ b/sprout/weed/attr_cnv.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_HPP #define SPROUT_WEED_ATTR_CNV_HPP diff --git a/sprout/weed/attr_cnv/bitwise_or.hpp b/sprout/weed/attr_cnv/bitwise_or.hpp index 8843d04c..b41ca02f 100644 --- a/sprout/weed/attr_cnv/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/bitwise_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_BITWISE_OR_HPP #define SPROUT_WEED_ATTR_CNV_BITWISE_OR_HPP diff --git a/sprout/weed/attr_cnv/mem_ptr.hpp b/sprout/weed/attr_cnv/mem_ptr.hpp index 45caba2f..71072902 100644 --- a/sprout/weed/attr_cnv/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/mem_ptr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_MEM_PTR_HPP #define SPROUT_WEED_ATTR_CNV_MEM_PTR_HPP diff --git a/sprout/weed/attr_cnv/modulus.hpp b/sprout/weed/attr_cnv/modulus.hpp index 5793078b..98ac02bc 100644 --- a/sprout/weed/attr_cnv/modulus.hpp +++ b/sprout/weed/attr_cnv/modulus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_MODULUS_HPP #define SPROUT_WEED_ATTR_CNV_MODULUS_HPP diff --git a/sprout/weed/attr_cnv/negate.hpp b/sprout/weed/attr_cnv/negate.hpp index 96526362..58d5370d 100644 --- a/sprout/weed/attr_cnv/negate.hpp +++ b/sprout/weed/attr_cnv/negate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_NEGATE_HPP #define SPROUT_WEED_ATTR_CNV_NEGATE_HPP diff --git a/sprout/weed/attr_cnv/result_of.hpp b/sprout/weed/attr_cnv/result_of.hpp index 61eff56e..2b6a596a 100644 --- a/sprout/weed/attr_cnv/result_of.hpp +++ b/sprout/weed/attr_cnv/result_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_HPP diff --git a/sprout/weed/attr_cnv/result_of/bitwise_or.hpp b/sprout/weed/attr_cnv/result_of/bitwise_or.hpp index 22c85467..d8380b83 100644 --- a/sprout/weed/attr_cnv/result_of/bitwise_or.hpp +++ b/sprout/weed/attr_cnv/result_of/bitwise_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_BITWISE_OR_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_BITWISE_OR_HPP diff --git a/sprout/weed/attr_cnv/result_of/mem_ptr.hpp b/sprout/weed/attr_cnv/result_of/mem_ptr.hpp index 8fb4049b..99a44978 100644 --- a/sprout/weed/attr_cnv/result_of/mem_ptr.hpp +++ b/sprout/weed/attr_cnv/result_of/mem_ptr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_MEM_PTR_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_MEM_PTR_HPP diff --git a/sprout/weed/attr_cnv/result_of/modulus.hpp b/sprout/weed/attr_cnv/result_of/modulus.hpp index be41b5ea..04580de3 100644 --- a/sprout/weed/attr_cnv/result_of/modulus.hpp +++ b/sprout/weed/attr_cnv/result_of/modulus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_MODULUS_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_MODULUS_HPP diff --git a/sprout/weed/attr_cnv/result_of/negate.hpp b/sprout/weed/attr_cnv/result_of/negate.hpp index a6c5bb73..e552e21d 100644 --- a/sprout/weed/attr_cnv/result_of/negate.hpp +++ b/sprout/weed/attr_cnv/result_of/negate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_NEGATE_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_NEGATE_HPP diff --git a/sprout/weed/attr_cnv/result_of/shift_left.hpp b/sprout/weed/attr_cnv/result_of/shift_left.hpp index 44519d7c..ddcd2d8a 100644 --- a/sprout/weed/attr_cnv/result_of/shift_left.hpp +++ b/sprout/weed/attr_cnv/result_of/shift_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_SHIFT_LEFT_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_SHIFT_LEFT_HPP diff --git a/sprout/weed/attr_cnv/result_of/times.hpp b/sprout/weed/attr_cnv/result_of/times.hpp index 2b49de43..45d32298 100644 --- a/sprout/weed/attr_cnv/result_of/times.hpp +++ b/sprout/weed/attr_cnv/result_of/times.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_TIMES_HPP #define SPROUT_WEED_ATTR_CNV_RESULT_OF_TIMES_HPP diff --git a/sprout/weed/attr_cnv/shift_left.hpp b/sprout/weed/attr_cnv/shift_left.hpp index 8561c963..4b80e3f3 100644 --- a/sprout/weed/attr_cnv/shift_left.hpp +++ b/sprout/weed/attr_cnv/shift_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_SHIFT_LEFT_HPP #define SPROUT_WEED_ATTR_CNV_SHIFT_LEFT_HPP diff --git a/sprout/weed/attr_cnv/times.hpp b/sprout/weed/attr_cnv/times.hpp index b6800f4a..30e49f7c 100644 --- a/sprout/weed/attr_cnv/times.hpp +++ b/sprout/weed/attr_cnv/times.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_ATTR_CNV_TIMES_HPP #define SPROUT_WEED_ATTR_CNV_TIMES_HPP diff --git a/sprout/weed/context.hpp b/sprout/weed/context.hpp index ed9b8bd1..7b7c7e42 100644 --- a/sprout/weed/context.hpp +++ b/sprout/weed/context.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_HPP #define SPROUT_WEED_CONTEXT_HPP diff --git a/sprout/weed/context/parse_context.hpp b/sprout/weed/context/parse_context.hpp index 5478eb80..aef260b0 100644 --- a/sprout/weed/context/parse_context.hpp +++ b/sprout/weed/context/parse_context.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_HPP diff --git a/sprout/weed/context/parse_context/operator.hpp b/sprout/weed/context/parse_context/operator.hpp index ffb92436..4aa587ad 100644 --- a/sprout/weed/context/parse_context/operator.hpp +++ b/sprout/weed/context/parse_context/operator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_OPERATOR_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_OPERATOR_HPP diff --git a/sprout/weed/context/parse_context/operator/address_of.hpp b/sprout/weed/context/parse_context/operator/address_of.hpp index b5f916d5..056d4613 100644 --- a/sprout/weed/context/parse_context/operator/address_of.hpp +++ b/sprout/weed/context/parse_context/operator/address_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_ADDRESS_OF_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_ADDRESS_OF_HPP diff --git a/sprout/weed/context/parse_context/operator/bitwise_or.hpp b/sprout/weed/context/parse_context/operator/bitwise_or.hpp index 7f0d85a9..c99b9c76 100644 --- a/sprout/weed/context/parse_context/operator/bitwise_or.hpp +++ b/sprout/weed/context/parse_context/operator/bitwise_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_BITWISE_OR_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_BITWISE_OR_HPP diff --git a/sprout/weed/context/parse_context/operator/dereference.hpp b/sprout/weed/context/parse_context/operator/dereference.hpp index f7623763..3237e775 100644 --- a/sprout/weed/context/parse_context/operator/dereference.hpp +++ b/sprout/weed/context/parse_context/operator/dereference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_DEREFERENCE_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_DEREFERENCE_HPP diff --git a/sprout/weed/context/parse_context/operator/logical_not.hpp b/sprout/weed/context/parse_context/operator/logical_not.hpp index abd2a14c..304306b4 100644 --- a/sprout/weed/context/parse_context/operator/logical_not.hpp +++ b/sprout/weed/context/parse_context/operator/logical_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_LOGICAL_NOT_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_LOGICAL_NOT_HPP diff --git a/sprout/weed/context/parse_context/operator/mem_ptr.hpp b/sprout/weed/context/parse_context/operator/mem_ptr.hpp index 40709241..e4b2cdac 100644 --- a/sprout/weed/context/parse_context/operator/mem_ptr.hpp +++ b/sprout/weed/context/parse_context/operator/mem_ptr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MEM_PTR_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MEM_PTR_HPP diff --git a/sprout/weed/context/parse_context/operator/minus.hpp b/sprout/weed/context/parse_context/operator/minus.hpp index a095b124..93c478b9 100644 --- a/sprout/weed/context/parse_context/operator/minus.hpp +++ b/sprout/weed/context/parse_context/operator/minus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MINUS_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MINUS_HPP diff --git a/sprout/weed/context/parse_context/operator/modulus.hpp b/sprout/weed/context/parse_context/operator/modulus.hpp index 4b728ec1..aced39d2 100644 --- a/sprout/weed/context/parse_context/operator/modulus.hpp +++ b/sprout/weed/context/parse_context/operator/modulus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MODULUS_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_MODULUS_HPP diff --git a/sprout/weed/context/parse_context/operator/negate.hpp b/sprout/weed/context/parse_context/operator/negate.hpp index 0da860d7..e67ea8a9 100644 --- a/sprout/weed/context/parse_context/operator/negate.hpp +++ b/sprout/weed/context/parse_context/operator/negate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_NEGATE_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_NEGATE_HPP diff --git a/sprout/weed/context/parse_context/operator/shift_left.hpp b/sprout/weed/context/parse_context/operator/shift_left.hpp index 7e622cc4..146d3742 100644 --- a/sprout/weed/context/parse_context/operator/shift_left.hpp +++ b/sprout/weed/context/parse_context/operator/shift_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_SHIFT_LEFT_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_SHIFT_LEFT_HPP diff --git a/sprout/weed/context/parse_context/operator/unary_plus.hpp b/sprout/weed/context/parse_context/operator/unary_plus.hpp index ffc9bd71..70c7e474 100644 --- a/sprout/weed/context/parse_context/operator/unary_plus.hpp +++ b/sprout/weed/context/parse_context/operator/unary_plus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_UNARY_PLUS_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_OPERATOR_UNARY_PLUS_HPP diff --git a/sprout/weed/context/parse_context/terminal.hpp b/sprout/weed/context/parse_context/terminal.hpp index ad6820ce..5505c8f9 100644 --- a/sprout/weed/context/parse_context/terminal.hpp +++ b/sprout/weed/context/parse_context/terminal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_HPP diff --git a/sprout/weed/context/parse_context/terminal/char_type.hpp b/sprout/weed/context/parse_context/terminal/char_type.hpp index a7643a8e..6abc4d77 100644 --- a/sprout/weed/context/parse_context/terminal/char_type.hpp +++ b/sprout/weed/context/parse_context/terminal/char_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_CHAR_TYPE_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_CHAR_TYPE_HPP diff --git a/sprout/weed/context/parse_context/terminal/parser.hpp b/sprout/weed/context/parse_context/terminal/parser.hpp index 837756e3..c5edf080 100644 --- a/sprout/weed/context/parse_context/terminal/parser.hpp +++ b/sprout/weed/context/parse_context/terminal/parser.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_PARSER_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_PARSER_HPP diff --git a/sprout/weed/context/parse_context/terminal/string.hpp b/sprout/weed/context/parse_context/terminal/string.hpp index 31457d2f..f3f86a2e 100644 --- a/sprout/weed/context/parse_context/terminal/string.hpp +++ b/sprout/weed/context/parse_context/terminal/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_STRING_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_TERMINAL_STRING_HPP diff --git a/sprout/weed/context/parse_context_fwd.hpp b/sprout/weed/context/parse_context_fwd.hpp index 9c75847b..368cca78 100644 --- a/sprout/weed/context/parse_context_fwd.hpp +++ b/sprout/weed/context/parse_context_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_FWD_HPP #define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_FWD_HPP diff --git a/sprout/weed/detail/bdigits.hpp b/sprout/weed/detail/bdigits.hpp index 3e8668a2..07ac76dc 100644 --- a/sprout/weed/detail/bdigits.hpp +++ b/sprout/weed/detail/bdigits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_BDIGITS_HPP #define SPROUT_WEED_DETAIL_BDIGITS_HPP diff --git a/sprout/weed/detail/c_str_as_string.hpp b/sprout/weed/detail/c_str_as_string.hpp index dd0cb62a..ae07c37f 100644 --- a/sprout/weed/detail/c_str_as_string.hpp +++ b/sprout/weed/detail/c_str_as_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP #define SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP diff --git a/sprout/weed/detail/digits.hpp b/sprout/weed/detail/digits.hpp index 7c1b5661..3e6a7b5a 100644 --- a/sprout/weed/detail/digits.hpp +++ b/sprout/weed/detail/digits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_DIGITS_HPP #define SPROUT_WEED_DETAIL_DIGITS_HPP diff --git a/sprout/weed/detail/find_character_set.hpp b/sprout/weed/detail/find_character_set.hpp index a5b7e7a8..ed099f11 100644 --- a/sprout/weed/detail/find_character_set.hpp +++ b/sprout/weed/detail/find_character_set.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_FIND_CHARACTER_SET_HPP #define SPROUT_WEED_DETAIL_FIND_CHARACTER_SET_HPP diff --git a/sprout/weed/detail/is_both_tuple.hpp b/sprout/weed/detail/is_both_tuple.hpp index 45b8bc4e..4f2f7503 100644 --- a/sprout/weed/detail/is_both_tuple.hpp +++ b/sprout/weed/detail/is_both_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_BOTH_TUPLE_HPP #define SPROUT_WEED_DETAIL_IS_BOTH_TUPLE_HPP diff --git a/sprout/weed/detail/is_both_unused.hpp b/sprout/weed/detail/is_both_unused.hpp index 5b989e74..ea2f7e06 100644 --- a/sprout/weed/detail/is_both_unused.hpp +++ b/sprout/weed/detail/is_both_unused.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_BOTH_UNUSED_HPP #define SPROUT_WEED_DETAIL_IS_BOTH_UNUSED_HPP diff --git a/sprout/weed/detail/is_container_and_elem.hpp b/sprout/weed/detail/is_container_and_elem.hpp index 02d88f3d..d8b55cf3 100644 --- a/sprout/weed/detail/is_container_and_elem.hpp +++ b/sprout/weed/detail/is_container_and_elem.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_CONTAINER_AND_ELEM_HPP #define SPROUT_WEED_DETAIL_IS_CONTAINER_AND_ELEM_HPP diff --git a/sprout/weed/detail/is_different_elem.hpp b/sprout/weed/detail/is_different_elem.hpp index 419ac65a..2293df73 100644 --- a/sprout/weed/detail/is_different_elem.hpp +++ b/sprout/weed/detail/is_different_elem.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_DIFFERENT_ELEM_HPP #define SPROUT_WEED_DETAIL_IS_DIFFERENT_ELEM_HPP diff --git a/sprout/weed/detail/is_elem_and_container.hpp b/sprout/weed/detail/is_elem_and_container.hpp index e97f82f7..3c9d628c 100644 --- a/sprout/weed/detail/is_elem_and_container.hpp +++ b/sprout/weed/detail/is_elem_and_container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_ELEM_AND_CONTAINER_HPP #define SPROUT_WEED_DETAIL_IS_ELEM_AND_CONTAINER_HPP diff --git a/sprout/weed/detail/is_elem_and_tuple.hpp b/sprout/weed/detail/is_elem_and_tuple.hpp index 59009077..7fba52ae 100644 --- a/sprout/weed/detail/is_elem_and_tuple.hpp +++ b/sprout/weed/detail/is_elem_and_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_ELEM_AND_TUPLE_HPP #define SPROUT_WEED_DETAIL_IS_ELEM_AND_TUPLE_HPP diff --git a/sprout/weed/detail/is_elem_and_unused.hpp b/sprout/weed/detail/is_elem_and_unused.hpp index 6d28ccf4..7b11fc2f 100644 --- a/sprout/weed/detail/is_elem_and_unused.hpp +++ b/sprout/weed/detail/is_elem_and_unused.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_ELEM_AND_UNUSED_HPP #define SPROUT_WEED_DETAIL_IS_ELEM_AND_UNUSED_HPP diff --git a/sprout/weed/detail/is_same_container.hpp b/sprout/weed/detail/is_same_container.hpp index 78859f8b..ba5a6e2a 100644 --- a/sprout/weed/detail/is_same_container.hpp +++ b/sprout/weed/detail/is_same_container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_SAME_CONTAINER_HPP #define SPROUT_WEED_DETAIL_IS_SAME_CONTAINER_HPP diff --git a/sprout/weed/detail/is_same_elem.hpp b/sprout/weed/detail/is_same_elem.hpp index 602c3547..0a9e6c2f 100644 --- a/sprout/weed/detail/is_same_elem.hpp +++ b/sprout/weed/detail/is_same_elem.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_SAME_ELEM_HPP #define SPROUT_WEED_DETAIL_IS_SAME_ELEM_HPP diff --git a/sprout/weed/detail/is_tuple_and_elem.hpp b/sprout/weed/detail/is_tuple_and_elem.hpp index a541115a..ecfa6bd3 100644 --- a/sprout/weed/detail/is_tuple_and_elem.hpp +++ b/sprout/weed/detail/is_tuple_and_elem.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_TUPLE_AND_ELEM_HPP #define SPROUT_WEED_DETAIL_IS_TUPLE_AND_ELEM_HPP diff --git a/sprout/weed/detail/is_unused_and_elem.hpp b/sprout/weed/detail/is_unused_and_elem.hpp index f225193c..dbbe7738 100644 --- a/sprout/weed/detail/is_unused_and_elem.hpp +++ b/sprout/weed/detail/is_unused_and_elem.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_IS_UNUSED_AND_ELEM_HPP #define SPROUT_WEED_DETAIL_IS_UNUSED_AND_ELEM_HPP diff --git a/sprout/weed/detail/ndigits.hpp b/sprout/weed/detail/ndigits.hpp index 3d44584e..38556ac7 100644 --- a/sprout/weed/detail/ndigits.hpp +++ b/sprout/weed/detail/ndigits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_NDIGITS_HPP #define SPROUT_WEED_DETAIL_NDIGITS_HPP diff --git a/sprout/weed/detail/odigits.hpp b/sprout/weed/detail/odigits.hpp index 37595473..f63419cb 100644 --- a/sprout/weed/detail/odigits.hpp +++ b/sprout/weed/detail/odigits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_ODIGITS_HPP #define SPROUT_WEED_DETAIL_ODIGITS_HPP diff --git a/sprout/weed/detail/xdigits.hpp b/sprout/weed/detail/xdigits.hpp index 679e0f56..b972b40e 100644 --- a/sprout/weed/detail/xdigits.hpp +++ b/sprout/weed/detail/xdigits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_DETAIL_XDIGITS_HPP #define SPROUT_WEED_DETAIL_XDIGITS_HPP diff --git a/sprout/weed/eval_result.hpp b/sprout/weed/eval_result.hpp index d3517c03..1e4de19f 100644 --- a/sprout/weed/eval_result.hpp +++ b/sprout/weed/eval_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EVAL_RESULT_HPP #define SPROUT_WEED_EVAL_RESULT_HPP diff --git a/sprout/weed/expr.hpp b/sprout/weed/expr.hpp index ec45860b..a1d4d0c0 100644 --- a/sprout/weed/expr.hpp +++ b/sprout/weed/expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_HPP #define SPROUT_WEED_EXPR_HPP diff --git a/sprout/weed/expr/eval.hpp b/sprout/weed/expr/eval.hpp index 4c5248df..f2fd8140 100644 --- a/sprout/weed/expr/eval.hpp +++ b/sprout/weed/expr/eval.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_EVAL_HPP #define SPROUT_WEED_EXPR_EVAL_HPP diff --git a/sprout/weed/expr/expr.hpp b/sprout/weed/expr/expr.hpp index c0c4af0a..3b35be7d 100644 --- a/sprout/weed/expr/expr.hpp +++ b/sprout/weed/expr/expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_EXPR_HPP #define SPROUT_WEED_EXPR_EXPR_HPP diff --git a/sprout/weed/expr/expr_fwd.hpp b/sprout/weed/expr/expr_fwd.hpp index 431a2247..7e09915c 100644 --- a/sprout/weed/expr/expr_fwd.hpp +++ b/sprout/weed/expr/expr_fwd.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_EXPR_FWD_HPP #define SPROUT_WEED_EXPR_EXPR_FWD_HPP diff --git a/sprout/weed/expr/make_expr.hpp b/sprout/weed/expr/make_expr.hpp index de9223a4..737b4be5 100644 --- a/sprout/weed/expr/make_expr.hpp +++ b/sprout/weed/expr/make_expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_MAKE_EXPR_HPP #define SPROUT_WEED_EXPR_MAKE_EXPR_HPP diff --git a/sprout/weed/expr/make_terminal.hpp b/sprout/weed/expr/make_terminal.hpp index c3cdc05d..bbba97a0 100644 --- a/sprout/weed/expr/make_terminal.hpp +++ b/sprout/weed/expr/make_terminal.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_MAKE_TERMINAL_HPP #define SPROUT_WEED_EXPR_MAKE_TERMINAL_HPP diff --git a/sprout/weed/expr/make_terminal_or_expr.hpp b/sprout/weed/expr/make_terminal_or_expr.hpp index cf340fe6..e58d2cd2 100644 --- a/sprout/weed/expr/make_terminal_or_expr.hpp +++ b/sprout/weed/expr/make_terminal_or_expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_MAKE_TERMINAL_OR_EXPR_HPP #define SPROUT_WEED_EXPR_MAKE_TERMINAL_OR_EXPR_HPP diff --git a/sprout/weed/expr/tag.hpp b/sprout/weed/expr/tag.hpp index c0b8146a..71f90b59 100644 --- a/sprout/weed/expr/tag.hpp +++ b/sprout/weed/expr/tag.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_EXPR_TAG_HPP #define SPROUT_WEED_EXPR_TAG_HPP diff --git a/sprout/weed/limited.hpp b/sprout/weed/limited.hpp index 3f61666a..01033d8e 100644 --- a/sprout/weed/limited.hpp +++ b/sprout/weed/limited.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_LIMITED_HPP #define SPROUT_WEED_LIMITED_HPP diff --git a/sprout/weed/operator.hpp b/sprout/weed/operator.hpp index 291411c7..33a6acff 100644 --- a/sprout/weed/operator.hpp +++ b/sprout/weed/operator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_HPP #define SPROUT_WEED_OPERATOR_HPP diff --git a/sprout/weed/operator/address_of.hpp b/sprout/weed/operator/address_of.hpp index 0c36d1e3..d4089f99 100644 --- a/sprout/weed/operator/address_of.hpp +++ b/sprout/weed/operator/address_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_ADDRESS_OF_HPP #define SPROUT_WEED_OPERATOR_ADDRESS_OF_HPP diff --git a/sprout/weed/operator/bitwise_or.hpp b/sprout/weed/operator/bitwise_or.hpp index 176d1924..56a71873 100644 --- a/sprout/weed/operator/bitwise_or.hpp +++ b/sprout/weed/operator/bitwise_or.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_BITWISE_OR_HPP #define SPROUT_WEED_OPERATOR_BITWISE_OR_HPP diff --git a/sprout/weed/operator/dereference.hpp b/sprout/weed/operator/dereference.hpp index 0c3dd8a0..5bf0edeb 100644 --- a/sprout/weed/operator/dereference.hpp +++ b/sprout/weed/operator/dereference.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_DEREFERENCE_HPP #define SPROUT_WEED_OPERATOR_DEREFERENCE_HPP diff --git a/sprout/weed/operator/logical_not.hpp b/sprout/weed/operator/logical_not.hpp index 354d838b..1bec927f 100644 --- a/sprout/weed/operator/logical_not.hpp +++ b/sprout/weed/operator/logical_not.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_LOGICAL_NOT_HPP #define SPROUT_WEED_OPERATOR_LOGICAL_NOT_HPP diff --git a/sprout/weed/operator/mem_ptr.hpp b/sprout/weed/operator/mem_ptr.hpp index cf0d93b5..6644a2db 100644 --- a/sprout/weed/operator/mem_ptr.hpp +++ b/sprout/weed/operator/mem_ptr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_MEM_PTR_HPP #define SPROUT_WEED_OPERATOR_MEM_PTR_HPP diff --git a/sprout/weed/operator/minus.hpp b/sprout/weed/operator/minus.hpp index defe576f..36b15482 100644 --- a/sprout/weed/operator/minus.hpp +++ b/sprout/weed/operator/minus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_MINUS_HPP #define SPROUT_WEED_OPERATOR_MINUS_HPP diff --git a/sprout/weed/operator/modulus.hpp b/sprout/weed/operator/modulus.hpp index 0882fc81..b554da8c 100644 --- a/sprout/weed/operator/modulus.hpp +++ b/sprout/weed/operator/modulus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_MODULUS_HPP #define SPROUT_WEED_OPERATOR_MODULUS_HPP diff --git a/sprout/weed/operator/negate.hpp b/sprout/weed/operator/negate.hpp index 72bcd1cd..b36fbab8 100644 --- a/sprout/weed/operator/negate.hpp +++ b/sprout/weed/operator/negate.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_NEGATE_HPP #define SPROUT_WEED_OPERATOR_NEGATE_HPP diff --git a/sprout/weed/operator/shift_left.hpp b/sprout/weed/operator/shift_left.hpp index 05f3dac7..99845509 100644 --- a/sprout/weed/operator/shift_left.hpp +++ b/sprout/weed/operator/shift_left.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_SHIFT_LEFT_HPP #define SPROUT_WEED_OPERATOR_SHIFT_LEFT_HPP diff --git a/sprout/weed/operator/unary_plus.hpp b/sprout/weed/operator/unary_plus.hpp index ce1a4939..4aaa39bb 100644 --- a/sprout/weed/operator/unary_plus.hpp +++ b/sprout/weed/operator/unary_plus.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_OPERATOR_UNARY_PLUS_HPP #define SPROUT_WEED_OPERATOR_UNARY_PLUS_HPP diff --git a/sprout/weed/parse.hpp b/sprout/weed/parse.hpp index 4ff50501..810cfbe7 100644 --- a/sprout/weed/parse.hpp +++ b/sprout/weed/parse.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSE_HPP #define SPROUT_WEED_PARSE_HPP diff --git a/sprout/weed/parser.hpp b/sprout/weed/parser.hpp index 1ae38873..2c0a5d3e 100644 --- a/sprout/weed/parser.hpp +++ b/sprout/weed/parser.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_HPP #define SPROUT_WEED_PARSER_HPP diff --git a/sprout/weed/parser/auxiliary.hpp b/sprout/weed/parser/auxiliary.hpp index fe0a5933..a780e92d 100644 --- a/sprout/weed/parser/auxiliary.hpp +++ b/sprout/weed/parser/auxiliary.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_AUXILIARY_HPP #define SPROUT_WEED_PARSER_AUXILIARY_HPP diff --git a/sprout/weed/parser/auxiliary/eoi.hpp b/sprout/weed/parser/auxiliary/eoi.hpp index 97584651..f7f74331 100644 --- a/sprout/weed/parser/auxiliary/eoi.hpp +++ b/sprout/weed/parser/auxiliary/eoi.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_AUXILIARY_EOI_HPP #define SPROUT_WEED_PARSER_AUXILIARY_EOI_HPP diff --git a/sprout/weed/parser/auxiliary/eol.hpp b/sprout/weed/parser/auxiliary/eol.hpp index 0f761b9b..5bcf580c 100644 --- a/sprout/weed/parser/auxiliary/eol.hpp +++ b/sprout/weed/parser/auxiliary/eol.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_AUXILIARY_EOL_HPP #define SPROUT_WEED_PARSER_AUXILIARY_EOL_HPP diff --git a/sprout/weed/parser/auxiliary/eps.hpp b/sprout/weed/parser/auxiliary/eps.hpp index c7affa7d..7aaea5b5 100644 --- a/sprout/weed/parser/auxiliary/eps.hpp +++ b/sprout/weed/parser/auxiliary/eps.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_AUXILIARY_EPS_HPP #define SPROUT_WEED_PARSER_AUXILIARY_EPS_HPP diff --git a/sprout/weed/parser/char.hpp b/sprout/weed/parser/char.hpp index 4786de70..0fcd5254 100644 --- a/sprout/weed/parser/char.hpp +++ b/sprout/weed/parser/char.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_CHAR_HPP #define SPROUT_WEED_PARSER_CHAR_HPP diff --git a/sprout/weed/parser/char/char.hpp b/sprout/weed/parser/char/char.hpp index 2c55a4de..38ab2c93 100644 --- a/sprout/weed/parser/char/char.hpp +++ b/sprout/weed/parser/char/char.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_CHAR_CHAR_HPP #define SPROUT_WEED_PARSER_CHAR_CHAR_HPP diff --git a/sprout/weed/parser/char/char_class.hpp b/sprout/weed/parser/char/char_class.hpp index af19f1a9..d83390b0 100644 --- a/sprout/weed/parser/char/char_class.hpp +++ b/sprout/weed/parser/char/char_class.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_CHAR_CHAR_CLASS_HPP #define SPROUT_WEED_PARSER_CHAR_CHAR_CLASS_HPP diff --git a/sprout/weed/parser/directive.hpp b/sprout/weed/parser/directive.hpp index 127caa8e..f17ccbb0 100644 --- a/sprout/weed/parser/directive.hpp +++ b/sprout/weed/parser/directive.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_HPP diff --git a/sprout/weed/parser/directive/as_array.hpp b/sprout/weed/parser/directive/as_array.hpp index ab2dbd72..9e835057 100644 --- a/sprout/weed/parser/directive/as_array.hpp +++ b/sprout/weed/parser/directive/as_array.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_AS_ARRAY_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_AS_ARRAY_HPP diff --git a/sprout/weed/parser/directive/as_tuple.hpp b/sprout/weed/parser/directive/as_tuple.hpp index a15d9fea..70efda9c 100644 --- a/sprout/weed/parser/directive/as_tuple.hpp +++ b/sprout/weed/parser/directive/as_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_AS_TUPLE_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_AS_TUPLE_HPP diff --git a/sprout/weed/parser/directive/omit.hpp b/sprout/weed/parser/directive/omit.hpp index 5223fb25..3e19ff66 100644 --- a/sprout/weed/parser/directive/omit.hpp +++ b/sprout/weed/parser/directive/omit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_OMIT_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_OMIT_HPP diff --git a/sprout/weed/parser/directive/repeat.hpp b/sprout/weed/parser/directive/repeat.hpp index 6e896464..0ddbf085 100644 --- a/sprout/weed/parser/directive/repeat.hpp +++ b/sprout/weed/parser/directive/repeat.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_REPEAT_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_REPEAT_HPP diff --git a/sprout/weed/parser/directive/replace.hpp b/sprout/weed/parser/directive/replace.hpp index 48bf9adf..6baca15e 100644 --- a/sprout/weed/parser/directive/replace.hpp +++ b/sprout/weed/parser/directive/replace.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_DIRECTIVE_REPLACE_HPP #define SPROUT_WEED_PARSER_DIRECTIVE_REPLACE_HPP diff --git a/sprout/weed/parser/lim.hpp b/sprout/weed/parser/lim.hpp index 005e8ac6..0e3c18b4 100644 --- a/sprout/weed/parser/lim.hpp +++ b/sprout/weed/parser/lim.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_LIM_HPP #define SPROUT_WEED_PARSER_LIM_HPP diff --git a/sprout/weed/parser/lit.hpp b/sprout/weed/parser/lit.hpp index 7599291e..b5625b63 100644 --- a/sprout/weed/parser/lit.hpp +++ b/sprout/weed/parser/lit.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_LIT_HPP #define SPROUT_WEED_PARSER_LIT_HPP diff --git a/sprout/weed/parser/numeric.hpp b/sprout/weed/parser/numeric.hpp index 638197eb..1013fc5f 100644 --- a/sprout/weed/parser/numeric.hpp +++ b/sprout/weed/parser/numeric.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_HPP #define SPROUT_WEED_PARSER_NUMERIC_HPP diff --git a/sprout/weed/parser/numeric/bin.hpp b/sprout/weed/parser/numeric/bin.hpp index bcaa20e3..a965f0f9 100644 --- a/sprout/weed/parser/numeric/bin.hpp +++ b/sprout/weed/parser/numeric/bin.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_BIN_HPP #define SPROUT_WEED_PARSER_NUMERIC_BIN_HPP diff --git a/sprout/weed/parser/numeric/hex.hpp b/sprout/weed/parser/numeric/hex.hpp index 9f4799af..09eafba3 100644 --- a/sprout/weed/parser/numeric/hex.hpp +++ b/sprout/weed/parser/numeric/hex.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_HEX_HPP #define SPROUT_WEED_PARSER_NUMERIC_HEX_HPP diff --git a/sprout/weed/parser/numeric/int.hpp b/sprout/weed/parser/numeric/int.hpp index 996de598..f05a2ca7 100644 --- a/sprout/weed/parser/numeric/int.hpp +++ b/sprout/weed/parser/numeric/int.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_INT_HPP #define SPROUT_WEED_PARSER_NUMERIC_INT_HPP diff --git a/sprout/weed/parser/numeric/int_p.hpp b/sprout/weed/parser/numeric/int_p.hpp index 56d7f759..76cda2eb 100644 --- a/sprout/weed/parser/numeric/int_p.hpp +++ b/sprout/weed/parser/numeric/int_p.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_INT_P_HPP #define SPROUT_WEED_PARSER_NUMERIC_INT_P_HPP diff --git a/sprout/weed/parser/numeric/oct.hpp b/sprout/weed/parser/numeric/oct.hpp index ecda3a2a..f4c712cd 100644 --- a/sprout/weed/parser/numeric/oct.hpp +++ b/sprout/weed/parser/numeric/oct.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_OCT_HPP #define SPROUT_WEED_PARSER_NUMERIC_OCT_HPP diff --git a/sprout/weed/parser/numeric/uint.hpp b/sprout/weed/parser/numeric/uint.hpp index 1a2ca4d1..a3f5b7f1 100644 --- a/sprout/weed/parser/numeric/uint.hpp +++ b/sprout/weed/parser/numeric/uint.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_UINT_HPP #define SPROUT_WEED_PARSER_NUMERIC_UINT_HPP diff --git a/sprout/weed/parser/numeric/uint_p.hpp b/sprout/weed/parser/numeric/uint_p.hpp index 1bc19321..c0493cb9 100644 --- a/sprout/weed/parser/numeric/uint_p.hpp +++ b/sprout/weed/parser/numeric/uint_p.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_NUMERIC_UINT_P_HPP #define SPROUT_WEED_PARSER_NUMERIC_UINT_P_HPP diff --git a/sprout/weed/parser/parser_base.hpp b/sprout/weed/parser/parser_base.hpp index 7dc47a61..3b04eabf 100644 --- a/sprout/weed/parser/parser_base.hpp +++ b/sprout/weed/parser/parser_base.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_PARSER_BASE_HPP #define SPROUT_WEED_PARSER_PARSER_BASE_HPP diff --git a/sprout/weed/parser/string.hpp b/sprout/weed/parser/string.hpp index 9ae747b2..d9554c5f 100644 --- a/sprout/weed/parser/string.hpp +++ b/sprout/weed/parser/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_STRING_HPP #define SPROUT_WEED_PARSER_STRING_HPP diff --git a/sprout/weed/parser/string/string.hpp b/sprout/weed/parser/string/string.hpp index d13063c6..5bcea0ca 100644 --- a/sprout/weed/parser/string/string.hpp +++ b/sprout/weed/parser/string/string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_STRING_STRING_HPP #define SPROUT_WEED_PARSER_STRING_STRING_HPP diff --git a/sprout/weed/parser_result.hpp b/sprout/weed/parser_result.hpp index bb9fbda6..f89436fd 100644 --- a/sprout/weed/parser_result.hpp +++ b/sprout/weed/parser_result.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_PARSER_RESULT_HPP #define SPROUT_WEED_PARSER_RESULT_HPP diff --git a/sprout/weed/traits.hpp b/sprout/weed/traits.hpp index 8da000b6..9b3c9185 100644 --- a/sprout/weed/traits.hpp +++ b/sprout/weed/traits.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_HPP #define SPROUT_WEED_TRAITS_HPP diff --git a/sprout/weed/traits/expr.hpp b/sprout/weed/traits/expr.hpp index a5d6ddd6..a208fd53 100644 --- a/sprout/weed/traits/expr.hpp +++ b/sprout/weed/traits/expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_HPP #define SPROUT_WEED_TRAITS_EXPR_HPP diff --git a/sprout/weed/traits/expr/expr_of.hpp b/sprout/weed/traits/expr/expr_of.hpp index 68d62cf6..d3c45099 100644 --- a/sprout/weed/traits/expr/expr_of.hpp +++ b/sprout/weed/traits/expr/expr_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_EXPR_OF_HPP #define SPROUT_WEED_TRAITS_EXPR_EXPR_OF_HPP diff --git a/sprout/weed/traits/expr/is_expr.hpp b/sprout/weed/traits/expr/is_expr.hpp index 6d1dc55c..fa19edc6 100644 --- a/sprout/weed/traits/expr/is_expr.hpp +++ b/sprout/weed/traits/expr/is_expr.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_IS_EXPR_HPP #define SPROUT_WEED_TRAITS_EXPR_IS_EXPR_HPP diff --git a/sprout/weed/traits/expr/tag_of.hpp b/sprout/weed/traits/expr/tag_of.hpp index 5f809830..74c694ae 100644 --- a/sprout/weed/traits/expr/tag_of.hpp +++ b/sprout/weed/traits/expr/tag_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_TAG_OF_HPP #define SPROUT_WEED_TRAITS_EXPR_TAG_OF_HPP diff --git a/sprout/weed/traits/expr/terminal_of.hpp b/sprout/weed/traits/expr/terminal_of.hpp index aab7506e..f2901100 100644 --- a/sprout/weed/traits/expr/terminal_of.hpp +++ b/sprout/weed/traits/expr/terminal_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_TERMINAL_OF_HPP #define SPROUT_WEED_TRAITS_EXPR_TERMINAL_OF_HPP diff --git a/sprout/weed/traits/expr/terminal_or_expr_of.hpp b/sprout/weed/traits/expr/terminal_or_expr_of.hpp index c2fe8f76..48e8f9c7 100644 --- a/sprout/weed/traits/expr/terminal_or_expr_of.hpp +++ b/sprout/weed/traits/expr/terminal_or_expr_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_EXPR_TERMINAL_OR_EXPR_OF_HPP #define SPROUT_WEED_TRAITS_EXPR_TERMINAL_OR_EXPR_OF_HPP diff --git a/sprout/weed/traits/parser.hpp b/sprout/weed/traits/parser.hpp index 23df37dd..69e9eb72 100644 --- a/sprout/weed/traits/parser.hpp +++ b/sprout/weed/traits/parser.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_PARSER_HPP #define SPROUT_WEED_TRAITS_PARSER_HPP diff --git a/sprout/weed/traits/parser/attribute_of.hpp b/sprout/weed/traits/parser/attribute_of.hpp index e8db6ad1..caa4a89b 100644 --- a/sprout/weed/traits/parser/attribute_of.hpp +++ b/sprout/weed/traits/parser/attribute_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_PARSER_ATTRIBUTE_OF_HPP #define SPROUT_WEED_TRAITS_PARSER_ATTRIBUTE_OF_HPP diff --git a/sprout/weed/traits/parser/is_parser.hpp b/sprout/weed/traits/parser/is_parser.hpp index 6854f0b4..b8833326 100644 --- a/sprout/weed/traits/parser/is_parser.hpp +++ b/sprout/weed/traits/parser/is_parser.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_PARSER_IS_PARSER_HPP #define SPROUT_WEED_TRAITS_PARSER_IS_PARSER_HPP diff --git a/sprout/weed/traits/parser/limit_of.hpp b/sprout/weed/traits/parser/limit_of.hpp index e739aa65..76b4cb0a 100644 --- a/sprout/weed/traits/parser/limit_of.hpp +++ b/sprout/weed/traits/parser/limit_of.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_PARSER_LIMIT_OF_HPP #define SPROUT_WEED_TRAITS_PARSER_LIMIT_OF_HPP diff --git a/sprout/weed/traits/type.hpp b/sprout/weed/traits/type.hpp index 246eb795..f6823e88 100644 --- a/sprout/weed/traits/type.hpp +++ b/sprout/weed/traits/type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_HPP #define SPROUT_WEED_TRAITS_TYPE_HPP diff --git a/sprout/weed/traits/type/is_c_str.hpp b/sprout/weed/traits/type/is_c_str.hpp index 9ba5b71b..9437b387 100644 --- a/sprout/weed/traits/type/is_c_str.hpp +++ b/sprout/weed/traits/type/is_c_str.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_C_STR_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_C_STR_HPP diff --git a/sprout/weed/traits/type/is_char_type.hpp b/sprout/weed/traits/type/is_char_type.hpp index c23d109a..b86752d8 100644 --- a/sprout/weed/traits/type/is_char_type.hpp +++ b/sprout/weed/traits/type/is_char_type.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_CHAR_TYPE_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_CHAR_TYPE_HPP diff --git a/sprout/weed/traits/type/is_container.hpp b/sprout/weed/traits/type/is_container.hpp index b3d1b3bd..7d691635 100644 --- a/sprout/weed/traits/type/is_container.hpp +++ b/sprout/weed/traits/type/is_container.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_CONTAINER_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_CONTAINER_HPP diff --git a/sprout/weed/traits/type/is_string.hpp b/sprout/weed/traits/type/is_string.hpp index b12d4ce9..e7469c0d 100644 --- a/sprout/weed/traits/type/is_string.hpp +++ b/sprout/weed/traits/type/is_string.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_STRING_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_STRING_HPP diff --git a/sprout/weed/traits/type/is_tuple.hpp b/sprout/weed/traits/type/is_tuple.hpp index fa2f8e51..da4da7da 100644 --- a/sprout/weed/traits/type/is_tuple.hpp +++ b/sprout/weed/traits/type/is_tuple.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_TUPLE_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_TUPLE_HPP diff --git a/sprout/weed/traits/type/is_unused.hpp b/sprout/weed/traits/type/is_unused.hpp index 02be0a28..59e70c52 100644 --- a/sprout/weed/traits/type/is_unused.hpp +++ b/sprout/weed/traits/type/is_unused.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_TRAITS_TYPE_IS_UNUSED_HPP #define SPROUT_WEED_TRAITS_TYPE_IS_UNUSED_HPP diff --git a/sprout/weed/unused.hpp b/sprout/weed/unused.hpp index cbeea223..f24dfd95 100644 --- a/sprout/weed/unused.hpp +++ b/sprout/weed/unused.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WEED_UNUSED_HPP #define SPROUT_WEED_UNUSED_HPP diff --git a/sprout/workaround.hpp b/sprout/workaround.hpp index 55244bae..0de60625 100644 --- a/sprout/workaround.hpp +++ b/sprout/workaround.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WORKAROUND_HPP #define SPROUT_WORKAROUND_HPP diff --git a/sprout/workaround/detail/uniform_int_distribution.hpp b/sprout/workaround/detail/uniform_int_distribution.hpp index 36fba276..86017250 100644 --- a/sprout/workaround/detail/uniform_int_distribution.hpp +++ b/sprout/workaround/detail/uniform_int_distribution.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WORKAROUND_DETAIL_UNIFORM_INT_DISTRIBUTION_HPP #define SPROUT_WORKAROUND_DETAIL_UNIFORM_INT_DISTRIBUTION_HPP diff --git a/sprout/workaround/recursive_function_template.hpp b/sprout/workaround/recursive_function_template.hpp index 43e51eab..72f98b04 100644 --- a/sprout/workaround/recursive_function_template.hpp +++ b/sprout/workaround/recursive_function_template.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef SPROUT_WORKAROUND_RECURSIVE_FUNCTION_TEMPLATE_HPP #define SPROUT_WORKAROUND_RECURSIVE_FUNCTION_TEMPLATE_HPP diff --git a/testspr/algorithm.hpp b/testspr/algorithm.hpp index 1f506e0d..b121f6f6 100644 --- a/testspr/algorithm.hpp +++ b/testspr/algorithm.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_ALGORITHM_HPP #define TESTSPR_ALGORITHM_HPP diff --git a/testspr/assert.hpp b/testspr/assert.hpp index 4e5c0869..0a981d92 100644 --- a/testspr/assert.hpp +++ b/testspr/assert.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_ASSERT_HPP #define TESTSPR_ASSERT_HPP diff --git a/testspr/functional.hpp b/testspr/functional.hpp index bafd50ea..b3e3ccba 100644 --- a/testspr/functional.hpp +++ b/testspr/functional.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_FUNCTIONAL_HPP #define TESTSPR_FUNCTIONAL_HPP diff --git a/testspr/header_all.hpp b/testspr/header_all.hpp index bedaf083..d652fc4f 100644 --- a/testspr/header_all.hpp +++ b/testspr/header_all.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_HEADER_ALL_HPP #define TESTSPR_HEADER_ALL_HPP diff --git a/testspr/include_main.hpp b/testspr/include_main.hpp index 9d01d623..37921b1e 100644 --- a/testspr/include_main.hpp +++ b/testspr/include_main.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_INCLUDE_MAIN_HPP #define TESTSPR_INCLUDE_MAIN_HPP diff --git a/testspr/iterator.hpp b/testspr/iterator.hpp index 1d7c07d1..726bd736 100644 --- a/testspr/iterator.hpp +++ b/testspr/iterator.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_ITERATOR_HPP #define TESTSPR_ITERATOR_HPP diff --git a/testspr/print.hpp b/testspr/print.hpp index a8095d3b..681c4dd6 100644 --- a/testspr/print.hpp +++ b/testspr/print.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_PRINT_HPP #define TESTSPR_PRINT_HPP diff --git a/testspr/range.hpp b/testspr/range.hpp index 17e49903..8592c426 100644 --- a/testspr/range.hpp +++ b/testspr/range.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_RANGE_HPP #define TESTSPR_RANGE_HPP diff --git a/testspr/sprout.cpp b/testspr/sprout.cpp index a271590f..0a5d9725 100644 --- a/testspr/sprout.cpp +++ b/testspr/sprout.cpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_SPROUT_CPP #define TESTSPR_SPROUT_CPP diff --git a/testspr/tools.hpp b/testspr/tools.hpp index da154de8..1f028ad6 100644 --- a/testspr/tools.hpp +++ b/testspr/tools.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_TOOLS_HPP #define TESTSPR_TOOLS_HPP diff --git a/testspr/typeinfo.hpp b/testspr/typeinfo.hpp index 922f87d1..05864673 100644 --- a/testspr/typeinfo.hpp +++ b/testspr/typeinfo.hpp @@ -1,3 +1,10 @@ +/*============================================================================= + Copyright (c) 2011-2013 Bolero MURAKAMI + https://github.com/bolero-MURAKAMI/Sprout + + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +=============================================================================*/ #ifndef TESTSPR_TYPEINFO_HPP #define TESTSPR_TYPEINFO_HPP