Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: boost-compute
Source: https://github.com/boostorg/compute

Files: *
Copyright: 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com>
License: BSL-1.0

Files: cmake/FindBolt.cmake
Copyright: 2012-2014 Advanced Micro Devices, Inc.
License: Apache-2.0

Files: cmake/FindEigen.cmake
Copyright: 2013 Google, Inc.
License: BSD-3-clause

Files: cmake/FindTBB.cmake
Copyright: 2011 Hannes Hofmann
License: Expat

Files: debian/*
Copyright: 2015 Ghislain Antony Vaillant <ghisvail@gmail.com>
License: Expat

Files: example/matrix_transpose.cpp
       example/simple_moving_average.cpp
       perf/perf_exclusive_scan.cpp
Copyright: 2014 Benoit Dequidt <benoit.dequidt@gmail.com>
License: BSL-1.0

Files: example/nbody.cpp
       test/test_context_error.cpp
       test/test_unsupported_extension.cpp
Copyright: 2014 Fabian Köhler <fabian2804@googlemail.com>
License: BSL-1.0

Files: example/opencv_convolution.cpp
       example/opencv_histogram.cpp
       example/opencv_optical_flow.cpp
       example/opencv_sobel_filter.cpp
       include/boost/compute/algorithm/lexicographical_compare.hpp
       test/test_lexicographical_compare.cpp
Copyright: 2014 Mageswaran.D <mageswaran1989@gmail.com>
License: BSL-1.0

Files: example/threefry_engine.cpp
       include/boost/compute/random/threefry_engine.hpp
       test/test_threefry_engine.cpp
Copyright: 2013 Muhammad Junaid Muzammil <mjunaidmuzammil@gmail.com>
License: BSL-1.0

Files: include/boost/compute/algorithm/detail/balanced_path.hpp
       include/boost/compute/algorithm/detail/binary_find.hpp
       include/boost/compute/algorithm/detail/compact.hpp
       include/boost/compute/algorithm/detail/merge_path.hpp
       include/boost/compute/algorithm/detail/merge_with_merge_path.hpp
       include/boost/compute/algorithm/detail/search_all.hpp
       include/boost/compute/algorithm/find_end.hpp
       include/boost/compute/algorithm/includes.hpp
       include/boost/compute/algorithm/is_permutation.hpp
       include/boost/compute/algorithm/next_permutation.hpp
       include/boost/compute/algorithm/partition_point.hpp
       include/boost/compute/algorithm/prev_permutation.hpp
       include/boost/compute/algorithm/rotate.hpp
       include/boost/compute/algorithm/search.hpp
       include/boost/compute/algorithm/search_n.hpp
       include/boost/compute/algorithm/set_difference.hpp
       include/boost/compute/algorithm/set_intersection.hpp
       include/boost/compute/algorithm/set_symmetric_difference.hpp
       include/boost/compute/algorithm/set_union.hpp
       include/boost/compute/algorithm/stable_partition.hpp
       include/boost/compute/algorithm/unique.hpp
       include/boost/compute/algorithm/unique_copy.hpp
       include/boost/compute/algorithm/rotate_copy.hpp
       include/boost/compute/random/bernoulli_distribution.hpp
       include/boost/compute/random/discrete_distribution.hpp
       include/boost/compute/random/linear_congruential_engine.hpp
       include/boost/compute/random/uniform_int_distribution.hpp
       perf/perf_bernoulli_distribution.cpp
       perf/perf_binary_find.cpp
       perf/perf_discrete_distribution.cpp
       perf/perf_find_end.cpp
       perf/perf_includes.cpp
       perf/perf_is_permutation.cpp
       perf/perf_next_permutation.cpp
       perf/perf_nth_element.cpp
       perf/perf_partition.cpp
       perf/perf_partition_point.cpp
       perf/perf_prev_permutation.cpp
       perf/perf_rotate.cpp
       perf/perf_rotate_copy.cpp
       perf/perf_search.cpp
       perf/perf_search_n.cpp
       perf/perf_set_difference.cpp
       perf/perf_set_intersection.cpp
       perf/perf_set_symmetric_difference.cpp
       perf/perf_set_union.cpp
       perf/perf_stable_partition.cpp
       perf/perf_uniform_int_distribution.cpp
       perf/perf_unique.cpp
       perf/perf_unique_copy.cpp
       perf/perf_stl_find_end.cpp
       perf/perf_stl_includes.cpp
       perf/perf_stl_is_permutation.cpp
       perf/perf_stl_next_permutation.cpp
       perf/perf_stl_partition.cpp
       perf/perf_stl_partition_point.cpp
       perf/perf_stl_prev_permutation.cpp
       perf/perf_stl_reverse.cpp
       perf/perf_stl_rotate.cpp
       perf/perf_stl_rotate_copy.cpp
       perf/perf_stl_search.cpp
       perf/perf_stl_search_n.cpp
       perf/perf_stl_set_difference.cpp
       perf/perf_stl_set_intersection.cpp
       perf/perf_stl_set_symmetric_difference.cpp
       perf/perf_stl_set_union.cpp
       perf/perf_stl_stable_partition.cpp
       perf/perf_stl_unique.cpp
       perf/perf_stl_unique_copy.cpp
       test/test_bernoulli_distribution.cpp
       test/test_discrete_distribution.cpp
       test/test_find_end.cpp
       test/test_includes.cpp
       test/test_is_permutation.cpp
       test/test_linear_congruential_engine.cpp
       test/test_next_permutation.cpp
       test/test_partition_point.cpp
       test/test_prev_permutation.cpp
       test/test_rotate.cpp
       test/test_rotate_copy.cpp
       test/test_search.cpp
       test/test_search_n.cpp
       test/test_set_difference.cpp
       test/test_set_intersection.cpp
       test/test_set_symmetric_difference.cpp
       test/test_set_union.cpp
       test/test_stable_partition.cpp
       test/test_uniform_int_distribution.cpp
       test/test_unique.cpp
       test/test_unique_copy.cpp
Copyright: 2014 Roshan <thisisroshansmail@gmail.com>>
License: BSL-1.0

Files: include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp
       include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp
       include/boost/compute/algorithm/detail/reduce_by_key.hpp
       include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp
       include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp
       include/boost/compute/algorithm/reduce_by_key.hpp
       include/boost/compute/iterator/strided_iterator.hpp
       perf/perf_bolt_accumulate.cpp
       perf/perf_bolt_count.cpp
       perf/perf_bolt_exclusive_scan.cpp
       perf/perf_bolt_fill.cpp
       perf/perf_bolt_inner_product.cpp
       perf/perf_bolt_max_element.cpp
       perf/perf_bolt_merge.cpp
       perf/perf_bolt_partial_sum.cpp
       perf/perf_bolt_reduce_by_key.cpp
       perf/perf_bolt_saxpy.cpp
       perf/perf_bolt_sort.cpp
       perf/perf_find.cpp
       perf/perf_reduce_by_key.cpp
       perf/perf_reverse_copy.cpp
       perf/perf_stl_find.cpp
       perf/perf_stl_reverse_copy.cpp
       perf/perf_thrust_find.cu
       perf/perf_thrust_reduce_by_key.cu
       perf/perf_thrust_reverse_copy.cu
       test/test_reduce_by_key.cpp
       test/test_strided_iterator.cpp
Copyright: 2015 Jakub Szuppe <j.szuppe@gmail.com>
License: BSL-1.0

Files: include/boost/compute/algorithm/scatter_if.hpp
       test/test_scatter_if.cpp
Copyright: 2015 Jakub Pola <jakub.pola@gmail.com>
License: BSL-1.0

Files: perf/perf_max_element.cpp
       perf/perf_stl_max_element.cpp
Copyright: 2013-2014 Rastko Anicic <anicic.rastko@gmail.com>
License: BSL-1.0

Files: test/context_setup.hpp
       test/opencl_version_check.hpp
Copyright: 2013-2014 Denis Demidov
License: BSL-1.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its contributors
 may be used to endorse or promote products derived from this software without
 specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSL-1.0
 Boost Software License - Version 1.0 - August 17th, 2003
 . 
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 . 
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 . 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
