[compute] 02/07: Update copyright: - Add corresponding entry for new files. - Apply `cme fix`, wrap and sort.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 22 07:12:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository compute.

commit 426ea37484507a383a5efa2df77c569b64a778b9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Dec 21 18:38:04 2015 +0000

    Update copyright:
    - Add corresponding entry for new files.
    - Apply `cme fix`, wrap and sort.
---
 debian/copyright | 257 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 159 insertions(+), 98 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c70d9c2..2d962a7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,123 +6,180 @@ Files: *
 Copyright: 2013-2014 Kyle Lutz <kyle.r.lutz at gmail.com>
 License: BSL-1.0
 
-Files: include/boost/compute/algorithm/set_difference.hpp
-       include/boost/compute/algorithm/partition_point.hpp
-       include/boost/compute/algorithm/unique.hpp
-       include/boost/compute/algorithm/unique_copy.hpp
-       include/boost/compute/algorithm/includes.hpp
-       include/boost/compute/algorithm/search.hpp
+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 at 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 at 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 at 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 at 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 at 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/search_all.hpp
-       include/boost/compute/algorithm/detail/balanced_path.hpp
        include/boost/compute/algorithm/detail/merge_path.hpp
        include/boost/compute/algorithm/detail/merge_with_merge_path.hpp
-       include/boost/compute/algorithm/detail/binary_find.hpp
-       include/boost/compute/algorithm/prev_permutation.hpp
+       include/boost/compute/algorithm/detail/search_all.hpp
        include/boost/compute/algorithm/find_end.hpp
-       include/boost/compute/algorithm/search_n.hpp
-       include/boost/compute/algorithm/set_union.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/next_permutation.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/is_permutation.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/uniform_int_distribution.hpp
        include/boost/compute/random/linear_congruential_engine.hpp
-       include/boost/compute/random/bernoulli_distribution.hpp
-       test/test_search_n.cpp
-       test/test_rotate.cpp
-       test/test_set_difference.cpp
-       test/test_prev_permutation.cpp
-       test/test_unique_copy.cpp
-       test/test_set_symmetric_difference.cpp
-       test/test_set_union.cpp
-       test/test_discrete_distribution.cpp
-       test/test_linear_congruential_engine.cpp
-       test/test_bernoulli_distribution.cpp
-       test/test_set_intersection.cpp
-       test/test_unique.cpp
-       test/test_next_permutation.cpp
-       test/test_stable_partition.cpp
-       test/test_partition_point.cpp
-       test/test_search.cpp
-       test/test_rotate_copy.cpp
-       test/test_find_end.cpp
-       test/test_is_permutation.cpp
-       test/test_uniform_int_distribution.cpp
-       test/test_includes.cpp
+       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_stl_unique.cpp
        perf/perf_search.cpp
-       perf/perf_stl_set_difference.cpp
-       perf/perf_discrete_distribution.cpp
-       perf/perf_stl_stable_partition.cpp
-       perf/perf_stl_search.cpp
+       perf/perf_search_n.cpp
+       perf/perf_set_difference.cpp
        perf/perf_set_intersection.cpp
-       perf/perf_linear_congruential_engine.cpp
-       perf/perf_prev_permutation.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_nth_element.cpp
-       perf/perf_stl_prev_permutation.cpp
-       perf/perf_next_permutation.cpp
-       perf/perf_stl_set_union.cpp
-       perf/perf_stl_search_n.cpp
-       perf/perf_set_symmetric_difference.cpp
+       perf/perf_stl_includes.cpp
        perf/perf_stl_is_permutation.cpp
-       perf/perf_stl_rotate_copy.cpp
-       perf/perf_binary_find.cpp
-       perf/perf_unique.cpp
-       perf/perf_partition_point.cpp
        perf/perf_stl_next_permutation.cpp
-       perf/perf_search_n.cpp
-       perf/perf_uniform_int_distribution.cpp
-       perf/perf_stl_set_intersection.cpp
-       perf/perf_stl_unique_copy.cpp
-       perf/perf_bernoulli_distribution.cpp
-       perf/perf_stl_set_symmetric_difference.cpp
        perf/perf_stl_partition.cpp
-       perf/perf_rotate.cpp
-       perf/perf_is_permutation.cpp
-       perf/perf_set_difference.cpp
-       perf/perf_unique_copy.cpp
        perf/perf_stl_partition_point.cpp
-       perf/perf_stl_includes.cpp
+       perf/perf_stl_prev_permutation.cpp
        perf/perf_stl_reverse.cpp
-       perf/perf_partition.cpp
-       perf/perf_includes.cpp
-       perf/perf_find_end.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 at gmail.com>>
 License: BSL-1.0
 
-Files: include/boost/compute/algorithm/lexicographical_compare.hpp
-       test/test_lexicographical_compare.cpp
-       example/opencv_convolution.cpp
-       example/opencv_histogram.cpp
-       example/opencv_optical_flow.cpp
-       example/opencv_sobel_filter.cpp
-Copyright: 2014 Mageswaran.D <mageswaran1989 at gmail.com>
+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 at gmail.com>
 License: BSL-1.0
 
-Files: test/test_unsupported_extension.cpp
-       test/test_context_error.cpp
-       example/nbody.cpp
-Copyright: 2014 Fabian Köhler <fabian2804 at googlemail.com>
+Files: include/boost/compute/algorithm/scatter_if.hpp
+       test/test_scatter_if.cpp
+Copyright: 2015 Jakub Pola <jakub.pola at gmail.com>
 License: BSL-1.0
 
-Files: example/simple_moving_average.cpp
-       example/matrix_transpose.cpp
-       perf/perf_exclusive_scan.cpp
-Copyright: 2014 Benoit Dequidt <benoit.dequidt at gmail.com>
-License: BSL-1.0
-
-Files: perf/perf_stl_max_element.cpp
-       perf/perf_max_element.cpp
+Files: perf/perf_max_element.cpp
+       perf/perf_stl_max_element.cpp
 Copyright: 2013-2014 Rastko Anicic <anicic.rastko at gmail.com>
 License: BSL-1.0
 
@@ -131,17 +188,21 @@ Files: test/context_setup.hpp
 Copyright: 2013-2014 Denis Demidov
 License: BSL-1.0
 
-Files: cmake/FindTBB.cmake
-Copyright: 2011 Hannes Hofmann
-License: Expat
-
-Files: cmake/FindEigen.cmake
-Copyright: 2013 Google Inc.
-License: BSD-3-clause
-
-Files: debian/*
-Copyright: 2015 Ghislain Antony Vaillant <ghisvail at gmail.com>
-License: Expat
+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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git



More information about the debian-science-commits mailing list