From a659a1be19e52c77244b26d3b4b6c9089411e2ba Mon Sep 17 00:00:00 2001 From: "Yuhsiang M. Tsai" Date: Mon, 4 Jan 2021 17:44:48 +0100 Subject: [PATCH] bump copyright year to 2021 --- LICENSE | 2 +- benchmark/conversions/conversions.cpp | 2 +- benchmark/matrix_generator/matrix_generator.cpp | 2 +- benchmark/matrix_statistics/matrix_statistics.cpp | 2 +- benchmark/preconditioner/preconditioner.cpp | 2 +- benchmark/solver/solver.cpp | 2 +- benchmark/spmv/spmv.cpp | 2 +- benchmark/utils/cuda_linops.hpp | 2 +- benchmark/utils/formats.hpp | 2 +- benchmark/utils/general.hpp | 2 +- benchmark/utils/hip_linops.hip.hpp | 2 +- benchmark/utils/loggers.hpp | 2 +- benchmark/utils/overhead_linop.hpp | 2 +- benchmark/utils/preconditioners.hpp | 2 +- benchmark/utils/spmv_common.hpp | 2 +- benchmark/utils/timer.hpp | 2 +- common/base/executor.hpp.inc | 2 +- common/base/math.hpp.inc | 2 +- common/components/absolute_array.hpp.inc | 2 +- common/components/atomic.hpp.inc | 2 +- common/components/diagonal_block_manipulation.hpp.inc | 2 +- common/components/fill_array.hpp.inc | 2 +- common/components/intrinsics.hpp.inc | 2 +- common/components/merging.hpp.inc | 2 +- common/components/precision_conversion.hpp.inc | 2 +- common/components/prefix_sum.hpp.inc | 2 +- common/components/reduction.hpp.inc | 2 +- common/components/searching.hpp.inc | 2 +- common/components/segment_scan.hpp.inc | 2 +- common/components/sorting.hpp.inc | 2 +- common/components/thread_ids.hpp.inc | 2 +- common/components/uninitialized_array.hpp.inc | 2 +- common/components/warp_blas.hpp.inc | 2 +- common/factorization/factorization_kernels.hpp.inc | 2 +- common/factorization/par_ict_spgeam_kernels.hpp.inc | 2 +- common/factorization/par_ict_sweep_kernels.hpp.inc | 2 +- common/factorization/par_ilu_kernels.hpp.inc | 2 +- common/factorization/par_ilut_filter_kernels.hpp.inc | 2 +- common/factorization/par_ilut_select_kernels.hpp.inc | 2 +- common/factorization/par_ilut_spgeam_kernels.hpp.inc | 2 +- common/factorization/par_ilut_sweep_kernels.hpp.inc | 2 +- common/matrix/coo_kernels.hpp.inc | 2 +- common/matrix/csr_kernels.hpp.inc | 2 +- common/matrix/dense_kernels.hpp.inc | 2 +- common/matrix/diagonal_kernels.hpp.inc | 2 +- common/matrix/ell_kernels.hpp.inc | 2 +- common/matrix/hybrid_kernels.hpp.inc | 2 +- common/matrix/sellp_kernels.hpp.inc | 2 +- common/preconditioner/isai_kernels.hpp.inc | 2 +- common/preconditioner/jacobi_advanced_apply_kernel.hpp.inc | 2 +- common/preconditioner/jacobi_generate_kernel.hpp.inc | 2 +- common/preconditioner/jacobi_kernels.hpp.inc | 2 +- common/preconditioner/jacobi_simple_apply_kernel.hpp.inc | 2 +- common/solver/bicg_kernels.hpp.inc | 2 +- common/solver/bicgstab_kernels.hpp.inc | 2 +- common/solver/cg_kernels.hpp.inc | 2 +- common/solver/cgs_kernels.hpp.inc | 2 +- common/solver/fcg_kernels.hpp.inc | 2 +- common/solver/gmres_kernels.hpp.inc | 2 +- common/solver/idr_kernels.hpp.inc | 2 +- common/solver/ir_kernels.hpp.inc | 2 +- core/base/allocator.hpp | 2 +- core/base/array.cpp | 2 +- core/base/combination.cpp | 2 +- core/base/composition.cpp | 2 +- core/base/executor.cpp | 2 +- core/base/extended_float.hpp | 2 +- core/base/iterator_factory.hpp | 2 +- core/base/mtx_io.cpp | 2 +- core/base/perturbation.cpp | 2 +- core/base/utils.hpp | 2 +- core/base/version.cpp | 2 +- core/components/absolute_array.hpp | 2 +- core/components/fill_array.hpp | 2 +- core/components/precision_conversion.hpp | 2 +- core/components/prefix_sum.hpp | 2 +- core/device_hooks/common_kernels.inc.cpp | 2 +- core/device_hooks/cuda_hooks.cpp | 2 +- core/device_hooks/dpcpp_hooks.cpp | 2 +- core/device_hooks/hip_hooks.cpp | 2 +- core/device_hooks/omp_hooks.cpp | 2 +- core/device_hooks/reference_hooks.cpp | 2 +- core/devices/cuda/executor.cpp | 2 +- core/devices/dpcpp/executor.cpp | 2 +- core/devices/hip/executor.cpp | 2 +- core/devices/omp/executor.cpp | 2 +- core/devices/reference/dummy.cpp | 2 +- core/factorization/factorization_kernels.hpp | 2 +- core/factorization/ilu.cpp | 2 +- core/factorization/ilu_kernels.hpp | 2 +- core/factorization/par_ict.cpp | 2 +- core/factorization/par_ict_kernels.hpp | 2 +- core/factorization/par_ilu.cpp | 2 +- core/factorization/par_ilu_kernels.hpp | 2 +- core/factorization/par_ilut.cpp | 2 +- core/factorization/par_ilut_kernels.hpp | 2 +- core/log/convergence.cpp | 2 +- core/log/logger.cpp | 2 +- core/log/papi.cpp | 2 +- core/log/record.cpp | 2 +- core/log/stream.cpp | 2 +- core/matrix/coo.cpp | 2 +- core/matrix/coo_builder.hpp | 2 +- core/matrix/coo_kernels.hpp | 2 +- core/matrix/csr.cpp | 2 +- core/matrix/csr_builder.hpp | 2 +- core/matrix/csr_kernels.hpp | 2 +- core/matrix/dense.cpp | 2 +- core/matrix/dense_kernels.hpp | 2 +- core/matrix/diagonal.cpp | 2 +- core/matrix/diagonal_kernels.hpp | 2 +- core/matrix/ell.cpp | 2 +- core/matrix/ell_kernels.hpp | 2 +- core/matrix/hybrid.cpp | 2 +- core/matrix/hybrid_kernels.hpp | 2 +- core/matrix/identity.cpp | 2 +- core/matrix/permutation.cpp | 2 +- core/matrix/sellp.cpp | 2 +- core/matrix/sellp_kernels.hpp | 2 +- core/matrix/sparsity_csr.cpp | 2 +- core/matrix/sparsity_csr_kernels.hpp | 2 +- core/preconditioner/isai.cpp | 2 +- core/preconditioner/isai_kernels.hpp | 2 +- core/preconditioner/jacobi.cpp | 2 +- core/preconditioner/jacobi_kernels.hpp | 2 +- core/preconditioner/jacobi_utils.hpp | 2 +- core/reorder/rcm.cpp | 2 +- core/reorder/rcm_kernels.hpp | 2 +- core/solver/bicg.cpp | 2 +- core/solver/bicg_kernels.hpp | 2 +- core/solver/bicgstab.cpp | 2 +- core/solver/bicgstab_kernels.hpp | 2 +- core/solver/cg.cpp | 2 +- core/solver/cg_kernels.hpp | 2 +- core/solver/cgs.cpp | 2 +- core/solver/cgs_kernels.hpp | 2 +- core/solver/fcg.cpp | 2 +- core/solver/fcg_kernels.hpp | 2 +- core/solver/gmres.cpp | 2 +- core/solver/gmres_kernels.hpp | 2 +- core/solver/idr.cpp | 2 +- core/solver/idr_kernels.hpp | 2 +- core/solver/ir.cpp | 2 +- core/solver/ir_kernels.hpp | 2 +- core/solver/lower_trs.cpp | 2 +- core/solver/lower_trs_kernels.hpp | 2 +- core/solver/upper_trs.cpp | 2 +- core/solver/upper_trs_kernels.hpp | 2 +- core/stop/combined.cpp | 2 +- core/stop/criterion.cpp | 2 +- core/stop/criterion_kernels.hpp | 2 +- core/stop/iteration.cpp | 2 +- core/stop/residual_norm.cpp | 2 +- core/stop/residual_norm_kernels.hpp | 2 +- core/stop/time.cpp | 2 +- core/synthesizer/implementation_selection.hpp | 2 +- core/test/base/abstract_factory.cpp | 2 +- core/test/base/allocator.cpp | 2 +- core/test/base/array.cpp | 2 +- core/test/base/combination.cpp | 2 +- core/test/base/composition.cpp | 2 +- core/test/base/dim.cpp | 2 +- core/test/base/exception.cpp | 2 +- core/test/base/exception_helpers.cpp | 2 +- core/test/base/executor.cpp | 2 +- core/test/base/extended_float.cpp | 2 +- core/test/base/iterator_factory.cpp | 2 +- core/test/base/lin_op.cpp | 2 +- core/test/base/math.cpp | 2 +- core/test/base/matrix_assembly_data.cpp | 2 +- core/test/base/matrix_data.cpp | 2 +- core/test/base/mtx_io.cpp | 2 +- core/test/base/perturbation.cpp | 2 +- core/test/base/polymorphic_object.cpp | 2 +- core/test/base/range.cpp | 2 +- core/test/base/range_accessors.cpp | 2 +- core/test/base/sanitizers.cpp | 2 +- core/test/base/types.cpp | 2 +- core/test/base/utils.cpp | 2 +- core/test/base/version.cpp | 2 +- core/test/factorization/par_ilu.cpp | 2 +- core/test/factorization/par_ilut.cpp | 2 +- core/test/log/convergence.cpp | 2 +- core/test/log/logger.cpp | 2 +- core/test/log/papi.cpp | 2 +- core/test/log/record.cpp | 2 +- core/test/log/stream.cpp | 2 +- core/test/matrix/coo.cpp | 2 +- core/test/matrix/coo_builder.cpp | 2 +- core/test/matrix/csr.cpp | 2 +- core/test/matrix/csr_builder.cpp | 2 +- core/test/matrix/dense.cpp | 2 +- core/test/matrix/diagonal.cpp | 2 +- core/test/matrix/ell.cpp | 2 +- core/test/matrix/hybrid.cpp | 2 +- core/test/matrix/identity.cpp | 2 +- core/test/matrix/permutation.cpp | 2 +- core/test/matrix/sellp.cpp | 2 +- core/test/matrix/sparsity_csr.cpp | 2 +- core/test/preconditioner/ilu.cpp | 2 +- core/test/preconditioner/isai.cpp | 2 +- core/test/preconditioner/jacobi.cpp | 2 +- core/test/reorder/rcm.cpp | 2 +- core/test/solver/bicg.cpp | 2 +- core/test/solver/bicgstab.cpp | 2 +- core/test/solver/cg.cpp | 2 +- core/test/solver/cgs.cpp | 2 +- core/test/solver/fcg.cpp | 2 +- core/test/solver/gmres.cpp | 2 +- core/test/solver/idr.cpp | 2 +- core/test/solver/ir.cpp | 2 +- core/test/solver/lower_trs.cpp | 2 +- core/test/solver/upper_trs.cpp | 2 +- core/test/stop/combined.cpp | 2 +- core/test/stop/iteration.cpp | 2 +- core/test/stop/stopping_status.cpp | 2 +- core/test/stop/time.cpp | 2 +- core/test/utils.hpp | 2 +- core/test/utils/assertions.hpp | 2 +- core/test/utils/assertions_test.cpp | 2 +- core/test/utils/matrix_generator.hpp | 2 +- core/test/utils/matrix_generator_test.cpp | 2 +- core/test/utils/unsort_matrix.hpp | 2 +- core/test/utils/unsort_matrix_test.cpp | 2 +- cuda/base/config.hpp | 2 +- cuda/base/cublas_bindings.hpp | 2 +- cuda/base/curand_bindings.hpp | 2 +- cuda/base/cusparse_bindings.hpp | 2 +- cuda/base/cusparse_handle.hpp | 2 +- cuda/base/device_guard.hpp | 2 +- cuda/base/exception.cpp | 2 +- cuda/base/executor.cpp | 2 +- cuda/base/math.hpp | 2 +- cuda/base/pointer_mode_guard.hpp | 2 +- cuda/base/types.hpp | 2 +- cuda/base/version.cpp | 2 +- cuda/components/absolute_array.cu | 2 +- cuda/components/atomic.cuh | 2 +- cuda/components/cooperative_groups.cuh | 2 +- cuda/components/diagonal_block_manipulation.cuh | 2 +- cuda/components/fill_array.cu | 2 +- cuda/components/format_conversion.cuh | 2 +- cuda/components/intrinsics.cuh | 2 +- cuda/components/merging.cuh | 2 +- cuda/components/precision_conversion.cu | 2 +- cuda/components/prefix_sum.cu | 2 +- cuda/components/prefix_sum.cuh | 2 +- cuda/components/reduction.cuh | 2 +- cuda/components/searching.cuh | 2 +- cuda/components/segment_scan.cuh | 2 +- cuda/components/sorting.cuh | 2 +- cuda/components/thread_ids.cuh | 2 +- cuda/components/uninitialized_array.hpp | 2 +- cuda/components/warp_blas.cuh | 2 +- cuda/factorization/factorization_kernels.cu | 2 +- cuda/factorization/ilu_kernels.cu | 2 +- cuda/factorization/par_ict_kernels.cu | 2 +- cuda/factorization/par_ilu_kernels.cu | 2 +- cuda/factorization/par_ilut_approx_filter_kernel.cu | 2 +- cuda/factorization/par_ilut_filter_kernel.cu | 2 +- cuda/factorization/par_ilut_select_common.cu | 2 +- cuda/factorization/par_ilut_select_common.cuh | 2 +- cuda/factorization/par_ilut_select_kernel.cu | 2 +- cuda/factorization/par_ilut_spgeam_kernel.cu | 2 +- cuda/factorization/par_ilut_sweep_kernel.cu | 2 +- cuda/matrix/coo_kernels.cu | 2 +- cuda/matrix/csr_kernels.cu | 2 +- cuda/matrix/dense_kernels.cu | 2 +- cuda/matrix/diagonal_kernels.cu | 2 +- cuda/matrix/ell_kernels.cu | 2 +- cuda/matrix/hybrid_kernels.cu | 2 +- cuda/matrix/sellp_kernels.cu | 2 +- cuda/matrix/sparsity_csr_kernels.cu | 2 +- cuda/preconditioner/isai_kernels.cu | 2 +- cuda/preconditioner/jacobi_advanced_apply_kernel.cu | 2 +- cuda/preconditioner/jacobi_common.hpp | 2 +- cuda/preconditioner/jacobi_generate_kernel.cu | 2 +- cuda/preconditioner/jacobi_kernels.cu | 2 +- cuda/preconditioner/jacobi_simple_apply_kernel.cu | 2 +- cuda/reorder/rcm_kernels.cu | 2 +- cuda/solver/bicg_kernels.cu | 2 +- cuda/solver/bicgstab_kernels.cu | 2 +- cuda/solver/cg_kernels.cu | 2 +- cuda/solver/cgs_kernels.cu | 2 +- cuda/solver/common_trs_kernels.cuh | 2 +- cuda/solver/fcg_kernels.cu | 2 +- cuda/solver/gmres_kernels.cu | 2 +- cuda/solver/idr_kernels.cu | 4 ++-- cuda/solver/ir_kernels.cu | 2 +- cuda/solver/lower_trs_kernels.cu | 2 +- cuda/solver/upper_trs_kernels.cu | 2 +- cuda/stop/criterion_kernels.cu | 2 +- cuda/stop/residual_norm_kernels.cu | 2 +- cuda/test/base/array.cu | 2 +- cuda/test/base/cuda_executor.cu | 2 +- cuda/test/base/exception_helpers.cu | 2 +- cuda/test/base/lin_op.cu | 2 +- cuda/test/base/math.cu | 2 +- cuda/test/components/absolute_array.cpp | 2 +- cuda/test/components/cooperative_groups_kernels.cu | 2 +- cuda/test/components/fill_array.cpp | 2 +- cuda/test/components/merging_kernels.cu | 2 +- cuda/test/components/precision_conversion.cpp | 2 +- cuda/test/components/prefix_sum.cpp | 2 +- cuda/test/components/searching_kernels.cu | 2 +- cuda/test/components/sorting_kernels.cu | 2 +- cuda/test/factorization/ilu_kernels.cpp | 2 +- cuda/test/factorization/par_ict_kernels.cpp | 2 +- cuda/test/factorization/par_ilu_kernels.cpp | 2 +- cuda/test/factorization/par_ilut_kernels.cpp | 2 +- cuda/test/matrix/coo_kernels.cpp | 2 +- cuda/test/matrix/csr_kernels.cpp | 2 +- cuda/test/matrix/dense_kernels.cpp | 2 +- cuda/test/matrix/diagonal_kernels.cpp | 2 +- cuda/test/matrix/ell_kernels.cpp | 2 +- cuda/test/matrix/hybrid_kernels.cpp | 2 +- cuda/test/matrix/sellp_kernels.cpp | 2 +- cuda/test/preconditioner/isai_kernels.cpp | 2 +- cuda/test/preconditioner/jacobi_kernels.cpp | 2 +- cuda/test/reorder/rcm_kernels.cpp | 2 +- cuda/test/solver/bicg_kernels.cpp | 2 +- cuda/test/solver/bicgstab_kernels.cpp | 2 +- cuda/test/solver/cg_kernels.cpp | 2 +- cuda/test/solver/cgs_kernels.cpp | 2 +- cuda/test/solver/fcg_kernels.cpp | 2 +- cuda/test/solver/gmres_kernels.cpp | 2 +- cuda/test/solver/idr_kernels.cpp | 2 +- cuda/test/solver/ir_kernels.cpp | 2 +- cuda/test/solver/lower_trs_kernels.cpp | 2 +- cuda/test/solver/upper_trs_kernels.cpp | 2 +- cuda/test/stop/criterion_kernels.cpp | 2 +- cuda/test/stop/residual_norm_kernels.cpp | 2 +- cuda/test/utils.hpp | 2 +- cuda/test/utils/assertions_test.cpp | 2 +- doc/examples/examples.hpp.in | 2 +- doc/headers/cuda_executor.hpp | 2 +- doc/headers/dpcpp_executor.hpp | 2 +- doc/headers/executors.hpp | 2 +- doc/headers/factor.hpp | 2 +- doc/headers/hip_executor.hpp | 2 +- doc/headers/jacobi.hpp | 2 +- doc/headers/linop.hpp | 2 +- doc/headers/logging.hpp | 2 +- doc/headers/matrix_formats.hpp | 2 +- doc/headers/omp_executor.hpp | 2 +- doc/headers/preconditioners.hpp | 2 +- doc/headers/ref_executor.hpp | 2 +- doc/headers/solvers.hpp | 2 +- doc/headers/stop.hpp | 2 +- dpcpp/base/executor.dp.cpp | 2 +- dpcpp/base/version.dp.cpp | 2 +- dpcpp/components/absolute_array.dp.cpp | 2 +- dpcpp/components/fill_array.dp.cpp | 2 +- dpcpp/components/format_conversion.dp.hpp | 2 +- dpcpp/components/matrix_operations.dp.hpp | 2 +- dpcpp/components/precision_conversion.dp.cpp | 2 +- dpcpp/components/prefix_sum.dp.cpp | 2 +- dpcpp/factorization/factorization_kernels.dp.cpp | 2 +- dpcpp/factorization/ilu_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ict_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ilu_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ilut_kernels.dp.cpp | 2 +- dpcpp/matrix/coo_kernels.dp.cpp | 2 +- dpcpp/matrix/csr_kernels.dp.cpp | 2 +- dpcpp/matrix/dense_kernels.dp.cpp | 2 +- dpcpp/matrix/diagonal_kernels.dp.cpp | 2 +- dpcpp/matrix/ell_kernels.dp.cpp | 2 +- dpcpp/matrix/hybrid_kernels.dp.cpp | 2 +- dpcpp/matrix/sellp_kernels.dp.cpp | 2 +- dpcpp/matrix/sparsity_csr_kernels.dp.cpp | 2 +- dpcpp/preconditioner/isai_kernels.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_kernels.dp.cpp | 2 +- dpcpp/reorder/rcm_kernels.dp.cpp | 2 +- dpcpp/solver/bicg_kernels.dp.cpp | 2 +- dpcpp/solver/bicgstab_kernels.dp.cpp | 2 +- dpcpp/solver/cg_kernels.dp.cpp | 2 +- dpcpp/solver/cgs_kernels.dp.cpp | 2 +- dpcpp/solver/fcg_kernels.dp.cpp | 2 +- dpcpp/solver/gmres_kernels.dp.cpp | 2 +- dpcpp/solver/idr_kernels.dp.cpp | 2 +- dpcpp/solver/ir_kernels.dp.cpp | 2 +- dpcpp/solver/lower_trs_kernels.dp.cpp | 2 +- dpcpp/solver/upper_trs_kernels.dp.cpp | 2 +- dpcpp/stop/criterion_kernels.dp.cpp | 2 +- dpcpp/stop/residual_norm_kernels.dp.cpp | 2 +- dpcpp/test/base/executor.dp.cpp | 2 +- dpcpp/test/components/absolute_array.cpp | 2 +- dpcpp/test/components/fill_array.cpp | 2 +- dpcpp/test/components/precision_conversion.cpp | 2 +- dpcpp/test/stop/criterion_kernels.cpp | 2 +- dpcpp/test_dpcpp.dp.cpp | 2 +- .../adaptiveprecision-blockjacobi.cpp | 2 +- examples/custom-logger/custom-logger.cpp | 2 +- examples/custom-matrix-format/custom-matrix-format.cpp | 2 +- examples/custom-matrix-format/stencil_kernel.cu | 2 +- .../custom-stopping-criterion/custom-stopping-criterion.cpp | 2 +- examples/ginkgo-overhead/ginkgo-overhead.cpp | 2 +- examples/ginkgo-ranges/ginkgo-ranges.cpp | 2 +- .../ilu-preconditioned-solver/ilu-preconditioned-solver.cpp | 2 +- examples/inverse-iteration/inverse-iteration.cpp | 2 +- .../ir-ilu-preconditioned-solver.cpp | 2 +- examples/iterative-refinement/iterative-refinement.cpp | 2 +- examples/minimal-cuda-solver/minimal-cuda-solver.cpp | 2 +- examples/mixed-precision-ir/mixed-precision-ir.cpp | 2 +- examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp | 2 +- examples/papi-logging/papi-logging.cpp | 2 +- examples/performance-debugging/performance-debugging.cpp | 2 +- examples/poisson-solver/poisson-solver.cpp | 2 +- examples/preconditioned-solver/preconditioned-solver.cpp | 2 +- examples/preconditioner-export/preconditioner-export.cpp | 2 +- examples/simple-solver-logging/simple-solver-logging.cpp | 2 +- examples/simple-solver/simple-solver.cpp | 2 +- examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp | 2 +- hip/base/config.hip.hpp | 2 +- hip/base/device_guard.hip.hpp | 2 +- hip/base/exception.hip.cpp | 2 +- hip/base/executor.hip.cpp | 2 +- hip/base/hipblas_bindings.hip.hpp | 2 +- hip/base/hiprand_bindings.hip.hpp | 2 +- hip/base/hipsparse_bindings.hip.hpp | 2 +- hip/base/math.hip.hpp | 2 +- hip/base/pointer_mode_guard.hip.hpp | 2 +- hip/base/types.hip.hpp | 2 +- hip/base/version.hip.cpp | 2 +- hip/components/absolute_array.hip.cpp | 2 +- hip/components/atomic.hip.hpp | 2 +- hip/components/cooperative_groups.hip.hpp | 2 +- hip/components/diagonal_block_manipulation.hip.hpp | 2 +- hip/components/fill_array.hip.cpp | 2 +- hip/components/format_conversion.hip.hpp | 2 +- hip/components/intrinsics.hip.hpp | 2 +- hip/components/merging.hip.hpp | 2 +- hip/components/precision_conversion.hip.cpp | 2 +- hip/components/prefix_sum.hip.cpp | 2 +- hip/components/prefix_sum.hip.hpp | 2 +- hip/components/reduction.hip.hpp | 2 +- hip/components/searching.hip.hpp | 2 +- hip/components/segment_scan.hip.hpp | 2 +- hip/components/sorting.hip.hpp | 2 +- hip/components/thread_ids.hip.hpp | 2 +- hip/components/uninitialized_array.hip.hpp | 2 +- hip/components/warp_blas.hip.hpp | 2 +- hip/factorization/factorization_kernels.hip.cpp | 2 +- hip/factorization/ilu_kernels.hip.cpp | 2 +- hip/factorization/par_ict_kernels.hip.cpp | 2 +- hip/factorization/par_ilu_kernels.hip.cpp | 2 +- hip/factorization/par_ilut_approx_filter_kernel.hip.cpp | 2 +- hip/factorization/par_ilut_filter_kernel.hip.cpp | 2 +- hip/factorization/par_ilut_select_common.hip.cpp | 2 +- hip/factorization/par_ilut_select_common.hip.hpp | 2 +- hip/factorization/par_ilut_select_kernel.hip.cpp | 2 +- hip/factorization/par_ilut_spgeam_kernel.hip.cpp | 2 +- hip/factorization/par_ilut_sweep_kernel.hip.cpp | 2 +- hip/matrix/coo_kernels.hip.cpp | 2 +- hip/matrix/csr_kernels.hip.cpp | 2 +- hip/matrix/dense_kernels.hip.cpp | 2 +- hip/matrix/diagonal_kernels.hip.cpp | 2 +- hip/matrix/ell_kernels.hip.cpp | 2 +- hip/matrix/hybrid_kernels.hip.cpp | 2 +- hip/matrix/sellp_kernels.hip.cpp | 2 +- hip/matrix/sparsity_csr_kernels.hip.cpp | 2 +- hip/preconditioner/isai_kernels.hip.cpp | 2 +- hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp | 2 +- hip/preconditioner/jacobi_common.hip.hpp | 2 +- hip/preconditioner/jacobi_generate_kernel.hip.cpp | 2 +- hip/preconditioner/jacobi_kernels.hip.cpp | 2 +- hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp | 2 +- hip/reorder/rcm_kernels.hip.cpp | 2 +- hip/solver/bicg_kernels.hip.cpp | 2 +- hip/solver/bicgstab_kernels.hip.cpp | 2 +- hip/solver/cg_kernels.hip.cpp | 2 +- hip/solver/cgs_kernels.hip.cpp | 2 +- hip/solver/common_trs_kernels.hip.hpp | 2 +- hip/solver/fcg_kernels.hip.cpp | 2 +- hip/solver/gmres_kernels.hip.cpp | 2 +- hip/solver/idr_kernels.hip.cpp | 4 ++-- hip/solver/ir_kernels.hip.cpp | 2 +- hip/solver/lower_trs_kernels.hip.cpp | 2 +- hip/solver/upper_trs_kernels.hip.cpp | 2 +- hip/stop/criterion_kernels.hip.cpp | 2 +- hip/stop/residual_norm_kernels.hip.cpp | 2 +- hip/test/base/exception_helpers.hip.cpp | 2 +- hip/test/base/hip_executor.hip.cpp | 2 +- hip/test/base/lin_op.hip.cpp | 2 +- hip/test/base/math.hip.cpp | 2 +- hip/test/components/absolute_array.hip.cpp | 2 +- hip/test/components/cooperative_groups_kernels.hip.cpp | 2 +- hip/test/components/fill_array.hip.cpp | 2 +- hip/test/components/merging_kernels.hip.cpp | 2 +- hip/test/components/precision_conversion.hip.cpp | 2 +- hip/test/components/prefix_sum.hip.cpp | 2 +- hip/test/components/searching_kernels.hip.cpp | 2 +- hip/test/components/sorting_kernels.hip.cpp | 2 +- hip/test/factorization/ilu_kernels.cpp | 2 +- hip/test/factorization/par_ict_kernels.hip.cpp | 2 +- hip/test/factorization/par_ilu_kernels.hip.cpp | 2 +- hip/test/factorization/par_ilut_kernels.hip.cpp | 2 +- hip/test/matrix/coo_kernels.hip.cpp | 2 +- hip/test/matrix/csr_kernels.hip.cpp | 2 +- hip/test/matrix/dense_kernels.hip.cpp | 2 +- hip/test/matrix/diagonal_kernels.hip.cpp | 2 +- hip/test/matrix/ell_kernels.hip.cpp | 2 +- hip/test/matrix/hybrid_kernels.hip.cpp | 2 +- hip/test/matrix/sellp_kernels.hip.cpp | 2 +- hip/test/preconditioner/isai_kernels.hip.cpp | 2 +- hip/test/preconditioner/jacobi_kernels.cpp | 2 +- hip/test/solver/bicg_kernels.cpp | 2 +- hip/test/solver/bicgstab_kernels.cpp | 2 +- hip/test/solver/cg_kernels.cpp | 2 +- hip/test/solver/cgs_kernels.cpp | 2 +- hip/test/solver/fcg_kernels.cpp | 2 +- hip/test/solver/gmres_kernels.cpp | 2 +- hip/test/solver/idr_kernels.cpp | 2 +- hip/test/solver/ir_kernels.cpp | 2 +- hip/test/solver/lower_trs_kernels.cpp | 2 +- hip/test/solver/upper_trs_kernels.cpp | 2 +- hip/test/stop/criterion_kernels.hip.cpp | 2 +- hip/test/stop/residual_norm_kernels.cpp | 2 +- hip/test/utils.hip.hpp | 2 +- hip/test/utils/assertions_test.hip.cpp | 2 +- include/ginkgo/config.hpp.in | 2 +- include/ginkgo/core/base/abstract_factory.hpp | 2 +- include/ginkgo/core/base/array.hpp | 2 +- include/ginkgo/core/base/combination.hpp | 2 +- include/ginkgo/core/base/composition.hpp | 2 +- include/ginkgo/core/base/dim.hpp | 2 +- include/ginkgo/core/base/exception.hpp | 2 +- include/ginkgo/core/base/exception_helpers.hpp | 2 +- include/ginkgo/core/base/executor.hpp | 2 +- include/ginkgo/core/base/lin_op.hpp | 2 +- include/ginkgo/core/base/math.hpp | 2 +- include/ginkgo/core/base/matrix_assembly_data.hpp | 2 +- include/ginkgo/core/base/matrix_data.hpp | 2 +- include/ginkgo/core/base/mtx_io.hpp | 2 +- include/ginkgo/core/base/name_demangling.hpp | 2 +- include/ginkgo/core/base/perturbation.hpp | 2 +- include/ginkgo/core/base/polymorphic_object.hpp | 2 +- include/ginkgo/core/base/range.hpp | 2 +- include/ginkgo/core/base/range_accessors.hpp | 2 +- include/ginkgo/core/base/std_extensions.hpp | 2 +- include/ginkgo/core/base/temporary_clone.hpp | 2 +- include/ginkgo/core/base/types.hpp | 2 +- include/ginkgo/core/base/utils.hpp | 2 +- include/ginkgo/core/base/utils_helper.hpp | 2 +- include/ginkgo/core/base/version.hpp | 2 +- include/ginkgo/core/factorization/ilu.hpp | 2 +- include/ginkgo/core/factorization/par_ict.hpp | 2 +- include/ginkgo/core/factorization/par_ilu.hpp | 2 +- include/ginkgo/core/factorization/par_ilut.hpp | 2 +- include/ginkgo/core/log/convergence.hpp | 2 +- include/ginkgo/core/log/logger.hpp | 2 +- include/ginkgo/core/log/papi.hpp | 2 +- include/ginkgo/core/log/record.hpp | 2 +- include/ginkgo/core/log/stream.hpp | 2 +- include/ginkgo/core/matrix/coo.hpp | 2 +- include/ginkgo/core/matrix/csr.hpp | 2 +- include/ginkgo/core/matrix/dense.hpp | 2 +- include/ginkgo/core/matrix/diagonal.hpp | 2 +- include/ginkgo/core/matrix/ell.hpp | 2 +- include/ginkgo/core/matrix/hybrid.hpp | 2 +- include/ginkgo/core/matrix/identity.hpp | 2 +- include/ginkgo/core/matrix/permutation.hpp | 2 +- include/ginkgo/core/matrix/sellp.hpp | 2 +- include/ginkgo/core/matrix/sparsity_csr.hpp | 2 +- include/ginkgo/core/preconditioner/ilu.hpp | 2 +- include/ginkgo/core/preconditioner/isai.hpp | 2 +- include/ginkgo/core/preconditioner/jacobi.hpp | 2 +- include/ginkgo/core/reorder/rcm.hpp | 2 +- include/ginkgo/core/reorder/reordering_base.hpp | 2 +- include/ginkgo/core/solver/bicg.hpp | 2 +- include/ginkgo/core/solver/bicgstab.hpp | 2 +- include/ginkgo/core/solver/cg.hpp | 2 +- include/ginkgo/core/solver/cgs.hpp | 2 +- include/ginkgo/core/solver/fcg.hpp | 2 +- include/ginkgo/core/solver/gmres.hpp | 2 +- include/ginkgo/core/solver/idr.hpp | 2 +- include/ginkgo/core/solver/ir.hpp | 2 +- include/ginkgo/core/solver/lower_trs.hpp | 2 +- include/ginkgo/core/solver/upper_trs.hpp | 2 +- include/ginkgo/core/stop/combined.hpp | 2 +- include/ginkgo/core/stop/criterion.hpp | 2 +- include/ginkgo/core/stop/iteration.hpp | 2 +- include/ginkgo/core/stop/residual_norm.hpp | 2 +- include/ginkgo/core/stop/residual_norm_reduction.hpp | 2 +- include/ginkgo/core/stop/stopping_status.hpp | 2 +- include/ginkgo/core/stop/time.hpp | 2 +- include/ginkgo/core/synthesizer/containers.hpp | 2 +- include/ginkgo/ginkgo.hpp | 2 +- include/ginkgo/ginkgo.hpp.in | 2 +- matrices/config.hpp.in | 2 +- omp/base/version.cpp | 2 +- omp/components/absolute_array.cpp | 2 +- omp/components/csr_spgeam.hpp | 2 +- omp/components/fill_array.cpp | 2 +- omp/components/format_conversion.hpp | 2 +- omp/components/matrix_operations.hpp | 2 +- omp/components/omp_mutex.hpp | 2 +- omp/components/precision_conversion.cpp | 2 +- omp/components/prefix_sum.cpp | 2 +- omp/components/sort_small.hpp | 2 +- omp/factorization/factorization_kernels.cpp | 2 +- omp/factorization/ilu_kernels.cpp | 2 +- omp/factorization/par_ict_kernels.cpp | 2 +- omp/factorization/par_ilu_kernels.cpp | 2 +- omp/factorization/par_ilut_kernels.cpp | 2 +- omp/matrix/coo_kernels.cpp | 2 +- omp/matrix/csr_kernels.cpp | 2 +- omp/matrix/dense_kernels.cpp | 2 +- omp/matrix/diagonal_kernels.cpp | 2 +- omp/matrix/ell_kernels.cpp | 2 +- omp/matrix/hybrid_kernels.cpp | 2 +- omp/matrix/sellp_kernels.cpp | 2 +- omp/matrix/sparsity_csr_kernels.cpp | 2 +- omp/preconditioner/isai_kernels.cpp | 2 +- omp/preconditioner/jacobi_kernels.cpp | 2 +- omp/reorder/rcm_kernels.cpp | 2 +- omp/solver/bicg_kernels.cpp | 2 +- omp/solver/bicgstab_kernels.cpp | 2 +- omp/solver/cg_kernels.cpp | 2 +- omp/solver/cgs_kernels.cpp | 2 +- omp/solver/fcg_kernels.cpp | 2 +- omp/solver/gmres_kernels.cpp | 2 +- omp/solver/idr_kernels.cpp | 4 ++-- omp/solver/ir_kernels.cpp | 2 +- omp/solver/lower_trs_kernels.cpp | 2 +- omp/solver/upper_trs_kernels.cpp | 2 +- omp/stop/criterion_kernels.cpp | 2 +- omp/stop/residual_norm_kernels.cpp | 2 +- omp/test/components/absolute_array.cpp | 2 +- omp/test/components/fill_array.cpp | 2 +- omp/test/components/precision_conversion.cpp | 2 +- omp/test/components/prefix_sum.cpp | 2 +- omp/test/factorization/par_ict_kernels.cpp | 2 +- omp/test/factorization/par_ilu_kernels.cpp | 2 +- omp/test/factorization/par_ilut_kernels.cpp | 2 +- omp/test/matrix/coo_kernels.cpp | 2 +- omp/test/matrix/csr_kernels.cpp | 2 +- omp/test/matrix/dense_kernels.cpp | 2 +- omp/test/matrix/diagonal_kernels.cpp | 2 +- omp/test/matrix/ell_kernels.cpp | 2 +- omp/test/matrix/hybrid_kernels.cpp | 2 +- omp/test/matrix/sellp_kernels.cpp | 2 +- omp/test/matrix/sparsity_csr_kernels.cpp | 2 +- omp/test/preconditioner/isai_kernels.cpp | 2 +- omp/test/preconditioner/jacobi_kernels.cpp | 2 +- omp/test/reorder/rcm_kernels.cpp | 2 +- omp/test/solver/bicg_kernels.cpp | 2 +- omp/test/solver/bicgstab_kernels.cpp | 2 +- omp/test/solver/cg_kernels.cpp | 2 +- omp/test/solver/cgs_kernels.cpp | 2 +- omp/test/solver/fcg_kernels.cpp | 2 +- omp/test/solver/gmres_kernels.cpp | 2 +- omp/test/solver/idr_kernels.cpp | 2 +- omp/test/solver/ir_kernels.cpp | 2 +- omp/test/solver/lower_trs_kernels.cpp | 2 +- omp/test/solver/upper_trs_kernels.cpp | 2 +- omp/test/stop/criterion_kernels.cpp | 2 +- omp/test/stop/residual_norm_kernels.cpp | 2 +- reference/base/version.cpp | 2 +- reference/components/absolute_array.cpp | 2 +- reference/components/convert_ptrs.hpp | 2 +- reference/components/csr_spgeam.hpp | 2 +- reference/components/fill_array.cpp | 2 +- reference/components/format_conversion.hpp | 2 +- reference/components/matrix_operations.hpp | 2 +- reference/components/precision_conversion.cpp | 2 +- reference/components/prefix_sum.cpp | 2 +- reference/factorization/factorization_kernels.cpp | 2 +- reference/factorization/ilu_kernels.cpp | 2 +- reference/factorization/par_ict_kernels.cpp | 2 +- reference/factorization/par_ilu_kernels.cpp | 2 +- reference/factorization/par_ilut_kernels.cpp | 2 +- reference/matrix/coo_kernels.cpp | 2 +- reference/matrix/csr_kernels.cpp | 2 +- reference/matrix/dense_kernels.cpp | 2 +- reference/matrix/diagonal_kernels.cpp | 2 +- reference/matrix/ell_kernels.cpp | 2 +- reference/matrix/hybrid_kernels.cpp | 2 +- reference/matrix/sellp_kernels.cpp | 2 +- reference/matrix/sparsity_csr_kernels.cpp | 2 +- reference/preconditioner/isai_kernels.cpp | 2 +- reference/preconditioner/jacobi_kernels.cpp | 2 +- reference/reorder/rcm_kernels.cpp | 2 +- reference/solver/bicg_kernels.cpp | 2 +- reference/solver/bicgstab_kernels.cpp | 2 +- reference/solver/cg_kernels.cpp | 2 +- reference/solver/cgs_kernels.cpp | 2 +- reference/solver/fcg_kernels.cpp | 2 +- reference/solver/gmres_kernels.cpp | 2 +- reference/solver/idr_kernels.cpp | 4 ++-- reference/solver/ir_kernels.cpp | 2 +- reference/solver/lower_trs_kernels.cpp | 2 +- reference/solver/upper_trs_kernels.cpp | 2 +- reference/stop/criterion_kernels.cpp | 2 +- reference/stop/residual_norm_kernels.cpp | 2 +- reference/test/base/combination.cpp | 2 +- reference/test/base/composition.cpp | 2 +- reference/test/base/perturbation.cpp | 2 +- reference/test/base/utils.cpp | 2 +- reference/test/components/absolute_array.cpp | 2 +- reference/test/components/fill_array.cpp | 2 +- reference/test/components/precision_conversion.cpp | 2 +- reference/test/components/prefix_sum.cpp | 2 +- reference/test/factorization/par_ict_kernels.cpp | 2 +- reference/test/factorization/par_ilu_kernels.cpp | 2 +- reference/test/factorization/par_ilut_kernels.cpp | 2 +- reference/test/log/convergence.cpp | 2 +- reference/test/log/papi.cpp | 2 +- reference/test/matrix/coo_kernels.cpp | 2 +- reference/test/matrix/csr_kernels.cpp | 2 +- reference/test/matrix/dense_kernels.cpp | 2 +- reference/test/matrix/diagonal_kernels.cpp | 2 +- reference/test/matrix/ell_kernels.cpp | 2 +- reference/test/matrix/hybrid_kernels.cpp | 2 +- reference/test/matrix/identity.cpp | 2 +- reference/test/matrix/permutation.cpp | 2 +- reference/test/matrix/sellp_kernels.cpp | 2 +- reference/test/matrix/sparsity_csr.cpp | 2 +- reference/test/matrix/sparsity_csr_kernels.cpp | 2 +- reference/test/preconditioner/ilu.cpp | 2 +- reference/test/preconditioner/isai_kernels.cpp | 2 +- reference/test/preconditioner/jacobi.cpp | 2 +- reference/test/preconditioner/jacobi_kernels.cpp | 2 +- reference/test/reorder/rcm.cpp | 2 +- reference/test/reorder/rcm_kernels.cpp | 2 +- reference/test/solver/bicg_kernels.cpp | 2 +- reference/test/solver/bicgstab_kernels.cpp | 2 +- reference/test/solver/cg_kernels.cpp | 2 +- reference/test/solver/cgs_kernels.cpp | 2 +- reference/test/solver/fcg_kernels.cpp | 2 +- reference/test/solver/gmres_kernels.cpp | 2 +- reference/test/solver/idr_kernels.cpp | 2 +- reference/test/solver/ir_kernels.cpp | 2 +- reference/test/solver/lower_trs.cpp | 2 +- reference/test/solver/lower_trs_kernels.cpp | 2 +- reference/test/solver/upper_trs.cpp | 2 +- reference/test/solver/upper_trs_kernels.cpp | 2 +- reference/test/stop/combined.cpp | 2 +- reference/test/stop/criterion_kernels.cpp | 2 +- reference/test/stop/iteration.cpp | 2 +- reference/test/stop/residual_norm_kernels.cpp | 2 +- reference/test/stop/time.cpp | 2 +- reference/test/utils/assertions_test.cpp | 2 +- test_install/test_install.cpp | 2 +- test_install/test_install_cuda.cu | 2 +- 745 files changed, 749 insertions(+), 749 deletions(-) diff --git a/LICENSE b/LICENSE index 48867b57a87..b193691a64e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/conversions/conversions.cpp b/benchmark/conversions/conversions.cpp index c7e87703102..70df82ccba4 100644 --- a/benchmark/conversions/conversions.cpp +++ b/benchmark/conversions/conversions.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/matrix_generator/matrix_generator.cpp b/benchmark/matrix_generator/matrix_generator.cpp index 7622d2cd4ed..b32810b96a5 100644 --- a/benchmark/matrix_generator/matrix_generator.cpp +++ b/benchmark/matrix_generator/matrix_generator.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/matrix_statistics/matrix_statistics.cpp b/benchmark/matrix_statistics/matrix_statistics.cpp index 72e899407d7..2602a16a967 100644 --- a/benchmark/matrix_statistics/matrix_statistics.cpp +++ b/benchmark/matrix_statistics/matrix_statistics.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/preconditioner/preconditioner.cpp b/benchmark/preconditioner/preconditioner.cpp index 9bef693fd51..b4a1acaa741 100644 --- a/benchmark/preconditioner/preconditioner.cpp +++ b/benchmark/preconditioner/preconditioner.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/solver/solver.cpp b/benchmark/solver/solver.cpp index 5ec3da9de08..3ec32280935 100644 --- a/benchmark/solver/solver.cpp +++ b/benchmark/solver/solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/spmv/spmv.cpp b/benchmark/spmv/spmv.cpp index 36d9b19651f..0304026c0ea 100644 --- a/benchmark/spmv/spmv.cpp +++ b/benchmark/spmv/spmv.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/cuda_linops.hpp b/benchmark/utils/cuda_linops.hpp index 17f386016df..d51fa512f92 100644 --- a/benchmark/utils/cuda_linops.hpp +++ b/benchmark/utils/cuda_linops.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/formats.hpp b/benchmark/utils/formats.hpp index ca5ad5f58be..259cd2bda5f 100644 --- a/benchmark/utils/formats.hpp +++ b/benchmark/utils/formats.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/general.hpp b/benchmark/utils/general.hpp index d4e6607ff5f..a9321ca2c44 100644 --- a/benchmark/utils/general.hpp +++ b/benchmark/utils/general.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/hip_linops.hip.hpp b/benchmark/utils/hip_linops.hip.hpp index 5d62d605d24..d4af5c58b49 100644 --- a/benchmark/utils/hip_linops.hip.hpp +++ b/benchmark/utils/hip_linops.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/loggers.hpp b/benchmark/utils/loggers.hpp index 72892891f0e..1a04bd98644 100644 --- a/benchmark/utils/loggers.hpp +++ b/benchmark/utils/loggers.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/overhead_linop.hpp b/benchmark/utils/overhead_linop.hpp index 5bddad88325..8ade2e74f83 100644 --- a/benchmark/utils/overhead_linop.hpp +++ b/benchmark/utils/overhead_linop.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/preconditioners.hpp b/benchmark/utils/preconditioners.hpp index 4ec84d9acd5..fd7294226df 100644 --- a/benchmark/utils/preconditioners.hpp +++ b/benchmark/utils/preconditioners.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/spmv_common.hpp b/benchmark/utils/spmv_common.hpp index 34cd51067ae..0603d3706fb 100644 --- a/benchmark/utils/spmv_common.hpp +++ b/benchmark/utils/spmv_common.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/utils/timer.hpp b/benchmark/utils/timer.hpp index c94f19d92a3..60e45367d5a 100644 --- a/benchmark/utils/timer.hpp +++ b/benchmark/utils/timer.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/base/executor.hpp.inc b/common/base/executor.hpp.inc index 705404b314e..0903f6dad90 100644 --- a/common/base/executor.hpp.inc +++ b/common/base/executor.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/base/math.hpp.inc b/common/base/math.hpp.inc index 576ab32859c..b56a11ddfef 100644 --- a/common/base/math.hpp.inc +++ b/common/base/math.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/absolute_array.hpp.inc b/common/components/absolute_array.hpp.inc index ee6079fb8fc..8c82324175d 100644 --- a/common/components/absolute_array.hpp.inc +++ b/common/components/absolute_array.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/atomic.hpp.inc b/common/components/atomic.hpp.inc index 6ae0ac5e751..40f87255284 100644 --- a/common/components/atomic.hpp.inc +++ b/common/components/atomic.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/diagonal_block_manipulation.hpp.inc b/common/components/diagonal_block_manipulation.hpp.inc index a9a199e33c5..baf991550e8 100644 --- a/common/components/diagonal_block_manipulation.hpp.inc +++ b/common/components/diagonal_block_manipulation.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/fill_array.hpp.inc b/common/components/fill_array.hpp.inc index 04e6fe67b79..1d219c7c634 100644 --- a/common/components/fill_array.hpp.inc +++ b/common/components/fill_array.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/intrinsics.hpp.inc b/common/components/intrinsics.hpp.inc index f89fa434eb4..fa1581c4e84 100644 --- a/common/components/intrinsics.hpp.inc +++ b/common/components/intrinsics.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/merging.hpp.inc b/common/components/merging.hpp.inc index c91f76e1fd4..4ddd68b5beb 100644 --- a/common/components/merging.hpp.inc +++ b/common/components/merging.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/precision_conversion.hpp.inc b/common/components/precision_conversion.hpp.inc index c486354f156..af59f35d058 100644 --- a/common/components/precision_conversion.hpp.inc +++ b/common/components/precision_conversion.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/prefix_sum.hpp.inc b/common/components/prefix_sum.hpp.inc index 01612295379..8f759b1dc95 100644 --- a/common/components/prefix_sum.hpp.inc +++ b/common/components/prefix_sum.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/reduction.hpp.inc b/common/components/reduction.hpp.inc index ce35337a7ff..ef56a05504f 100644 --- a/common/components/reduction.hpp.inc +++ b/common/components/reduction.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/searching.hpp.inc b/common/components/searching.hpp.inc index e7e558508f0..d731aae319c 100644 --- a/common/components/searching.hpp.inc +++ b/common/components/searching.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/segment_scan.hpp.inc b/common/components/segment_scan.hpp.inc index 9de87b6c702..f16b3794d4d 100644 --- a/common/components/segment_scan.hpp.inc +++ b/common/components/segment_scan.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/sorting.hpp.inc b/common/components/sorting.hpp.inc index 611b99c5538..ef5bd690937 100644 --- a/common/components/sorting.hpp.inc +++ b/common/components/sorting.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/thread_ids.hpp.inc b/common/components/thread_ids.hpp.inc index 3a28dad5326..c148d11b2d4 100644 --- a/common/components/thread_ids.hpp.inc +++ b/common/components/thread_ids.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/uninitialized_array.hpp.inc b/common/components/uninitialized_array.hpp.inc index ced072c40f4..3a8b3796c12 100644 --- a/common/components/uninitialized_array.hpp.inc +++ b/common/components/uninitialized_array.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/components/warp_blas.hpp.inc b/common/components/warp_blas.hpp.inc index 279ada4ae2f..128fa124d77 100644 --- a/common/components/warp_blas.hpp.inc +++ b/common/components/warp_blas.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/factorization_kernels.hpp.inc b/common/factorization/factorization_kernels.hpp.inc index 7050c5ce116..80178bc76a7 100644 --- a/common/factorization/factorization_kernels.hpp.inc +++ b/common/factorization/factorization_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ict_spgeam_kernels.hpp.inc b/common/factorization/par_ict_spgeam_kernels.hpp.inc index 7a9febf3f03..6f76a14323c 100644 --- a/common/factorization/par_ict_spgeam_kernels.hpp.inc +++ b/common/factorization/par_ict_spgeam_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ict_sweep_kernels.hpp.inc b/common/factorization/par_ict_sweep_kernels.hpp.inc index 060bacb2144..325ea25061a 100644 --- a/common/factorization/par_ict_sweep_kernels.hpp.inc +++ b/common/factorization/par_ict_sweep_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ilu_kernels.hpp.inc b/common/factorization/par_ilu_kernels.hpp.inc index af28012cf81..f2fdc1468e1 100644 --- a/common/factorization/par_ilu_kernels.hpp.inc +++ b/common/factorization/par_ilu_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ilut_filter_kernels.hpp.inc b/common/factorization/par_ilut_filter_kernels.hpp.inc index 2d520f33019..25b43e789ee 100644 --- a/common/factorization/par_ilut_filter_kernels.hpp.inc +++ b/common/factorization/par_ilut_filter_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ilut_select_kernels.hpp.inc b/common/factorization/par_ilut_select_kernels.hpp.inc index 338588d5695..059069faf41 100644 --- a/common/factorization/par_ilut_select_kernels.hpp.inc +++ b/common/factorization/par_ilut_select_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ilut_spgeam_kernels.hpp.inc b/common/factorization/par_ilut_spgeam_kernels.hpp.inc index 903968bf4a6..b8ba3b0171f 100644 --- a/common/factorization/par_ilut_spgeam_kernels.hpp.inc +++ b/common/factorization/par_ilut_spgeam_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/factorization/par_ilut_sweep_kernels.hpp.inc b/common/factorization/par_ilut_sweep_kernels.hpp.inc index 96cfc951b64..5b78d07f28e 100644 --- a/common/factorization/par_ilut_sweep_kernels.hpp.inc +++ b/common/factorization/par_ilut_sweep_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/coo_kernels.hpp.inc b/common/matrix/coo_kernels.hpp.inc index c6d550a4149..489a65729f3 100644 --- a/common/matrix/coo_kernels.hpp.inc +++ b/common/matrix/coo_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/csr_kernels.hpp.inc b/common/matrix/csr_kernels.hpp.inc index edd6014154b..fb88d4f9ab2 100644 --- a/common/matrix/csr_kernels.hpp.inc +++ b/common/matrix/csr_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/dense_kernels.hpp.inc b/common/matrix/dense_kernels.hpp.inc index 9df9caf0353..8722726da1b 100644 --- a/common/matrix/dense_kernels.hpp.inc +++ b/common/matrix/dense_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/diagonal_kernels.hpp.inc b/common/matrix/diagonal_kernels.hpp.inc index 6e29ca2cd5e..fc1d288df8e 100644 --- a/common/matrix/diagonal_kernels.hpp.inc +++ b/common/matrix/diagonal_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/ell_kernels.hpp.inc b/common/matrix/ell_kernels.hpp.inc index 57991f2e06d..00eb2d6871d 100644 --- a/common/matrix/ell_kernels.hpp.inc +++ b/common/matrix/ell_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/hybrid_kernels.hpp.inc b/common/matrix/hybrid_kernels.hpp.inc index 3a45bd38e79..b6af7c2be36 100644 --- a/common/matrix/hybrid_kernels.hpp.inc +++ b/common/matrix/hybrid_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/matrix/sellp_kernels.hpp.inc b/common/matrix/sellp_kernels.hpp.inc index b15d96e6e91..b0e7ab9dc93 100644 --- a/common/matrix/sellp_kernels.hpp.inc +++ b/common/matrix/sellp_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/preconditioner/isai_kernels.hpp.inc b/common/preconditioner/isai_kernels.hpp.inc index 9eec6afaa04..1a71a6fbebf 100644 --- a/common/preconditioner/isai_kernels.hpp.inc +++ b/common/preconditioner/isai_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/preconditioner/jacobi_advanced_apply_kernel.hpp.inc b/common/preconditioner/jacobi_advanced_apply_kernel.hpp.inc index 2426728d402..abf100be7e5 100644 --- a/common/preconditioner/jacobi_advanced_apply_kernel.hpp.inc +++ b/common/preconditioner/jacobi_advanced_apply_kernel.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/preconditioner/jacobi_generate_kernel.hpp.inc b/common/preconditioner/jacobi_generate_kernel.hpp.inc index b402c94e5db..713dcc3dedc 100644 --- a/common/preconditioner/jacobi_generate_kernel.hpp.inc +++ b/common/preconditioner/jacobi_generate_kernel.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/preconditioner/jacobi_kernels.hpp.inc b/common/preconditioner/jacobi_kernels.hpp.inc index d480a0a154a..c3fa889b210 100644 --- a/common/preconditioner/jacobi_kernels.hpp.inc +++ b/common/preconditioner/jacobi_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/preconditioner/jacobi_simple_apply_kernel.hpp.inc b/common/preconditioner/jacobi_simple_apply_kernel.hpp.inc index c7a472bd409..db73880732d 100644 --- a/common/preconditioner/jacobi_simple_apply_kernel.hpp.inc +++ b/common/preconditioner/jacobi_simple_apply_kernel.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/bicg_kernels.hpp.inc b/common/solver/bicg_kernels.hpp.inc index fdb8ee8f3f9..3402fa219b5 100644 --- a/common/solver/bicg_kernels.hpp.inc +++ b/common/solver/bicg_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/bicgstab_kernels.hpp.inc b/common/solver/bicgstab_kernels.hpp.inc index 03071970fcc..dce6c3651cd 100644 --- a/common/solver/bicgstab_kernels.hpp.inc +++ b/common/solver/bicgstab_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/cg_kernels.hpp.inc b/common/solver/cg_kernels.hpp.inc index d318c30f338..7a87fc9a9ba 100644 --- a/common/solver/cg_kernels.hpp.inc +++ b/common/solver/cg_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/cgs_kernels.hpp.inc b/common/solver/cgs_kernels.hpp.inc index d6c3e64cd4c..0aba6af73f3 100644 --- a/common/solver/cgs_kernels.hpp.inc +++ b/common/solver/cgs_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/fcg_kernels.hpp.inc b/common/solver/fcg_kernels.hpp.inc index 2b5b72029a2..312b0bad50d 100644 --- a/common/solver/fcg_kernels.hpp.inc +++ b/common/solver/fcg_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/gmres_kernels.hpp.inc b/common/solver/gmres_kernels.hpp.inc index 7b991879571..9956c38a622 100644 --- a/common/solver/gmres_kernels.hpp.inc +++ b/common/solver/gmres_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/idr_kernels.hpp.inc b/common/solver/idr_kernels.hpp.inc index 9067af54e49..fd57a31afc7 100644 --- a/common/solver/idr_kernels.hpp.inc +++ b/common/solver/idr_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/common/solver/ir_kernels.hpp.inc b/common/solver/ir_kernels.hpp.inc index 24a66f2795b..39a8d04f7fc 100644 --- a/common/solver/ir_kernels.hpp.inc +++ b/common/solver/ir_kernels.hpp.inc @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/allocator.hpp b/core/base/allocator.hpp index 6a654fc56d6..791e525e037 100644 --- a/core/base/allocator.hpp +++ b/core/base/allocator.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/array.cpp b/core/base/array.cpp index 21d8b5f3326..b74da73c803 100644 --- a/core/base/array.cpp +++ b/core/base/array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/combination.cpp b/core/base/combination.cpp index dd95298858e..61bd892af55 100644 --- a/core/base/combination.cpp +++ b/core/base/combination.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/composition.cpp b/core/base/composition.cpp index 6fb0171b56e..f5826abb396 100644 --- a/core/base/composition.cpp +++ b/core/base/composition.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/executor.cpp b/core/base/executor.cpp index 90342b30e43..109dc6601ed 100644 --- a/core/base/executor.cpp +++ b/core/base/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/extended_float.hpp b/core/base/extended_float.hpp index c83e7b81f20..418a91dd9dc 100644 --- a/core/base/extended_float.hpp +++ b/core/base/extended_float.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/iterator_factory.hpp b/core/base/iterator_factory.hpp index 5e4bddeb178..0f5450fb907 100644 --- a/core/base/iterator_factory.hpp +++ b/core/base/iterator_factory.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/mtx_io.cpp b/core/base/mtx_io.cpp index b6f4d6b35c5..fea768d8c88 100644 --- a/core/base/mtx_io.cpp +++ b/core/base/mtx_io.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/perturbation.cpp b/core/base/perturbation.cpp index a7a6a0b004b..19ab053d403 100644 --- a/core/base/perturbation.cpp +++ b/core/base/perturbation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/utils.hpp b/core/base/utils.hpp index 9842917b19d..bf09996ed3b 100644 --- a/core/base/utils.hpp +++ b/core/base/utils.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/base/version.cpp b/core/base/version.cpp index 7993cee5cae..37db8e1dab8 100644 --- a/core/base/version.cpp +++ b/core/base/version.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/components/absolute_array.hpp b/core/components/absolute_array.hpp index 746c1de733a..5f66c89254f 100644 --- a/core/components/absolute_array.hpp +++ b/core/components/absolute_array.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/components/fill_array.hpp b/core/components/fill_array.hpp index 452661bed84..e8b39ff8465 100644 --- a/core/components/fill_array.hpp +++ b/core/components/fill_array.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/components/precision_conversion.hpp b/core/components/precision_conversion.hpp index 82b684d4be1..9f21b59d2dd 100644 --- a/core/components/precision_conversion.hpp +++ b/core/components/precision_conversion.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/components/prefix_sum.hpp b/core/components/prefix_sum.hpp index f226ce4c282..90848050590 100644 --- a/core/components/prefix_sum.hpp +++ b/core/components/prefix_sum.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/common_kernels.inc.cpp b/core/device_hooks/common_kernels.inc.cpp index 60ca0316f5e..cf46b6e4cae 100644 --- a/core/device_hooks/common_kernels.inc.cpp +++ b/core/device_hooks/common_kernels.inc.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/cuda_hooks.cpp b/core/device_hooks/cuda_hooks.cpp index 46e342d9c0a..6a0e09486a8 100644 --- a/core/device_hooks/cuda_hooks.cpp +++ b/core/device_hooks/cuda_hooks.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/dpcpp_hooks.cpp b/core/device_hooks/dpcpp_hooks.cpp index 88caac1ccd3..df17a4959e4 100644 --- a/core/device_hooks/dpcpp_hooks.cpp +++ b/core/device_hooks/dpcpp_hooks.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/hip_hooks.cpp b/core/device_hooks/hip_hooks.cpp index b98b2fcb8a4..fbc4b77cdfc 100644 --- a/core/device_hooks/hip_hooks.cpp +++ b/core/device_hooks/hip_hooks.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/omp_hooks.cpp b/core/device_hooks/omp_hooks.cpp index 131fa51a4d8..d4589755f01 100644 --- a/core/device_hooks/omp_hooks.cpp +++ b/core/device_hooks/omp_hooks.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/device_hooks/reference_hooks.cpp b/core/device_hooks/reference_hooks.cpp index ea7742776c8..33713edbed8 100644 --- a/core/device_hooks/reference_hooks.cpp +++ b/core/device_hooks/reference_hooks.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/devices/cuda/executor.cpp b/core/devices/cuda/executor.cpp index 2d6af2b91ef..61ba73ca89c 100644 --- a/core/devices/cuda/executor.cpp +++ b/core/devices/cuda/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/devices/dpcpp/executor.cpp b/core/devices/dpcpp/executor.cpp index 90b7eb67616..7a32d5e49a3 100644 --- a/core/devices/dpcpp/executor.cpp +++ b/core/devices/dpcpp/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/devices/hip/executor.cpp b/core/devices/hip/executor.cpp index b9a643eb7e2..565bd50279b 100644 --- a/core/devices/hip/executor.cpp +++ b/core/devices/hip/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/devices/omp/executor.cpp b/core/devices/omp/executor.cpp index e53a1b53c43..f13101f092e 100644 --- a/core/devices/omp/executor.cpp +++ b/core/devices/omp/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/devices/reference/dummy.cpp b/core/devices/reference/dummy.cpp index a2f3f380cbe..1c2a9b39c48 100644 --- a/core/devices/reference/dummy.cpp +++ b/core/devices/reference/dummy.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/factorization_kernels.hpp b/core/factorization/factorization_kernels.hpp index 96e87ed4362..02af1ed270d 100644 --- a/core/factorization/factorization_kernels.hpp +++ b/core/factorization/factorization_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/ilu.cpp b/core/factorization/ilu.cpp index 22655b463eb..1518853b9b8 100644 --- a/core/factorization/ilu.cpp +++ b/core/factorization/ilu.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/ilu_kernels.hpp b/core/factorization/ilu_kernels.hpp index 1c71ceba897..50ef5fa831b 100644 --- a/core/factorization/ilu_kernels.hpp +++ b/core/factorization/ilu_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ict.cpp b/core/factorization/par_ict.cpp index 40d14a730d5..905c350468b 100644 --- a/core/factorization/par_ict.cpp +++ b/core/factorization/par_ict.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ict_kernels.hpp b/core/factorization/par_ict_kernels.hpp index 5cde5fa14e2..b7bf4554238 100644 --- a/core/factorization/par_ict_kernels.hpp +++ b/core/factorization/par_ict_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ilu.cpp b/core/factorization/par_ilu.cpp index fc984415c41..3b5bf605a4c 100644 --- a/core/factorization/par_ilu.cpp +++ b/core/factorization/par_ilu.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ilu_kernels.hpp b/core/factorization/par_ilu_kernels.hpp index 6d8451b32e7..ea612d66ad9 100644 --- a/core/factorization/par_ilu_kernels.hpp +++ b/core/factorization/par_ilu_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ilut.cpp b/core/factorization/par_ilut.cpp index a68a7d11c91..69370659cc3 100644 --- a/core/factorization/par_ilut.cpp +++ b/core/factorization/par_ilut.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/factorization/par_ilut_kernels.hpp b/core/factorization/par_ilut_kernels.hpp index 714e797e553..c484caaf81d 100644 --- a/core/factorization/par_ilut_kernels.hpp +++ b/core/factorization/par_ilut_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/log/convergence.cpp b/core/log/convergence.cpp index 9947e40fc60..09db4d30523 100644 --- a/core/log/convergence.cpp +++ b/core/log/convergence.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/log/logger.cpp b/core/log/logger.cpp index 46ee98b2895..0dc36f98948 100644 --- a/core/log/logger.cpp +++ b/core/log/logger.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/log/papi.cpp b/core/log/papi.cpp index 1c8a17419fa..0ae7d334333 100644 --- a/core/log/papi.cpp +++ b/core/log/papi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/log/record.cpp b/core/log/record.cpp index 48026c1563b..c4543e3e4fc 100644 --- a/core/log/record.cpp +++ b/core/log/record.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/log/stream.cpp b/core/log/stream.cpp index 3cad7421aee..92e3f51da64 100644 --- a/core/log/stream.cpp +++ b/core/log/stream.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/coo.cpp b/core/matrix/coo.cpp index b256f4e4190..55ec75371aa 100644 --- a/core/matrix/coo.cpp +++ b/core/matrix/coo.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/coo_builder.hpp b/core/matrix/coo_builder.hpp index de323ad42b6..7c4ce38cb89 100644 --- a/core/matrix/coo_builder.hpp +++ b/core/matrix/coo_builder.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/coo_kernels.hpp b/core/matrix/coo_kernels.hpp index 8ae0466db26..2f2134cf183 100644 --- a/core/matrix/coo_kernels.hpp +++ b/core/matrix/coo_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/csr.cpp b/core/matrix/csr.cpp index fc87cdaf561..64ed24d49be 100644 --- a/core/matrix/csr.cpp +++ b/core/matrix/csr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/csr_builder.hpp b/core/matrix/csr_builder.hpp index 73f892dc3a8..37b4ac76f24 100644 --- a/core/matrix/csr_builder.hpp +++ b/core/matrix/csr_builder.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/csr_kernels.hpp b/core/matrix/csr_kernels.hpp index 3679c353fb0..89cb7fd7e7c 100644 --- a/core/matrix/csr_kernels.hpp +++ b/core/matrix/csr_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/dense.cpp b/core/matrix/dense.cpp index 0d70016ab6d..feb67558d44 100644 --- a/core/matrix/dense.cpp +++ b/core/matrix/dense.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/dense_kernels.hpp b/core/matrix/dense_kernels.hpp index 1799147d36e..cad52a11686 100644 --- a/core/matrix/dense_kernels.hpp +++ b/core/matrix/dense_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/diagonal.cpp b/core/matrix/diagonal.cpp index 8df8af6a801..7bca7555ae7 100644 --- a/core/matrix/diagonal.cpp +++ b/core/matrix/diagonal.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/diagonal_kernels.hpp b/core/matrix/diagonal_kernels.hpp index 556ab66d8a3..3db4c42478b 100644 --- a/core/matrix/diagonal_kernels.hpp +++ b/core/matrix/diagonal_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/ell.cpp b/core/matrix/ell.cpp index 04eb5eab482..f2855383e98 100644 --- a/core/matrix/ell.cpp +++ b/core/matrix/ell.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/ell_kernels.hpp b/core/matrix/ell_kernels.hpp index aa78e17881e..7a1ec261d15 100644 --- a/core/matrix/ell_kernels.hpp +++ b/core/matrix/ell_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/hybrid.cpp b/core/matrix/hybrid.cpp index 92768a09f89..cf5cd017ad2 100644 --- a/core/matrix/hybrid.cpp +++ b/core/matrix/hybrid.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/hybrid_kernels.hpp b/core/matrix/hybrid_kernels.hpp index fb813a0e428..b0222cba0bd 100644 --- a/core/matrix/hybrid_kernels.hpp +++ b/core/matrix/hybrid_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/identity.cpp b/core/matrix/identity.cpp index 884e5781ee8..95451e2f553 100644 --- a/core/matrix/identity.cpp +++ b/core/matrix/identity.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/permutation.cpp b/core/matrix/permutation.cpp index a8b6e5ff139..5e29d88ddd6 100644 --- a/core/matrix/permutation.cpp +++ b/core/matrix/permutation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/sellp.cpp b/core/matrix/sellp.cpp index b34e6119e59..b5f1d9b50e8 100644 --- a/core/matrix/sellp.cpp +++ b/core/matrix/sellp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/sellp_kernels.hpp b/core/matrix/sellp_kernels.hpp index f57cf7087a8..a2ea6f87682 100644 --- a/core/matrix/sellp_kernels.hpp +++ b/core/matrix/sellp_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/sparsity_csr.cpp b/core/matrix/sparsity_csr.cpp index 851dcd946a5..b8a8bf5d087 100644 --- a/core/matrix/sparsity_csr.cpp +++ b/core/matrix/sparsity_csr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/matrix/sparsity_csr_kernels.hpp b/core/matrix/sparsity_csr_kernels.hpp index 8d5e3570699..a9d17cdd133 100644 --- a/core/matrix/sparsity_csr_kernels.hpp +++ b/core/matrix/sparsity_csr_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/preconditioner/isai.cpp b/core/preconditioner/isai.cpp index 108ca300acc..222eaf28835 100644 --- a/core/preconditioner/isai.cpp +++ b/core/preconditioner/isai.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/preconditioner/isai_kernels.hpp b/core/preconditioner/isai_kernels.hpp index c8e1dcf4b91..44d25b50b7a 100644 --- a/core/preconditioner/isai_kernels.hpp +++ b/core/preconditioner/isai_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/preconditioner/jacobi.cpp b/core/preconditioner/jacobi.cpp index b59a6289a46..93abaf6a7fe 100644 --- a/core/preconditioner/jacobi.cpp +++ b/core/preconditioner/jacobi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/preconditioner/jacobi_kernels.hpp b/core/preconditioner/jacobi_kernels.hpp index 96ae123df12..e5738e9f51f 100644 --- a/core/preconditioner/jacobi_kernels.hpp +++ b/core/preconditioner/jacobi_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/preconditioner/jacobi_utils.hpp b/core/preconditioner/jacobi_utils.hpp index 904820cbce2..baa7fda04b6 100644 --- a/core/preconditioner/jacobi_utils.hpp +++ b/core/preconditioner/jacobi_utils.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/reorder/rcm.cpp b/core/reorder/rcm.cpp index 885c2982878..f2ec8f0fd63 100644 --- a/core/reorder/rcm.cpp +++ b/core/reorder/rcm.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/reorder/rcm_kernels.hpp b/core/reorder/rcm_kernels.hpp index 2eeaa63a3ab..d72e8c0160a 100644 --- a/core/reorder/rcm_kernels.hpp +++ b/core/reorder/rcm_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/bicg.cpp b/core/solver/bicg.cpp index 37568284703..d4fa8f96921 100644 --- a/core/solver/bicg.cpp +++ b/core/solver/bicg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/bicg_kernels.hpp b/core/solver/bicg_kernels.hpp index c11c7f4e4a1..e715694f6e3 100644 --- a/core/solver/bicg_kernels.hpp +++ b/core/solver/bicg_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/bicgstab.cpp b/core/solver/bicgstab.cpp index 570c9daee6f..2a452031fcc 100644 --- a/core/solver/bicgstab.cpp +++ b/core/solver/bicgstab.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/bicgstab_kernels.hpp b/core/solver/bicgstab_kernels.hpp index 0ebd591a1fe..b6b5072be26 100644 --- a/core/solver/bicgstab_kernels.hpp +++ b/core/solver/bicgstab_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/cg.cpp b/core/solver/cg.cpp index 838ede4a882..66b8fee43df 100644 --- a/core/solver/cg.cpp +++ b/core/solver/cg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/cg_kernels.hpp b/core/solver/cg_kernels.hpp index 1042b24cccd..fed7d5b97bc 100644 --- a/core/solver/cg_kernels.hpp +++ b/core/solver/cg_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/cgs.cpp b/core/solver/cgs.cpp index f92f9afc30f..6532835cd75 100644 --- a/core/solver/cgs.cpp +++ b/core/solver/cgs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/cgs_kernels.hpp b/core/solver/cgs_kernels.hpp index e2622419573..210aacbc260 100644 --- a/core/solver/cgs_kernels.hpp +++ b/core/solver/cgs_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/fcg.cpp b/core/solver/fcg.cpp index 595476f1637..a7f13060983 100644 --- a/core/solver/fcg.cpp +++ b/core/solver/fcg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/fcg_kernels.hpp b/core/solver/fcg_kernels.hpp index 89c3e1c3504..9baa62e9e91 100644 --- a/core/solver/fcg_kernels.hpp +++ b/core/solver/fcg_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/gmres.cpp b/core/solver/gmres.cpp index b33d85db0de..3ee99cd3ed3 100644 --- a/core/solver/gmres.cpp +++ b/core/solver/gmres.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/gmres_kernels.hpp b/core/solver/gmres_kernels.hpp index 2aaa0fb509e..81ca349a99e 100644 --- a/core/solver/gmres_kernels.hpp +++ b/core/solver/gmres_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/idr.cpp b/core/solver/idr.cpp index 43c6faaeff4..a76649b0fc7 100644 --- a/core/solver/idr.cpp +++ b/core/solver/idr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/idr_kernels.hpp b/core/solver/idr_kernels.hpp index 7f2e00bae45..6a6e43f45ef 100644 --- a/core/solver/idr_kernels.hpp +++ b/core/solver/idr_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/ir.cpp b/core/solver/ir.cpp index 63e80f86c04..0526a701661 100644 --- a/core/solver/ir.cpp +++ b/core/solver/ir.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/ir_kernels.hpp b/core/solver/ir_kernels.hpp index ac76627755a..da3fc5c0997 100644 --- a/core/solver/ir_kernels.hpp +++ b/core/solver/ir_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/lower_trs.cpp b/core/solver/lower_trs.cpp index bb4bb19c25b..8f5b979a3b9 100644 --- a/core/solver/lower_trs.cpp +++ b/core/solver/lower_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/lower_trs_kernels.hpp b/core/solver/lower_trs_kernels.hpp index 4430de5b468..5f9f272417a 100644 --- a/core/solver/lower_trs_kernels.hpp +++ b/core/solver/lower_trs_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/upper_trs.cpp b/core/solver/upper_trs.cpp index 236de82a27b..7b0fede44ea 100644 --- a/core/solver/upper_trs.cpp +++ b/core/solver/upper_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/solver/upper_trs_kernels.hpp b/core/solver/upper_trs_kernels.hpp index e49fe8cc8e7..bdbc4a9b1d7 100644 --- a/core/solver/upper_trs_kernels.hpp +++ b/core/solver/upper_trs_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/combined.cpp b/core/stop/combined.cpp index f80df54b90b..898c6ea56d9 100644 --- a/core/stop/combined.cpp +++ b/core/stop/combined.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/criterion.cpp b/core/stop/criterion.cpp index 25019d7d0d7..59d1db2839e 100644 --- a/core/stop/criterion.cpp +++ b/core/stop/criterion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/criterion_kernels.hpp b/core/stop/criterion_kernels.hpp index c894e6337ca..0844caba099 100644 --- a/core/stop/criterion_kernels.hpp +++ b/core/stop/criterion_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/iteration.cpp b/core/stop/iteration.cpp index 8c1a6bc5a7d..dabe099d112 100644 --- a/core/stop/iteration.cpp +++ b/core/stop/iteration.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/residual_norm.cpp b/core/stop/residual_norm.cpp index a678226a257..d6adfdf31a0 100644 --- a/core/stop/residual_norm.cpp +++ b/core/stop/residual_norm.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/residual_norm_kernels.hpp b/core/stop/residual_norm_kernels.hpp index 94c9b7001ad..9acbf9bd3fc 100644 --- a/core/stop/residual_norm_kernels.hpp +++ b/core/stop/residual_norm_kernels.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/stop/time.cpp b/core/stop/time.cpp index 8ec4ad4948a..f9f28b5365d 100644 --- a/core/stop/time.cpp +++ b/core/stop/time.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/synthesizer/implementation_selection.hpp b/core/synthesizer/implementation_selection.hpp index a1c1a493029..b8be20f5043 100644 --- a/core/synthesizer/implementation_selection.hpp +++ b/core/synthesizer/implementation_selection.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/abstract_factory.cpp b/core/test/base/abstract_factory.cpp index cf57531e7fe..15ee287d742 100644 --- a/core/test/base/abstract_factory.cpp +++ b/core/test/base/abstract_factory.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/allocator.cpp b/core/test/base/allocator.cpp index 32e4c9db85d..3d09052487f 100644 --- a/core/test/base/allocator.cpp +++ b/core/test/base/allocator.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/array.cpp b/core/test/base/array.cpp index c20f5ca72a9..91c5e8867b9 100644 --- a/core/test/base/array.cpp +++ b/core/test/base/array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/combination.cpp b/core/test/base/combination.cpp index 22d41d5a0cd..de24b3eba99 100644 --- a/core/test/base/combination.cpp +++ b/core/test/base/combination.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/composition.cpp b/core/test/base/composition.cpp index aca88922238..628be53b08c 100644 --- a/core/test/base/composition.cpp +++ b/core/test/base/composition.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/dim.cpp b/core/test/base/dim.cpp index b94ef6672c1..6d48bcab794 100644 --- a/core/test/base/dim.cpp +++ b/core/test/base/dim.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/exception.cpp b/core/test/base/exception.cpp index de0fbb1bdd7..2c1b672f1db 100644 --- a/core/test/base/exception.cpp +++ b/core/test/base/exception.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/exception_helpers.cpp b/core/test/base/exception_helpers.cpp index 57b28b02d2a..c9f961f807b 100644 --- a/core/test/base/exception_helpers.cpp +++ b/core/test/base/exception_helpers.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/executor.cpp b/core/test/base/executor.cpp index 488334c9ab9..5ff74d2b68e 100644 --- a/core/test/base/executor.cpp +++ b/core/test/base/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/extended_float.cpp b/core/test/base/extended_float.cpp index f2f7da597bf..f1c38f8b983 100644 --- a/core/test/base/extended_float.cpp +++ b/core/test/base/extended_float.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/iterator_factory.cpp b/core/test/base/iterator_factory.cpp index 058a52ae58a..340398d64c9 100644 --- a/core/test/base/iterator_factory.cpp +++ b/core/test/base/iterator_factory.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/lin_op.cpp b/core/test/base/lin_op.cpp index e608654ca1f..1c72b536778 100644 --- a/core/test/base/lin_op.cpp +++ b/core/test/base/lin_op.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/math.cpp b/core/test/base/math.cpp index 288bea41576..c8f6e8725f5 100644 --- a/core/test/base/math.cpp +++ b/core/test/base/math.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/matrix_assembly_data.cpp b/core/test/base/matrix_assembly_data.cpp index 8ae072e39d6..d696a008410 100644 --- a/core/test/base/matrix_assembly_data.cpp +++ b/core/test/base/matrix_assembly_data.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/matrix_data.cpp b/core/test/base/matrix_data.cpp index fcb2f48f29b..23181ce77bd 100644 --- a/core/test/base/matrix_data.cpp +++ b/core/test/base/matrix_data.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/mtx_io.cpp b/core/test/base/mtx_io.cpp index e8f26d73f19..83da9f28b21 100644 --- a/core/test/base/mtx_io.cpp +++ b/core/test/base/mtx_io.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/perturbation.cpp b/core/test/base/perturbation.cpp index c0ddbd73cdc..c9a6f1a1440 100644 --- a/core/test/base/perturbation.cpp +++ b/core/test/base/perturbation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/polymorphic_object.cpp b/core/test/base/polymorphic_object.cpp index 4fcb52c7039..62c4445d7fb 100644 --- a/core/test/base/polymorphic_object.cpp +++ b/core/test/base/polymorphic_object.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/range.cpp b/core/test/base/range.cpp index 6be342ca380..fbcc55b4f09 100644 --- a/core/test/base/range.cpp +++ b/core/test/base/range.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/range_accessors.cpp b/core/test/base/range_accessors.cpp index 9066566a33a..967397e011b 100644 --- a/core/test/base/range_accessors.cpp +++ b/core/test/base/range_accessors.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/sanitizers.cpp b/core/test/base/sanitizers.cpp index 724b7f38871..e3b7a23b628 100644 --- a/core/test/base/sanitizers.cpp +++ b/core/test/base/sanitizers.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/types.cpp b/core/test/base/types.cpp index 50979cd8a67..5446d2865b1 100644 --- a/core/test/base/types.cpp +++ b/core/test/base/types.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/utils.cpp b/core/test/base/utils.cpp index a3bafcb5b69..5e6c1a1a956 100644 --- a/core/test/base/utils.cpp +++ b/core/test/base/utils.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/base/version.cpp b/core/test/base/version.cpp index 0fc86a03b7f..13418277cf9 100644 --- a/core/test/base/version.cpp +++ b/core/test/base/version.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/factorization/par_ilu.cpp b/core/test/factorization/par_ilu.cpp index 7d7226e7ca5..eeb5e1646c0 100644 --- a/core/test/factorization/par_ilu.cpp +++ b/core/test/factorization/par_ilu.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/factorization/par_ilut.cpp b/core/test/factorization/par_ilut.cpp index e33f0bc35b5..945dcae152b 100644 --- a/core/test/factorization/par_ilut.cpp +++ b/core/test/factorization/par_ilut.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/log/convergence.cpp b/core/test/log/convergence.cpp index 413c6dcd2a0..a77b9ad0db0 100644 --- a/core/test/log/convergence.cpp +++ b/core/test/log/convergence.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/log/logger.cpp b/core/test/log/logger.cpp index e051e16f692..483cc47093d 100644 --- a/core/test/log/logger.cpp +++ b/core/test/log/logger.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/log/papi.cpp b/core/test/log/papi.cpp index 1b8dba4bfd7..9c72b8233e7 100644 --- a/core/test/log/papi.cpp +++ b/core/test/log/papi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/log/record.cpp b/core/test/log/record.cpp index dd829d39a8c..647691d517d 100644 --- a/core/test/log/record.cpp +++ b/core/test/log/record.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/log/stream.cpp b/core/test/log/stream.cpp index 3e11f1f9669..3ea1fc8b5b9 100644 --- a/core/test/log/stream.cpp +++ b/core/test/log/stream.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/coo.cpp b/core/test/matrix/coo.cpp index 7035b61ea74..3500dc77edc 100644 --- a/core/test/matrix/coo.cpp +++ b/core/test/matrix/coo.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/coo_builder.cpp b/core/test/matrix/coo_builder.cpp index 1027d84067f..67f847681d1 100644 --- a/core/test/matrix/coo_builder.cpp +++ b/core/test/matrix/coo_builder.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/csr.cpp b/core/test/matrix/csr.cpp index 56e88708b08..a9bcb92a7c8 100644 --- a/core/test/matrix/csr.cpp +++ b/core/test/matrix/csr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/csr_builder.cpp b/core/test/matrix/csr_builder.cpp index 30336778eb3..d5a0187ce93 100644 --- a/core/test/matrix/csr_builder.cpp +++ b/core/test/matrix/csr_builder.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/dense.cpp b/core/test/matrix/dense.cpp index 2226f8faeec..f352648fadd 100644 --- a/core/test/matrix/dense.cpp +++ b/core/test/matrix/dense.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/diagonal.cpp b/core/test/matrix/diagonal.cpp index 023d319a71e..9e35a51c31e 100644 --- a/core/test/matrix/diagonal.cpp +++ b/core/test/matrix/diagonal.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/ell.cpp b/core/test/matrix/ell.cpp index 37cfe11e6d5..f62e17e3958 100644 --- a/core/test/matrix/ell.cpp +++ b/core/test/matrix/ell.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/hybrid.cpp b/core/test/matrix/hybrid.cpp index 6d65078a3ed..57bf3e24c47 100644 --- a/core/test/matrix/hybrid.cpp +++ b/core/test/matrix/hybrid.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/identity.cpp b/core/test/matrix/identity.cpp index a224e373fce..f2d9ad58084 100644 --- a/core/test/matrix/identity.cpp +++ b/core/test/matrix/identity.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/permutation.cpp b/core/test/matrix/permutation.cpp index 2c4f5a33214..c5c5fe81db1 100644 --- a/core/test/matrix/permutation.cpp +++ b/core/test/matrix/permutation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/sellp.cpp b/core/test/matrix/sellp.cpp index 276f93dc370..65e3d532b20 100644 --- a/core/test/matrix/sellp.cpp +++ b/core/test/matrix/sellp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/matrix/sparsity_csr.cpp b/core/test/matrix/sparsity_csr.cpp index 754e159f8cd..4faf44dbccd 100644 --- a/core/test/matrix/sparsity_csr.cpp +++ b/core/test/matrix/sparsity_csr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/preconditioner/ilu.cpp b/core/test/preconditioner/ilu.cpp index 66f858d1d89..c5c9e9363f2 100644 --- a/core/test/preconditioner/ilu.cpp +++ b/core/test/preconditioner/ilu.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/preconditioner/isai.cpp b/core/test/preconditioner/isai.cpp index f72e4f5ade5..350055c6b79 100644 --- a/core/test/preconditioner/isai.cpp +++ b/core/test/preconditioner/isai.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/preconditioner/jacobi.cpp b/core/test/preconditioner/jacobi.cpp index 36308f882a9..7c13ca68749 100644 --- a/core/test/preconditioner/jacobi.cpp +++ b/core/test/preconditioner/jacobi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/reorder/rcm.cpp b/core/test/reorder/rcm.cpp index 4d05bb0574f..95c48c34635 100644 --- a/core/test/reorder/rcm.cpp +++ b/core/test/reorder/rcm.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/bicg.cpp b/core/test/solver/bicg.cpp index f0e5af4bc4d..1e8de3473eb 100644 --- a/core/test/solver/bicg.cpp +++ b/core/test/solver/bicg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/bicgstab.cpp b/core/test/solver/bicgstab.cpp index f871e33ff0c..455d05d8d29 100644 --- a/core/test/solver/bicgstab.cpp +++ b/core/test/solver/bicgstab.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/cg.cpp b/core/test/solver/cg.cpp index 150625b0385..b4bca2fc830 100644 --- a/core/test/solver/cg.cpp +++ b/core/test/solver/cg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/cgs.cpp b/core/test/solver/cgs.cpp index d6726bdc94b..4adfa5264fd 100644 --- a/core/test/solver/cgs.cpp +++ b/core/test/solver/cgs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/fcg.cpp b/core/test/solver/fcg.cpp index bd588d4b594..0f5663ca99c 100644 --- a/core/test/solver/fcg.cpp +++ b/core/test/solver/fcg.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/gmres.cpp b/core/test/solver/gmres.cpp index 1d3cf385407..ceb9d1314da 100644 --- a/core/test/solver/gmres.cpp +++ b/core/test/solver/gmres.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/idr.cpp b/core/test/solver/idr.cpp index 1eb60aad03a..a1393e62675 100644 --- a/core/test/solver/idr.cpp +++ b/core/test/solver/idr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/ir.cpp b/core/test/solver/ir.cpp index 6bd864b2a4a..e2069153a59 100644 --- a/core/test/solver/ir.cpp +++ b/core/test/solver/ir.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/lower_trs.cpp b/core/test/solver/lower_trs.cpp index 8effe6c6f3d..42c6342f1d9 100644 --- a/core/test/solver/lower_trs.cpp +++ b/core/test/solver/lower_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/solver/upper_trs.cpp b/core/test/solver/upper_trs.cpp index ae41a2b65cc..be542597a74 100644 --- a/core/test/solver/upper_trs.cpp +++ b/core/test/solver/upper_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/stop/combined.cpp b/core/test/stop/combined.cpp index 8a443790429..28cfc9dc9df 100644 --- a/core/test/stop/combined.cpp +++ b/core/test/stop/combined.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/stop/iteration.cpp b/core/test/stop/iteration.cpp index aedc443eb76..f0540b419e9 100644 --- a/core/test/stop/iteration.cpp +++ b/core/test/stop/iteration.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/stop/stopping_status.cpp b/core/test/stop/stopping_status.cpp index d9cdebc165e..45684a3d0d6 100644 --- a/core/test/stop/stopping_status.cpp +++ b/core/test/stop/stopping_status.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/stop/time.cpp b/core/test/stop/time.cpp index 53966fbacad..13e8e482d87 100644 --- a/core/test/stop/time.cpp +++ b/core/test/stop/time.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils.hpp b/core/test/utils.hpp index 5838379c5f0..c4af1f9a7ba 100644 --- a/core/test/utils.hpp +++ b/core/test/utils.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/assertions.hpp b/core/test/utils/assertions.hpp index 8eb90784d45..57e885e569c 100644 --- a/core/test/utils/assertions.hpp +++ b/core/test/utils/assertions.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/assertions_test.cpp b/core/test/utils/assertions_test.cpp index 89d15ca585a..c5ebccb10ec 100644 --- a/core/test/utils/assertions_test.cpp +++ b/core/test/utils/assertions_test.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/matrix_generator.hpp b/core/test/utils/matrix_generator.hpp index 171e4b2dd69..6d235a4f5eb 100644 --- a/core/test/utils/matrix_generator.hpp +++ b/core/test/utils/matrix_generator.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/matrix_generator_test.cpp b/core/test/utils/matrix_generator_test.cpp index 8a585994dc0..1a85604a788 100644 --- a/core/test/utils/matrix_generator_test.cpp +++ b/core/test/utils/matrix_generator_test.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/unsort_matrix.hpp b/core/test/utils/unsort_matrix.hpp index 8d1f7d7d498..b8064dfbade 100644 --- a/core/test/utils/unsort_matrix.hpp +++ b/core/test/utils/unsort_matrix.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/test/utils/unsort_matrix_test.cpp b/core/test/utils/unsort_matrix_test.cpp index c090686116d..0a242c7dc2c 100644 --- a/core/test/utils/unsort_matrix_test.cpp +++ b/core/test/utils/unsort_matrix_test.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/config.hpp b/cuda/base/config.hpp index cd69b6a2c56..3aabff70d38 100644 --- a/cuda/base/config.hpp +++ b/cuda/base/config.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/cublas_bindings.hpp b/cuda/base/cublas_bindings.hpp index 72a67d958e9..1850c5238d7 100644 --- a/cuda/base/cublas_bindings.hpp +++ b/cuda/base/cublas_bindings.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/curand_bindings.hpp b/cuda/base/curand_bindings.hpp index 033f0bd8e4c..9df87b230ef 100644 --- a/cuda/base/curand_bindings.hpp +++ b/cuda/base/curand_bindings.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/cusparse_bindings.hpp b/cuda/base/cusparse_bindings.hpp index 0cbb962bb15..efc35b7774e 100644 --- a/cuda/base/cusparse_bindings.hpp +++ b/cuda/base/cusparse_bindings.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/cusparse_handle.hpp b/cuda/base/cusparse_handle.hpp index 0f2733c0ed4..14858a2487d 100644 --- a/cuda/base/cusparse_handle.hpp +++ b/cuda/base/cusparse_handle.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/device_guard.hpp b/cuda/base/device_guard.hpp index aa347994327..63928671953 100644 --- a/cuda/base/device_guard.hpp +++ b/cuda/base/device_guard.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/exception.cpp b/cuda/base/exception.cpp index e4acaa451a6..1a3bd3c7413 100644 --- a/cuda/base/exception.cpp +++ b/cuda/base/exception.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/executor.cpp b/cuda/base/executor.cpp index 7926ae98a21..fb266e36069 100644 --- a/cuda/base/executor.cpp +++ b/cuda/base/executor.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/math.hpp b/cuda/base/math.hpp index 7e970486a1e..1a894d3bdc2 100644 --- a/cuda/base/math.hpp +++ b/cuda/base/math.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/pointer_mode_guard.hpp b/cuda/base/pointer_mode_guard.hpp index 89bd724bedf..72ac4f372d7 100644 --- a/cuda/base/pointer_mode_guard.hpp +++ b/cuda/base/pointer_mode_guard.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/types.hpp b/cuda/base/types.hpp index 43130c12246..ab6fa968f51 100644 --- a/cuda/base/types.hpp +++ b/cuda/base/types.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/base/version.cpp b/cuda/base/version.cpp index 41785e5fc1f..ce043aca833 100644 --- a/cuda/base/version.cpp +++ b/cuda/base/version.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/absolute_array.cu b/cuda/components/absolute_array.cu index 8ef4901bf2c..09ca759cb1d 100644 --- a/cuda/components/absolute_array.cu +++ b/cuda/components/absolute_array.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/atomic.cuh b/cuda/components/atomic.cuh index a2b3abda458..56f757f0dba 100644 --- a/cuda/components/atomic.cuh +++ b/cuda/components/atomic.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/cooperative_groups.cuh b/cuda/components/cooperative_groups.cuh index d48815c0c6f..4e2305966b0 100644 --- a/cuda/components/cooperative_groups.cuh +++ b/cuda/components/cooperative_groups.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/diagonal_block_manipulation.cuh b/cuda/components/diagonal_block_manipulation.cuh index 9fb76112de4..c4ee79be397 100644 --- a/cuda/components/diagonal_block_manipulation.cuh +++ b/cuda/components/diagonal_block_manipulation.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/fill_array.cu b/cuda/components/fill_array.cu index 63344b7f94b..be4876b9aa4 100644 --- a/cuda/components/fill_array.cu +++ b/cuda/components/fill_array.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/format_conversion.cuh b/cuda/components/format_conversion.cuh index 17b20438524..fa411773574 100644 --- a/cuda/components/format_conversion.cuh +++ b/cuda/components/format_conversion.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/intrinsics.cuh b/cuda/components/intrinsics.cuh index 7726062cfa7..b2bd0643271 100644 --- a/cuda/components/intrinsics.cuh +++ b/cuda/components/intrinsics.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/merging.cuh b/cuda/components/merging.cuh index 80b300a4daf..a4cbd3e87e4 100644 --- a/cuda/components/merging.cuh +++ b/cuda/components/merging.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/precision_conversion.cu b/cuda/components/precision_conversion.cu index f98ef2cba32..335158ff439 100644 --- a/cuda/components/precision_conversion.cu +++ b/cuda/components/precision_conversion.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/prefix_sum.cu b/cuda/components/prefix_sum.cu index 08412bfbe60..54739c783c8 100644 --- a/cuda/components/prefix_sum.cu +++ b/cuda/components/prefix_sum.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/prefix_sum.cuh b/cuda/components/prefix_sum.cuh index a4f699ffee7..7f7827c79dc 100644 --- a/cuda/components/prefix_sum.cuh +++ b/cuda/components/prefix_sum.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/reduction.cuh b/cuda/components/reduction.cuh index 3badd97ddcc..49394cf60ba 100644 --- a/cuda/components/reduction.cuh +++ b/cuda/components/reduction.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/searching.cuh b/cuda/components/searching.cuh index 186123e04f3..d6c5fbf6140 100644 --- a/cuda/components/searching.cuh +++ b/cuda/components/searching.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/segment_scan.cuh b/cuda/components/segment_scan.cuh index b9283f8bfe9..1aa8c5b56a6 100644 --- a/cuda/components/segment_scan.cuh +++ b/cuda/components/segment_scan.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/sorting.cuh b/cuda/components/sorting.cuh index 9a5525f7a94..da9cfac8c94 100644 --- a/cuda/components/sorting.cuh +++ b/cuda/components/sorting.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/thread_ids.cuh b/cuda/components/thread_ids.cuh index 31ebe0a28a6..3133e4cbe59 100644 --- a/cuda/components/thread_ids.cuh +++ b/cuda/components/thread_ids.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/uninitialized_array.hpp b/cuda/components/uninitialized_array.hpp index b3d9096f0c9..84bd021b85b 100644 --- a/cuda/components/uninitialized_array.hpp +++ b/cuda/components/uninitialized_array.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/components/warp_blas.cuh b/cuda/components/warp_blas.cuh index 7d77ca6b354..f3e1287b850 100644 --- a/cuda/components/warp_blas.cuh +++ b/cuda/components/warp_blas.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/factorization_kernels.cu b/cuda/factorization/factorization_kernels.cu index 8bbd5ec3448..d98aeaf544f 100644 --- a/cuda/factorization/factorization_kernels.cu +++ b/cuda/factorization/factorization_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/ilu_kernels.cu b/cuda/factorization/ilu_kernels.cu index b7debb21bc3..fa1b222e26a 100644 --- a/cuda/factorization/ilu_kernels.cu +++ b/cuda/factorization/ilu_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ict_kernels.cu b/cuda/factorization/par_ict_kernels.cu index 98aa1c04831..bd682c44a28 100644 --- a/cuda/factorization/par_ict_kernels.cu +++ b/cuda/factorization/par_ict_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilu_kernels.cu b/cuda/factorization/par_ilu_kernels.cu index 4c47f5e5438..8113543a90a 100644 --- a/cuda/factorization/par_ilu_kernels.cu +++ b/cuda/factorization/par_ilu_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_approx_filter_kernel.cu b/cuda/factorization/par_ilut_approx_filter_kernel.cu index 6ad16f99b5b..1e909c6d584 100644 --- a/cuda/factorization/par_ilut_approx_filter_kernel.cu +++ b/cuda/factorization/par_ilut_approx_filter_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_filter_kernel.cu b/cuda/factorization/par_ilut_filter_kernel.cu index e1f0afd4ad4..661eaf7680d 100644 --- a/cuda/factorization/par_ilut_filter_kernel.cu +++ b/cuda/factorization/par_ilut_filter_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_select_common.cu b/cuda/factorization/par_ilut_select_common.cu index e4d9a4c1e93..1373015325d 100644 --- a/cuda/factorization/par_ilut_select_common.cu +++ b/cuda/factorization/par_ilut_select_common.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_select_common.cuh b/cuda/factorization/par_ilut_select_common.cuh index 54b2a348c59..f664d41193f 100644 --- a/cuda/factorization/par_ilut_select_common.cuh +++ b/cuda/factorization/par_ilut_select_common.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_select_kernel.cu b/cuda/factorization/par_ilut_select_kernel.cu index 4fc5315e182..a2278a6c3ab 100644 --- a/cuda/factorization/par_ilut_select_kernel.cu +++ b/cuda/factorization/par_ilut_select_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_spgeam_kernel.cu b/cuda/factorization/par_ilut_spgeam_kernel.cu index 1efb704e272..29071e3c798 100644 --- a/cuda/factorization/par_ilut_spgeam_kernel.cu +++ b/cuda/factorization/par_ilut_spgeam_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/factorization/par_ilut_sweep_kernel.cu b/cuda/factorization/par_ilut_sweep_kernel.cu index 91b68b723da..118903a2a3c 100644 --- a/cuda/factorization/par_ilut_sweep_kernel.cu +++ b/cuda/factorization/par_ilut_sweep_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/coo_kernels.cu b/cuda/matrix/coo_kernels.cu index 056925c8bdd..c9c1328038b 100644 --- a/cuda/matrix/coo_kernels.cu +++ b/cuda/matrix/coo_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/csr_kernels.cu b/cuda/matrix/csr_kernels.cu index e2ab3e23f95..da53054727c 100644 --- a/cuda/matrix/csr_kernels.cu +++ b/cuda/matrix/csr_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/dense_kernels.cu b/cuda/matrix/dense_kernels.cu index ae5be6b21ec..0864198fec8 100644 --- a/cuda/matrix/dense_kernels.cu +++ b/cuda/matrix/dense_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/diagonal_kernels.cu b/cuda/matrix/diagonal_kernels.cu index 3b969fb8c92..9b0e174b982 100644 --- a/cuda/matrix/diagonal_kernels.cu +++ b/cuda/matrix/diagonal_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/ell_kernels.cu b/cuda/matrix/ell_kernels.cu index 937c0d3b010..9bc47f71e63 100644 --- a/cuda/matrix/ell_kernels.cu +++ b/cuda/matrix/ell_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/hybrid_kernels.cu b/cuda/matrix/hybrid_kernels.cu index 7b731559672..153146aa62d 100644 --- a/cuda/matrix/hybrid_kernels.cu +++ b/cuda/matrix/hybrid_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/sellp_kernels.cu b/cuda/matrix/sellp_kernels.cu index 1f1a978734f..997b9a5ed9a 100644 --- a/cuda/matrix/sellp_kernels.cu +++ b/cuda/matrix/sellp_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/matrix/sparsity_csr_kernels.cu b/cuda/matrix/sparsity_csr_kernels.cu index 69d2e53fe37..b312e2a7872 100644 --- a/cuda/matrix/sparsity_csr_kernels.cu +++ b/cuda/matrix/sparsity_csr_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/isai_kernels.cu b/cuda/preconditioner/isai_kernels.cu index 858c82584d5..e3e75b01eb5 100644 --- a/cuda/preconditioner/isai_kernels.cu +++ b/cuda/preconditioner/isai_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/jacobi_advanced_apply_kernel.cu b/cuda/preconditioner/jacobi_advanced_apply_kernel.cu index 2dc9aeaf23b..5bb602e7b95 100644 --- a/cuda/preconditioner/jacobi_advanced_apply_kernel.cu +++ b/cuda/preconditioner/jacobi_advanced_apply_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/jacobi_common.hpp b/cuda/preconditioner/jacobi_common.hpp index 3c76bb78388..21920f4fe63 100644 --- a/cuda/preconditioner/jacobi_common.hpp +++ b/cuda/preconditioner/jacobi_common.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/jacobi_generate_kernel.cu b/cuda/preconditioner/jacobi_generate_kernel.cu index 0f1c52e9621..7b7113bef4d 100644 --- a/cuda/preconditioner/jacobi_generate_kernel.cu +++ b/cuda/preconditioner/jacobi_generate_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/jacobi_kernels.cu b/cuda/preconditioner/jacobi_kernels.cu index e0662499762..889fd1b0db6 100644 --- a/cuda/preconditioner/jacobi_kernels.cu +++ b/cuda/preconditioner/jacobi_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/preconditioner/jacobi_simple_apply_kernel.cu b/cuda/preconditioner/jacobi_simple_apply_kernel.cu index fb6721bbdca..d55ab89070e 100644 --- a/cuda/preconditioner/jacobi_simple_apply_kernel.cu +++ b/cuda/preconditioner/jacobi_simple_apply_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/reorder/rcm_kernels.cu b/cuda/reorder/rcm_kernels.cu index e1f35511178..a970b6e86b2 100644 --- a/cuda/reorder/rcm_kernels.cu +++ b/cuda/reorder/rcm_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/bicg_kernels.cu b/cuda/solver/bicg_kernels.cu index 175198d26d9..414d637f01c 100644 --- a/cuda/solver/bicg_kernels.cu +++ b/cuda/solver/bicg_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/bicgstab_kernels.cu b/cuda/solver/bicgstab_kernels.cu index a0e5376cf69..959ddc15283 100644 --- a/cuda/solver/bicgstab_kernels.cu +++ b/cuda/solver/bicgstab_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/cg_kernels.cu b/cuda/solver/cg_kernels.cu index 9adb589a9ea..0c7df9e06d8 100644 --- a/cuda/solver/cg_kernels.cu +++ b/cuda/solver/cg_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/cgs_kernels.cu b/cuda/solver/cgs_kernels.cu index 1c1b1af6b48..ef80b20b1e3 100644 --- a/cuda/solver/cgs_kernels.cu +++ b/cuda/solver/cgs_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/common_trs_kernels.cuh b/cuda/solver/common_trs_kernels.cuh index f16be5ee0e1..53d6661c45f 100644 --- a/cuda/solver/common_trs_kernels.cuh +++ b/cuda/solver/common_trs_kernels.cuh @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/fcg_kernels.cu b/cuda/solver/fcg_kernels.cu index ed92ca19120..214fd59bddb 100644 --- a/cuda/solver/fcg_kernels.cu +++ b/cuda/solver/fcg_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/gmres_kernels.cu b/cuda/solver/gmres_kernels.cu index 0ddddfc74f7..a5bb25f06d5 100644 --- a/cuda/solver/gmres_kernels.cu +++ b/cuda/solver/gmres_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/idr_kernels.cu b/cuda/solver/idr_kernels.cu index be430bac4e4..ea207a99408 100644 --- a/cuda/solver/idr_kernels.cu +++ b/cuda/solver/idr_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,8 +33,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "core/solver/idr_kernels.hpp" -#include #include +#include #include diff --git a/cuda/solver/ir_kernels.cu b/cuda/solver/ir_kernels.cu index 7b26ab3527f..02d6c5bf561 100644 --- a/cuda/solver/ir_kernels.cu +++ b/cuda/solver/ir_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/lower_trs_kernels.cu b/cuda/solver/lower_trs_kernels.cu index 1cd2764d481..95da4d221a9 100644 --- a/cuda/solver/lower_trs_kernels.cu +++ b/cuda/solver/lower_trs_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/solver/upper_trs_kernels.cu b/cuda/solver/upper_trs_kernels.cu index 0518b11bed7..361a0738d0d 100644 --- a/cuda/solver/upper_trs_kernels.cu +++ b/cuda/solver/upper_trs_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/stop/criterion_kernels.cu b/cuda/stop/criterion_kernels.cu index 390f96cb2f2..2bc18045715 100644 --- a/cuda/stop/criterion_kernels.cu +++ b/cuda/stop/criterion_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/stop/residual_norm_kernels.cu b/cuda/stop/residual_norm_kernels.cu index 45f2c2336d5..dbb17c515fb 100644 --- a/cuda/stop/residual_norm_kernels.cu +++ b/cuda/stop/residual_norm_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/base/array.cu b/cuda/test/base/array.cu index 73770b36bb5..f35ac061972 100644 --- a/cuda/test/base/array.cu +++ b/cuda/test/base/array.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/base/cuda_executor.cu b/cuda/test/base/cuda_executor.cu index 7b944fd13a1..99db90458ee 100644 --- a/cuda/test/base/cuda_executor.cu +++ b/cuda/test/base/cuda_executor.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/base/exception_helpers.cu b/cuda/test/base/exception_helpers.cu index 6b05cfaaff7..f49df30bcc5 100644 --- a/cuda/test/base/exception_helpers.cu +++ b/cuda/test/base/exception_helpers.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/base/lin_op.cu b/cuda/test/base/lin_op.cu index 668c2df339c..cc4ca8099b7 100644 --- a/cuda/test/base/lin_op.cu +++ b/cuda/test/base/lin_op.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/base/math.cu b/cuda/test/base/math.cu index 08deb9a29d9..19ee73ea3eb 100644 --- a/cuda/test/base/math.cu +++ b/cuda/test/base/math.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/absolute_array.cpp b/cuda/test/components/absolute_array.cpp index 919c042cff0..4cc92ec0b17 100644 --- a/cuda/test/components/absolute_array.cpp +++ b/cuda/test/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/cooperative_groups_kernels.cu b/cuda/test/components/cooperative_groups_kernels.cu index e565a6c9952..47f1e6446cd 100644 --- a/cuda/test/components/cooperative_groups_kernels.cu +++ b/cuda/test/components/cooperative_groups_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/fill_array.cpp b/cuda/test/components/fill_array.cpp index f5a1f8734f1..1a774a0ddac 100644 --- a/cuda/test/components/fill_array.cpp +++ b/cuda/test/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/merging_kernels.cu b/cuda/test/components/merging_kernels.cu index abd135b4d65..60e1605da0c 100644 --- a/cuda/test/components/merging_kernels.cu +++ b/cuda/test/components/merging_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/precision_conversion.cpp b/cuda/test/components/precision_conversion.cpp index 73751dbc1d9..87c41a9b34e 100644 --- a/cuda/test/components/precision_conversion.cpp +++ b/cuda/test/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/prefix_sum.cpp b/cuda/test/components/prefix_sum.cpp index 6c3ad82f21e..5d3fb835156 100644 --- a/cuda/test/components/prefix_sum.cpp +++ b/cuda/test/components/prefix_sum.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/searching_kernels.cu b/cuda/test/components/searching_kernels.cu index d4f92099f4a..faadf2cf377 100644 --- a/cuda/test/components/searching_kernels.cu +++ b/cuda/test/components/searching_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/components/sorting_kernels.cu b/cuda/test/components/sorting_kernels.cu index cc50281177b..e973cc0f650 100644 --- a/cuda/test/components/sorting_kernels.cu +++ b/cuda/test/components/sorting_kernels.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/factorization/ilu_kernels.cpp b/cuda/test/factorization/ilu_kernels.cpp index bcb18de9fae..85ed7ffc05f 100644 --- a/cuda/test/factorization/ilu_kernels.cpp +++ b/cuda/test/factorization/ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/factorization/par_ict_kernels.cpp b/cuda/test/factorization/par_ict_kernels.cpp index f052ac4bc85..2088cf5cb60 100644 --- a/cuda/test/factorization/par_ict_kernels.cpp +++ b/cuda/test/factorization/par_ict_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/factorization/par_ilu_kernels.cpp b/cuda/test/factorization/par_ilu_kernels.cpp index f3ae4150924..47c95061834 100644 --- a/cuda/test/factorization/par_ilu_kernels.cpp +++ b/cuda/test/factorization/par_ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/factorization/par_ilut_kernels.cpp b/cuda/test/factorization/par_ilut_kernels.cpp index 7a66ffe2ec0..3004c2cbfd5 100644 --- a/cuda/test/factorization/par_ilut_kernels.cpp +++ b/cuda/test/factorization/par_ilut_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/coo_kernels.cpp b/cuda/test/matrix/coo_kernels.cpp index d436cad06d5..57593d27f9f 100644 --- a/cuda/test/matrix/coo_kernels.cpp +++ b/cuda/test/matrix/coo_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/csr_kernels.cpp b/cuda/test/matrix/csr_kernels.cpp index dd8dca752ef..2b34a817f6d 100644 --- a/cuda/test/matrix/csr_kernels.cpp +++ b/cuda/test/matrix/csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/dense_kernels.cpp b/cuda/test/matrix/dense_kernels.cpp index a21af6a2a67..f64a4cc9c39 100644 --- a/cuda/test/matrix/dense_kernels.cpp +++ b/cuda/test/matrix/dense_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/diagonal_kernels.cpp b/cuda/test/matrix/diagonal_kernels.cpp index 695eee1a880..da16185704f 100644 --- a/cuda/test/matrix/diagonal_kernels.cpp +++ b/cuda/test/matrix/diagonal_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/ell_kernels.cpp b/cuda/test/matrix/ell_kernels.cpp index 11ec8dbbea5..437066a84bf 100644 --- a/cuda/test/matrix/ell_kernels.cpp +++ b/cuda/test/matrix/ell_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/hybrid_kernels.cpp b/cuda/test/matrix/hybrid_kernels.cpp index 75ebab55443..4970e149aa3 100644 --- a/cuda/test/matrix/hybrid_kernels.cpp +++ b/cuda/test/matrix/hybrid_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/matrix/sellp_kernels.cpp b/cuda/test/matrix/sellp_kernels.cpp index 390c0de211b..4bf5a43cce8 100644 --- a/cuda/test/matrix/sellp_kernels.cpp +++ b/cuda/test/matrix/sellp_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/preconditioner/isai_kernels.cpp b/cuda/test/preconditioner/isai_kernels.cpp index fb8947e9ae6..e5673bf4bbd 100644 --- a/cuda/test/preconditioner/isai_kernels.cpp +++ b/cuda/test/preconditioner/isai_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/preconditioner/jacobi_kernels.cpp b/cuda/test/preconditioner/jacobi_kernels.cpp index 2d90883a852..9bbeebe1652 100644 --- a/cuda/test/preconditioner/jacobi_kernels.cpp +++ b/cuda/test/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/reorder/rcm_kernels.cpp b/cuda/test/reorder/rcm_kernels.cpp index 9e72e604cf2..0a066918b95 100644 --- a/cuda/test/reorder/rcm_kernels.cpp +++ b/cuda/test/reorder/rcm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/bicg_kernels.cpp b/cuda/test/solver/bicg_kernels.cpp index e58eef7e68f..c5277173ef2 100644 --- a/cuda/test/solver/bicg_kernels.cpp +++ b/cuda/test/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/bicgstab_kernels.cpp b/cuda/test/solver/bicgstab_kernels.cpp index c809ad6a17b..8a742847ab7 100644 --- a/cuda/test/solver/bicgstab_kernels.cpp +++ b/cuda/test/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/cg_kernels.cpp b/cuda/test/solver/cg_kernels.cpp index 65f8d78781f..3f9f1b94e8f 100644 --- a/cuda/test/solver/cg_kernels.cpp +++ b/cuda/test/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/cgs_kernels.cpp b/cuda/test/solver/cgs_kernels.cpp index 3e49804ddab..ca530ed5a5a 100644 --- a/cuda/test/solver/cgs_kernels.cpp +++ b/cuda/test/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/fcg_kernels.cpp b/cuda/test/solver/fcg_kernels.cpp index 2b5f3ac5441..0edddbcc606 100644 --- a/cuda/test/solver/fcg_kernels.cpp +++ b/cuda/test/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/gmres_kernels.cpp b/cuda/test/solver/gmres_kernels.cpp index 2dcd4d2653c..103b3f9edfb 100644 --- a/cuda/test/solver/gmres_kernels.cpp +++ b/cuda/test/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/idr_kernels.cpp b/cuda/test/solver/idr_kernels.cpp index 4e44aa66520..ef80acf5965 100644 --- a/cuda/test/solver/idr_kernels.cpp +++ b/cuda/test/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/ir_kernels.cpp b/cuda/test/solver/ir_kernels.cpp index 35b844274b9..88e89456128 100644 --- a/cuda/test/solver/ir_kernels.cpp +++ b/cuda/test/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/lower_trs_kernels.cpp b/cuda/test/solver/lower_trs_kernels.cpp index b677b9eb10d..ea63bbf0f44 100644 --- a/cuda/test/solver/lower_trs_kernels.cpp +++ b/cuda/test/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/solver/upper_trs_kernels.cpp b/cuda/test/solver/upper_trs_kernels.cpp index 9da9d33930c..fbafd9f3d23 100644 --- a/cuda/test/solver/upper_trs_kernels.cpp +++ b/cuda/test/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/stop/criterion_kernels.cpp b/cuda/test/stop/criterion_kernels.cpp index 8265ffea284..882c6730424 100644 --- a/cuda/test/stop/criterion_kernels.cpp +++ b/cuda/test/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/stop/residual_norm_kernels.cpp b/cuda/test/stop/residual_norm_kernels.cpp index ec5dc3bf511..f962c243d3d 100644 --- a/cuda/test/stop/residual_norm_kernels.cpp +++ b/cuda/test/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/utils.hpp b/cuda/test/utils.hpp index 903ed6a77c3..4b6e0e0a667 100644 --- a/cuda/test/utils.hpp +++ b/cuda/test/utils.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cuda/test/utils/assertions_test.cpp b/cuda/test/utils/assertions_test.cpp index 71a2fb0109b..6dccae4b02a 100644 --- a/cuda/test/utils/assertions_test.cpp +++ b/cuda/test/utils/assertions_test.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/examples/examples.hpp.in b/doc/examples/examples.hpp.in index 5290b4ecaf6..b511b71e48f 100644 --- a/doc/examples/examples.hpp.in +++ b/doc/examples/examples.hpp.in @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/cuda_executor.hpp b/doc/headers/cuda_executor.hpp index 52b9307357a..75aea04914c 100644 --- a/doc/headers/cuda_executor.hpp +++ b/doc/headers/cuda_executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/dpcpp_executor.hpp b/doc/headers/dpcpp_executor.hpp index bef39d461db..f41571209fe 100644 --- a/doc/headers/dpcpp_executor.hpp +++ b/doc/headers/dpcpp_executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/executors.hpp b/doc/headers/executors.hpp index 1a07f985395..4b6fae3b025 100644 --- a/doc/headers/executors.hpp +++ b/doc/headers/executors.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/factor.hpp b/doc/headers/factor.hpp index 320668cabae..4f2b9260e53 100644 --- a/doc/headers/factor.hpp +++ b/doc/headers/factor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/hip_executor.hpp b/doc/headers/hip_executor.hpp index 4805cfb4b87..da4b8303cb1 100644 --- a/doc/headers/hip_executor.hpp +++ b/doc/headers/hip_executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/jacobi.hpp b/doc/headers/jacobi.hpp index 875efa2c4d0..8eb87bc0a50 100644 --- a/doc/headers/jacobi.hpp +++ b/doc/headers/jacobi.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/linop.hpp b/doc/headers/linop.hpp index 12fc582eb9d..89f1811d1f5 100644 --- a/doc/headers/linop.hpp +++ b/doc/headers/linop.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/logging.hpp b/doc/headers/logging.hpp index e9563469b87..0259932e407 100644 --- a/doc/headers/logging.hpp +++ b/doc/headers/logging.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/matrix_formats.hpp b/doc/headers/matrix_formats.hpp index 641cb98bc13..1114bec1df2 100644 --- a/doc/headers/matrix_formats.hpp +++ b/doc/headers/matrix_formats.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/omp_executor.hpp b/doc/headers/omp_executor.hpp index 83df1f5b292..f0b0783afba 100644 --- a/doc/headers/omp_executor.hpp +++ b/doc/headers/omp_executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/preconditioners.hpp b/doc/headers/preconditioners.hpp index b7797b92d1b..de71c54804d 100644 --- a/doc/headers/preconditioners.hpp +++ b/doc/headers/preconditioners.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/ref_executor.hpp b/doc/headers/ref_executor.hpp index c4faf61e2c4..0d69b4dc798 100644 --- a/doc/headers/ref_executor.hpp +++ b/doc/headers/ref_executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/solvers.hpp b/doc/headers/solvers.hpp index ac0f797cf02..bca38ef834e 100644 --- a/doc/headers/solvers.hpp +++ b/doc/headers/solvers.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/headers/stop.hpp b/doc/headers/stop.hpp index 16ce4487601..cb5b412839c 100644 --- a/doc/headers/stop.hpp +++ b/doc/headers/stop.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/base/executor.dp.cpp b/dpcpp/base/executor.dp.cpp index 92089616c02..0807c0b59ce 100644 --- a/dpcpp/base/executor.dp.cpp +++ b/dpcpp/base/executor.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/base/version.dp.cpp b/dpcpp/base/version.dp.cpp index 229a72ca72c..e6875535486 100644 --- a/dpcpp/base/version.dp.cpp +++ b/dpcpp/base/version.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/absolute_array.dp.cpp b/dpcpp/components/absolute_array.dp.cpp index 830752de343..6562ac8d2c8 100644 --- a/dpcpp/components/absolute_array.dp.cpp +++ b/dpcpp/components/absolute_array.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/fill_array.dp.cpp b/dpcpp/components/fill_array.dp.cpp index 98328484be2..8006ddd16c9 100644 --- a/dpcpp/components/fill_array.dp.cpp +++ b/dpcpp/components/fill_array.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/format_conversion.dp.hpp b/dpcpp/components/format_conversion.dp.hpp index 0b603e7bcf2..404637daed2 100644 --- a/dpcpp/components/format_conversion.dp.hpp +++ b/dpcpp/components/format_conversion.dp.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/matrix_operations.dp.hpp b/dpcpp/components/matrix_operations.dp.hpp index 7c39735f485..0768242ce90 100644 --- a/dpcpp/components/matrix_operations.dp.hpp +++ b/dpcpp/components/matrix_operations.dp.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/precision_conversion.dp.cpp b/dpcpp/components/precision_conversion.dp.cpp index 41f9c66833a..27c8098bd4b 100644 --- a/dpcpp/components/precision_conversion.dp.cpp +++ b/dpcpp/components/precision_conversion.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/components/prefix_sum.dp.cpp b/dpcpp/components/prefix_sum.dp.cpp index 6740a7e966c..7b1a5a2bf6d 100644 --- a/dpcpp/components/prefix_sum.dp.cpp +++ b/dpcpp/components/prefix_sum.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/factorization/factorization_kernels.dp.cpp b/dpcpp/factorization/factorization_kernels.dp.cpp index 5e33d368733..ebb45716c45 100644 --- a/dpcpp/factorization/factorization_kernels.dp.cpp +++ b/dpcpp/factorization/factorization_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/factorization/ilu_kernels.dp.cpp b/dpcpp/factorization/ilu_kernels.dp.cpp index 1d854a35a3d..53a4ee2c636 100644 --- a/dpcpp/factorization/ilu_kernels.dp.cpp +++ b/dpcpp/factorization/ilu_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/factorization/par_ict_kernels.dp.cpp b/dpcpp/factorization/par_ict_kernels.dp.cpp index c99d4e813cd..cbf12277050 100644 --- a/dpcpp/factorization/par_ict_kernels.dp.cpp +++ b/dpcpp/factorization/par_ict_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/factorization/par_ilu_kernels.dp.cpp b/dpcpp/factorization/par_ilu_kernels.dp.cpp index cd1ae44ce37..4087eed7717 100644 --- a/dpcpp/factorization/par_ilu_kernels.dp.cpp +++ b/dpcpp/factorization/par_ilu_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/factorization/par_ilut_kernels.dp.cpp b/dpcpp/factorization/par_ilut_kernels.dp.cpp index 80b4e11c219..5b224275827 100644 --- a/dpcpp/factorization/par_ilut_kernels.dp.cpp +++ b/dpcpp/factorization/par_ilut_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/coo_kernels.dp.cpp b/dpcpp/matrix/coo_kernels.dp.cpp index 57f70edf499..2bf6987213e 100644 --- a/dpcpp/matrix/coo_kernels.dp.cpp +++ b/dpcpp/matrix/coo_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/csr_kernels.dp.cpp b/dpcpp/matrix/csr_kernels.dp.cpp index 9220939777f..9148acb4743 100644 --- a/dpcpp/matrix/csr_kernels.dp.cpp +++ b/dpcpp/matrix/csr_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/dense_kernels.dp.cpp b/dpcpp/matrix/dense_kernels.dp.cpp index b9a759a1123..251ffbf18d6 100644 --- a/dpcpp/matrix/dense_kernels.dp.cpp +++ b/dpcpp/matrix/dense_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/diagonal_kernels.dp.cpp b/dpcpp/matrix/diagonal_kernels.dp.cpp index 8825daf65c7..c2910c60f0a 100644 --- a/dpcpp/matrix/diagonal_kernels.dp.cpp +++ b/dpcpp/matrix/diagonal_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/ell_kernels.dp.cpp b/dpcpp/matrix/ell_kernels.dp.cpp index f0bb1dbf6f6..01a40b5d9b5 100644 --- a/dpcpp/matrix/ell_kernels.dp.cpp +++ b/dpcpp/matrix/ell_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/hybrid_kernels.dp.cpp b/dpcpp/matrix/hybrid_kernels.dp.cpp index 327903c51ab..b5d9377f990 100644 --- a/dpcpp/matrix/hybrid_kernels.dp.cpp +++ b/dpcpp/matrix/hybrid_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/sellp_kernels.dp.cpp b/dpcpp/matrix/sellp_kernels.dp.cpp index 310c3706e88..4547accd805 100644 --- a/dpcpp/matrix/sellp_kernels.dp.cpp +++ b/dpcpp/matrix/sellp_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/matrix/sparsity_csr_kernels.dp.cpp b/dpcpp/matrix/sparsity_csr_kernels.dp.cpp index cfc21f27727..39203fcd3b6 100644 --- a/dpcpp/matrix/sparsity_csr_kernels.dp.cpp +++ b/dpcpp/matrix/sparsity_csr_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/preconditioner/isai_kernels.dp.cpp b/dpcpp/preconditioner/isai_kernels.dp.cpp index a8aa955174c..bbad36ea9ae 100644 --- a/dpcpp/preconditioner/isai_kernels.dp.cpp +++ b/dpcpp/preconditioner/isai_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/preconditioner/jacobi_kernels.dp.cpp b/dpcpp/preconditioner/jacobi_kernels.dp.cpp index 635f08ca87e..623e2c121ec 100644 --- a/dpcpp/preconditioner/jacobi_kernels.dp.cpp +++ b/dpcpp/preconditioner/jacobi_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/reorder/rcm_kernels.dp.cpp b/dpcpp/reorder/rcm_kernels.dp.cpp index ef05c1f07be..baf60231bf5 100644 --- a/dpcpp/reorder/rcm_kernels.dp.cpp +++ b/dpcpp/reorder/rcm_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/bicg_kernels.dp.cpp b/dpcpp/solver/bicg_kernels.dp.cpp index bb1b6e0f49d..db558863934 100644 --- a/dpcpp/solver/bicg_kernels.dp.cpp +++ b/dpcpp/solver/bicg_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/bicgstab_kernels.dp.cpp b/dpcpp/solver/bicgstab_kernels.dp.cpp index 25b133f087e..70ecd523193 100644 --- a/dpcpp/solver/bicgstab_kernels.dp.cpp +++ b/dpcpp/solver/bicgstab_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/cg_kernels.dp.cpp b/dpcpp/solver/cg_kernels.dp.cpp index 2e5bf4bc47b..d7f85000be1 100644 --- a/dpcpp/solver/cg_kernels.dp.cpp +++ b/dpcpp/solver/cg_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/cgs_kernels.dp.cpp b/dpcpp/solver/cgs_kernels.dp.cpp index 42e1ff9b37e..ade102c1ac2 100644 --- a/dpcpp/solver/cgs_kernels.dp.cpp +++ b/dpcpp/solver/cgs_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/fcg_kernels.dp.cpp b/dpcpp/solver/fcg_kernels.dp.cpp index 70bff10d329..752beaa1884 100644 --- a/dpcpp/solver/fcg_kernels.dp.cpp +++ b/dpcpp/solver/fcg_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/gmres_kernels.dp.cpp b/dpcpp/solver/gmres_kernels.dp.cpp index 8a174cb22f8..0853eeb1804 100644 --- a/dpcpp/solver/gmres_kernels.dp.cpp +++ b/dpcpp/solver/gmres_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/idr_kernels.dp.cpp b/dpcpp/solver/idr_kernels.dp.cpp index 016df356b10..9bb956f3807 100644 --- a/dpcpp/solver/idr_kernels.dp.cpp +++ b/dpcpp/solver/idr_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/ir_kernels.dp.cpp b/dpcpp/solver/ir_kernels.dp.cpp index 03f1150e004..a60d9b5273d 100644 --- a/dpcpp/solver/ir_kernels.dp.cpp +++ b/dpcpp/solver/ir_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/lower_trs_kernels.dp.cpp b/dpcpp/solver/lower_trs_kernels.dp.cpp index 6b6d71b30fd..7144108593f 100644 --- a/dpcpp/solver/lower_trs_kernels.dp.cpp +++ b/dpcpp/solver/lower_trs_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/solver/upper_trs_kernels.dp.cpp b/dpcpp/solver/upper_trs_kernels.dp.cpp index 2d7afa5dbc8..cc1d40f711d 100644 --- a/dpcpp/solver/upper_trs_kernels.dp.cpp +++ b/dpcpp/solver/upper_trs_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/stop/criterion_kernels.dp.cpp b/dpcpp/stop/criterion_kernels.dp.cpp index bc59cc1cae8..46dc6243ad8 100644 --- a/dpcpp/stop/criterion_kernels.dp.cpp +++ b/dpcpp/stop/criterion_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/stop/residual_norm_kernels.dp.cpp b/dpcpp/stop/residual_norm_kernels.dp.cpp index e42861c38bc..0e1c6bf9642 100644 --- a/dpcpp/stop/residual_norm_kernels.dp.cpp +++ b/dpcpp/stop/residual_norm_kernels.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test/base/executor.dp.cpp b/dpcpp/test/base/executor.dp.cpp index 090c9bf671f..a83db327226 100644 --- a/dpcpp/test/base/executor.dp.cpp +++ b/dpcpp/test/base/executor.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test/components/absolute_array.cpp b/dpcpp/test/components/absolute_array.cpp index 7dfe989de4b..71156c15fe9 100644 --- a/dpcpp/test/components/absolute_array.cpp +++ b/dpcpp/test/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test/components/fill_array.cpp b/dpcpp/test/components/fill_array.cpp index 5b2be7d06f7..1f8f6e04858 100644 --- a/dpcpp/test/components/fill_array.cpp +++ b/dpcpp/test/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test/components/precision_conversion.cpp b/dpcpp/test/components/precision_conversion.cpp index 660042f1afb..dc8e331d8fa 100644 --- a/dpcpp/test/components/precision_conversion.cpp +++ b/dpcpp/test/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test/stop/criterion_kernels.cpp b/dpcpp/test/stop/criterion_kernels.cpp index 5bdfc7a9d3e..cdb7f00cb46 100644 --- a/dpcpp/test/stop/criterion_kernels.cpp +++ b/dpcpp/test/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dpcpp/test_dpcpp.dp.cpp b/dpcpp/test_dpcpp.dp.cpp index 1e4d05fde18..33771901780 100644 --- a/dpcpp/test_dpcpp.dp.cpp +++ b/dpcpp/test_dpcpp.dp.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp b/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp index 2e5cd58ba3a..261c9428824 100644 --- a/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp +++ b/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/custom-logger/custom-logger.cpp b/examples/custom-logger/custom-logger.cpp index 7944acfeb6e..94bbd065c5b 100644 --- a/examples/custom-logger/custom-logger.cpp +++ b/examples/custom-logger/custom-logger.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/custom-matrix-format/custom-matrix-format.cpp b/examples/custom-matrix-format/custom-matrix-format.cpp index 96e9235773c..c586284e6f8 100644 --- a/examples/custom-matrix-format/custom-matrix-format.cpp +++ b/examples/custom-matrix-format/custom-matrix-format.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/custom-matrix-format/stencil_kernel.cu b/examples/custom-matrix-format/stencil_kernel.cu index fa8b9deb9d1..3f926e31ecf 100644 --- a/examples/custom-matrix-format/stencil_kernel.cu +++ b/examples/custom-matrix-format/stencil_kernel.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/custom-stopping-criterion/custom-stopping-criterion.cpp b/examples/custom-stopping-criterion/custom-stopping-criterion.cpp index fe1086a1bfe..7c5074009bc 100644 --- a/examples/custom-stopping-criterion/custom-stopping-criterion.cpp +++ b/examples/custom-stopping-criterion/custom-stopping-criterion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/ginkgo-overhead/ginkgo-overhead.cpp b/examples/ginkgo-overhead/ginkgo-overhead.cpp index b8bc7acc2b1..ba41b01acf4 100644 --- a/examples/ginkgo-overhead/ginkgo-overhead.cpp +++ b/examples/ginkgo-overhead/ginkgo-overhead.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/ginkgo-ranges/ginkgo-ranges.cpp b/examples/ginkgo-ranges/ginkgo-ranges.cpp index c471f967d60..0853e74f3fc 100644 --- a/examples/ginkgo-ranges/ginkgo-ranges.cpp +++ b/examples/ginkgo-ranges/ginkgo-ranges.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp b/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp index 7df73d3694b..511689a61f9 100644 --- a/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp +++ b/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/inverse-iteration/inverse-iteration.cpp b/examples/inverse-iteration/inverse-iteration.cpp index 80575f02d9e..56afa33442a 100644 --- a/examples/inverse-iteration/inverse-iteration.cpp +++ b/examples/inverse-iteration/inverse-iteration.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp b/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp index f5f215a87a8..38b690090e1 100644 --- a/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp +++ b/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/iterative-refinement/iterative-refinement.cpp b/examples/iterative-refinement/iterative-refinement.cpp index 14bafe34ec5..71587eba5f7 100644 --- a/examples/iterative-refinement/iterative-refinement.cpp +++ b/examples/iterative-refinement/iterative-refinement.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/minimal-cuda-solver/minimal-cuda-solver.cpp b/examples/minimal-cuda-solver/minimal-cuda-solver.cpp index 1b47f712766..e099a9cc7e8 100644 --- a/examples/minimal-cuda-solver/minimal-cuda-solver.cpp +++ b/examples/minimal-cuda-solver/minimal-cuda-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/mixed-precision-ir/mixed-precision-ir.cpp b/examples/mixed-precision-ir/mixed-precision-ir.cpp index 9cd21696253..f7f67724e2c 100644 --- a/examples/mixed-precision-ir/mixed-precision-ir.cpp +++ b/examples/mixed-precision-ir/mixed-precision-ir.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp b/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp index fe194e99ae4..1f469bccd4e 100644 --- a/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp +++ b/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/papi-logging/papi-logging.cpp b/examples/papi-logging/papi-logging.cpp index e50fe72c210..4e2990bc3fc 100644 --- a/examples/papi-logging/papi-logging.cpp +++ b/examples/papi-logging/papi-logging.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/performance-debugging/performance-debugging.cpp b/examples/performance-debugging/performance-debugging.cpp index eb88bd28fee..2378bf7864d 100644 --- a/examples/performance-debugging/performance-debugging.cpp +++ b/examples/performance-debugging/performance-debugging.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/poisson-solver/poisson-solver.cpp b/examples/poisson-solver/poisson-solver.cpp index 5079d9f5645..b83c7825c22 100644 --- a/examples/poisson-solver/poisson-solver.cpp +++ b/examples/poisson-solver/poisson-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/preconditioned-solver/preconditioned-solver.cpp b/examples/preconditioned-solver/preconditioned-solver.cpp index 00ff326c5e1..73c460e019b 100644 --- a/examples/preconditioned-solver/preconditioned-solver.cpp +++ b/examples/preconditioned-solver/preconditioned-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/preconditioner-export/preconditioner-export.cpp b/examples/preconditioner-export/preconditioner-export.cpp index 0cb2eb73384..6d048e0e9d9 100644 --- a/examples/preconditioner-export/preconditioner-export.cpp +++ b/examples/preconditioner-export/preconditioner-export.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/simple-solver-logging/simple-solver-logging.cpp b/examples/simple-solver-logging/simple-solver-logging.cpp index 8fc26d4a65b..01fcf93d622 100644 --- a/examples/simple-solver-logging/simple-solver-logging.cpp +++ b/examples/simple-solver-logging/simple-solver-logging.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/simple-solver/simple-solver.cpp b/examples/simple-solver/simple-solver.cpp index fec576052e8..09bfb476a8f 100644 --- a/examples/simple-solver/simple-solver.cpp +++ b/examples/simple-solver/simple-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp b/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp index e413556d909..8d695803a9a 100644 --- a/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp +++ b/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/config.hip.hpp b/hip/base/config.hip.hpp index d698a6a8d83..95323dd7e96 100644 --- a/hip/base/config.hip.hpp +++ b/hip/base/config.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/device_guard.hip.hpp b/hip/base/device_guard.hip.hpp index b7d63ebc152..a0e02c78658 100644 --- a/hip/base/device_guard.hip.hpp +++ b/hip/base/device_guard.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/exception.hip.cpp b/hip/base/exception.hip.cpp index ca73a88c6dc..1f39ff9890f 100644 --- a/hip/base/exception.hip.cpp +++ b/hip/base/exception.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/executor.hip.cpp b/hip/base/executor.hip.cpp index 3e400986e2b..b9f63a15337 100644 --- a/hip/base/executor.hip.cpp +++ b/hip/base/executor.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/hipblas_bindings.hip.hpp b/hip/base/hipblas_bindings.hip.hpp index d80908cebc4..019206f8ea9 100644 --- a/hip/base/hipblas_bindings.hip.hpp +++ b/hip/base/hipblas_bindings.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/hiprand_bindings.hip.hpp b/hip/base/hiprand_bindings.hip.hpp index 83534627ca5..f2f54313bad 100644 --- a/hip/base/hiprand_bindings.hip.hpp +++ b/hip/base/hiprand_bindings.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/hipsparse_bindings.hip.hpp b/hip/base/hipsparse_bindings.hip.hpp index 95be1bfe129..d1efeb55ef1 100644 --- a/hip/base/hipsparse_bindings.hip.hpp +++ b/hip/base/hipsparse_bindings.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/math.hip.hpp b/hip/base/math.hip.hpp index a80cc24f989..2dae1f6b67f 100644 --- a/hip/base/math.hip.hpp +++ b/hip/base/math.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/pointer_mode_guard.hip.hpp b/hip/base/pointer_mode_guard.hip.hpp index f5601c5003a..f231909e6a5 100644 --- a/hip/base/pointer_mode_guard.hip.hpp +++ b/hip/base/pointer_mode_guard.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/types.hip.hpp b/hip/base/types.hip.hpp index 4db75f4024e..c0c7e87e333 100644 --- a/hip/base/types.hip.hpp +++ b/hip/base/types.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/base/version.hip.cpp b/hip/base/version.hip.cpp index 5c5473cbd55..e947640306a 100644 --- a/hip/base/version.hip.cpp +++ b/hip/base/version.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/absolute_array.hip.cpp b/hip/components/absolute_array.hip.cpp index 3f7ee4c012c..3a4409444ef 100644 --- a/hip/components/absolute_array.hip.cpp +++ b/hip/components/absolute_array.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/atomic.hip.hpp b/hip/components/atomic.hip.hpp index 14c664dd876..a3e3e324f79 100644 --- a/hip/components/atomic.hip.hpp +++ b/hip/components/atomic.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/cooperative_groups.hip.hpp b/hip/components/cooperative_groups.hip.hpp index 5f818dca9be..10c1217da11 100644 --- a/hip/components/cooperative_groups.hip.hpp +++ b/hip/components/cooperative_groups.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/diagonal_block_manipulation.hip.hpp b/hip/components/diagonal_block_manipulation.hip.hpp index db26e35db1e..73f9715a487 100644 --- a/hip/components/diagonal_block_manipulation.hip.hpp +++ b/hip/components/diagonal_block_manipulation.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/fill_array.hip.cpp b/hip/components/fill_array.hip.cpp index e738a68811e..dc4e24720ba 100644 --- a/hip/components/fill_array.hip.cpp +++ b/hip/components/fill_array.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/format_conversion.hip.hpp b/hip/components/format_conversion.hip.hpp index f97e70ef438..4a28cfae17b 100644 --- a/hip/components/format_conversion.hip.hpp +++ b/hip/components/format_conversion.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/intrinsics.hip.hpp b/hip/components/intrinsics.hip.hpp index 8d9d0579013..4a5f3751a4c 100644 --- a/hip/components/intrinsics.hip.hpp +++ b/hip/components/intrinsics.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/merging.hip.hpp b/hip/components/merging.hip.hpp index 30289d41ed2..42e5b32ec71 100644 --- a/hip/components/merging.hip.hpp +++ b/hip/components/merging.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/precision_conversion.hip.cpp b/hip/components/precision_conversion.hip.cpp index 6720cf8c92b..bef1727e901 100644 --- a/hip/components/precision_conversion.hip.cpp +++ b/hip/components/precision_conversion.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/prefix_sum.hip.cpp b/hip/components/prefix_sum.hip.cpp index 9947622c565..28cd01b4fb5 100644 --- a/hip/components/prefix_sum.hip.cpp +++ b/hip/components/prefix_sum.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/prefix_sum.hip.hpp b/hip/components/prefix_sum.hip.hpp index de5aeb168e5..295311bbbb4 100644 --- a/hip/components/prefix_sum.hip.hpp +++ b/hip/components/prefix_sum.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/reduction.hip.hpp b/hip/components/reduction.hip.hpp index 425dc5b5023..e5fcb5745a3 100644 --- a/hip/components/reduction.hip.hpp +++ b/hip/components/reduction.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/searching.hip.hpp b/hip/components/searching.hip.hpp index 7611b23fdee..fd26e759794 100644 --- a/hip/components/searching.hip.hpp +++ b/hip/components/searching.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/segment_scan.hip.hpp b/hip/components/segment_scan.hip.hpp index eae5953813a..397a78b4556 100644 --- a/hip/components/segment_scan.hip.hpp +++ b/hip/components/segment_scan.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/sorting.hip.hpp b/hip/components/sorting.hip.hpp index 704c8f9dd07..5ebd4c495a1 100644 --- a/hip/components/sorting.hip.hpp +++ b/hip/components/sorting.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/thread_ids.hip.hpp b/hip/components/thread_ids.hip.hpp index 6016c26cf68..59eaeb7abbd 100644 --- a/hip/components/thread_ids.hip.hpp +++ b/hip/components/thread_ids.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/uninitialized_array.hip.hpp b/hip/components/uninitialized_array.hip.hpp index 7780ebb10f5..45d55d7af63 100644 --- a/hip/components/uninitialized_array.hip.hpp +++ b/hip/components/uninitialized_array.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/components/warp_blas.hip.hpp b/hip/components/warp_blas.hip.hpp index 52aa2acaf07..0a341d8a98c 100644 --- a/hip/components/warp_blas.hip.hpp +++ b/hip/components/warp_blas.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/factorization_kernels.hip.cpp b/hip/factorization/factorization_kernels.hip.cpp index bfe00c9b0b8..9e53d54e16d 100644 --- a/hip/factorization/factorization_kernels.hip.cpp +++ b/hip/factorization/factorization_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/ilu_kernels.hip.cpp b/hip/factorization/ilu_kernels.hip.cpp index 8888856e898..e22a8140ea9 100644 --- a/hip/factorization/ilu_kernels.hip.cpp +++ b/hip/factorization/ilu_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ict_kernels.hip.cpp b/hip/factorization/par_ict_kernels.hip.cpp index d987ff36856..2abfeff94de 100644 --- a/hip/factorization/par_ict_kernels.hip.cpp +++ b/hip/factorization/par_ict_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilu_kernels.hip.cpp b/hip/factorization/par_ilu_kernels.hip.cpp index d8caeb90d16..5dcc174ebc0 100644 --- a/hip/factorization/par_ilu_kernels.hip.cpp +++ b/hip/factorization/par_ilu_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp b/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp index 7955898a291..dde375f41c6 100644 --- a/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp +++ b/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_filter_kernel.hip.cpp b/hip/factorization/par_ilut_filter_kernel.hip.cpp index c08b7ef767e..bb9d784c6d1 100644 --- a/hip/factorization/par_ilut_filter_kernel.hip.cpp +++ b/hip/factorization/par_ilut_filter_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_select_common.hip.cpp b/hip/factorization/par_ilut_select_common.hip.cpp index 92431c6b0a3..d9df5ce853c 100644 --- a/hip/factorization/par_ilut_select_common.hip.cpp +++ b/hip/factorization/par_ilut_select_common.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_select_common.hip.hpp b/hip/factorization/par_ilut_select_common.hip.hpp index ce77d3a6921..fc3a5b9bb88 100644 --- a/hip/factorization/par_ilut_select_common.hip.hpp +++ b/hip/factorization/par_ilut_select_common.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_select_kernel.hip.cpp b/hip/factorization/par_ilut_select_kernel.hip.cpp index 3f92051989b..d75d08063d5 100644 --- a/hip/factorization/par_ilut_select_kernel.hip.cpp +++ b/hip/factorization/par_ilut_select_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_spgeam_kernel.hip.cpp b/hip/factorization/par_ilut_spgeam_kernel.hip.cpp index 3d00ce153ba..b4ccb7f2904 100644 --- a/hip/factorization/par_ilut_spgeam_kernel.hip.cpp +++ b/hip/factorization/par_ilut_spgeam_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/factorization/par_ilut_sweep_kernel.hip.cpp b/hip/factorization/par_ilut_sweep_kernel.hip.cpp index 15fb33ec34e..9c803cbfb5b 100644 --- a/hip/factorization/par_ilut_sweep_kernel.hip.cpp +++ b/hip/factorization/par_ilut_sweep_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/coo_kernels.hip.cpp b/hip/matrix/coo_kernels.hip.cpp index 3e9e4f6b190..8f68bfa0867 100644 --- a/hip/matrix/coo_kernels.hip.cpp +++ b/hip/matrix/coo_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/csr_kernels.hip.cpp b/hip/matrix/csr_kernels.hip.cpp index 8adf3f98a80..d296ece80e5 100644 --- a/hip/matrix/csr_kernels.hip.cpp +++ b/hip/matrix/csr_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/dense_kernels.hip.cpp b/hip/matrix/dense_kernels.hip.cpp index 3f7f4942dc8..c254e9a31a4 100644 --- a/hip/matrix/dense_kernels.hip.cpp +++ b/hip/matrix/dense_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/diagonal_kernels.hip.cpp b/hip/matrix/diagonal_kernels.hip.cpp index 3dc510c0195..ea965ef3e46 100644 --- a/hip/matrix/diagonal_kernels.hip.cpp +++ b/hip/matrix/diagonal_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/ell_kernels.hip.cpp b/hip/matrix/ell_kernels.hip.cpp index 91c9a3678af..2e7a4eeeb50 100644 --- a/hip/matrix/ell_kernels.hip.cpp +++ b/hip/matrix/ell_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/hybrid_kernels.hip.cpp b/hip/matrix/hybrid_kernels.hip.cpp index e9efb0eb8ee..20c4a540a1b 100644 --- a/hip/matrix/hybrid_kernels.hip.cpp +++ b/hip/matrix/hybrid_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/sellp_kernels.hip.cpp b/hip/matrix/sellp_kernels.hip.cpp index 7d0a6ad353b..10178606a2a 100644 --- a/hip/matrix/sellp_kernels.hip.cpp +++ b/hip/matrix/sellp_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/matrix/sparsity_csr_kernels.hip.cpp b/hip/matrix/sparsity_csr_kernels.hip.cpp index 8ab3066f1ff..6747806eca4 100644 --- a/hip/matrix/sparsity_csr_kernels.hip.cpp +++ b/hip/matrix/sparsity_csr_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/isai_kernels.hip.cpp b/hip/preconditioner/isai_kernels.hip.cpp index f2289eba530..840d5e3c1ed 100644 --- a/hip/preconditioner/isai_kernels.hip.cpp +++ b/hip/preconditioner/isai_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp b/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp index d7d3e87970c..67d98906ea9 100644 --- a/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/jacobi_common.hip.hpp b/hip/preconditioner/jacobi_common.hip.hpp index d81dd3f9e97..2c94e7ce3b4 100644 --- a/hip/preconditioner/jacobi_common.hip.hpp +++ b/hip/preconditioner/jacobi_common.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/jacobi_generate_kernel.hip.cpp b/hip/preconditioner/jacobi_generate_kernel.hip.cpp index 6f8def4af6e..facf1916de3 100644 --- a/hip/preconditioner/jacobi_generate_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_generate_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/jacobi_kernels.hip.cpp b/hip/preconditioner/jacobi_kernels.hip.cpp index b2d249f12b7..fc020837a22 100644 --- a/hip/preconditioner/jacobi_kernels.hip.cpp +++ b/hip/preconditioner/jacobi_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp b/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp index 0c2fefb1afc..608e33d5f26 100644 --- a/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/reorder/rcm_kernels.hip.cpp b/hip/reorder/rcm_kernels.hip.cpp index fe07008d2c9..2f5f8c32ef3 100644 --- a/hip/reorder/rcm_kernels.hip.cpp +++ b/hip/reorder/rcm_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/bicg_kernels.hip.cpp b/hip/solver/bicg_kernels.hip.cpp index e773520b258..62bfd05fb14 100644 --- a/hip/solver/bicg_kernels.hip.cpp +++ b/hip/solver/bicg_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/bicgstab_kernels.hip.cpp b/hip/solver/bicgstab_kernels.hip.cpp index a8776876f6f..8b6a43ac70f 100644 --- a/hip/solver/bicgstab_kernels.hip.cpp +++ b/hip/solver/bicgstab_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/cg_kernels.hip.cpp b/hip/solver/cg_kernels.hip.cpp index 688a6ab7f49..72b3de4261b 100644 --- a/hip/solver/cg_kernels.hip.cpp +++ b/hip/solver/cg_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/cgs_kernels.hip.cpp b/hip/solver/cgs_kernels.hip.cpp index b5597777790..8c5314648cc 100644 --- a/hip/solver/cgs_kernels.hip.cpp +++ b/hip/solver/cgs_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/common_trs_kernels.hip.hpp b/hip/solver/common_trs_kernels.hip.hpp index 3bf0e56c7fa..8698b23383f 100644 --- a/hip/solver/common_trs_kernels.hip.hpp +++ b/hip/solver/common_trs_kernels.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/fcg_kernels.hip.cpp b/hip/solver/fcg_kernels.hip.cpp index 750aa5743d7..c41bdeafc5b 100644 --- a/hip/solver/fcg_kernels.hip.cpp +++ b/hip/solver/fcg_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/gmres_kernels.hip.cpp b/hip/solver/gmres_kernels.hip.cpp index 2780b149660..cd430ffa916 100644 --- a/hip/solver/gmres_kernels.hip.cpp +++ b/hip/solver/gmres_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/idr_kernels.hip.cpp b/hip/solver/idr_kernels.hip.cpp index 5bb26f25399..37378e00cf9 100644 --- a/hip/solver/idr_kernels.hip.cpp +++ b/hip/solver/idr_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,8 +33,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "core/solver/idr_kernels.hpp" -#include #include +#include #include diff --git a/hip/solver/ir_kernels.hip.cpp b/hip/solver/ir_kernels.hip.cpp index 5993c4b120b..32c3fc6df02 100644 --- a/hip/solver/ir_kernels.hip.cpp +++ b/hip/solver/ir_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/lower_trs_kernels.hip.cpp b/hip/solver/lower_trs_kernels.hip.cpp index d4e66513ebe..3eeb50185ac 100644 --- a/hip/solver/lower_trs_kernels.hip.cpp +++ b/hip/solver/lower_trs_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/solver/upper_trs_kernels.hip.cpp b/hip/solver/upper_trs_kernels.hip.cpp index 0f27b6ceb28..835e2f3803c 100644 --- a/hip/solver/upper_trs_kernels.hip.cpp +++ b/hip/solver/upper_trs_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/stop/criterion_kernels.hip.cpp b/hip/stop/criterion_kernels.hip.cpp index 0c2cf4da378..0443930660e 100644 --- a/hip/stop/criterion_kernels.hip.cpp +++ b/hip/stop/criterion_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/stop/residual_norm_kernels.hip.cpp b/hip/stop/residual_norm_kernels.hip.cpp index d104a29d8a8..eb0060801dd 100644 --- a/hip/stop/residual_norm_kernels.hip.cpp +++ b/hip/stop/residual_norm_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/base/exception_helpers.hip.cpp b/hip/test/base/exception_helpers.hip.cpp index 521643ba81f..88d0e14de94 100644 --- a/hip/test/base/exception_helpers.hip.cpp +++ b/hip/test/base/exception_helpers.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/base/hip_executor.hip.cpp b/hip/test/base/hip_executor.hip.cpp index e0003e91c4b..c4f4757e397 100644 --- a/hip/test/base/hip_executor.hip.cpp +++ b/hip/test/base/hip_executor.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/base/lin_op.hip.cpp b/hip/test/base/lin_op.hip.cpp index 1977912be9e..4e540d80081 100644 --- a/hip/test/base/lin_op.hip.cpp +++ b/hip/test/base/lin_op.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/base/math.hip.cpp b/hip/test/base/math.hip.cpp index 818506a8d25..95d626225de 100644 --- a/hip/test/base/math.hip.cpp +++ b/hip/test/base/math.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/absolute_array.hip.cpp b/hip/test/components/absolute_array.hip.cpp index f718805d5eb..69e567ff8a6 100644 --- a/hip/test/components/absolute_array.hip.cpp +++ b/hip/test/components/absolute_array.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/cooperative_groups_kernels.hip.cpp b/hip/test/components/cooperative_groups_kernels.hip.cpp index 823dcef0df1..ec1ce79e080 100644 --- a/hip/test/components/cooperative_groups_kernels.hip.cpp +++ b/hip/test/components/cooperative_groups_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/fill_array.hip.cpp b/hip/test/components/fill_array.hip.cpp index 1c7bfda89d0..c139829596a 100644 --- a/hip/test/components/fill_array.hip.cpp +++ b/hip/test/components/fill_array.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/merging_kernels.hip.cpp b/hip/test/components/merging_kernels.hip.cpp index 466c31a48b3..d5acbf2b8c4 100644 --- a/hip/test/components/merging_kernels.hip.cpp +++ b/hip/test/components/merging_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/precision_conversion.hip.cpp b/hip/test/components/precision_conversion.hip.cpp index a7b9713b871..f6ef67fb76c 100644 --- a/hip/test/components/precision_conversion.hip.cpp +++ b/hip/test/components/precision_conversion.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/prefix_sum.hip.cpp b/hip/test/components/prefix_sum.hip.cpp index 96f91522d06..69577df5a7b 100644 --- a/hip/test/components/prefix_sum.hip.cpp +++ b/hip/test/components/prefix_sum.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/searching_kernels.hip.cpp b/hip/test/components/searching_kernels.hip.cpp index e55855e40c3..d22c4a125e0 100644 --- a/hip/test/components/searching_kernels.hip.cpp +++ b/hip/test/components/searching_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/components/sorting_kernels.hip.cpp b/hip/test/components/sorting_kernels.hip.cpp index ca30186096c..40e1aa473b1 100644 --- a/hip/test/components/sorting_kernels.hip.cpp +++ b/hip/test/components/sorting_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/factorization/ilu_kernels.cpp b/hip/test/factorization/ilu_kernels.cpp index 3cd8f2be763..e8c7ec41d6f 100644 --- a/hip/test/factorization/ilu_kernels.cpp +++ b/hip/test/factorization/ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/factorization/par_ict_kernels.hip.cpp b/hip/test/factorization/par_ict_kernels.hip.cpp index b8858dadaa4..7d3376f277a 100644 --- a/hip/test/factorization/par_ict_kernels.hip.cpp +++ b/hip/test/factorization/par_ict_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/factorization/par_ilu_kernels.hip.cpp b/hip/test/factorization/par_ilu_kernels.hip.cpp index 96dffed19e1..98811f97af3 100644 --- a/hip/test/factorization/par_ilu_kernels.hip.cpp +++ b/hip/test/factorization/par_ilu_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/factorization/par_ilut_kernels.hip.cpp b/hip/test/factorization/par_ilut_kernels.hip.cpp index 38fb5eb205f..9fe1b758f2f 100644 --- a/hip/test/factorization/par_ilut_kernels.hip.cpp +++ b/hip/test/factorization/par_ilut_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/coo_kernels.hip.cpp b/hip/test/matrix/coo_kernels.hip.cpp index e722c6cfdb7..f40fc9436e4 100644 --- a/hip/test/matrix/coo_kernels.hip.cpp +++ b/hip/test/matrix/coo_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/csr_kernels.hip.cpp b/hip/test/matrix/csr_kernels.hip.cpp index 36ad284ad71..4f67cd74421 100644 --- a/hip/test/matrix/csr_kernels.hip.cpp +++ b/hip/test/matrix/csr_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/dense_kernels.hip.cpp b/hip/test/matrix/dense_kernels.hip.cpp index dcd3ace06b9..d68c2041b20 100644 --- a/hip/test/matrix/dense_kernels.hip.cpp +++ b/hip/test/matrix/dense_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/diagonal_kernels.hip.cpp b/hip/test/matrix/diagonal_kernels.hip.cpp index 1bd1b3f0b8a..b7554565cc5 100644 --- a/hip/test/matrix/diagonal_kernels.hip.cpp +++ b/hip/test/matrix/diagonal_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/ell_kernels.hip.cpp b/hip/test/matrix/ell_kernels.hip.cpp index d1eb395aec1..28dc3c8c38f 100644 --- a/hip/test/matrix/ell_kernels.hip.cpp +++ b/hip/test/matrix/ell_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/hybrid_kernels.hip.cpp b/hip/test/matrix/hybrid_kernels.hip.cpp index 31b35e1906c..a113ced6361 100644 --- a/hip/test/matrix/hybrid_kernels.hip.cpp +++ b/hip/test/matrix/hybrid_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/matrix/sellp_kernels.hip.cpp b/hip/test/matrix/sellp_kernels.hip.cpp index 36547a221da..869930a539e 100644 --- a/hip/test/matrix/sellp_kernels.hip.cpp +++ b/hip/test/matrix/sellp_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/preconditioner/isai_kernels.hip.cpp b/hip/test/preconditioner/isai_kernels.hip.cpp index 88f67c0adb3..7db20b3e22c 100644 --- a/hip/test/preconditioner/isai_kernels.hip.cpp +++ b/hip/test/preconditioner/isai_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/preconditioner/jacobi_kernels.cpp b/hip/test/preconditioner/jacobi_kernels.cpp index d44716534f4..3931f666f12 100644 --- a/hip/test/preconditioner/jacobi_kernels.cpp +++ b/hip/test/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/bicg_kernels.cpp b/hip/test/solver/bicg_kernels.cpp index 67fda77f84b..3eb3359f01d 100644 --- a/hip/test/solver/bicg_kernels.cpp +++ b/hip/test/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/bicgstab_kernels.cpp b/hip/test/solver/bicgstab_kernels.cpp index 999b40bebaa..ee9810e005a 100644 --- a/hip/test/solver/bicgstab_kernels.cpp +++ b/hip/test/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/cg_kernels.cpp b/hip/test/solver/cg_kernels.cpp index db472f22000..3b7e4ccb078 100644 --- a/hip/test/solver/cg_kernels.cpp +++ b/hip/test/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/cgs_kernels.cpp b/hip/test/solver/cgs_kernels.cpp index ff676c2dffc..7069d1fe0a2 100644 --- a/hip/test/solver/cgs_kernels.cpp +++ b/hip/test/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/fcg_kernels.cpp b/hip/test/solver/fcg_kernels.cpp index 7771cf9b03c..53ff0021e19 100644 --- a/hip/test/solver/fcg_kernels.cpp +++ b/hip/test/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/gmres_kernels.cpp b/hip/test/solver/gmres_kernels.cpp index d16c781cb1e..04c2097bea5 100644 --- a/hip/test/solver/gmres_kernels.cpp +++ b/hip/test/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/idr_kernels.cpp b/hip/test/solver/idr_kernels.cpp index 6f128a9691d..18ed225d095 100644 --- a/hip/test/solver/idr_kernels.cpp +++ b/hip/test/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/ir_kernels.cpp b/hip/test/solver/ir_kernels.cpp index 0e5791cd7cf..48dd88b89f8 100644 --- a/hip/test/solver/ir_kernels.cpp +++ b/hip/test/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/lower_trs_kernels.cpp b/hip/test/solver/lower_trs_kernels.cpp index b497b525020..3328984a901 100644 --- a/hip/test/solver/lower_trs_kernels.cpp +++ b/hip/test/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/solver/upper_trs_kernels.cpp b/hip/test/solver/upper_trs_kernels.cpp index ba55bc6325c..fef330d9046 100644 --- a/hip/test/solver/upper_trs_kernels.cpp +++ b/hip/test/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/stop/criterion_kernels.hip.cpp b/hip/test/stop/criterion_kernels.hip.cpp index 92935ea4867..60bff1bed99 100644 --- a/hip/test/stop/criterion_kernels.hip.cpp +++ b/hip/test/stop/criterion_kernels.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/stop/residual_norm_kernels.cpp b/hip/test/stop/residual_norm_kernels.cpp index 42c505da601..361b6545509 100644 --- a/hip/test/stop/residual_norm_kernels.cpp +++ b/hip/test/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/utils.hip.hpp b/hip/test/utils.hip.hpp index 8d524b0b615..dda2c068524 100644 --- a/hip/test/utils.hip.hpp +++ b/hip/test/utils.hip.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hip/test/utils/assertions_test.hip.cpp b/hip/test/utils/assertions_test.hip.cpp index 2d5c67addc1..dfe95d6e186 100644 --- a/hip/test/utils/assertions_test.hip.cpp +++ b/hip/test/utils/assertions_test.hip.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/config.hpp.in b/include/ginkgo/config.hpp.in index fc5bae0b225..d8d14e5cef2 100644 --- a/include/ginkgo/config.hpp.in +++ b/include/ginkgo/config.hpp.in @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/abstract_factory.hpp b/include/ginkgo/core/base/abstract_factory.hpp index 3e89c770128..3a6535884ce 100644 --- a/include/ginkgo/core/base/abstract_factory.hpp +++ b/include/ginkgo/core/base/abstract_factory.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/array.hpp b/include/ginkgo/core/base/array.hpp index 7c04ff0bfb2..04dea7f309b 100644 --- a/include/ginkgo/core/base/array.hpp +++ b/include/ginkgo/core/base/array.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/combination.hpp b/include/ginkgo/core/base/combination.hpp index 5ca773bbc3e..d7cc9f71cde 100644 --- a/include/ginkgo/core/base/combination.hpp +++ b/include/ginkgo/core/base/combination.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/composition.hpp b/include/ginkgo/core/base/composition.hpp index dfcfb13c5ad..d7ba65bb436 100644 --- a/include/ginkgo/core/base/composition.hpp +++ b/include/ginkgo/core/base/composition.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/dim.hpp b/include/ginkgo/core/base/dim.hpp index 052c50e13b8..0881d954aa0 100644 --- a/include/ginkgo/core/base/dim.hpp +++ b/include/ginkgo/core/base/dim.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/exception.hpp b/include/ginkgo/core/base/exception.hpp index 6ede978ffc3..46fc9db93af 100644 --- a/include/ginkgo/core/base/exception.hpp +++ b/include/ginkgo/core/base/exception.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/exception_helpers.hpp b/include/ginkgo/core/base/exception_helpers.hpp index af3e1efb598..a10f05896fe 100644 --- a/include/ginkgo/core/base/exception_helpers.hpp +++ b/include/ginkgo/core/base/exception_helpers.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/executor.hpp b/include/ginkgo/core/base/executor.hpp index f02c5834c73..4a64a812b08 100644 --- a/include/ginkgo/core/base/executor.hpp +++ b/include/ginkgo/core/base/executor.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/lin_op.hpp b/include/ginkgo/core/base/lin_op.hpp index 59c7a02586d..cde3840c30f 100644 --- a/include/ginkgo/core/base/lin_op.hpp +++ b/include/ginkgo/core/base/lin_op.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/math.hpp b/include/ginkgo/core/base/math.hpp index 1cf729e2d2e..91058522b3b 100644 --- a/include/ginkgo/core/base/math.hpp +++ b/include/ginkgo/core/base/math.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/matrix_assembly_data.hpp b/include/ginkgo/core/base/matrix_assembly_data.hpp index 5456a75e6e9..547f841edaf 100644 --- a/include/ginkgo/core/base/matrix_assembly_data.hpp +++ b/include/ginkgo/core/base/matrix_assembly_data.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/matrix_data.hpp b/include/ginkgo/core/base/matrix_data.hpp index 8597b31df68..74b85e4140e 100644 --- a/include/ginkgo/core/base/matrix_data.hpp +++ b/include/ginkgo/core/base/matrix_data.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/mtx_io.hpp b/include/ginkgo/core/base/mtx_io.hpp index 38977fe04c0..3fde2de108d 100644 --- a/include/ginkgo/core/base/mtx_io.hpp +++ b/include/ginkgo/core/base/mtx_io.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/name_demangling.hpp b/include/ginkgo/core/base/name_demangling.hpp index fb41561fa9f..35394ede2b1 100644 --- a/include/ginkgo/core/base/name_demangling.hpp +++ b/include/ginkgo/core/base/name_demangling.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/perturbation.hpp b/include/ginkgo/core/base/perturbation.hpp index d410856b00b..219c29d9ad1 100644 --- a/include/ginkgo/core/base/perturbation.hpp +++ b/include/ginkgo/core/base/perturbation.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/polymorphic_object.hpp b/include/ginkgo/core/base/polymorphic_object.hpp index ad712c2cd08..e9d09e5d636 100644 --- a/include/ginkgo/core/base/polymorphic_object.hpp +++ b/include/ginkgo/core/base/polymorphic_object.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/range.hpp b/include/ginkgo/core/base/range.hpp index 6e59ee3c637..2fe87a364a7 100644 --- a/include/ginkgo/core/base/range.hpp +++ b/include/ginkgo/core/base/range.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/range_accessors.hpp b/include/ginkgo/core/base/range_accessors.hpp index 28b9ac6b51f..4435c51f1b3 100644 --- a/include/ginkgo/core/base/range_accessors.hpp +++ b/include/ginkgo/core/base/range_accessors.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/std_extensions.hpp b/include/ginkgo/core/base/std_extensions.hpp index c1cec39b6e4..166d8c68bf7 100644 --- a/include/ginkgo/core/base/std_extensions.hpp +++ b/include/ginkgo/core/base/std_extensions.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/temporary_clone.hpp b/include/ginkgo/core/base/temporary_clone.hpp index fa0c2e32b13..c3309d8736a 100644 --- a/include/ginkgo/core/base/temporary_clone.hpp +++ b/include/ginkgo/core/base/temporary_clone.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/types.hpp b/include/ginkgo/core/base/types.hpp index 3cca7cbfd8a..0c908b677e8 100644 --- a/include/ginkgo/core/base/types.hpp +++ b/include/ginkgo/core/base/types.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/utils.hpp b/include/ginkgo/core/base/utils.hpp index 509213e8476..06c722e9f78 100644 --- a/include/ginkgo/core/base/utils.hpp +++ b/include/ginkgo/core/base/utils.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/utils_helper.hpp b/include/ginkgo/core/base/utils_helper.hpp index d277d20cb4c..51efb3d5ca7 100644 --- a/include/ginkgo/core/base/utils_helper.hpp +++ b/include/ginkgo/core/base/utils_helper.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/base/version.hpp b/include/ginkgo/core/base/version.hpp index d56526a8613..b5a712ed1d1 100644 --- a/include/ginkgo/core/base/version.hpp +++ b/include/ginkgo/core/base/version.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/factorization/ilu.hpp b/include/ginkgo/core/factorization/ilu.hpp index a1322116250..ccc0ff6a072 100644 --- a/include/ginkgo/core/factorization/ilu.hpp +++ b/include/ginkgo/core/factorization/ilu.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/factorization/par_ict.hpp b/include/ginkgo/core/factorization/par_ict.hpp index fd89af6aa47..cc113b8c807 100644 --- a/include/ginkgo/core/factorization/par_ict.hpp +++ b/include/ginkgo/core/factorization/par_ict.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/factorization/par_ilu.hpp b/include/ginkgo/core/factorization/par_ilu.hpp index c92abd88ba1..e503874345d 100644 --- a/include/ginkgo/core/factorization/par_ilu.hpp +++ b/include/ginkgo/core/factorization/par_ilu.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/factorization/par_ilut.hpp b/include/ginkgo/core/factorization/par_ilut.hpp index 4ee0acf2612..e8caa43c45a 100644 --- a/include/ginkgo/core/factorization/par_ilut.hpp +++ b/include/ginkgo/core/factorization/par_ilut.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/log/convergence.hpp b/include/ginkgo/core/log/convergence.hpp index e8a5da27eb7..8addf0d2747 100644 --- a/include/ginkgo/core/log/convergence.hpp +++ b/include/ginkgo/core/log/convergence.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/log/logger.hpp b/include/ginkgo/core/log/logger.hpp index f9df5660fd2..b276fbcfc9c 100644 --- a/include/ginkgo/core/log/logger.hpp +++ b/include/ginkgo/core/log/logger.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/log/papi.hpp b/include/ginkgo/core/log/papi.hpp index 00687f88719..1f470dd1bb4 100644 --- a/include/ginkgo/core/log/papi.hpp +++ b/include/ginkgo/core/log/papi.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/log/record.hpp b/include/ginkgo/core/log/record.hpp index 1e30990cc1f..2fe1d4295c8 100644 --- a/include/ginkgo/core/log/record.hpp +++ b/include/ginkgo/core/log/record.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/log/stream.hpp b/include/ginkgo/core/log/stream.hpp index 30b1beabf2b..634ba7e2a9b 100644 --- a/include/ginkgo/core/log/stream.hpp +++ b/include/ginkgo/core/log/stream.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/coo.hpp b/include/ginkgo/core/matrix/coo.hpp index ce8cf678eb1..f0872f32787 100644 --- a/include/ginkgo/core/matrix/coo.hpp +++ b/include/ginkgo/core/matrix/coo.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/csr.hpp b/include/ginkgo/core/matrix/csr.hpp index f75cc80e1a1..7e01c1293f6 100644 --- a/include/ginkgo/core/matrix/csr.hpp +++ b/include/ginkgo/core/matrix/csr.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/dense.hpp b/include/ginkgo/core/matrix/dense.hpp index a7fc245cd71..22bd0314392 100644 --- a/include/ginkgo/core/matrix/dense.hpp +++ b/include/ginkgo/core/matrix/dense.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/diagonal.hpp b/include/ginkgo/core/matrix/diagonal.hpp index 58463b8f838..70dfc0bd352 100644 --- a/include/ginkgo/core/matrix/diagonal.hpp +++ b/include/ginkgo/core/matrix/diagonal.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/ell.hpp b/include/ginkgo/core/matrix/ell.hpp index 932bfc7fda9..ea24770fbea 100644 --- a/include/ginkgo/core/matrix/ell.hpp +++ b/include/ginkgo/core/matrix/ell.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/hybrid.hpp b/include/ginkgo/core/matrix/hybrid.hpp index 93174e45652..7511000fade 100644 --- a/include/ginkgo/core/matrix/hybrid.hpp +++ b/include/ginkgo/core/matrix/hybrid.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/identity.hpp b/include/ginkgo/core/matrix/identity.hpp index d00ffec9b9e..5c5315eedce 100644 --- a/include/ginkgo/core/matrix/identity.hpp +++ b/include/ginkgo/core/matrix/identity.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/permutation.hpp b/include/ginkgo/core/matrix/permutation.hpp index cb81544c835..fe0b5c5b3f7 100644 --- a/include/ginkgo/core/matrix/permutation.hpp +++ b/include/ginkgo/core/matrix/permutation.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/sellp.hpp b/include/ginkgo/core/matrix/sellp.hpp index b99746ec3b6..d2dff8199bb 100644 --- a/include/ginkgo/core/matrix/sellp.hpp +++ b/include/ginkgo/core/matrix/sellp.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/matrix/sparsity_csr.hpp b/include/ginkgo/core/matrix/sparsity_csr.hpp index f736d35f840..087c0538b7d 100644 --- a/include/ginkgo/core/matrix/sparsity_csr.hpp +++ b/include/ginkgo/core/matrix/sparsity_csr.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/preconditioner/ilu.hpp b/include/ginkgo/core/preconditioner/ilu.hpp index 72a478ac405..e80978158bb 100644 --- a/include/ginkgo/core/preconditioner/ilu.hpp +++ b/include/ginkgo/core/preconditioner/ilu.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/preconditioner/isai.hpp b/include/ginkgo/core/preconditioner/isai.hpp index 420b376c0a0..d88e1487514 100644 --- a/include/ginkgo/core/preconditioner/isai.hpp +++ b/include/ginkgo/core/preconditioner/isai.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/preconditioner/jacobi.hpp b/include/ginkgo/core/preconditioner/jacobi.hpp index 44d1ca4a1a8..85924ac3772 100644 --- a/include/ginkgo/core/preconditioner/jacobi.hpp +++ b/include/ginkgo/core/preconditioner/jacobi.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/reorder/rcm.hpp b/include/ginkgo/core/reorder/rcm.hpp index 2f95a95c39a..922df382f66 100644 --- a/include/ginkgo/core/reorder/rcm.hpp +++ b/include/ginkgo/core/reorder/rcm.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/reorder/reordering_base.hpp b/include/ginkgo/core/reorder/reordering_base.hpp index ea6a2d2e5b0..ac0efc8e446 100644 --- a/include/ginkgo/core/reorder/reordering_base.hpp +++ b/include/ginkgo/core/reorder/reordering_base.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/bicg.hpp b/include/ginkgo/core/solver/bicg.hpp index 570e968e468..85a6cbcf6c6 100644 --- a/include/ginkgo/core/solver/bicg.hpp +++ b/include/ginkgo/core/solver/bicg.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/bicgstab.hpp b/include/ginkgo/core/solver/bicgstab.hpp index 5a3aad0db06..a7027356a8d 100644 --- a/include/ginkgo/core/solver/bicgstab.hpp +++ b/include/ginkgo/core/solver/bicgstab.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/cg.hpp b/include/ginkgo/core/solver/cg.hpp index 88aa379a972..b3c6469ed8c 100644 --- a/include/ginkgo/core/solver/cg.hpp +++ b/include/ginkgo/core/solver/cg.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/cgs.hpp b/include/ginkgo/core/solver/cgs.hpp index ab3d8bee0bb..781032f5081 100644 --- a/include/ginkgo/core/solver/cgs.hpp +++ b/include/ginkgo/core/solver/cgs.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/fcg.hpp b/include/ginkgo/core/solver/fcg.hpp index b1c1eaf1329..570e4ac5033 100644 --- a/include/ginkgo/core/solver/fcg.hpp +++ b/include/ginkgo/core/solver/fcg.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/gmres.hpp b/include/ginkgo/core/solver/gmres.hpp index 327dc196d94..2e426be55f8 100644 --- a/include/ginkgo/core/solver/gmres.hpp +++ b/include/ginkgo/core/solver/gmres.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/idr.hpp b/include/ginkgo/core/solver/idr.hpp index 1d1e0b120f1..110ebf8c686 100644 --- a/include/ginkgo/core/solver/idr.hpp +++ b/include/ginkgo/core/solver/idr.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/ir.hpp b/include/ginkgo/core/solver/ir.hpp index a34d6ea6d41..9d572339e3a 100644 --- a/include/ginkgo/core/solver/ir.hpp +++ b/include/ginkgo/core/solver/ir.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/lower_trs.hpp b/include/ginkgo/core/solver/lower_trs.hpp index b87c6528d00..c3b95702fd0 100644 --- a/include/ginkgo/core/solver/lower_trs.hpp +++ b/include/ginkgo/core/solver/lower_trs.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/solver/upper_trs.hpp b/include/ginkgo/core/solver/upper_trs.hpp index 5d41637dc2c..dd82b5df6e4 100644 --- a/include/ginkgo/core/solver/upper_trs.hpp +++ b/include/ginkgo/core/solver/upper_trs.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/combined.hpp b/include/ginkgo/core/stop/combined.hpp index 33bad75df69..d993e0ffbc7 100644 --- a/include/ginkgo/core/stop/combined.hpp +++ b/include/ginkgo/core/stop/combined.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/criterion.hpp b/include/ginkgo/core/stop/criterion.hpp index 69b92693848..22cc74da9fd 100644 --- a/include/ginkgo/core/stop/criterion.hpp +++ b/include/ginkgo/core/stop/criterion.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/iteration.hpp b/include/ginkgo/core/stop/iteration.hpp index 55100a4c121..1efc1c5301e 100644 --- a/include/ginkgo/core/stop/iteration.hpp +++ b/include/ginkgo/core/stop/iteration.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/residual_norm.hpp b/include/ginkgo/core/stop/residual_norm.hpp index c145210e89d..6abc109d126 100644 --- a/include/ginkgo/core/stop/residual_norm.hpp +++ b/include/ginkgo/core/stop/residual_norm.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/residual_norm_reduction.hpp b/include/ginkgo/core/stop/residual_norm_reduction.hpp index f9c9ff7c61f..99ebd364c31 100644 --- a/include/ginkgo/core/stop/residual_norm_reduction.hpp +++ b/include/ginkgo/core/stop/residual_norm_reduction.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/stopping_status.hpp b/include/ginkgo/core/stop/stopping_status.hpp index 415c6e3cffe..665ab90c331 100644 --- a/include/ginkgo/core/stop/stopping_status.hpp +++ b/include/ginkgo/core/stop/stopping_status.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/stop/time.hpp b/include/ginkgo/core/stop/time.hpp index e7cf7621d30..bba6bf2b9d4 100644 --- a/include/ginkgo/core/stop/time.hpp +++ b/include/ginkgo/core/stop/time.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/core/synthesizer/containers.hpp b/include/ginkgo/core/synthesizer/containers.hpp index 1f3901c22c1..ebd5b441f6c 100644 --- a/include/ginkgo/core/synthesizer/containers.hpp +++ b/include/ginkgo/core/synthesizer/containers.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/ginkgo.hpp b/include/ginkgo/ginkgo.hpp index 0602875c4dd..42c535cf4e4 100644 --- a/include/ginkgo/ginkgo.hpp +++ b/include/ginkgo/ginkgo.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/ginkgo/ginkgo.hpp.in b/include/ginkgo/ginkgo.hpp.in index d3e83f82ccd..147e7d66ee0 100644 --- a/include/ginkgo/ginkgo.hpp.in +++ b/include/ginkgo/ginkgo.hpp.in @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/matrices/config.hpp.in b/matrices/config.hpp.in index ff7b586ac3c..54f01a55e8c 100644 --- a/matrices/config.hpp.in +++ b/matrices/config.hpp.in @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/base/version.cpp b/omp/base/version.cpp index d429e2cbcf1..3395f71c0ca 100644 --- a/omp/base/version.cpp +++ b/omp/base/version.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/absolute_array.cpp b/omp/components/absolute_array.cpp index 36d94ec8471..5a1a5df503e 100644 --- a/omp/components/absolute_array.cpp +++ b/omp/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/csr_spgeam.hpp b/omp/components/csr_spgeam.hpp index d88e612a0ae..0429aed8a85 100644 --- a/omp/components/csr_spgeam.hpp +++ b/omp/components/csr_spgeam.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/fill_array.cpp b/omp/components/fill_array.cpp index 60844522cbe..c528c8fe7d3 100644 --- a/omp/components/fill_array.cpp +++ b/omp/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/format_conversion.hpp b/omp/components/format_conversion.hpp index 1d2e9da9e46..706c686ac83 100644 --- a/omp/components/format_conversion.hpp +++ b/omp/components/format_conversion.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/matrix_operations.hpp b/omp/components/matrix_operations.hpp index 7fa629811ee..86c1c152ff8 100644 --- a/omp/components/matrix_operations.hpp +++ b/omp/components/matrix_operations.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/omp_mutex.hpp b/omp/components/omp_mutex.hpp index 2f1c410b9a5..10b35c50d75 100644 --- a/omp/components/omp_mutex.hpp +++ b/omp/components/omp_mutex.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/precision_conversion.cpp b/omp/components/precision_conversion.cpp index 4c4553470a8..75f55e39b46 100644 --- a/omp/components/precision_conversion.cpp +++ b/omp/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/prefix_sum.cpp b/omp/components/prefix_sum.cpp index df307abd09c..8e2e964934b 100644 --- a/omp/components/prefix_sum.cpp +++ b/omp/components/prefix_sum.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/components/sort_small.hpp b/omp/components/sort_small.hpp index cb93b55e001..6cb5c905837 100644 --- a/omp/components/sort_small.hpp +++ b/omp/components/sort_small.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/factorization/factorization_kernels.cpp b/omp/factorization/factorization_kernels.cpp index f4b1f616444..09b2d5fd24a 100644 --- a/omp/factorization/factorization_kernels.cpp +++ b/omp/factorization/factorization_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/factorization/ilu_kernels.cpp b/omp/factorization/ilu_kernels.cpp index 77f30a9a753..976c8129395 100644 --- a/omp/factorization/ilu_kernels.cpp +++ b/omp/factorization/ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/factorization/par_ict_kernels.cpp b/omp/factorization/par_ict_kernels.cpp index 15d80ab8755..331c384b069 100644 --- a/omp/factorization/par_ict_kernels.cpp +++ b/omp/factorization/par_ict_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/factorization/par_ilu_kernels.cpp b/omp/factorization/par_ilu_kernels.cpp index d658c0da579..bbff6d84d7d 100644 --- a/omp/factorization/par_ilu_kernels.cpp +++ b/omp/factorization/par_ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/factorization/par_ilut_kernels.cpp b/omp/factorization/par_ilut_kernels.cpp index 1e7d4988c5c..bd1dd027173 100644 --- a/omp/factorization/par_ilut_kernels.cpp +++ b/omp/factorization/par_ilut_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/coo_kernels.cpp b/omp/matrix/coo_kernels.cpp index f3cf968a356..676051af076 100644 --- a/omp/matrix/coo_kernels.cpp +++ b/omp/matrix/coo_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/csr_kernels.cpp b/omp/matrix/csr_kernels.cpp index 284bc380544..44e8f18a74e 100644 --- a/omp/matrix/csr_kernels.cpp +++ b/omp/matrix/csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/dense_kernels.cpp b/omp/matrix/dense_kernels.cpp index a14f45ba033..6ca39cccd22 100644 --- a/omp/matrix/dense_kernels.cpp +++ b/omp/matrix/dense_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/diagonal_kernels.cpp b/omp/matrix/diagonal_kernels.cpp index ac7c5c4fe67..35985dc0e18 100644 --- a/omp/matrix/diagonal_kernels.cpp +++ b/omp/matrix/diagonal_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/ell_kernels.cpp b/omp/matrix/ell_kernels.cpp index 19d32988042..a590357a1c2 100644 --- a/omp/matrix/ell_kernels.cpp +++ b/omp/matrix/ell_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/hybrid_kernels.cpp b/omp/matrix/hybrid_kernels.cpp index 8282d7c7ab8..204da570121 100644 --- a/omp/matrix/hybrid_kernels.cpp +++ b/omp/matrix/hybrid_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/sellp_kernels.cpp b/omp/matrix/sellp_kernels.cpp index 95cd6551315..28ae80ff92a 100644 --- a/omp/matrix/sellp_kernels.cpp +++ b/omp/matrix/sellp_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/matrix/sparsity_csr_kernels.cpp b/omp/matrix/sparsity_csr_kernels.cpp index 22987b55287..903e4c43414 100644 --- a/omp/matrix/sparsity_csr_kernels.cpp +++ b/omp/matrix/sparsity_csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/preconditioner/isai_kernels.cpp b/omp/preconditioner/isai_kernels.cpp index 98acbf68446..a64724b260e 100644 --- a/omp/preconditioner/isai_kernels.cpp +++ b/omp/preconditioner/isai_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/preconditioner/jacobi_kernels.cpp b/omp/preconditioner/jacobi_kernels.cpp index cf3e6fb4ec8..df97082319d 100644 --- a/omp/preconditioner/jacobi_kernels.cpp +++ b/omp/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/reorder/rcm_kernels.cpp b/omp/reorder/rcm_kernels.cpp index a51c57cef41..9b3a454f334 100644 --- a/omp/reorder/rcm_kernels.cpp +++ b/omp/reorder/rcm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/bicg_kernels.cpp b/omp/solver/bicg_kernels.cpp index d9e2864eedf..9e98a000699 100644 --- a/omp/solver/bicg_kernels.cpp +++ b/omp/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/bicgstab_kernels.cpp b/omp/solver/bicgstab_kernels.cpp index d761fc044cf..228f7c50e27 100644 --- a/omp/solver/bicgstab_kernels.cpp +++ b/omp/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/cg_kernels.cpp b/omp/solver/cg_kernels.cpp index b9a88f25761..b012c2cb260 100644 --- a/omp/solver/cg_kernels.cpp +++ b/omp/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/cgs_kernels.cpp b/omp/solver/cgs_kernels.cpp index a0678788565..34323bc7216 100644 --- a/omp/solver/cgs_kernels.cpp +++ b/omp/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/fcg_kernels.cpp b/omp/solver/fcg_kernels.cpp index b8b69ee6d91..3bba54d5b0f 100644 --- a/omp/solver/fcg_kernels.cpp +++ b/omp/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/gmres_kernels.cpp b/omp/solver/gmres_kernels.cpp index 6c44263bc75..80bfbd6f54e 100644 --- a/omp/solver/gmres_kernels.cpp +++ b/omp/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/idr_kernels.cpp b/omp/solver/idr_kernels.cpp index ce91497b1ee..f03272ec8e8 100644 --- a/omp/solver/idr_kernels.cpp +++ b/omp/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,10 +33,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "core/solver/idr_kernels.hpp" +#include #include #include #include -#include #include diff --git a/omp/solver/ir_kernels.cpp b/omp/solver/ir_kernels.cpp index ba68c407e95..4b9c8b21a61 100644 --- a/omp/solver/ir_kernels.cpp +++ b/omp/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/lower_trs_kernels.cpp b/omp/solver/lower_trs_kernels.cpp index b30a23a69d6..b313f762d2f 100644 --- a/omp/solver/lower_trs_kernels.cpp +++ b/omp/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/solver/upper_trs_kernels.cpp b/omp/solver/upper_trs_kernels.cpp index 15d982998e0..29ecfda6c8c 100644 --- a/omp/solver/upper_trs_kernels.cpp +++ b/omp/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/stop/criterion_kernels.cpp b/omp/stop/criterion_kernels.cpp index ef8ff9f1221..d48b5cc0165 100644 --- a/omp/stop/criterion_kernels.cpp +++ b/omp/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/stop/residual_norm_kernels.cpp b/omp/stop/residual_norm_kernels.cpp index 1fd3a14cf85..630fd9b05c6 100644 --- a/omp/stop/residual_norm_kernels.cpp +++ b/omp/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/components/absolute_array.cpp b/omp/test/components/absolute_array.cpp index 92203777d9c..c6d80de903b 100644 --- a/omp/test/components/absolute_array.cpp +++ b/omp/test/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/components/fill_array.cpp b/omp/test/components/fill_array.cpp index a9bafc74ad5..eddf3e9eb51 100644 --- a/omp/test/components/fill_array.cpp +++ b/omp/test/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/components/precision_conversion.cpp b/omp/test/components/precision_conversion.cpp index ffd9c25df3e..5290a5f258e 100644 --- a/omp/test/components/precision_conversion.cpp +++ b/omp/test/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/components/prefix_sum.cpp b/omp/test/components/prefix_sum.cpp index af00ed9977a..1322f8a7188 100644 --- a/omp/test/components/prefix_sum.cpp +++ b/omp/test/components/prefix_sum.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/factorization/par_ict_kernels.cpp b/omp/test/factorization/par_ict_kernels.cpp index a6afed077a6..0e3c50e3ea7 100644 --- a/omp/test/factorization/par_ict_kernels.cpp +++ b/omp/test/factorization/par_ict_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/factorization/par_ilu_kernels.cpp b/omp/test/factorization/par_ilu_kernels.cpp index 583a68c26e9..ea3e399b686 100644 --- a/omp/test/factorization/par_ilu_kernels.cpp +++ b/omp/test/factorization/par_ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/factorization/par_ilut_kernels.cpp b/omp/test/factorization/par_ilut_kernels.cpp index a30ffba8e45..eaea0c2d41e 100644 --- a/omp/test/factorization/par_ilut_kernels.cpp +++ b/omp/test/factorization/par_ilut_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/coo_kernels.cpp b/omp/test/matrix/coo_kernels.cpp index 9f0dcfb7e73..8f90fe7336c 100644 --- a/omp/test/matrix/coo_kernels.cpp +++ b/omp/test/matrix/coo_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/csr_kernels.cpp b/omp/test/matrix/csr_kernels.cpp index 2419b5c1a41..a27f6638a04 100644 --- a/omp/test/matrix/csr_kernels.cpp +++ b/omp/test/matrix/csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/dense_kernels.cpp b/omp/test/matrix/dense_kernels.cpp index 4f36313c8ad..bb860e7c820 100644 --- a/omp/test/matrix/dense_kernels.cpp +++ b/omp/test/matrix/dense_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/diagonal_kernels.cpp b/omp/test/matrix/diagonal_kernels.cpp index 02ddd354241..9fcd618ad38 100644 --- a/omp/test/matrix/diagonal_kernels.cpp +++ b/omp/test/matrix/diagonal_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/ell_kernels.cpp b/omp/test/matrix/ell_kernels.cpp index 2d11a61f68b..281292e9684 100644 --- a/omp/test/matrix/ell_kernels.cpp +++ b/omp/test/matrix/ell_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/hybrid_kernels.cpp b/omp/test/matrix/hybrid_kernels.cpp index a0dd242e1f7..39f56d8442c 100644 --- a/omp/test/matrix/hybrid_kernels.cpp +++ b/omp/test/matrix/hybrid_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/sellp_kernels.cpp b/omp/test/matrix/sellp_kernels.cpp index 802abdbdfdf..a48ea35d9b9 100644 --- a/omp/test/matrix/sellp_kernels.cpp +++ b/omp/test/matrix/sellp_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/matrix/sparsity_csr_kernels.cpp b/omp/test/matrix/sparsity_csr_kernels.cpp index dea4844885a..fd9d65d3860 100644 --- a/omp/test/matrix/sparsity_csr_kernels.cpp +++ b/omp/test/matrix/sparsity_csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/preconditioner/isai_kernels.cpp b/omp/test/preconditioner/isai_kernels.cpp index ea3c52755a1..f0fa382a9d1 100644 --- a/omp/test/preconditioner/isai_kernels.cpp +++ b/omp/test/preconditioner/isai_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/preconditioner/jacobi_kernels.cpp b/omp/test/preconditioner/jacobi_kernels.cpp index c1d3a03ee32..73f8a216f9e 100644 --- a/omp/test/preconditioner/jacobi_kernels.cpp +++ b/omp/test/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/reorder/rcm_kernels.cpp b/omp/test/reorder/rcm_kernels.cpp index 9f7a891cb89..18cd5850451 100644 --- a/omp/test/reorder/rcm_kernels.cpp +++ b/omp/test/reorder/rcm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/bicg_kernels.cpp b/omp/test/solver/bicg_kernels.cpp index 2766f1eb910..6a18e176119 100644 --- a/omp/test/solver/bicg_kernels.cpp +++ b/omp/test/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/bicgstab_kernels.cpp b/omp/test/solver/bicgstab_kernels.cpp index 5a81532f787..83b691b6455 100644 --- a/omp/test/solver/bicgstab_kernels.cpp +++ b/omp/test/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/cg_kernels.cpp b/omp/test/solver/cg_kernels.cpp index 695789f0205..35d09fc0f6d 100644 --- a/omp/test/solver/cg_kernels.cpp +++ b/omp/test/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/cgs_kernels.cpp b/omp/test/solver/cgs_kernels.cpp index 7fabfe22e93..1c64f8e22fb 100644 --- a/omp/test/solver/cgs_kernels.cpp +++ b/omp/test/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/fcg_kernels.cpp b/omp/test/solver/fcg_kernels.cpp index af7fe606413..9c55c762a78 100644 --- a/omp/test/solver/fcg_kernels.cpp +++ b/omp/test/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/gmres_kernels.cpp b/omp/test/solver/gmres_kernels.cpp index da04a15c44b..8e9e8a5a762 100644 --- a/omp/test/solver/gmres_kernels.cpp +++ b/omp/test/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/idr_kernels.cpp b/omp/test/solver/idr_kernels.cpp index 70695b7762f..f26bf4dcf4b 100644 --- a/omp/test/solver/idr_kernels.cpp +++ b/omp/test/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/ir_kernels.cpp b/omp/test/solver/ir_kernels.cpp index a1b7b55f448..86312d491d6 100644 --- a/omp/test/solver/ir_kernels.cpp +++ b/omp/test/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/lower_trs_kernels.cpp b/omp/test/solver/lower_trs_kernels.cpp index 52c21bfa356..7065c7135e1 100644 --- a/omp/test/solver/lower_trs_kernels.cpp +++ b/omp/test/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/solver/upper_trs_kernels.cpp b/omp/test/solver/upper_trs_kernels.cpp index db6097f6623..bc434aca064 100644 --- a/omp/test/solver/upper_trs_kernels.cpp +++ b/omp/test/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/stop/criterion_kernels.cpp b/omp/test/stop/criterion_kernels.cpp index 8ab87f2b6f2..8734c7a2392 100644 --- a/omp/test/stop/criterion_kernels.cpp +++ b/omp/test/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/omp/test/stop/residual_norm_kernels.cpp b/omp/test/stop/residual_norm_kernels.cpp index 082dfd7bc57..4d960f7b442 100644 --- a/omp/test/stop/residual_norm_kernels.cpp +++ b/omp/test/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/base/version.cpp b/reference/base/version.cpp index aac3a23180e..662c9e1b85a 100644 --- a/reference/base/version.cpp +++ b/reference/base/version.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/absolute_array.cpp b/reference/components/absolute_array.cpp index 688945886f9..287e4cfeb95 100644 --- a/reference/components/absolute_array.cpp +++ b/reference/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/convert_ptrs.hpp b/reference/components/convert_ptrs.hpp index bc89f9f2df0..ad59da923cc 100644 --- a/reference/components/convert_ptrs.hpp +++ b/reference/components/convert_ptrs.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/csr_spgeam.hpp b/reference/components/csr_spgeam.hpp index 84ebbaecccc..c8149f9186f 100644 --- a/reference/components/csr_spgeam.hpp +++ b/reference/components/csr_spgeam.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/fill_array.cpp b/reference/components/fill_array.cpp index 23499dabd3b..43e586c1092 100644 --- a/reference/components/fill_array.cpp +++ b/reference/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/format_conversion.hpp b/reference/components/format_conversion.hpp index 38520dd8b66..ebf24d3acd5 100644 --- a/reference/components/format_conversion.hpp +++ b/reference/components/format_conversion.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/matrix_operations.hpp b/reference/components/matrix_operations.hpp index b62a3a84ec8..97a639bf907 100644 --- a/reference/components/matrix_operations.hpp +++ b/reference/components/matrix_operations.hpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/precision_conversion.cpp b/reference/components/precision_conversion.cpp index 6bc37efe940..7fcffeb8300 100644 --- a/reference/components/precision_conversion.cpp +++ b/reference/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/components/prefix_sum.cpp b/reference/components/prefix_sum.cpp index 003491ad5d9..9cdf95bdd30 100644 --- a/reference/components/prefix_sum.cpp +++ b/reference/components/prefix_sum.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/factorization/factorization_kernels.cpp b/reference/factorization/factorization_kernels.cpp index 6155208f41b..dfae5dfe08e 100644 --- a/reference/factorization/factorization_kernels.cpp +++ b/reference/factorization/factorization_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/factorization/ilu_kernels.cpp b/reference/factorization/ilu_kernels.cpp index 279bfda5c18..73f4cb8579e 100644 --- a/reference/factorization/ilu_kernels.cpp +++ b/reference/factorization/ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/factorization/par_ict_kernels.cpp b/reference/factorization/par_ict_kernels.cpp index b360709a628..038da5238da 100644 --- a/reference/factorization/par_ict_kernels.cpp +++ b/reference/factorization/par_ict_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/factorization/par_ilu_kernels.cpp b/reference/factorization/par_ilu_kernels.cpp index e2234d52fdf..11d6341fb5f 100644 --- a/reference/factorization/par_ilu_kernels.cpp +++ b/reference/factorization/par_ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/factorization/par_ilut_kernels.cpp b/reference/factorization/par_ilut_kernels.cpp index 63df1c5634e..82cb34579df 100644 --- a/reference/factorization/par_ilut_kernels.cpp +++ b/reference/factorization/par_ilut_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/coo_kernels.cpp b/reference/matrix/coo_kernels.cpp index 3d875bcda95..77a5de52913 100644 --- a/reference/matrix/coo_kernels.cpp +++ b/reference/matrix/coo_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/csr_kernels.cpp b/reference/matrix/csr_kernels.cpp index d4d5a02e473..ec7ac790c7b 100644 --- a/reference/matrix/csr_kernels.cpp +++ b/reference/matrix/csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/dense_kernels.cpp b/reference/matrix/dense_kernels.cpp index 16443c0bbb5..df0b8595afb 100644 --- a/reference/matrix/dense_kernels.cpp +++ b/reference/matrix/dense_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/diagonal_kernels.cpp b/reference/matrix/diagonal_kernels.cpp index 187b4ef25e6..1a832c68468 100644 --- a/reference/matrix/diagonal_kernels.cpp +++ b/reference/matrix/diagonal_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/ell_kernels.cpp b/reference/matrix/ell_kernels.cpp index fb46c0fe085..fdbaff5dfc5 100644 --- a/reference/matrix/ell_kernels.cpp +++ b/reference/matrix/ell_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/hybrid_kernels.cpp b/reference/matrix/hybrid_kernels.cpp index 74e126334e2..7bb5b4d512d 100644 --- a/reference/matrix/hybrid_kernels.cpp +++ b/reference/matrix/hybrid_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/sellp_kernels.cpp b/reference/matrix/sellp_kernels.cpp index f91be5a0573..094d29a0ec6 100644 --- a/reference/matrix/sellp_kernels.cpp +++ b/reference/matrix/sellp_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/matrix/sparsity_csr_kernels.cpp b/reference/matrix/sparsity_csr_kernels.cpp index 70ab3b15aff..0150fec8fcf 100644 --- a/reference/matrix/sparsity_csr_kernels.cpp +++ b/reference/matrix/sparsity_csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/preconditioner/isai_kernels.cpp b/reference/preconditioner/isai_kernels.cpp index 6a3a682e395..89f52a4bf16 100644 --- a/reference/preconditioner/isai_kernels.cpp +++ b/reference/preconditioner/isai_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/preconditioner/jacobi_kernels.cpp b/reference/preconditioner/jacobi_kernels.cpp index a547e6405f6..b96af16dca2 100644 --- a/reference/preconditioner/jacobi_kernels.cpp +++ b/reference/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/reorder/rcm_kernels.cpp b/reference/reorder/rcm_kernels.cpp index 74b02fff26b..06142e7435b 100644 --- a/reference/reorder/rcm_kernels.cpp +++ b/reference/reorder/rcm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/bicg_kernels.cpp b/reference/solver/bicg_kernels.cpp index 5142b9461fd..165b6bb4f5c 100644 --- a/reference/solver/bicg_kernels.cpp +++ b/reference/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/bicgstab_kernels.cpp b/reference/solver/bicgstab_kernels.cpp index 29927d18953..4c6bc038344 100644 --- a/reference/solver/bicgstab_kernels.cpp +++ b/reference/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/cg_kernels.cpp b/reference/solver/cg_kernels.cpp index bf4625de9de..4202d41a2e3 100644 --- a/reference/solver/cg_kernels.cpp +++ b/reference/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/cgs_kernels.cpp b/reference/solver/cgs_kernels.cpp index f393bb4ecd5..c2cfb0f0cda 100644 --- a/reference/solver/cgs_kernels.cpp +++ b/reference/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/fcg_kernels.cpp b/reference/solver/fcg_kernels.cpp index 24c758d1140..b8af3445e5d 100644 --- a/reference/solver/fcg_kernels.cpp +++ b/reference/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/gmres_kernels.cpp b/reference/solver/gmres_kernels.cpp index fd79e7d8574..e70cb8e0dc7 100644 --- a/reference/solver/gmres_kernels.cpp +++ b/reference/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/idr_kernels.cpp b/reference/solver/idr_kernels.cpp index eff6751fc85..17c34f00d04 100644 --- a/reference/solver/idr_kernels.cpp +++ b/reference/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without @@ -33,10 +33,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "core/solver/idr_kernels.hpp" +#include #include #include #include -#include #include diff --git a/reference/solver/ir_kernels.cpp b/reference/solver/ir_kernels.cpp index 1febced33ad..b3f4b85bc7f 100644 --- a/reference/solver/ir_kernels.cpp +++ b/reference/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/lower_trs_kernels.cpp b/reference/solver/lower_trs_kernels.cpp index daa62716f1b..8247397c4ba 100644 --- a/reference/solver/lower_trs_kernels.cpp +++ b/reference/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/solver/upper_trs_kernels.cpp b/reference/solver/upper_trs_kernels.cpp index 2cb41ed397f..7c938d505ab 100644 --- a/reference/solver/upper_trs_kernels.cpp +++ b/reference/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/stop/criterion_kernels.cpp b/reference/stop/criterion_kernels.cpp index 050ebab01af..e54f5f96f9f 100644 --- a/reference/stop/criterion_kernels.cpp +++ b/reference/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/stop/residual_norm_kernels.cpp b/reference/stop/residual_norm_kernels.cpp index fb968e0eae3..c6c4393a4eb 100644 --- a/reference/stop/residual_norm_kernels.cpp +++ b/reference/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/base/combination.cpp b/reference/test/base/combination.cpp index f490433ef8b..b6dba6f7386 100644 --- a/reference/test/base/combination.cpp +++ b/reference/test/base/combination.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/base/composition.cpp b/reference/test/base/composition.cpp index 5e381a8a48e..f48ff60ef4d 100644 --- a/reference/test/base/composition.cpp +++ b/reference/test/base/composition.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/base/perturbation.cpp b/reference/test/base/perturbation.cpp index d2bc6a617f5..7f847e825c2 100644 --- a/reference/test/base/perturbation.cpp +++ b/reference/test/base/perturbation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/base/utils.cpp b/reference/test/base/utils.cpp index 6a4b7d4b9bb..4a904cc3f5a 100644 --- a/reference/test/base/utils.cpp +++ b/reference/test/base/utils.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/components/absolute_array.cpp b/reference/test/components/absolute_array.cpp index 8d08b6d8b95..a28d8f18cb3 100644 --- a/reference/test/components/absolute_array.cpp +++ b/reference/test/components/absolute_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/components/fill_array.cpp b/reference/test/components/fill_array.cpp index 7ad30a78aff..c58b2d27995 100644 --- a/reference/test/components/fill_array.cpp +++ b/reference/test/components/fill_array.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/components/precision_conversion.cpp b/reference/test/components/precision_conversion.cpp index 10c96e82f23..1566aee59bc 100644 --- a/reference/test/components/precision_conversion.cpp +++ b/reference/test/components/precision_conversion.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/components/prefix_sum.cpp b/reference/test/components/prefix_sum.cpp index 58d40606bb2..53dc25c6a1a 100644 --- a/reference/test/components/prefix_sum.cpp +++ b/reference/test/components/prefix_sum.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/factorization/par_ict_kernels.cpp b/reference/test/factorization/par_ict_kernels.cpp index 3cde2a85cab..0466278a102 100644 --- a/reference/test/factorization/par_ict_kernels.cpp +++ b/reference/test/factorization/par_ict_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/factorization/par_ilu_kernels.cpp b/reference/test/factorization/par_ilu_kernels.cpp index 551f591b53d..388d54232ad 100644 --- a/reference/test/factorization/par_ilu_kernels.cpp +++ b/reference/test/factorization/par_ilu_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/factorization/par_ilut_kernels.cpp b/reference/test/factorization/par_ilut_kernels.cpp index 0a5aa7ae049..33dd875ab92 100644 --- a/reference/test/factorization/par_ilut_kernels.cpp +++ b/reference/test/factorization/par_ilut_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/log/convergence.cpp b/reference/test/log/convergence.cpp index 484e605864c..1e10f370996 100644 --- a/reference/test/log/convergence.cpp +++ b/reference/test/log/convergence.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/log/papi.cpp b/reference/test/log/papi.cpp index f1e98dd0a51..fd84c507125 100644 --- a/reference/test/log/papi.cpp +++ b/reference/test/log/papi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/coo_kernels.cpp b/reference/test/matrix/coo_kernels.cpp index 2e7d7764c99..c728a7ccbda 100644 --- a/reference/test/matrix/coo_kernels.cpp +++ b/reference/test/matrix/coo_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/csr_kernels.cpp b/reference/test/matrix/csr_kernels.cpp index b963508eb45..186aa700598 100644 --- a/reference/test/matrix/csr_kernels.cpp +++ b/reference/test/matrix/csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/dense_kernels.cpp b/reference/test/matrix/dense_kernels.cpp index 3022ece5124..d8d8758af21 100644 --- a/reference/test/matrix/dense_kernels.cpp +++ b/reference/test/matrix/dense_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/diagonal_kernels.cpp b/reference/test/matrix/diagonal_kernels.cpp index 440719f33bc..01db0c6e800 100644 --- a/reference/test/matrix/diagonal_kernels.cpp +++ b/reference/test/matrix/diagonal_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/ell_kernels.cpp b/reference/test/matrix/ell_kernels.cpp index 03e0b6417d4..91b29752be9 100644 --- a/reference/test/matrix/ell_kernels.cpp +++ b/reference/test/matrix/ell_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/hybrid_kernels.cpp b/reference/test/matrix/hybrid_kernels.cpp index da8a5dded83..59064eeceaa 100644 --- a/reference/test/matrix/hybrid_kernels.cpp +++ b/reference/test/matrix/hybrid_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/identity.cpp b/reference/test/matrix/identity.cpp index 586d8ed232b..690c7b811ce 100644 --- a/reference/test/matrix/identity.cpp +++ b/reference/test/matrix/identity.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/permutation.cpp b/reference/test/matrix/permutation.cpp index 4535cd6a292..0e941a530cf 100644 --- a/reference/test/matrix/permutation.cpp +++ b/reference/test/matrix/permutation.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/sellp_kernels.cpp b/reference/test/matrix/sellp_kernels.cpp index 736264d873d..f4ea24287ea 100644 --- a/reference/test/matrix/sellp_kernels.cpp +++ b/reference/test/matrix/sellp_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/sparsity_csr.cpp b/reference/test/matrix/sparsity_csr.cpp index 8569072711a..e87eeacbc5a 100644 --- a/reference/test/matrix/sparsity_csr.cpp +++ b/reference/test/matrix/sparsity_csr.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/matrix/sparsity_csr_kernels.cpp b/reference/test/matrix/sparsity_csr_kernels.cpp index 141013061c0..ae5d5a532c7 100644 --- a/reference/test/matrix/sparsity_csr_kernels.cpp +++ b/reference/test/matrix/sparsity_csr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/preconditioner/ilu.cpp b/reference/test/preconditioner/ilu.cpp index 373906be719..10bc527d1b1 100644 --- a/reference/test/preconditioner/ilu.cpp +++ b/reference/test/preconditioner/ilu.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/preconditioner/isai_kernels.cpp b/reference/test/preconditioner/isai_kernels.cpp index 5ed332f7e95..fe139517bfc 100644 --- a/reference/test/preconditioner/isai_kernels.cpp +++ b/reference/test/preconditioner/isai_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/preconditioner/jacobi.cpp b/reference/test/preconditioner/jacobi.cpp index af0e9d9005b..1dfc17c5569 100644 --- a/reference/test/preconditioner/jacobi.cpp +++ b/reference/test/preconditioner/jacobi.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/preconditioner/jacobi_kernels.cpp b/reference/test/preconditioner/jacobi_kernels.cpp index 48f66a19723..778d0dd467d 100644 --- a/reference/test/preconditioner/jacobi_kernels.cpp +++ b/reference/test/preconditioner/jacobi_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/reorder/rcm.cpp b/reference/test/reorder/rcm.cpp index c81045c8fd6..1730258231f 100644 --- a/reference/test/reorder/rcm.cpp +++ b/reference/test/reorder/rcm.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/reorder/rcm_kernels.cpp b/reference/test/reorder/rcm_kernels.cpp index 3905918e3d7..a5b2b3069a3 100644 --- a/reference/test/reorder/rcm_kernels.cpp +++ b/reference/test/reorder/rcm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/bicg_kernels.cpp b/reference/test/solver/bicg_kernels.cpp index 9ff64123176..d00fde64493 100644 --- a/reference/test/solver/bicg_kernels.cpp +++ b/reference/test/solver/bicg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/bicgstab_kernels.cpp b/reference/test/solver/bicgstab_kernels.cpp index 3e01f6d12aa..0779821d159 100644 --- a/reference/test/solver/bicgstab_kernels.cpp +++ b/reference/test/solver/bicgstab_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/cg_kernels.cpp b/reference/test/solver/cg_kernels.cpp index 7de370c020e..a2884779e03 100644 --- a/reference/test/solver/cg_kernels.cpp +++ b/reference/test/solver/cg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/cgs_kernels.cpp b/reference/test/solver/cgs_kernels.cpp index 105062ff187..efaa0d28176 100644 --- a/reference/test/solver/cgs_kernels.cpp +++ b/reference/test/solver/cgs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/fcg_kernels.cpp b/reference/test/solver/fcg_kernels.cpp index eb21327256e..947ec1d325a 100644 --- a/reference/test/solver/fcg_kernels.cpp +++ b/reference/test/solver/fcg_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/gmres_kernels.cpp b/reference/test/solver/gmres_kernels.cpp index 9232971c98f..8574af14dc3 100644 --- a/reference/test/solver/gmres_kernels.cpp +++ b/reference/test/solver/gmres_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/idr_kernels.cpp b/reference/test/solver/idr_kernels.cpp index 055731174e3..882c5565c5b 100644 --- a/reference/test/solver/idr_kernels.cpp +++ b/reference/test/solver/idr_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/ir_kernels.cpp b/reference/test/solver/ir_kernels.cpp index 76c66873d00..48bed351e6d 100644 --- a/reference/test/solver/ir_kernels.cpp +++ b/reference/test/solver/ir_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/lower_trs.cpp b/reference/test/solver/lower_trs.cpp index fe0deeca70c..3049a74f7b6 100644 --- a/reference/test/solver/lower_trs.cpp +++ b/reference/test/solver/lower_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/lower_trs_kernels.cpp b/reference/test/solver/lower_trs_kernels.cpp index 88158a9b288..4b7ff6b94a7 100644 --- a/reference/test/solver/lower_trs_kernels.cpp +++ b/reference/test/solver/lower_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/upper_trs.cpp b/reference/test/solver/upper_trs.cpp index 5476897c6ce..c186d147358 100644 --- a/reference/test/solver/upper_trs.cpp +++ b/reference/test/solver/upper_trs.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/solver/upper_trs_kernels.cpp b/reference/test/solver/upper_trs_kernels.cpp index d0077e63398..1fdab317316 100644 --- a/reference/test/solver/upper_trs_kernels.cpp +++ b/reference/test/solver/upper_trs_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/stop/combined.cpp b/reference/test/stop/combined.cpp index 00eed7107bd..28e613ff3d4 100644 --- a/reference/test/stop/combined.cpp +++ b/reference/test/stop/combined.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/stop/criterion_kernels.cpp b/reference/test/stop/criterion_kernels.cpp index b2fa160f8e3..89b9b9665d8 100644 --- a/reference/test/stop/criterion_kernels.cpp +++ b/reference/test/stop/criterion_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/stop/iteration.cpp b/reference/test/stop/iteration.cpp index fd9d34114b5..5a10542ccea 100644 --- a/reference/test/stop/iteration.cpp +++ b/reference/test/stop/iteration.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/stop/residual_norm_kernels.cpp b/reference/test/stop/residual_norm_kernels.cpp index 8a2b31d8b38..6a25f249186 100644 --- a/reference/test/stop/residual_norm_kernels.cpp +++ b/reference/test/stop/residual_norm_kernels.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/stop/time.cpp b/reference/test/stop/time.cpp index 70da8138ae7..60fb6a157a9 100644 --- a/reference/test/stop/time.cpp +++ b/reference/test/stop/time.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/reference/test/utils/assertions_test.cpp b/reference/test/utils/assertions_test.cpp index ffc467e06aa..737557fc52a 100644 --- a/reference/test/utils/assertions_test.cpp +++ b/reference/test/utils/assertions_test.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/test_install/test_install.cpp b/test_install/test_install.cpp index c80b0976b34..589a52bf8c2 100644 --- a/test_install/test_install.cpp +++ b/test_install/test_install.cpp @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/test_install/test_install_cuda.cu b/test_install/test_install_cuda.cu index a4f46b371f8..f11b545c309 100644 --- a/test_install/test_install_cuda.cu +++ b/test_install/test_install_cuda.cu @@ -1,5 +1,5 @@ /************************************************************* -Copyright (c) 2017-2020, the Ginkgo authors +Copyright (c) 2017-2021, the Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without