From 46fa26632ba1c2d97902c4de7042d05ab28a5053 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Mon, 8 Jan 2024 08:49:21 +0000 Subject: [PATCH] update copyright to 2024 --- .pre-commit-config.yaml | 2 +- LICENSE | 2 +- accessor/accessor_helper.hpp | 2 +- accessor/block_col_major.hpp | 2 +- accessor/cuda_helper.hpp | 2 +- accessor/hip_helper.hpp | 2 +- accessor/index_span.hpp | 2 +- accessor/math.hpp | 2 +- accessor/range.hpp | 2 +- accessor/reduced_row_major.hpp | 2 +- accessor/reduced_row_major_reference.hpp | 2 +- accessor/reference_helper.hpp | 2 +- accessor/row_major.hpp | 2 +- accessor/scaled_reduced_row_major.hpp | 2 +- accessor/scaled_reduced_row_major_reference.hpp | 2 +- accessor/utils.hpp | 2 +- benchmark/blas/blas.cpp | 2 +- benchmark/blas/blas_common.hpp | 2 +- benchmark/blas/distributed/multi_vector.cpp | 2 +- benchmark/conversion/conversion.cpp | 2 +- benchmark/matrix_generator/matrix_generator.cpp | 2 +- benchmark/matrix_statistics/matrix_statistics.cpp | 2 +- benchmark/preconditioner/preconditioner.cpp | 2 +- benchmark/solver/distributed/solver.cpp | 2 +- benchmark/solver/solver.cpp | 2 +- benchmark/solver/solver_common.hpp | 2 +- benchmark/sparse_blas/operations.cpp | 2 +- benchmark/sparse_blas/operations.hpp | 2 +- benchmark/sparse_blas/sparse_blas.cpp | 2 +- benchmark/spmv/distributed/spmv.cpp | 2 +- benchmark/spmv/spmv.cpp | 2 +- benchmark/spmv/spmv_common.hpp | 2 +- benchmark/tools/compare.py | 2 +- benchmark/tools/matrix.cpp | 2 +- benchmark/tools/mtx_to_binary.cpp | 2 +- benchmark/utils/cuda_linops.cpp | 2 +- benchmark/utils/cuda_timer.cpp | 2 +- benchmark/utils/distributed_helpers.hpp | 2 +- benchmark/utils/dpcpp_linops.dp.cpp | 2 +- benchmark/utils/dpcpp_timer.dp.cpp | 2 +- benchmark/utils/formats.hpp | 2 +- benchmark/utils/general.hpp | 2 +- benchmark/utils/general_matrix.hpp | 2 +- benchmark/utils/generator.hpp | 2 +- benchmark/utils/hip_linops.hip.cpp | 2 +- benchmark/utils/hip_timer.hip.cpp | 2 +- benchmark/utils/iteration_control.hpp | 2 +- benchmark/utils/json.hpp | 2 +- benchmark/utils/loggers.hpp | 2 +- benchmark/utils/mpi_timer.cpp | 2 +- benchmark/utils/overhead_linop.hpp | 2 +- benchmark/utils/preconditioners.hpp | 2 +- benchmark/utils/runner.hpp | 2 +- benchmark/utils/sparselib_linops.hpp | 2 +- benchmark/utils/stencil_matrix.hpp | 2 +- benchmark/utils/timer.hpp | 2 +- benchmark/utils/timer_impl.hpp | 2 +- benchmark/utils/tuning_variables.cpp | 2 +- benchmark/utils/tuning_variables.hpp | 2 +- benchmark/utils/types.hpp | 2 +- cmake/Modules/CudaArchitectureSelector.cmake | 2 +- cmake/Modules/FindHWLOC.cmake | 2 +- cmake/Modules/hwloc_helpers.cmake | 2 +- cmake/openmpi_test.cpp | 2 +- common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc | 2 +- common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc | 2 +- common/cuda_hip/base/device_matrix_data_kernels.hpp.inc | 2 +- common/cuda_hip/base/executor.hpp.inc | 2 +- common/cuda_hip/base/kernel_launch.hpp.inc | 2 +- common/cuda_hip/base/kernel_launch_reduction.hpp.inc | 2 +- common/cuda_hip/base/kernel_launch_solver.hpp.inc | 2 +- common/cuda_hip/base/math.hpp.inc | 2 +- common/cuda_hip/components/atomic.hpp.inc | 2 +- common/cuda_hip/components/diagonal_block_manipulation.hpp.inc | 2 +- common/cuda_hip/components/intrinsics.hpp.inc | 2 +- common/cuda_hip/components/memory.nvidia.hpp.inc | 2 +- common/cuda_hip/components/merging.hpp.inc | 2 +- common/cuda_hip/components/prefix_sum.hpp.inc | 2 +- common/cuda_hip/components/prefix_sum_kernels.hpp.inc | 2 +- common/cuda_hip/components/reduction.hpp.inc | 2 +- common/cuda_hip/components/searching.hpp.inc | 2 +- common/cuda_hip/components/segment_scan.hpp.inc | 2 +- common/cuda_hip/components/sorting.hpp.inc | 2 +- common/cuda_hip/components/syncfree.hpp.inc | 2 +- common/cuda_hip/components/thread_ids.hpp.inc | 2 +- common/cuda_hip/components/uninitialized_array.hpp.inc | 2 +- common/cuda_hip/components/warp_blas.hpp.inc | 2 +- common/cuda_hip/distributed/matrix_kernels.hpp.inc | 2 +- common/cuda_hip/distributed/partition_helpers_kernels.hpp.inc | 2 +- common/cuda_hip/distributed/partition_kernels.hpp.inc | 2 +- common/cuda_hip/distributed/vector_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/cholesky_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/factorization_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/lu_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ic_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ict_spgeam_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ict_sweep_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ilu_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ilut_filter_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ilut_select_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ilut_spgeam_kernels.hpp.inc | 2 +- common/cuda_hip/factorization/par_ilut_sweep_kernels.hpp.inc | 2 +- common/cuda_hip/log/batch_logger.hpp.inc | 2 +- common/cuda_hip/matrix/batch_csr_kernel_launcher.hpp.inc | 2 +- common/cuda_hip/matrix/batch_csr_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/batch_dense_kernel_launcher.hpp.inc | 2 +- common/cuda_hip/matrix/batch_dense_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/batch_ell_kernel_launcher.hpp.inc | 2 +- common/cuda_hip/matrix/batch_ell_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/coo_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/csr_common.hpp.inc | 2 +- common/cuda_hip/matrix/csr_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/dense_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/diagonal_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/ell_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/fbcsr_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/sellp_kernels.hpp.inc | 2 +- common/cuda_hip/matrix/sparsity_csr_kernels.hpp.inc | 2 +- common/cuda_hip/multigrid/pgm_kernels.hpp.inc | 2 +- common/cuda_hip/preconditioner/batch_identity.hpp.inc | 2 +- common/cuda_hip/preconditioner/isai_kernels.hpp.inc | 2 +- .../preconditioner/jacobi_advanced_apply_kernel.hpp.inc | 2 +- common/cuda_hip/preconditioner/jacobi_generate_kernel.hpp.inc | 2 +- common/cuda_hip/preconditioner/jacobi_kernels.hpp.inc | 2 +- .../cuda_hip/preconditioner/jacobi_simple_apply_kernel.hpp.inc | 2 +- common/cuda_hip/solver/batch_bicgstab_kernels.hpp.inc | 2 +- common/cuda_hip/solver/cb_gmres_kernels.hpp.inc | 2 +- common/cuda_hip/solver/common_gmres_kernels.hpp.inc | 2 +- common/cuda_hip/solver/idr_kernels.hpp.inc | 2 +- common/cuda_hip/solver/multigrid_kernels.hpp.inc | 2 +- common/cuda_hip/stop/batch_criteria.hpp.inc | 2 +- common/unified/base/device_matrix_data_kernels.cpp | 2 +- common/unified/base/index_set_kernels.cpp | 2 +- common/unified/base/kernel_launch.hpp | 2 +- common/unified/base/kernel_launch_reduction.hpp | 2 +- common/unified/base/kernel_launch_solver.hpp | 2 +- common/unified/components/absolute_array_kernels.cpp | 2 +- common/unified/components/fill_array_kernels.cpp | 2 +- common/unified/components/format_conversion_kernels.cpp | 2 +- common/unified/components/precision_conversion_kernels.cpp | 2 +- common/unified/components/reduce_array_kernels.cpp | 2 +- common/unified/distributed/partition_helpers_kernels.cpp | 2 +- common/unified/distributed/partition_kernels.cpp | 2 +- common/unified/matrix/coo_kernels.cpp | 2 +- common/unified/matrix/csr_kernels.cpp | 2 +- common/unified/matrix/dense_kernels.instantiate.cpp | 2 +- common/unified/matrix/dense_kernels.template.cpp | 2 +- common/unified/matrix/diagonal_kernels.cpp | 2 +- common/unified/matrix/ell_kernels.cpp | 2 +- common/unified/matrix/hybrid_kernels.cpp | 2 +- common/unified/matrix/permutation_kernels.cpp | 2 +- common/unified/matrix/scaled_permutation_kernels.cpp | 2 +- common/unified/matrix/sellp_kernels.cpp | 2 +- common/unified/matrix/sparsity_csr_kernels.cpp | 2 +- common/unified/multigrid/pgm_kernels.cpp | 2 +- common/unified/preconditioner/jacobi_kernels.cpp | 2 +- common/unified/solver/bicg_kernels.cpp | 2 +- common/unified/solver/bicgstab_kernels.cpp | 2 +- common/unified/solver/cg_kernels.cpp | 2 +- common/unified/solver/cgs_kernels.cpp | 2 +- common/unified/solver/common_gmres_kernels.cpp | 2 +- common/unified/solver/fcg_kernels.cpp | 2 +- common/unified/solver/gcr_kernels.cpp | 2 +- common/unified/solver/gmres_kernels.cpp | 2 +- common/unified/solver/ir_kernels.cpp | 2 +- core/base/allocator.hpp | 2 +- core/base/array.cpp | 2 +- core/base/array_access.hpp | 2 +- core/base/batch_multi_vector.cpp | 2 +- core/base/batch_multi_vector_kernels.hpp | 2 +- core/base/batch_struct.hpp | 2 +- core/base/batch_utilities.hpp | 2 +- core/base/block_sizes.hpp | 2 +- core/base/combination.cpp | 2 +- core/base/composition.cpp | 2 +- core/base/copy_assignable.hpp | 2 +- core/base/dense_cache.cpp | 2 +- core/base/device_matrix_data.cpp | 2 +- core/base/device_matrix_data_kernels.hpp | 2 +- core/base/dispatch_helper.hpp | 2 +- core/base/executor.cpp | 2 +- core/base/extended_float.hpp | 2 +- core/base/index_set.cpp | 2 +- core/base/index_set_kernels.hpp | 2 +- core/base/iterator_factory.hpp | 2 +- core/base/kernel_declaration.hpp | 2 +- core/base/memory.cpp | 2 +- core/base/mixed_precision_types.hpp | 2 +- core/base/mpi.cpp | 2 +- core/base/mtx_io.cpp | 2 +- core/base/noop_scoped_device_id_guard.hpp | 2 +- core/base/perturbation.cpp | 2 +- core/base/timer.cpp | 2 +- core/base/types.hpp | 2 +- core/base/utils.hpp | 2 +- core/base/version.cpp | 2 +- core/components/absolute_array_kernels.hpp | 2 +- core/components/addressable_pq.hpp | 2 +- core/components/disjoint_sets.hpp | 2 +- core/components/fill_array_kernels.hpp | 2 +- core/components/format_conversion_kernels.hpp | 2 +- core/components/precision_conversion_kernels.hpp | 2 +- core/components/prefix_sum_kernels.hpp | 2 +- core/components/reduce_array_kernels.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/distributed/helpers.hpp | 2 +- core/distributed/matrix.cpp | 2 +- core/distributed/matrix_kernels.hpp | 2 +- core/distributed/partition.cpp | 2 +- core/distributed/partition_helpers.cpp | 2 +- core/distributed/partition_helpers_kernels.hpp | 2 +- core/distributed/partition_kernels.hpp | 2 +- core/distributed/preconditioner/schwarz.cpp | 2 +- core/distributed/vector.cpp | 2 +- core/distributed/vector_kernels.hpp | 2 +- core/factorization/cholesky.cpp | 2 +- core/factorization/cholesky_kernels.hpp | 2 +- core/factorization/elimination_forest.cpp | 2 +- core/factorization/elimination_forest.hpp | 2 +- core/factorization/factorization.cpp | 2 +- core/factorization/factorization_kernels.hpp | 2 +- core/factorization/ic.cpp | 2 +- core/factorization/ic_kernels.hpp | 2 +- core/factorization/ilu.cpp | 2 +- core/factorization/ilu_kernels.hpp | 2 +- core/factorization/lu.cpp | 2 +- core/factorization/lu_kernels.hpp | 2 +- core/factorization/par_ic.cpp | 2 +- core/factorization/par_ic_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/factorization/symbolic.cpp | 2 +- core/factorization/symbolic.hpp | 2 +- core/log/batch_logger.cpp | 2 +- core/log/convergence.cpp | 2 +- core/log/logger.cpp | 2 +- core/log/papi.cpp | 2 +- core/log/performance_hint.cpp | 2 +- core/log/profiler_hook.cpp | 2 +- core/log/profiler_hook.hpp | 2 +- core/log/profiler_hook_summary.cpp | 2 +- core/log/profiler_hook_summary_writer.cpp | 2 +- core/log/record.cpp | 2 +- core/log/stream.cpp | 2 +- core/log/tau.cpp | 2 +- core/log/vtune.cpp | 2 +- core/matrix/batch_csr.cpp | 2 +- core/matrix/batch_csr_kernels.hpp | 2 +- core/matrix/batch_dense.cpp | 2 +- core/matrix/batch_dense_kernels.hpp | 2 +- core/matrix/batch_ell.cpp | 2 +- core/matrix/batch_ell_kernels.hpp | 2 +- core/matrix/batch_identity.cpp | 2 +- core/matrix/batch_struct.hpp | 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_accessor_helper.hpp | 2 +- core/matrix/csr_builder.hpp | 2 +- core/matrix/csr_kernels.hpp | 2 +- core/matrix/csr_lookup.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/fbcsr.cpp | 2 +- core/matrix/fbcsr_builder.hpp | 2 +- core/matrix/fbcsr_kernels.hpp | 2 +- core/matrix/fft.cpp | 2 +- core/matrix/fft_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/permutation.hpp | 2 +- core/matrix/permutation_kernels.hpp | 2 +- core/matrix/row_gatherer.cpp | 2 +- core/matrix/scaled_permutation.cpp | 2 +- core/matrix/scaled_permutation_kernels.hpp | 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/mpi/exception.cpp | 2 +- core/multigrid/fixed_coarsening.cpp | 2 +- core/multigrid/pgm.cpp | 2 +- core/multigrid/pgm_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/amd.cpp | 2 +- core/reorder/mc64.cpp | 2 +- core/reorder/mc64.hpp | 2 +- core/reorder/nested_dissection.cpp | 2 +- core/reorder/rcm.cpp | 2 +- core/reorder/rcm_kernels.hpp | 2 +- core/reorder/scaled_reordered.cpp | 2 +- core/solver/batch_bicgstab.cpp | 2 +- core/solver/batch_bicgstab_kernels.hpp | 2 +- core/solver/batch_dispatch.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/cb_gmres.cpp | 2 +- core/solver/cb_gmres_accessor.hpp | 2 +- core/solver/cb_gmres_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/common_gmres_kernels.hpp | 2 +- core/solver/direct.cpp | 2 +- core/solver/fcg.cpp | 2 +- core/solver/fcg_kernels.hpp | 2 +- core/solver/gcr.cpp | 2 +- core/solver/gcr_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/multigrid.cpp | 2 +- core/solver/multigrid_kernels.hpp | 2 +- core/solver/solver_base.hpp | 2 +- core/solver/solver_boilerplate.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/accessor/block_col_major.cpp | 2 +- core/test/accessor/index_span.cpp | 2 +- core/test/accessor/math.cpp | 2 +- core/test/accessor/range.cpp | 2 +- core/test/accessor/reduced_row_major.cpp | 2 +- core/test/accessor/reduced_row_major_ginkgo.cpp | 2 +- core/test/accessor/reduced_row_major_reference.cpp | 2 +- core/test/accessor/row_major.cpp | 2 +- core/test/accessor/scaled_reduced_row_major.cpp | 2 +- core/test/accessor/scaled_reduced_row_major_reference.cpp | 2 +- core/test/base/abstract_factory.cpp | 2 +- core/test/base/allocator.cpp | 2 +- core/test/base/array.cpp | 2 +- core/test/base/batch_dim.cpp | 2 +- core/test/base/batch_lin_op.cpp | 2 +- core/test/base/batch_multi_vector.cpp | 2 +- core/test/base/combination.cpp | 2 +- core/test/base/composition.cpp | 2 +- core/test/base/deferred_factory.cpp | 2 +- core/test/base/dense_cache.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/components/addressable_pq.cpp | 2 +- core/test/components/disjoint_sets.cpp | 2 +- core/test/factorization/elimination_forest.cpp | 2 +- core/test/factorization/par_ic.cpp | 2 +- core/test/factorization/par_ict.cpp | 2 +- core/test/factorization/par_ilu.cpp | 2 +- core/test/factorization/par_ilut.cpp | 2 +- core/test/gtest/environments.hpp | 2 +- core/test/gtest/ginkgo_main.cpp | 2 +- core/test/gtest/ginkgo_mpi_main.cpp | 2 +- core/test/gtest/resources.cpp | 2 +- core/test/gtest/resources.hpp | 2 +- core/test/log/convergence.cpp | 2 +- core/test/log/logger.cpp | 2 +- core/test/log/papi.cpp | 2 +- core/test/log/performance_hint.cpp | 2 +- core/test/log/profiler_hook.cpp | 2 +- core/test/log/record.cpp | 2 +- core/test/log/stream.cpp | 2 +- core/test/matrix/batch_csr.cpp | 2 +- core/test/matrix/batch_dense.cpp | 2 +- core/test/matrix/batch_ell.cpp | 2 +- core/test/matrix/batch_identity.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/fbcsr.cpp | 2 +- core/test/matrix/fbcsr_builder.cpp | 2 +- core/test/matrix/fbcsr_sample.hpp | 2 +- core/test/matrix/hybrid.cpp | 2 +- core/test/matrix/identity.cpp | 2 +- core/test/matrix/permutation.cpp | 2 +- core/test/matrix/row_gatherer.cpp | 2 +- core/test/matrix/sellp.cpp | 2 +- core/test/matrix/sparsity_csr.cpp | 2 +- core/test/mpi/base/bindings.cpp | 2 +- core/test/mpi/base/communicator.cpp | 2 +- core/test/mpi/base/exception_helpers.cpp | 2 +- core/test/mpi/base/polymorphic_object.cpp | 2 +- core/test/mpi/base/rank_mapping.cpp | 2 +- core/test/mpi/distributed/helpers.cpp | 2 +- core/test/mpi/distributed/matrix.cpp | 2 +- core/test/mpi/distributed/preconditioner/schwarz.cpp | 2 +- core/test/multigrid/fixed_coarsening.cpp | 2 +- core/test/multigrid/pgm.cpp | 2 +- core/test/preconditioner/ic.cpp | 2 +- core/test/preconditioner/ilu.cpp | 2 +- core/test/preconditioner/isai.cpp | 2 +- core/test/preconditioner/jacobi.cpp | 2 +- core/test/reorder/amd.cpp | 2 +- core/test/reorder/nested_dissection.cpp | 2 +- core/test/reorder/rcm.cpp | 2 +- core/test/reorder/scaled_reordered.cpp | 2 +- core/test/solver/batch_bicgstab.cpp | 2 +- core/test/solver/bicg.cpp | 2 +- core/test/solver/bicgstab.cpp | 2 +- core/test/solver/cb_gmres.cpp | 2 +- core/test/solver/cg.cpp | 2 +- core/test/solver/cgs.cpp | 2 +- core/test/solver/direct.cpp | 2 +- core/test/solver/fcg.cpp | 2 +- core/test/solver/gcr.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/multigrid.cpp | 2 +- core/test/solver/upper_trs.cpp | 2 +- core/test/solver/workspace.cpp | 2 +- core/test/stop/combined.cpp | 2 +- core/test/stop/criterion.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/array_generator.hpp | 2 +- core/test/utils/array_generator_test.cpp | 2 +- core/test/utils/assertions.hpp | 2 +- core/test/utils/assertions_test.cpp | 2 +- core/test/utils/batch_helpers.hpp | 2 +- core/test/utils/fb_matrix_generator.hpp | 2 +- core/test/utils/fb_matrix_generator_test.cpp | 2 +- core/test/utils/matrix_generator.hpp | 2 +- core/test/utils/matrix_generator_test.cpp | 2 +- core/test/utils/matrix_utils_test.cpp | 2 +- core/test/utils/unsort_matrix.hpp | 2 +- core/test/utils/unsort_matrix_test.cpp | 2 +- core/test/utils/value_generator.hpp | 2 +- core/test/utils/value_generator_test.cpp | 2 +- core/utils/matrix_utils.hpp | 2 +- cuda/base/batch_multi_vector_kernels.cu | 2 +- cuda/base/batch_struct.hpp | 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_block_bindings.hpp | 2 +- cuda/base/cusparse_handle.hpp | 2 +- cuda/base/device.cpp | 2 +- cuda/base/device.hpp | 2 +- cuda/base/device_matrix_data_kernels.cu | 2 +- cuda/base/exception.cpp | 2 +- cuda/base/executor.cpp | 2 +- cuda/base/index_set_kernels.cpp | 2 +- cuda/base/kernel_config.hpp | 2 +- cuda/base/kernel_launch.cuh | 2 +- cuda/base/kernel_launch_reduction.cuh | 2 +- cuda/base/kernel_launch_solver.cuh | 2 +- cuda/base/math.hpp | 2 +- cuda/base/memory.cpp | 2 +- cuda/base/nvtx.cpp | 2 +- cuda/base/pointer_mode_guard.hpp | 2 +- cuda/base/scoped_device_id.cpp | 2 +- cuda/base/scoped_device_id.hpp | 2 +- cuda/base/stream.cpp | 2 +- cuda/base/thrust.cuh | 2 +- cuda/base/timer.cpp | 2 +- cuda/base/types.hpp | 2 +- cuda/base/version.cpp | 2 +- cuda/components/atomic.cuh | 2 +- cuda/components/cooperative_groups.cuh | 2 +- cuda/components/diagonal_block_manipulation.cuh | 2 +- cuda/components/format_conversion.cuh | 2 +- cuda/components/intrinsics.cuh | 2 +- cuda/components/memory.cuh | 2 +- cuda/components/merging.cuh | 2 +- cuda/components/prefix_sum.cuh | 2 +- cuda/components/prefix_sum_kernels.cu | 2 +- cuda/components/reduction.cuh | 2 +- cuda/components/searching.cuh | 2 +- cuda/components/segment_scan.cuh | 2 +- cuda/components/sorting.cuh | 2 +- cuda/components/syncfree.cuh | 2 +- cuda/components/thread_ids.cuh | 2 +- cuda/components/uninitialized_array.hpp | 2 +- cuda/components/warp_blas.cuh | 2 +- cuda/distributed/matrix_kernels.cu | 2 +- cuda/distributed/partition_helpers_kernels.cu | 2 +- cuda/distributed/partition_kernels.cu | 2 +- cuda/distributed/vector_kernels.cu | 2 +- cuda/factorization/cholesky_kernels.cu | 2 +- cuda/factorization/factorization_kernels.cu | 2 +- cuda/factorization/ic_kernels.cu | 2 +- cuda/factorization/ilu_kernels.cu | 2 +- cuda/factorization/lu_kernels.cu | 2 +- cuda/factorization/par_ic_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/log/batch_logger.cuh | 2 +- cuda/matrix/batch_csr_kernels.cu | 2 +- cuda/matrix/batch_dense_kernels.cu | 2 +- cuda/matrix/batch_ell_kernels.cu | 2 +- cuda/matrix/batch_struct.hpp | 2 +- cuda/matrix/coo_kernels.cu | 2 +- cuda/matrix/csr_kernels.instantiate.cu | 2 +- cuda/matrix/csr_kernels.template.cu | 2 +- cuda/matrix/dense_kernels.cu | 2 +- cuda/matrix/diagonal_kernels.cu | 2 +- cuda/matrix/ell_kernels.cu | 2 +- cuda/matrix/fbcsr_kernels.instantiate.cu | 2 +- cuda/matrix/fbcsr_kernels.template.cu | 2 +- cuda/matrix/fft_kernels.cu | 2 +- cuda/matrix/sellp_kernels.cu | 2 +- cuda/matrix/sparsity_csr_kernels.cu | 2 +- cuda/multigrid/pgm_kernels.cu | 2 +- cuda/preconditioner/batch_preconditioners.cuh | 2 +- cuda/preconditioner/isai_kernels.cu | 2 +- cuda/preconditioner/jacobi_advanced_apply_instantiate.inc.cu | 2 +- cuda/preconditioner/jacobi_advanced_apply_kernel.cu | 2 +- cuda/preconditioner/jacobi_common.hpp.in | 2 +- cuda/preconditioner/jacobi_generate_instantiate.inc.cu | 2 +- cuda/preconditioner/jacobi_generate_kernel.cu | 2 +- cuda/preconditioner/jacobi_kernels.cu | 2 +- cuda/preconditioner/jacobi_simple_apply_instantiate.inc.cu | 2 +- cuda/preconditioner/jacobi_simple_apply_kernel.cu | 2 +- cuda/reorder/rcm_kernels.cu | 2 +- cuda/solver/batch_bicgstab_kernels.cu | 2 +- cuda/solver/cb_gmres_kernels.cu | 2 +- cuda/solver/common_trs_kernels.cuh | 2 +- cuda/solver/idr_kernels.cu | 2 +- cuda/solver/lower_trs_kernels.cu | 2 +- cuda/solver/multigrid_kernels.cu | 2 +- cuda/solver/upper_trs_kernels.cu | 2 +- cuda/stop/batch_criteria.cuh | 2 +- cuda/stop/criterion_kernels.cu | 2 +- cuda/stop/residual_norm_kernels.cu | 2 +- cuda/test/base/array.cpp | 2 +- cuda/test/base/cuda_executor.cu | 2 +- cuda/test/base/cuda_executor_topology.cu | 2 +- cuda/test/base/exception_helpers.cu | 2 +- cuda/test/base/index_set.cpp | 2 +- cuda/test/base/kernel_launch.cu | 2 +- cuda/test/base/lin_op.cpp | 2 +- cuda/test/base/math.cu | 2 +- cuda/test/base/memory.cpp | 2 +- cuda/test/base/scoped_device_id.cu | 2 +- cuda/test/components/cooperative_groups.cu | 2 +- cuda/test/components/merging.cu | 2 +- cuda/test/components/searching.cu | 2 +- cuda/test/components/sorting.cu | 2 +- cuda/test/reorder/rcm_kernels.cpp | 2 +- cuda/test/solver/lower_trs_kernels.cu | 2 +- cuda/test/solver/upper_trs_kernels.cu | 2 +- cuda/test/utils.hpp | 2 +- cuda/test/utils/assertions_test.cu | 2 +- dev_tools/oneapi/fake_interface/cooperative_groups.cuh | 2 +- dev_tools/oneapi/working_directory/trick/cooperative_groups.hpp | 2 +- dev_tools/oneapi/working_directory/trick/dim3_t.hpp | 2 +- dev_tools/oneapi/working_directory/trick/reduction.hpp | 2 +- dev_tools/oneapi/working_directory/trick/sorting.hpp | 2 +- dev_tools/oneapi/working_directory/trick/thread_ids.hpp | 2 +- dev_tools/scripts/format_header.sh | 2 +- dev_tools/scripts/generate_cuda_memory_ptx.py | 2 +- devices/cuda/executor.cpp | 2 +- devices/device.cpp | 2 +- devices/dpcpp/executor.cpp | 2 +- devices/hip/executor.cpp | 2 +- devices/machine_topology.cpp | 2 +- devices/omp/executor.cpp | 2 +- devices/reference/dummy.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/batch_multi_vector_kernels.dp.cpp | 2 +- dpcpp/base/batch_multi_vector_kernels.hpp.inc | 2 +- dpcpp/base/batch_struct.hpp | 2 +- dpcpp/base/config.hpp | 2 +- dpcpp/base/device.hpp | 2 +- dpcpp/base/device_matrix_data_kernels.dp.cpp | 2 +- dpcpp/base/dim3.dp.hpp | 2 +- dpcpp/base/dpct.hpp | 2 +- dpcpp/base/executor.dp.cpp | 2 +- dpcpp/base/helper.dp.cpp | 2 +- dpcpp/base/helper.hpp | 2 +- dpcpp/base/index_set_kernels.dp.cpp | 2 +- dpcpp/base/kernel_launch.dp.hpp | 2 +- dpcpp/base/kernel_launch_reduction.dp.hpp | 2 +- dpcpp/base/kernel_launch_solver.dp.hpp | 2 +- dpcpp/base/onedpl.hpp | 2 +- dpcpp/base/onemkl_bindings.hpp | 2 +- dpcpp/base/scoped_device_id.dp.cpp | 2 +- dpcpp/base/timer.dp.cpp | 2 +- dpcpp/base/version.dp.cpp | 2 +- dpcpp/components/atomic.dp.hpp | 2 +- dpcpp/components/cooperative_groups.dp.hpp | 2 +- dpcpp/components/diagonal_block_manipulation.dp.hpp | 2 +- dpcpp/components/format_conversion.dp.hpp | 2 +- dpcpp/components/intrinsics.dp.hpp | 2 +- dpcpp/components/matrix_operations.dp.hpp | 2 +- dpcpp/components/merging.dp.hpp | 2 +- dpcpp/components/prefix_sum.dp.hpp | 2 +- dpcpp/components/prefix_sum_kernels.dp.cpp | 2 +- dpcpp/components/reduction.dp.hpp | 2 +- dpcpp/components/searching.dp.hpp | 2 +- dpcpp/components/segment_scan.dp.hpp | 2 +- dpcpp/components/sorting.dp.hpp | 2 +- dpcpp/components/thread_ids.dp.hpp | 2 +- dpcpp/components/uninitialized_array.hpp | 2 +- dpcpp/components/warp_blas.dp.hpp | 2 +- dpcpp/distributed/matrix_kernels.dp.cpp | 2 +- dpcpp/distributed/partition_helpers_kernels.dp.cpp | 2 +- dpcpp/distributed/partition_kernels.dp.cpp | 2 +- dpcpp/distributed/vector_kernels.dp.cpp | 2 +- dpcpp/factorization/cholesky_kernels.dp.cpp | 2 +- dpcpp/factorization/factorization_kernels.dp.cpp | 2 +- dpcpp/factorization/ic_kernels.dp.cpp | 2 +- dpcpp/factorization/ilu_kernels.dp.cpp | 2 +- dpcpp/factorization/lu_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ic_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ict_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ilu_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ilut_approx_filter_kernel.dp.cpp | 2 +- dpcpp/factorization/par_ilut_filter_kernel.dp.cpp | 2 +- dpcpp/factorization/par_ilut_filter_kernels.hpp.inc | 2 +- dpcpp/factorization/par_ilut_kernels.dp.cpp | 2 +- dpcpp/factorization/par_ilut_select_common.dp.cpp | 2 +- dpcpp/factorization/par_ilut_select_common.dp.hpp | 2 +- dpcpp/factorization/par_ilut_select_kernel.dp.cpp | 2 +- dpcpp/factorization/par_ilut_select_kernels.hpp.inc | 2 +- dpcpp/factorization/par_ilut_spgeam_kernel.dp.cpp | 2 +- dpcpp/factorization/par_ilut_sweep_kernel.dp.cpp | 2 +- dpcpp/log/batch_logger.hpp | 2 +- dpcpp/matrix/batch_csr_kernels.dp.cpp | 2 +- dpcpp/matrix/batch_csr_kernels.hpp.inc | 2 +- dpcpp/matrix/batch_dense_kernels.dp.cpp | 2 +- dpcpp/matrix/batch_dense_kernels.hpp.inc | 2 +- dpcpp/matrix/batch_ell_kernels.dp.cpp | 2 +- dpcpp/matrix/batch_ell_kernels.hpp.inc | 2 +- dpcpp/matrix/batch_struct.hpp | 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/fbcsr_kernels.dp.cpp | 2 +- dpcpp/matrix/fft_kernels.dp.cpp | 2 +- dpcpp/matrix/sellp_kernels.dp.cpp | 2 +- dpcpp/matrix/sparsity_csr_kernels.dp.cpp | 2 +- dpcpp/multigrid/pgm_kernels.dp.cpp | 2 +- dpcpp/preconditioner/batch_identity.hpp.inc | 2 +- dpcpp/preconditioner/batch_preconditioners.hpp | 2 +- dpcpp/preconditioner/isai_kernels.dp.cpp | 2 +- .../preconditioner/jacobi_advanced_apply_instantiate.inc.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_advanced_apply_kernel.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_common.hpp.in | 2 +- dpcpp/preconditioner/jacobi_generate_instantiate.inc.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_generate_kernel.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_kernels.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_simple_apply_instantiate.inc.dp.cpp | 2 +- dpcpp/preconditioner/jacobi_simple_apply_kernel.dp.cpp | 2 +- dpcpp/reorder/rcm_kernels.dp.cpp | 2 +- dpcpp/solver/batch_bicgstab_kernels.dp.cpp | 2 +- dpcpp/solver/batch_bicgstab_kernels.hpp.inc | 2 +- dpcpp/solver/cb_gmres_kernels.dp.cpp | 2 +- dpcpp/solver/common_gmres_kernels.dp.inc | 2 +- dpcpp/solver/idr_kernels.dp.cpp | 2 +- dpcpp/solver/lower_trs_kernels.dp.cpp | 2 +- dpcpp/solver/multigrid_kernels.dp.cpp | 2 +- dpcpp/solver/upper_trs_kernels.dp.cpp | 2 +- dpcpp/stop/batch_criteria.hpp | 2 +- dpcpp/stop/criterion_kernels.dp.cpp | 2 +- dpcpp/stop/residual_norm_kernels.dp.cpp | 2 +- dpcpp/synthesizer/implementation_selection.hpp | 2 +- dpcpp/test/base/dim3.dp.cpp | 2 +- dpcpp/test/base/executor.dp.cpp | 2 +- dpcpp/test/base/kernel_launch.dp.cpp | 2 +- dpcpp/test/components/cooperative_groups.dp.cpp | 2 +- dpcpp/test/matrix/fbcsr_kernels.dp.cpp | 2 +- dpcpp/test/preconditioner/jacobi_kernels.dp.cpp | 2 +- dpcpp/test/utils.hpp | 2 +- dpcpp/test_dpcpp.dp.cpp | 2 +- .../adaptiveprecision-blockjacobi.cpp | 2 +- examples/cb-gmres/cb-gmres.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/distributed-solver/distributed-solver.cpp | 2 +- examples/ginkgo-overhead/ginkgo-overhead.cpp | 2 +- examples/ginkgo-ranges/ginkgo-ranges.cpp | 2 +- examples/heat-equation/heat-equation.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/kokkos_assembly/kokkos_assembly.cpp | 2 +- examples/minimal-cuda-solver/minimal-cuda-solver.cpp | 2 +- .../mixed-multigrid-preconditioned-solver.cpp | 2 +- examples/mixed-multigrid-solver/mixed-multigrid-solver.cpp | 2 +- examples/mixed-precision-ir/mixed-precision-ir.cpp | 2 +- examples/mixed-spmv/mixed-spmv.cpp | 2 +- .../multigrid-preconditioned-solver-customized.cpp | 2 +- .../multigrid-preconditioned-solver.cpp | 2 +- examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp | 2 +- examples/papi-logging/papi-logging.cpp | 2 +- examples/par-ilu-convergence/par-ilu-convergence.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 +- .../reordered-preconditioned-solver.cpp | 2 +- examples/schroedinger-splitting/schroedinger-splitting.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/batch_multi_vector_kernels.hip.cpp | 2 +- hip/base/batch_struct.hip.hpp | 2 +- hip/base/config.hip.hpp | 2 +- hip/base/device.hip.cpp | 2 +- hip/base/device.hpp | 2 +- hip/base/device_matrix_data_kernels.hip.cpp | 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/hipsparse_block_bindings.hip.hpp | 2 +- hip/base/index_set_kernels.hip.cpp | 2 +- hip/base/kernel_launch.hip.hpp | 2 +- hip/base/kernel_launch_reduction.hip.hpp | 2 +- hip/base/kernel_launch_solver.hip.hpp | 2 +- hip/base/math.hip.hpp | 2 +- hip/base/memory.hip.cpp | 2 +- hip/base/pointer_mode_guard.hip.hpp | 2 +- hip/base/roctx.hip.cpp | 2 +- hip/base/scoped_device_id.hip.cpp | 2 +- hip/base/scoped_device_id.hip.hpp | 2 +- hip/base/stream.hip.cpp | 2 +- hip/base/thrust.hip.hpp | 2 +- hip/base/timer.hip.cpp | 2 +- hip/base/types.hip.hpp | 2 +- hip/base/version.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/format_conversion.hip.hpp | 2 +- hip/components/intrinsics.hip.hpp | 2 +- hip/components/memory.hip.hpp | 2 +- hip/components/merging.hip.hpp | 2 +- hip/components/prefix_sum.hip.hpp | 2 +- hip/components/prefix_sum_kernels.hip.cpp | 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/syncfree.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/distributed/matrix_kernels.hip.cpp | 2 +- hip/distributed/partition_helpers_kernels.hip.cpp | 2 +- hip/distributed/partition_kernels.hip.cpp | 2 +- hip/distributed/vector_kernels.hip.cpp | 2 +- hip/factorization/cholesky_kernels.hip.cpp | 2 +- hip/factorization/factorization_kernels.hip.cpp | 2 +- hip/factorization/ic_kernels.hip.cpp | 2 +- hip/factorization/ilu_kernels.hip.cpp | 2 +- hip/factorization/lu_kernels.hip.cpp | 2 +- hip/factorization/par_ic_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/log/batch_logger.hip.hpp | 2 +- hip/matrix/batch_csr_kernels.hip.cpp | 2 +- hip/matrix/batch_dense_kernels.hip.cpp | 2 +- hip/matrix/batch_ell_kernels.hip.cpp | 2 +- hip/matrix/batch_struct.hip.hpp | 2 +- hip/matrix/coo_kernels.hip.cpp | 2 +- hip/matrix/csr_kernels.instantiate.hip.cpp | 2 +- hip/matrix/csr_kernels.template.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/fbcsr_kernels.instantiate.hip.cpp | 2 +- hip/matrix/fbcsr_kernels.template.hip.cpp | 2 +- hip/matrix/fft_kernels.hip.cpp | 2 +- hip/matrix/fft_kernels_stub.hip.cpp | 2 +- hip/matrix/sellp_kernels.hip.cpp | 2 +- hip/matrix/sparsity_csr_kernels.hip.cpp | 2 +- hip/multigrid/pgm_kernels.hip.cpp | 2 +- hip/preconditioner/batch_preconditioners.hip.hpp | 2 +- hip/preconditioner/isai_kernels.hip.cpp | 2 +- .../jacobi_advanced_apply_instantiate.inc.hip.cpp | 2 +- hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp | 2 +- hip/preconditioner/jacobi_common.hip.hpp.in | 2 +- hip/preconditioner/jacobi_generate_instantiate.inc.hip.cpp | 2 +- hip/preconditioner/jacobi_generate_kernel.hip.cpp | 2 +- hip/preconditioner/jacobi_kernels.hip.cpp | 2 +- hip/preconditioner/jacobi_simple_apply_instantiate.inc.hip.cpp | 2 +- hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp | 2 +- hip/reorder/rcm_kernels.hip.cpp | 2 +- hip/solver/batch_bicgstab_kernels.hip.cpp | 2 +- hip/solver/cb_gmres_kernels.hip.cpp | 2 +- hip/solver/common_trs_kernels.hip.hpp | 2 +- hip/solver/idr_kernels.hip.cpp | 2 +- hip/solver/lower_trs_kernels.hip.cpp | 2 +- hip/solver/multigrid_kernels.hip.cpp | 2 +- hip/solver/upper_trs_kernels.hip.cpp | 2 +- hip/stop/batch_criteria.hip.hpp | 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/hip_executor_topology.hip.cpp | 2 +- hip/test/base/index_set.cpp | 2 +- hip/test/base/kernel_launch.hip.cpp | 2 +- hip/test/base/lin_op.cpp | 2 +- hip/test/base/math.hip.cpp | 2 +- hip/test/base/memory.cpp | 2 +- hip/test/base/scoped_device_id.hip.cpp | 2 +- hip/test/components/cooperative_groups.hip.cpp | 2 +- hip/test/components/merging.hip.cpp | 2 +- hip/test/components/searching.hip.cpp | 2 +- hip/test/components/sorting.hip.cpp | 2 +- hip/test/matrix/fbcsr_kernels.cpp | 2 +- hip/test/matrix/fft_kernels.hip.cpp | 2 +- hip/test/solver/lower_trs_kernels.cpp | 2 +- hip/test/solver/upper_trs_kernels.cpp | 2 +- hip/test/utils.hip.hpp | 2 +- hip/test/utils/assertions_test.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/batch_dim.hpp | 2 +- include/ginkgo/core/base/batch_lin_op.hpp | 2 +- include/ginkgo/core/base/batch_multi_vector.hpp | 2 +- include/ginkgo/core/base/combination.hpp | 2 +- include/ginkgo/core/base/composition.hpp | 2 +- include/ginkgo/core/base/dense_cache.hpp | 2 +- include/ginkgo/core/base/device.hpp | 2 +- include/ginkgo/core/base/device_matrix_data.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/fwd_decls.hpp | 2 +- include/ginkgo/core/base/index_set.hpp | 2 +- include/ginkgo/core/base/intrinsics.hpp | 2 +- include/ginkgo/core/base/lin_op.hpp | 2 +- include/ginkgo/core/base/machine_topology.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/memory.hpp | 2 +- include/ginkgo/core/base/mpi.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/precision_dispatch.hpp | 2 +- include/ginkgo/core/base/range.hpp | 2 +- include/ginkgo/core/base/range_accessors.hpp | 2 +- include/ginkgo/core/base/scoped_device_id_guard.hpp | 2 +- include/ginkgo/core/base/std_extensions.hpp | 2 +- include/ginkgo/core/base/stream.hpp | 2 +- include/ginkgo/core/base/temporary_clone.hpp | 2 +- include/ginkgo/core/base/temporary_conversion.hpp | 2 +- include/ginkgo/core/base/timer.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/distributed/base.hpp | 2 +- include/ginkgo/core/distributed/lin_op.hpp | 2 +- include/ginkgo/core/distributed/matrix.hpp | 2 +- include/ginkgo/core/distributed/partition.hpp | 2 +- include/ginkgo/core/distributed/partition_helpers.hpp | 2 +- include/ginkgo/core/distributed/polymorphic_object.hpp | 2 +- include/ginkgo/core/distributed/preconditioner/schwarz.hpp | 2 +- include/ginkgo/core/distributed/vector.hpp | 2 +- include/ginkgo/core/factorization/cholesky.hpp | 2 +- include/ginkgo/core/factorization/factorization.hpp | 2 +- include/ginkgo/core/factorization/ic.hpp | 2 +- include/ginkgo/core/factorization/ilu.hpp | 2 +- include/ginkgo/core/factorization/lu.hpp | 2 +- include/ginkgo/core/factorization/par_ic.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/batch_logger.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/performance_hint.hpp | 2 +- include/ginkgo/core/log/profiler_hook.hpp | 2 +- include/ginkgo/core/log/record.hpp | 2 +- include/ginkgo/core/log/stream.hpp | 2 +- include/ginkgo/core/matrix/batch_csr.hpp | 2 +- include/ginkgo/core/matrix/batch_dense.hpp | 2 +- include/ginkgo/core/matrix/batch_ell.hpp | 2 +- include/ginkgo/core/matrix/batch_identity.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/fbcsr.hpp | 2 +- include/ginkgo/core/matrix/fft.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/row_gatherer.hpp | 2 +- include/ginkgo/core/matrix/scaled_permutation.hpp | 2 +- include/ginkgo/core/matrix/sellp.hpp | 2 +- include/ginkgo/core/matrix/sparsity_csr.hpp | 2 +- include/ginkgo/core/multigrid/fixed_coarsening.hpp | 2 +- include/ginkgo/core/multigrid/multigrid_level.hpp | 2 +- include/ginkgo/core/multigrid/pgm.hpp | 2 +- include/ginkgo/core/preconditioner/ic.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/amd.hpp | 2 +- include/ginkgo/core/reorder/mc64.hpp | 2 +- include/ginkgo/core/reorder/nested_dissection.hpp | 2 +- include/ginkgo/core/reorder/rcm.hpp | 2 +- include/ginkgo/core/reorder/reordering_base.hpp | 2 +- include/ginkgo/core/reorder/scaled_reordered.hpp | 2 +- include/ginkgo/core/solver/batch_bicgstab.hpp | 2 +- include/ginkgo/core/solver/batch_solver_base.hpp | 2 +- include/ginkgo/core/solver/bicg.hpp | 2 +- include/ginkgo/core/solver/bicgstab.hpp | 2 +- include/ginkgo/core/solver/cb_gmres.hpp | 2 +- include/ginkgo/core/solver/cg.hpp | 2 +- include/ginkgo/core/solver/cgs.hpp | 2 +- include/ginkgo/core/solver/direct.hpp | 2 +- include/ginkgo/core/solver/fcg.hpp | 2 +- include/ginkgo/core/solver/gcr.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/multigrid.hpp | 2 +- include/ginkgo/core/solver/solver_base.hpp | 2 +- include/ginkgo/core/solver/solver_traits.hpp | 2 +- include/ginkgo/core/solver/triangular.hpp | 2 +- include/ginkgo/core/solver/upper_trs.hpp | 2 +- include/ginkgo/core/solver/workspace.hpp | 2 +- include/ginkgo/core/stop/batch_stop_enum.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/batch_multi_vector_kernels.cpp | 2 +- omp/base/device_matrix_data_kernels.cpp | 2 +- omp/base/executor.cpp | 2 +- omp/base/index_set_kernels.cpp | 2 +- omp/base/kernel_launch.hpp | 2 +- omp/base/kernel_launch_reduction.hpp | 2 +- omp/base/kernel_launch_solver.hpp | 2 +- omp/base/scoped_device_id.cpp | 2 +- omp/base/version.cpp | 2 +- omp/components/atomic.hpp | 2 +- omp/components/csr_spgeam.hpp | 2 +- omp/components/matrix_operations.hpp | 2 +- omp/components/omp_mutex.hpp | 2 +- omp/components/prefix_sum_kernels.cpp | 2 +- omp/components/sort_small.hpp | 2 +- omp/distributed/matrix_kernels.cpp | 2 +- omp/distributed/partition_helpers_kernels.cpp | 2 +- omp/distributed/partition_kernels.cpp | 2 +- omp/distributed/vector_kernels.cpp | 2 +- omp/factorization/cholesky_kernels.cpp | 2 +- omp/factorization/factorization_kernels.cpp | 2 +- omp/factorization/ic_kernels.cpp | 2 +- omp/factorization/ilu_kernels.cpp | 2 +- omp/factorization/lu_kernels.cpp | 2 +- omp/factorization/par_ic_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/batch_csr_kernels.cpp | 2 +- omp/matrix/batch_dense_kernels.cpp | 2 +- omp/matrix/batch_ell_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/fbcsr_kernels.cpp | 2 +- omp/matrix/fft_kernels.cpp | 2 +- omp/matrix/sellp_kernels.cpp | 2 +- omp/matrix/sparsity_csr_kernels.cpp | 2 +- omp/multigrid/pgm_kernels.cpp | 2 +- omp/preconditioner/isai_kernels.cpp | 2 +- omp/preconditioner/jacobi_kernels.cpp | 2 +- omp/reorder/rcm_kernels.cpp | 2 +- omp/solver/batch_bicgstab_kernels.cpp | 2 +- omp/solver/cb_gmres_kernels.cpp | 2 +- omp/solver/idr_kernels.cpp | 2 +- omp/solver/lower_trs_kernels.cpp | 2 +- omp/solver/multigrid_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/base/index_set.cpp | 2 +- omp/test/base/kernel_launch.cpp | 2 +- omp/test/matrix/fbcsr_kernels.cpp | 2 +- omp/test/reorder/rcm_kernels.cpp | 2 +- reference/base/batch_multi_vector_kernels.cpp | 2 +- reference/base/batch_multi_vector_kernels.hpp.inc | 2 +- reference/base/batch_struct.hpp | 2 +- reference/base/device_matrix_data_kernels.cpp | 2 +- reference/base/index_set_kernels.cpp | 2 +- reference/base/scoped_device_id.cpp | 2 +- reference/base/version.cpp | 2 +- reference/components/absolute_array_kernels.cpp | 2 +- reference/components/convert_ptrs.hpp | 2 +- reference/components/csr_spgeam.hpp | 2 +- reference/components/fill_array_kernels.cpp | 2 +- reference/components/format_conversion_kernels.cpp | 2 +- reference/components/matrix_operations.hpp | 2 +- reference/components/precision_conversion_kernels.cpp | 2 +- reference/components/prefix_sum_kernels.cpp | 2 +- reference/components/reduce_array_kernels.cpp | 2 +- reference/distributed/matrix_kernels.cpp | 2 +- reference/distributed/partition_helpers_kernels.cpp | 2 +- reference/distributed/partition_kernels.cpp | 2 +- reference/distributed/vector_kernels.cpp | 2 +- reference/factorization/cholesky_kernels.cpp | 2 +- reference/factorization/factorization_kernels.cpp | 2 +- reference/factorization/ic_kernels.cpp | 2 +- reference/factorization/ilu_kernels.cpp | 2 +- reference/factorization/lu_kernels.cpp | 2 +- reference/factorization/par_ic_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/log/batch_logger.hpp | 2 +- reference/matrix/batch_csr_kernels.cpp | 2 +- reference/matrix/batch_csr_kernels.hpp.inc | 2 +- reference/matrix/batch_dense_kernels.cpp | 2 +- reference/matrix/batch_dense_kernels.hpp.inc | 2 +- reference/matrix/batch_ell_kernels.cpp | 2 +- reference/matrix/batch_ell_kernels.hpp.inc | 2 +- reference/matrix/batch_struct.hpp | 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/fbcsr_kernels.cpp | 2 +- reference/matrix/fft_kernels.cpp | 2 +- reference/matrix/hybrid_kernels.cpp | 2 +- reference/matrix/permutation_kernels.cpp | 2 +- reference/matrix/scaled_permutation_kernels.cpp | 2 +- reference/matrix/sellp_kernels.cpp | 2 +- reference/matrix/sparsity_csr_kernels.cpp | 2 +- reference/multigrid/pgm_kernels.cpp | 2 +- reference/preconditioner/batch_identity.hpp | 2 +- reference/preconditioner/isai_kernels.cpp | 2 +- reference/preconditioner/jacobi_kernels.cpp | 2 +- reference/reorder/rcm_kernels.cpp | 2 +- reference/solver/batch_bicgstab_kernels.cpp | 2 +- reference/solver/batch_bicgstab_kernels.hpp.inc | 2 +- reference/solver/bicg_kernels.cpp | 2 +- reference/solver/bicgstab_kernels.cpp | 2 +- reference/solver/cb_gmres_kernels.cpp | 2 +- reference/solver/cg_kernels.cpp | 2 +- reference/solver/cgs_kernels.cpp | 2 +- reference/solver/common_gmres_kernels.cpp | 2 +- reference/solver/fcg_kernels.cpp | 2 +- reference/solver/gcr_kernels.cpp | 2 +- reference/solver/gmres_kernels.cpp | 2 +- reference/solver/idr_kernels.cpp | 2 +- reference/solver/ir_kernels.cpp | 2 +- reference/solver/lower_trs_kernels.cpp | 2 +- reference/solver/multigrid_kernels.cpp | 2 +- reference/solver/upper_trs_kernels.cpp | 2 +- reference/stop/batch_criteria.hpp | 2 +- reference/stop/criterion_kernels.cpp | 2 +- reference/stop/residual_norm_kernels.cpp | 2 +- reference/test/base/array.cpp | 2 +- reference/test/base/batch_multi_vector_kernels.cpp | 2 +- reference/test/base/combination.cpp | 2 +- reference/test/base/composition.cpp | 2 +- reference/test/base/index_set.cpp | 2 +- reference/test/base/perturbation.cpp | 2 +- reference/test/base/utils.cpp | 2 +- reference/test/components/absolute_array_kernels.cpp | 2 +- reference/test/components/fill_array_kernels.cpp | 2 +- reference/test/components/format_conversion_kernels.cpp | 2 +- reference/test/components/precision_conversion_kernels.cpp | 2 +- reference/test/components/prefix_sum_kernels.cpp | 2 +- reference/test/components/reduce_array_kernels.cpp | 2 +- reference/test/distributed/matrix_kernels.cpp | 2 +- reference/test/distributed/partition_helpers_kernels.cpp | 2 +- reference/test/distributed/partition_kernels.cpp | 2 +- reference/test/distributed/vector_kernels.cpp | 2 +- reference/test/factorization/cholesky_kernels.cpp | 2 +- reference/test/factorization/factorization.cpp | 2 +- reference/test/factorization/ic_kernels.cpp | 2 +- reference/test/factorization/ilu_kernels.cpp | 2 +- reference/test/factorization/lu_kernels.cpp | 2 +- reference/test/factorization/par_ic_kernels.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/batch_csr_kernels.cpp | 2 +- reference/test/matrix/batch_dense_kernels.cpp | 2 +- reference/test/matrix/batch_ell_kernels.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/fbcsr_kernels.cpp | 2 +- reference/test/matrix/fft_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/scaled_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/multigrid/fixed_coarsening_kernels.cpp | 2 +- reference/test/multigrid/pgm_kernels.cpp | 2 +- reference/test/preconditioner/ic.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/mc64.cpp | 2 +- reference/test/reorder/mc64_kernels.cpp | 2 +- reference/test/reorder/nested_dissection.cpp | 2 +- reference/test/reorder/rcm.cpp | 2 +- reference/test/reorder/rcm_kernels.cpp | 2 +- reference/test/reorder/scaled_reordered.cpp | 2 +- reference/test/solver/batch_bicgstab_kernels.cpp | 2 +- reference/test/solver/bicg_kernels.cpp | 2 +- reference/test/solver/bicgstab_kernels.cpp | 2 +- reference/test/solver/cb_gmres_kernels.cpp | 2 +- reference/test/solver/cg_kernels.cpp | 2 +- reference/test/solver/cgs_kernels.cpp | 2 +- reference/test/solver/direct.cpp | 2 +- reference/test/solver/fcg_kernels.cpp | 2 +- reference/test/solver/gcr_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/multigrid_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/base/batch_multi_vector_kernels.cpp | 2 +- test/base/device_matrix_data_kernels.cpp | 2 +- test/base/executor.cpp | 2 +- test/base/kernel_launch_generic.cpp | 2 +- test/base/timer.cpp | 2 +- test/components/absolute_array_kernels.cpp | 2 +- test/components/fill_array_kernels.cpp | 2 +- test/components/format_conversion_kernels.cpp | 2 +- test/components/precision_conversion_kernels.cpp | 2 +- test/components/prefix_sum_kernels.cpp | 2 +- test/components/reduce_array_kernels.cpp | 2 +- test/distributed/matrix_kernels.cpp | 2 +- test/distributed/partition_helper_kernels.cpp | 2 +- test/distributed/partition_kernels.cpp | 2 +- test/distributed/vector_kernels.cpp | 2 +- test/factorization/cholesky_kernels.cpp | 2 +- test/factorization/ic_kernels.cpp | 2 +- test/factorization/ilu_kernels.cpp | 2 +- test/factorization/lu_kernels.cpp | 2 +- test/factorization/par_ic_kernels.cpp | 2 +- test/factorization/par_ict_kernels.cpp | 2 +- test/factorization/par_ilu_kernels.cpp | 2 +- test/factorization/par_ilut_kernels.cpp | 2 +- test/log/profiler_hook.cpp | 2 +- test/matrix/batch_csr_kernels.cpp | 2 +- test/matrix/batch_dense_kernels.cpp | 2 +- test/matrix/batch_ell_kernels.cpp | 2 +- test/matrix/coo_kernels.cpp | 2 +- test/matrix/csr_kernels.cpp | 2 +- test/matrix/csr_kernels2.cpp | 2 +- test/matrix/dense_kernels.cpp | 2 +- test/matrix/diagonal_kernels.cpp | 2 +- test/matrix/ell_kernels.cpp | 2 +- test/matrix/fbcsr_kernels.cpp | 2 +- test/matrix/fft_kernels.cpp | 2 +- test/matrix/hybrid_kernels.cpp | 2 +- test/matrix/matrix.cpp | 2 +- test/matrix/permutation_kernels.cpp | 2 +- test/matrix/scaled_permutation_kernels.cpp | 2 +- test/matrix/sellp_kernels.cpp | 2 +- test/matrix/sparsity_csr_kernels.cpp | 2 +- test/mpi/matrix.cpp | 2 +- test/mpi/partition_helpers.cpp | 2 +- test/mpi/preconditioner/schwarz.cpp | 2 +- test/mpi/solver/solver.cpp | 2 +- test/mpi/vector.cpp | 2 +- test/multigrid/fixed_coarsening_kernels.cpp | 2 +- test/multigrid/pgm_kernels.cpp | 2 +- test/preconditioner/isai_kernels.cpp | 2 +- test/preconditioner/jacobi_kernels.cpp | 2 +- test/reorder/amd.cpp | 2 +- test/reorder/mc64.cpp | 2 +- test/reorder/nested_dissection.cpp | 2 +- test/solver/batch_bicgstab_kernels.cpp | 2 +- test/solver/bicg_kernels.cpp | 2 +- test/solver/bicgstab_kernels.cpp | 2 +- test/solver/cb_gmres_kernels.cpp | 2 +- test/solver/cg_kernels.cpp | 2 +- test/solver/cgs_kernels.cpp | 2 +- test/solver/direct.cpp | 2 +- test/solver/fcg_kernels.cpp | 2 +- test/solver/gcr_kernels.cpp | 2 +- test/solver/gmres_kernels.cpp | 2 +- test/solver/idr_kernels.cpp | 2 +- test/solver/ir_kernels.cpp | 2 +- test/solver/lower_trs_kernels.cpp | 2 +- test/solver/multigrid_kernels.cpp | 2 +- test/solver/solver.cpp | 2 +- test/solver/upper_trs_kernels.cpp | 2 +- test/stop/combined_kernels.cpp | 2 +- test/stop/criterion_kernels.cpp | 2 +- test/stop/residual_norm_kernels.cpp | 2 +- test/test_install/test_install.cpp | 2 +- test/tools/resource_file_generator.cpp | 2 +- test/utils/executor.hpp | 2 +- test/utils/mpi/executor.hpp | 2 +- third_party/SuiteSparse/wrapper32.cpp | 2 +- third_party/SuiteSparse/wrapper64.cpp | 2 +- 1319 files changed, 1319 insertions(+), 1319 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a28e3229a21..78d141b3ded 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # The official reuse hook only supports calling lint, so we need our own hook - id: reuse-annotate name: reuse-annotate - entry: reuse annotate --license BSD-3-Clause --copyright 'The Ginkgo authors' --year 2017-2023 --style c + entry: reuse annotate --license BSD-3-Clause --copyright 'The Ginkgo authors' --year 2024 --style c --merge-copyright language: python additional_dependencies: [reuse] types_or: [c, c++, cuda, inc] diff --git a/LICENSE b/LICENSE index b345b0cc086..4072bc2a8f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2023 The Ginkgo authors +Copyright (c) 2017 - 2024 The Ginkgo authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/accessor/accessor_helper.hpp b/accessor/accessor_helper.hpp index 3141fab5f9e..2e2eb20085c 100644 --- a/accessor/accessor_helper.hpp +++ b/accessor/accessor_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/block_col_major.hpp b/accessor/block_col_major.hpp index 8fd49913590..edd8ee15a61 100644 --- a/accessor/block_col_major.hpp +++ b/accessor/block_col_major.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/cuda_helper.hpp b/accessor/cuda_helper.hpp index 03f44fa04d6..8beb2e8a8df 100644 --- a/accessor/cuda_helper.hpp +++ b/accessor/cuda_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/hip_helper.hpp b/accessor/hip_helper.hpp index 209fef8e747..ed1eda37775 100644 --- a/accessor/hip_helper.hpp +++ b/accessor/hip_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/index_span.hpp b/accessor/index_span.hpp index 5fb64e128f3..718bc1211f6 100644 --- a/accessor/index_span.hpp +++ b/accessor/index_span.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/math.hpp b/accessor/math.hpp index df9b596b342..c2a64f66bc3 100644 --- a/accessor/math.hpp +++ b/accessor/math.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/range.hpp b/accessor/range.hpp index 6cb14637e3b..7667359f88b 100644 --- a/accessor/range.hpp +++ b/accessor/range.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/reduced_row_major.hpp b/accessor/reduced_row_major.hpp index 85eb6c6a8fc..dd5981fac6a 100644 --- a/accessor/reduced_row_major.hpp +++ b/accessor/reduced_row_major.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/reduced_row_major_reference.hpp b/accessor/reduced_row_major_reference.hpp index 70867d8e148..5d75146b457 100644 --- a/accessor/reduced_row_major_reference.hpp +++ b/accessor/reduced_row_major_reference.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/reference_helper.hpp b/accessor/reference_helper.hpp index 314d484ff1b..2fce0630ba4 100644 --- a/accessor/reference_helper.hpp +++ b/accessor/reference_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/row_major.hpp b/accessor/row_major.hpp index fa84cf81c93..500138a8ad6 100644 --- a/accessor/row_major.hpp +++ b/accessor/row_major.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/scaled_reduced_row_major.hpp b/accessor/scaled_reduced_row_major.hpp index 7149769b7ad..f7873640262 100644 --- a/accessor/scaled_reduced_row_major.hpp +++ b/accessor/scaled_reduced_row_major.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/scaled_reduced_row_major_reference.hpp b/accessor/scaled_reduced_row_major_reference.hpp index 68e4b14c4ff..6c18ea970e0 100644 --- a/accessor/scaled_reduced_row_major_reference.hpp +++ b/accessor/scaled_reduced_row_major_reference.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/accessor/utils.hpp b/accessor/utils.hpp index 809a303a5a0..5dcd3e89fcd 100644 --- a/accessor/utils.hpp +++ b/accessor/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/blas/blas.cpp b/benchmark/blas/blas.cpp index 6b2aa1895bf..0f4dc57e84e 100644 --- a/benchmark/blas/blas.cpp +++ b/benchmark/blas/blas.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/blas/blas_common.hpp b/benchmark/blas/blas_common.hpp index 537feae0a26..3a9e123f2e9 100644 --- a/benchmark/blas/blas_common.hpp +++ b/benchmark/blas/blas_common.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/blas/distributed/multi_vector.cpp b/benchmark/blas/distributed/multi_vector.cpp index 9c0b2634d73..054faf50bdc 100644 --- a/benchmark/blas/distributed/multi_vector.cpp +++ b/benchmark/blas/distributed/multi_vector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/conversion/conversion.cpp b/benchmark/conversion/conversion.cpp index 27a0d76ec34..5f3212e27ab 100644 --- a/benchmark/conversion/conversion.cpp +++ b/benchmark/conversion/conversion.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/matrix_generator/matrix_generator.cpp b/benchmark/matrix_generator/matrix_generator.cpp index df8590275f5..b77abc8f1e5 100644 --- a/benchmark/matrix_generator/matrix_generator.cpp +++ b/benchmark/matrix_generator/matrix_generator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/matrix_statistics/matrix_statistics.cpp b/benchmark/matrix_statistics/matrix_statistics.cpp index 4d8de7a4272..7228e56d9b4 100644 --- a/benchmark/matrix_statistics/matrix_statistics.cpp +++ b/benchmark/matrix_statistics/matrix_statistics.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/preconditioner/preconditioner.cpp b/benchmark/preconditioner/preconditioner.cpp index 5ac1abb8fe9..a0cff961ecf 100644 --- a/benchmark/preconditioner/preconditioner.cpp +++ b/benchmark/preconditioner/preconditioner.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/solver/distributed/solver.cpp b/benchmark/solver/distributed/solver.cpp index 79de67b62fe..18feedc3faa 100644 --- a/benchmark/solver/distributed/solver.cpp +++ b/benchmark/solver/distributed/solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/solver/solver.cpp b/benchmark/solver/solver.cpp index 971f5097897..d1049b538c7 100644 --- a/benchmark/solver/solver.cpp +++ b/benchmark/solver/solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/solver/solver_common.hpp b/benchmark/solver/solver_common.hpp index b1b56e478ce..19e718e08ab 100644 --- a/benchmark/solver/solver_common.hpp +++ b/benchmark/solver/solver_common.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/sparse_blas/operations.cpp b/benchmark/sparse_blas/operations.cpp index c4bdb13d6b5..f5267359068 100644 --- a/benchmark/sparse_blas/operations.cpp +++ b/benchmark/sparse_blas/operations.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/sparse_blas/operations.hpp b/benchmark/sparse_blas/operations.hpp index 8c6fea03c6c..74e217b3605 100644 --- a/benchmark/sparse_blas/operations.hpp +++ b/benchmark/sparse_blas/operations.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/sparse_blas/sparse_blas.cpp b/benchmark/sparse_blas/sparse_blas.cpp index ebe82a9ccfd..becd1643f44 100644 --- a/benchmark/sparse_blas/sparse_blas.cpp +++ b/benchmark/sparse_blas/sparse_blas.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/spmv/distributed/spmv.cpp b/benchmark/spmv/distributed/spmv.cpp index 3bc80722447..5d12d23857a 100644 --- a/benchmark/spmv/distributed/spmv.cpp +++ b/benchmark/spmv/distributed/spmv.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/spmv/spmv.cpp b/benchmark/spmv/spmv.cpp index 8e58f16da3d..5eef78546e9 100644 --- a/benchmark/spmv/spmv.cpp +++ b/benchmark/spmv/spmv.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/spmv/spmv_common.hpp b/benchmark/spmv/spmv_common.hpp index b0b9b4e15ea..4ac777479b2 100644 --- a/benchmark/spmv/spmv_common.hpp +++ b/benchmark/spmv/spmv_common.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/tools/compare.py b/benchmark/tools/compare.py index f6ac5ae321a..29d26962dd9 100755 --- a/benchmark/tools/compare.py +++ b/benchmark/tools/compare.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +# SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors # SPDX-License-Identifier: BSD-3-Clause import sys import json diff --git a/benchmark/tools/matrix.cpp b/benchmark/tools/matrix.cpp index 1501c7d53ff..c57602baa8a 100644 --- a/benchmark/tools/matrix.cpp +++ b/benchmark/tools/matrix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/tools/mtx_to_binary.cpp b/benchmark/tools/mtx_to_binary.cpp index f12706c7638..c9d61050a7c 100644 --- a/benchmark/tools/mtx_to_binary.cpp +++ b/benchmark/tools/mtx_to_binary.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/cuda_linops.cpp b/benchmark/utils/cuda_linops.cpp index fdaf6a65eb8..f239740d655 100644 --- a/benchmark/utils/cuda_linops.cpp +++ b/benchmark/utils/cuda_linops.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/cuda_timer.cpp b/benchmark/utils/cuda_timer.cpp index 32997e9c923..9fb5c3889fe 100644 --- a/benchmark/utils/cuda_timer.cpp +++ b/benchmark/utils/cuda_timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/distributed_helpers.hpp b/benchmark/utils/distributed_helpers.hpp index 5418c93c593..f99cf5b588b 100644 --- a/benchmark/utils/distributed_helpers.hpp +++ b/benchmark/utils/distributed_helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/dpcpp_linops.dp.cpp b/benchmark/utils/dpcpp_linops.dp.cpp index ecaa0aa2c6e..7722a20dcf1 100644 --- a/benchmark/utils/dpcpp_linops.dp.cpp +++ b/benchmark/utils/dpcpp_linops.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/dpcpp_timer.dp.cpp b/benchmark/utils/dpcpp_timer.dp.cpp index 2006991b1ed..bd97593ccb8 100644 --- a/benchmark/utils/dpcpp_timer.dp.cpp +++ b/benchmark/utils/dpcpp_timer.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/formats.hpp b/benchmark/utils/formats.hpp index a49018a4bae..cc609c6a087 100644 --- a/benchmark/utils/formats.hpp +++ b/benchmark/utils/formats.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/general.hpp b/benchmark/utils/general.hpp index e0045d8f417..e6137ca6f28 100644 --- a/benchmark/utils/general.hpp +++ b/benchmark/utils/general.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/general_matrix.hpp b/benchmark/utils/general_matrix.hpp index b69d44be4d0..a1f448e8bab 100644 --- a/benchmark/utils/general_matrix.hpp +++ b/benchmark/utils/general_matrix.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/generator.hpp b/benchmark/utils/generator.hpp index 57142c92bc6..25e8f6f81ce 100644 --- a/benchmark/utils/generator.hpp +++ b/benchmark/utils/generator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/hip_linops.hip.cpp b/benchmark/utils/hip_linops.hip.cpp index 17538c8be54..2d952ce60e9 100644 --- a/benchmark/utils/hip_linops.hip.cpp +++ b/benchmark/utils/hip_linops.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/hip_timer.hip.cpp b/benchmark/utils/hip_timer.hip.cpp index ab3c7f72bca..6f114e1d66b 100644 --- a/benchmark/utils/hip_timer.hip.cpp +++ b/benchmark/utils/hip_timer.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/iteration_control.hpp b/benchmark/utils/iteration_control.hpp index 1cfe1ea2ba7..ff379ad1dd0 100644 --- a/benchmark/utils/iteration_control.hpp +++ b/benchmark/utils/iteration_control.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/json.hpp b/benchmark/utils/json.hpp index c72cdeb4a09..637ac6443d0 100644 --- a/benchmark/utils/json.hpp +++ b/benchmark/utils/json.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/loggers.hpp b/benchmark/utils/loggers.hpp index 8267271fad0..917e7dd5f3d 100644 --- a/benchmark/utils/loggers.hpp +++ b/benchmark/utils/loggers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/mpi_timer.cpp b/benchmark/utils/mpi_timer.cpp index b9c09faf8fc..0c4e3cff35b 100644 --- a/benchmark/utils/mpi_timer.cpp +++ b/benchmark/utils/mpi_timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/overhead_linop.hpp b/benchmark/utils/overhead_linop.hpp index aa455abe842..554a44cc686 100644 --- a/benchmark/utils/overhead_linop.hpp +++ b/benchmark/utils/overhead_linop.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/preconditioners.hpp b/benchmark/utils/preconditioners.hpp index 1eb6e0497b9..26dd257bd04 100644 --- a/benchmark/utils/preconditioners.hpp +++ b/benchmark/utils/preconditioners.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/runner.hpp b/benchmark/utils/runner.hpp index 0cef5f2eb59..a306cd9ac29 100644 --- a/benchmark/utils/runner.hpp +++ b/benchmark/utils/runner.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/sparselib_linops.hpp b/benchmark/utils/sparselib_linops.hpp index bfc91b0cb9a..80f2115713f 100644 --- a/benchmark/utils/sparselib_linops.hpp +++ b/benchmark/utils/sparselib_linops.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/stencil_matrix.hpp b/benchmark/utils/stencil_matrix.hpp index 42cdef33eea..af06161b41e 100644 --- a/benchmark/utils/stencil_matrix.hpp +++ b/benchmark/utils/stencil_matrix.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/timer.hpp b/benchmark/utils/timer.hpp index 62543b72502..4ad9bbd12a9 100644 --- a/benchmark/utils/timer.hpp +++ b/benchmark/utils/timer.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/timer_impl.hpp b/benchmark/utils/timer_impl.hpp index b44b5fb9e1a..1f5fe426df2 100644 --- a/benchmark/utils/timer_impl.hpp +++ b/benchmark/utils/timer_impl.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/tuning_variables.cpp b/benchmark/utils/tuning_variables.cpp index 6fc4a30c97a..facf6d07b9a 100644 --- a/benchmark/utils/tuning_variables.cpp +++ b/benchmark/utils/tuning_variables.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/tuning_variables.hpp b/benchmark/utils/tuning_variables.hpp index 88e364bc011..b3125b557db 100644 --- a/benchmark/utils/tuning_variables.hpp +++ b/benchmark/utils/tuning_variables.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/benchmark/utils/types.hpp b/benchmark/utils/types.hpp index 835db7f76dd..03a9ab1d70c 100644 --- a/benchmark/utils/types.hpp +++ b/benchmark/utils/types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cmake/Modules/CudaArchitectureSelector.cmake b/cmake/Modules/CudaArchitectureSelector.cmake index d1e00e5e04b..f6295d11e06 100644 --- a/cmake/Modules/CudaArchitectureSelector.cmake +++ b/cmake/Modules/CudaArchitectureSelector.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +# SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors # # SPDX-License-Identifier: BSD-3-Clause diff --git a/cmake/Modules/FindHWLOC.cmake b/cmake/Modules/FindHWLOC.cmake index 56cea3e9207..a56b388db97 100644 --- a/cmake/Modules/FindHWLOC.cmake +++ b/cmake/Modules/FindHWLOC.cmake @@ -7,7 +7,7 @@ # Copyright 2012-2013 Mathieu Faverge # Copyright 2012 Cedric Castagnede # Copyright 2013-2020 Florent Pruvost -# Copyright 2020-2023 Ginkgo Project +# Copyright 2020 - 2024 Ginkgo Project # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file MORSE-Copyright.txt for details. diff --git a/cmake/Modules/hwloc_helpers.cmake b/cmake/Modules/hwloc_helpers.cmake index 2994bf54346..f9f688c5caa 100644 --- a/cmake/Modules/hwloc_helpers.cmake +++ b/cmake/Modules/hwloc_helpers.cmake @@ -7,7 +7,7 @@ # Copyright 2012-2013 Mathieu Faverge # Copyright 2012 Cedric Castagnede # Copyright 2013-2020 Florent Pruvost -# Copyright 2020-2023 Ginkgo Project +# Copyright 2020 - 2024 Ginkgo Project # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file MORSE-Copyright.txt for details. diff --git a/cmake/openmpi_test.cpp b/cmake/openmpi_test.cpp index 299f1f6ef9c..bfc93e827d4 100644 --- a/cmake/openmpi_test.cpp +++ b/cmake/openmpi_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc b/common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc index 3948b30f5cb..58c3de8192b 100644 --- a/common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc +++ b/common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc b/common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc index b1a92d23799..773bdd24637 100644 --- a/common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc +++ b/common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/device_matrix_data_kernels.hpp.inc b/common/cuda_hip/base/device_matrix_data_kernels.hpp.inc index 9f051db3968..caf0680c8b1 100644 --- a/common/cuda_hip/base/device_matrix_data_kernels.hpp.inc +++ b/common/cuda_hip/base/device_matrix_data_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/executor.hpp.inc b/common/cuda_hip/base/executor.hpp.inc index 0052bc8ae92..3c6a5275b0d 100644 --- a/common/cuda_hip/base/executor.hpp.inc +++ b/common/cuda_hip/base/executor.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/kernel_launch.hpp.inc b/common/cuda_hip/base/kernel_launch.hpp.inc index 8e518219b8b..c46e6c879cb 100644 --- a/common/cuda_hip/base/kernel_launch.hpp.inc +++ b/common/cuda_hip/base/kernel_launch.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/kernel_launch_reduction.hpp.inc b/common/cuda_hip/base/kernel_launch_reduction.hpp.inc index 4740a227af3..e5caedacb1f 100644 --- a/common/cuda_hip/base/kernel_launch_reduction.hpp.inc +++ b/common/cuda_hip/base/kernel_launch_reduction.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/kernel_launch_solver.hpp.inc b/common/cuda_hip/base/kernel_launch_solver.hpp.inc index aebb6ac01bb..cef3c8a3adc 100644 --- a/common/cuda_hip/base/kernel_launch_solver.hpp.inc +++ b/common/cuda_hip/base/kernel_launch_solver.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/base/math.hpp.inc b/common/cuda_hip/base/math.hpp.inc index dd3b9e63628..430163f3791 100644 --- a/common/cuda_hip/base/math.hpp.inc +++ b/common/cuda_hip/base/math.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/atomic.hpp.inc b/common/cuda_hip/components/atomic.hpp.inc index 0ed01822ce4..3d76cfdcb79 100644 --- a/common/cuda_hip/components/atomic.hpp.inc +++ b/common/cuda_hip/components/atomic.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/diagonal_block_manipulation.hpp.inc b/common/cuda_hip/components/diagonal_block_manipulation.hpp.inc index ce0199d4ba7..a8e7004b5aa 100644 --- a/common/cuda_hip/components/diagonal_block_manipulation.hpp.inc +++ b/common/cuda_hip/components/diagonal_block_manipulation.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/intrinsics.hpp.inc b/common/cuda_hip/components/intrinsics.hpp.inc index 82876d5ee33..3fc28cee871 100644 --- a/common/cuda_hip/components/intrinsics.hpp.inc +++ b/common/cuda_hip/components/intrinsics.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/memory.nvidia.hpp.inc b/common/cuda_hip/components/memory.nvidia.hpp.inc index 3e52d91d6ee..99053c78554 100644 --- a/common/cuda_hip/components/memory.nvidia.hpp.inc +++ b/common/cuda_hip/components/memory.nvidia.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/merging.hpp.inc b/common/cuda_hip/components/merging.hpp.inc index dfc300b90cf..d77707795a1 100644 --- a/common/cuda_hip/components/merging.hpp.inc +++ b/common/cuda_hip/components/merging.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/prefix_sum.hpp.inc b/common/cuda_hip/components/prefix_sum.hpp.inc index 9110ff2b682..474b0b88cd1 100644 --- a/common/cuda_hip/components/prefix_sum.hpp.inc +++ b/common/cuda_hip/components/prefix_sum.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/prefix_sum_kernels.hpp.inc b/common/cuda_hip/components/prefix_sum_kernels.hpp.inc index 70b41902749..c232e115a22 100644 --- a/common/cuda_hip/components/prefix_sum_kernels.hpp.inc +++ b/common/cuda_hip/components/prefix_sum_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/reduction.hpp.inc b/common/cuda_hip/components/reduction.hpp.inc index eb5a2dfb461..1a6a64d6fb7 100644 --- a/common/cuda_hip/components/reduction.hpp.inc +++ b/common/cuda_hip/components/reduction.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/searching.hpp.inc b/common/cuda_hip/components/searching.hpp.inc index 88ba2920857..a0f842dca35 100644 --- a/common/cuda_hip/components/searching.hpp.inc +++ b/common/cuda_hip/components/searching.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/segment_scan.hpp.inc b/common/cuda_hip/components/segment_scan.hpp.inc index 53a4c304588..75cc0654531 100644 --- a/common/cuda_hip/components/segment_scan.hpp.inc +++ b/common/cuda_hip/components/segment_scan.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/sorting.hpp.inc b/common/cuda_hip/components/sorting.hpp.inc index f2d010d74f7..10db7eb6daa 100644 --- a/common/cuda_hip/components/sorting.hpp.inc +++ b/common/cuda_hip/components/sorting.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/syncfree.hpp.inc b/common/cuda_hip/components/syncfree.hpp.inc index 5521a205c8e..f0d0bbe4d22 100644 --- a/common/cuda_hip/components/syncfree.hpp.inc +++ b/common/cuda_hip/components/syncfree.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/thread_ids.hpp.inc b/common/cuda_hip/components/thread_ids.hpp.inc index ffd3591c523..1befa428f3c 100644 --- a/common/cuda_hip/components/thread_ids.hpp.inc +++ b/common/cuda_hip/components/thread_ids.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/uninitialized_array.hpp.inc b/common/cuda_hip/components/uninitialized_array.hpp.inc index 40b698064fb..932ae8a5caa 100644 --- a/common/cuda_hip/components/uninitialized_array.hpp.inc +++ b/common/cuda_hip/components/uninitialized_array.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/components/warp_blas.hpp.inc b/common/cuda_hip/components/warp_blas.hpp.inc index c1514a9b60d..61b2ae25e7f 100644 --- a/common/cuda_hip/components/warp_blas.hpp.inc +++ b/common/cuda_hip/components/warp_blas.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/distributed/matrix_kernels.hpp.inc b/common/cuda_hip/distributed/matrix_kernels.hpp.inc index 523c7801b19..5caf3522f62 100644 --- a/common/cuda_hip/distributed/matrix_kernels.hpp.inc +++ b/common/cuda_hip/distributed/matrix_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/distributed/partition_helpers_kernels.hpp.inc b/common/cuda_hip/distributed/partition_helpers_kernels.hpp.inc index be71bad2057..88343370d99 100644 --- a/common/cuda_hip/distributed/partition_helpers_kernels.hpp.inc +++ b/common/cuda_hip/distributed/partition_helpers_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/distributed/partition_kernels.hpp.inc b/common/cuda_hip/distributed/partition_kernels.hpp.inc index 2142033990d..20f3ebd47dc 100644 --- a/common/cuda_hip/distributed/partition_kernels.hpp.inc +++ b/common/cuda_hip/distributed/partition_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/distributed/vector_kernels.hpp.inc b/common/cuda_hip/distributed/vector_kernels.hpp.inc index 3f53e01aff8..6a0497db78a 100644 --- a/common/cuda_hip/distributed/vector_kernels.hpp.inc +++ b/common/cuda_hip/distributed/vector_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/cholesky_kernels.hpp.inc b/common/cuda_hip/factorization/cholesky_kernels.hpp.inc index 9d0110ea523..e6220019d22 100644 --- a/common/cuda_hip/factorization/cholesky_kernels.hpp.inc +++ b/common/cuda_hip/factorization/cholesky_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/factorization_kernels.hpp.inc b/common/cuda_hip/factorization/factorization_kernels.hpp.inc index 0a15ee0a970..806797e60d8 100644 --- a/common/cuda_hip/factorization/factorization_kernels.hpp.inc +++ b/common/cuda_hip/factorization/factorization_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/lu_kernels.hpp.inc b/common/cuda_hip/factorization/lu_kernels.hpp.inc index 147fbce1c83..f8f317bc6a5 100644 --- a/common/cuda_hip/factorization/lu_kernels.hpp.inc +++ b/common/cuda_hip/factorization/lu_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ic_kernels.hpp.inc b/common/cuda_hip/factorization/par_ic_kernels.hpp.inc index 6ee732597e2..dd30eb2fc1c 100644 --- a/common/cuda_hip/factorization/par_ic_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ic_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ict_spgeam_kernels.hpp.inc b/common/cuda_hip/factorization/par_ict_spgeam_kernels.hpp.inc index 78b22c0339c..93a49e56d21 100644 --- a/common/cuda_hip/factorization/par_ict_spgeam_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ict_spgeam_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ict_sweep_kernels.hpp.inc b/common/cuda_hip/factorization/par_ict_sweep_kernels.hpp.inc index 2b8add19a70..bc58f0a9799 100644 --- a/common/cuda_hip/factorization/par_ict_sweep_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ict_sweep_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ilu_kernels.hpp.inc b/common/cuda_hip/factorization/par_ilu_kernels.hpp.inc index 3af20a56e70..1029c0d08f6 100644 --- a/common/cuda_hip/factorization/par_ilu_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ilu_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ilut_filter_kernels.hpp.inc b/common/cuda_hip/factorization/par_ilut_filter_kernels.hpp.inc index 6b99bbacc51..68794bfc8d1 100644 --- a/common/cuda_hip/factorization/par_ilut_filter_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ilut_filter_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ilut_select_kernels.hpp.inc b/common/cuda_hip/factorization/par_ilut_select_kernels.hpp.inc index 3c07e813289..2ee5061d4c5 100644 --- a/common/cuda_hip/factorization/par_ilut_select_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ilut_select_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ilut_spgeam_kernels.hpp.inc b/common/cuda_hip/factorization/par_ilut_spgeam_kernels.hpp.inc index 3d2b7773854..a97f0f08937 100644 --- a/common/cuda_hip/factorization/par_ilut_spgeam_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ilut_spgeam_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/factorization/par_ilut_sweep_kernels.hpp.inc b/common/cuda_hip/factorization/par_ilut_sweep_kernels.hpp.inc index 26acbd506cc..9da94a878b3 100644 --- a/common/cuda_hip/factorization/par_ilut_sweep_kernels.hpp.inc +++ b/common/cuda_hip/factorization/par_ilut_sweep_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/log/batch_logger.hpp.inc b/common/cuda_hip/log/batch_logger.hpp.inc index 4d76233124c..fff3621d1d7 100644 --- a/common/cuda_hip/log/batch_logger.hpp.inc +++ b/common/cuda_hip/log/batch_logger.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_csr_kernel_launcher.hpp.inc b/common/cuda_hip/matrix/batch_csr_kernel_launcher.hpp.inc index 9091fb3f040..bfe38fa345b 100644 --- a/common/cuda_hip/matrix/batch_csr_kernel_launcher.hpp.inc +++ b/common/cuda_hip/matrix/batch_csr_kernel_launcher.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_csr_kernels.hpp.inc b/common/cuda_hip/matrix/batch_csr_kernels.hpp.inc index cd025d04436..24a1ec79404 100644 --- a/common/cuda_hip/matrix/batch_csr_kernels.hpp.inc +++ b/common/cuda_hip/matrix/batch_csr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_dense_kernel_launcher.hpp.inc b/common/cuda_hip/matrix/batch_dense_kernel_launcher.hpp.inc index 3437d013fa3..595adf6e452 100644 --- a/common/cuda_hip/matrix/batch_dense_kernel_launcher.hpp.inc +++ b/common/cuda_hip/matrix/batch_dense_kernel_launcher.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_dense_kernels.hpp.inc b/common/cuda_hip/matrix/batch_dense_kernels.hpp.inc index da3df216893..074f2ed7a6c 100644 --- a/common/cuda_hip/matrix/batch_dense_kernels.hpp.inc +++ b/common/cuda_hip/matrix/batch_dense_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_ell_kernel_launcher.hpp.inc b/common/cuda_hip/matrix/batch_ell_kernel_launcher.hpp.inc index b4bd202f050..50be43172b8 100644 --- a/common/cuda_hip/matrix/batch_ell_kernel_launcher.hpp.inc +++ b/common/cuda_hip/matrix/batch_ell_kernel_launcher.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/batch_ell_kernels.hpp.inc b/common/cuda_hip/matrix/batch_ell_kernels.hpp.inc index 745aeaf3ae2..f50c43b2018 100644 --- a/common/cuda_hip/matrix/batch_ell_kernels.hpp.inc +++ b/common/cuda_hip/matrix/batch_ell_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/coo_kernels.hpp.inc b/common/cuda_hip/matrix/coo_kernels.hpp.inc index cb2e1190f31..98332f6cd7b 100644 --- a/common/cuda_hip/matrix/coo_kernels.hpp.inc +++ b/common/cuda_hip/matrix/coo_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/csr_common.hpp.inc b/common/cuda_hip/matrix/csr_common.hpp.inc index 6ae1976b031..d882aa10ad0 100644 --- a/common/cuda_hip/matrix/csr_common.hpp.inc +++ b/common/cuda_hip/matrix/csr_common.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/csr_kernels.hpp.inc b/common/cuda_hip/matrix/csr_kernels.hpp.inc index 84bae093123..2f6682b9743 100644 --- a/common/cuda_hip/matrix/csr_kernels.hpp.inc +++ b/common/cuda_hip/matrix/csr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/dense_kernels.hpp.inc b/common/cuda_hip/matrix/dense_kernels.hpp.inc index 41336865c33..b48d2c4ff4f 100644 --- a/common/cuda_hip/matrix/dense_kernels.hpp.inc +++ b/common/cuda_hip/matrix/dense_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/diagonal_kernels.hpp.inc b/common/cuda_hip/matrix/diagonal_kernels.hpp.inc index 9e94a7760bc..c3919fda079 100644 --- a/common/cuda_hip/matrix/diagonal_kernels.hpp.inc +++ b/common/cuda_hip/matrix/diagonal_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/ell_kernels.hpp.inc b/common/cuda_hip/matrix/ell_kernels.hpp.inc index be275cd51c7..a5fd37c1d05 100644 --- a/common/cuda_hip/matrix/ell_kernels.hpp.inc +++ b/common/cuda_hip/matrix/ell_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/fbcsr_kernels.hpp.inc b/common/cuda_hip/matrix/fbcsr_kernels.hpp.inc index 59fa95e5d9b..d801876adbc 100644 --- a/common/cuda_hip/matrix/fbcsr_kernels.hpp.inc +++ b/common/cuda_hip/matrix/fbcsr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/sellp_kernels.hpp.inc b/common/cuda_hip/matrix/sellp_kernels.hpp.inc index 0733aff1503..f4f0035c276 100644 --- a/common/cuda_hip/matrix/sellp_kernels.hpp.inc +++ b/common/cuda_hip/matrix/sellp_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/matrix/sparsity_csr_kernels.hpp.inc b/common/cuda_hip/matrix/sparsity_csr_kernels.hpp.inc index 0549de1a47a..aedf9638888 100644 --- a/common/cuda_hip/matrix/sparsity_csr_kernels.hpp.inc +++ b/common/cuda_hip/matrix/sparsity_csr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/multigrid/pgm_kernels.hpp.inc b/common/cuda_hip/multigrid/pgm_kernels.hpp.inc index 1b260147e63..d2ac7769ccb 100644 --- a/common/cuda_hip/multigrid/pgm_kernels.hpp.inc +++ b/common/cuda_hip/multigrid/pgm_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/batch_identity.hpp.inc b/common/cuda_hip/preconditioner/batch_identity.hpp.inc index e982fd95ccd..b85a8b1d7da 100644 --- a/common/cuda_hip/preconditioner/batch_identity.hpp.inc +++ b/common/cuda_hip/preconditioner/batch_identity.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/isai_kernels.hpp.inc b/common/cuda_hip/preconditioner/isai_kernels.hpp.inc index a35b135158f..86d47680e0e 100644 --- a/common/cuda_hip/preconditioner/isai_kernels.hpp.inc +++ b/common/cuda_hip/preconditioner/isai_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/jacobi_advanced_apply_kernel.hpp.inc b/common/cuda_hip/preconditioner/jacobi_advanced_apply_kernel.hpp.inc index 324b7003759..5d7a6966c78 100644 --- a/common/cuda_hip/preconditioner/jacobi_advanced_apply_kernel.hpp.inc +++ b/common/cuda_hip/preconditioner/jacobi_advanced_apply_kernel.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/jacobi_generate_kernel.hpp.inc b/common/cuda_hip/preconditioner/jacobi_generate_kernel.hpp.inc index 9cfe96a0d5e..61a57ca5f81 100644 --- a/common/cuda_hip/preconditioner/jacobi_generate_kernel.hpp.inc +++ b/common/cuda_hip/preconditioner/jacobi_generate_kernel.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/jacobi_kernels.hpp.inc b/common/cuda_hip/preconditioner/jacobi_kernels.hpp.inc index 0120f54e20c..e0d7cfef0e9 100644 --- a/common/cuda_hip/preconditioner/jacobi_kernels.hpp.inc +++ b/common/cuda_hip/preconditioner/jacobi_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/preconditioner/jacobi_simple_apply_kernel.hpp.inc b/common/cuda_hip/preconditioner/jacobi_simple_apply_kernel.hpp.inc index cf9df6b53cf..c39016810fa 100644 --- a/common/cuda_hip/preconditioner/jacobi_simple_apply_kernel.hpp.inc +++ b/common/cuda_hip/preconditioner/jacobi_simple_apply_kernel.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/solver/batch_bicgstab_kernels.hpp.inc b/common/cuda_hip/solver/batch_bicgstab_kernels.hpp.inc index fc121ea45b5..f71c8c40c3e 100644 --- a/common/cuda_hip/solver/batch_bicgstab_kernels.hpp.inc +++ b/common/cuda_hip/solver/batch_bicgstab_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/solver/cb_gmres_kernels.hpp.inc b/common/cuda_hip/solver/cb_gmres_kernels.hpp.inc index fd8dbe3a60e..2a5a6c3f7f9 100644 --- a/common/cuda_hip/solver/cb_gmres_kernels.hpp.inc +++ b/common/cuda_hip/solver/cb_gmres_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/solver/common_gmres_kernels.hpp.inc b/common/cuda_hip/solver/common_gmres_kernels.hpp.inc index 9aa38c4daa0..b031387fbef 100644 --- a/common/cuda_hip/solver/common_gmres_kernels.hpp.inc +++ b/common/cuda_hip/solver/common_gmres_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/solver/idr_kernels.hpp.inc b/common/cuda_hip/solver/idr_kernels.hpp.inc index 3dd866710ae..465417a6edb 100644 --- a/common/cuda_hip/solver/idr_kernels.hpp.inc +++ b/common/cuda_hip/solver/idr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/solver/multigrid_kernels.hpp.inc b/common/cuda_hip/solver/multigrid_kernels.hpp.inc index f61b6d1f2f3..98b1fcfeff4 100644 --- a/common/cuda_hip/solver/multigrid_kernels.hpp.inc +++ b/common/cuda_hip/solver/multigrid_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/cuda_hip/stop/batch_criteria.hpp.inc b/common/cuda_hip/stop/batch_criteria.hpp.inc index 19bff8eb8ef..38072467765 100644 --- a/common/cuda_hip/stop/batch_criteria.hpp.inc +++ b/common/cuda_hip/stop/batch_criteria.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/base/device_matrix_data_kernels.cpp b/common/unified/base/device_matrix_data_kernels.cpp index 31b1aa00233..a3f0162c3c8 100644 --- a/common/unified/base/device_matrix_data_kernels.cpp +++ b/common/unified/base/device_matrix_data_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/base/index_set_kernels.cpp b/common/unified/base/index_set_kernels.cpp index cab9b3dd4e2..cb8cc72b345 100644 --- a/common/unified/base/index_set_kernels.cpp +++ b/common/unified/base/index_set_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/base/kernel_launch.hpp b/common/unified/base/kernel_launch.hpp index 88f0584b5d2..b32572546f0 100644 --- a/common/unified/base/kernel_launch.hpp +++ b/common/unified/base/kernel_launch.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/base/kernel_launch_reduction.hpp b/common/unified/base/kernel_launch_reduction.hpp index 5468d23f817..c3158d35a1c 100644 --- a/common/unified/base/kernel_launch_reduction.hpp +++ b/common/unified/base/kernel_launch_reduction.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/base/kernel_launch_solver.hpp b/common/unified/base/kernel_launch_solver.hpp index 5b12349ac31..f4240805c64 100644 --- a/common/unified/base/kernel_launch_solver.hpp +++ b/common/unified/base/kernel_launch_solver.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/components/absolute_array_kernels.cpp b/common/unified/components/absolute_array_kernels.cpp index 240b73559bb..9ed032f6a6f 100644 --- a/common/unified/components/absolute_array_kernels.cpp +++ b/common/unified/components/absolute_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/components/fill_array_kernels.cpp b/common/unified/components/fill_array_kernels.cpp index c0dd40d0b03..4586083f821 100644 --- a/common/unified/components/fill_array_kernels.cpp +++ b/common/unified/components/fill_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/components/format_conversion_kernels.cpp b/common/unified/components/format_conversion_kernels.cpp index 916613dca42..b2e48e32a6b 100644 --- a/common/unified/components/format_conversion_kernels.cpp +++ b/common/unified/components/format_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/components/precision_conversion_kernels.cpp b/common/unified/components/precision_conversion_kernels.cpp index 6f5f9689f48..10f051c3a75 100644 --- a/common/unified/components/precision_conversion_kernels.cpp +++ b/common/unified/components/precision_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/components/reduce_array_kernels.cpp b/common/unified/components/reduce_array_kernels.cpp index 3cb26bfd025..7bf1974ccbd 100644 --- a/common/unified/components/reduce_array_kernels.cpp +++ b/common/unified/components/reduce_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/distributed/partition_helpers_kernels.cpp b/common/unified/distributed/partition_helpers_kernels.cpp index 39d2604d07e..ede7bd8be27 100644 --- a/common/unified/distributed/partition_helpers_kernels.cpp +++ b/common/unified/distributed/partition_helpers_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/distributed/partition_kernels.cpp b/common/unified/distributed/partition_kernels.cpp index 27341dcdf1d..b76a4c690e4 100644 --- a/common/unified/distributed/partition_kernels.cpp +++ b/common/unified/distributed/partition_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/coo_kernels.cpp b/common/unified/matrix/coo_kernels.cpp index e2f9c09c33f..71277937e20 100644 --- a/common/unified/matrix/coo_kernels.cpp +++ b/common/unified/matrix/coo_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/csr_kernels.cpp b/common/unified/matrix/csr_kernels.cpp index 7e9a8141d8d..be42ec9fa50 100644 --- a/common/unified/matrix/csr_kernels.cpp +++ b/common/unified/matrix/csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/dense_kernels.instantiate.cpp b/common/unified/matrix/dense_kernels.instantiate.cpp index 67bb876b0a0..aca8ad5bec4 100644 --- a/common/unified/matrix/dense_kernels.instantiate.cpp +++ b/common/unified/matrix/dense_kernels.instantiate.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/dense_kernels.template.cpp b/common/unified/matrix/dense_kernels.template.cpp index b25941522ff..05966ede9d3 100644 --- a/common/unified/matrix/dense_kernels.template.cpp +++ b/common/unified/matrix/dense_kernels.template.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/diagonal_kernels.cpp b/common/unified/matrix/diagonal_kernels.cpp index 3190c9ec69b..d1b2dcdb086 100644 --- a/common/unified/matrix/diagonal_kernels.cpp +++ b/common/unified/matrix/diagonal_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/ell_kernels.cpp b/common/unified/matrix/ell_kernels.cpp index 6dbe9f934cf..64b0d093591 100644 --- a/common/unified/matrix/ell_kernels.cpp +++ b/common/unified/matrix/ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/hybrid_kernels.cpp b/common/unified/matrix/hybrid_kernels.cpp index a5be2aa0543..25338bd0b12 100644 --- a/common/unified/matrix/hybrid_kernels.cpp +++ b/common/unified/matrix/hybrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/permutation_kernels.cpp b/common/unified/matrix/permutation_kernels.cpp index a42d5f18eea..7a6b882c754 100644 --- a/common/unified/matrix/permutation_kernels.cpp +++ b/common/unified/matrix/permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/scaled_permutation_kernels.cpp b/common/unified/matrix/scaled_permutation_kernels.cpp index 5ed39b599e3..d658f00ca4b 100644 --- a/common/unified/matrix/scaled_permutation_kernels.cpp +++ b/common/unified/matrix/scaled_permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/sellp_kernels.cpp b/common/unified/matrix/sellp_kernels.cpp index 13921f11804..af8e463f78c 100644 --- a/common/unified/matrix/sellp_kernels.cpp +++ b/common/unified/matrix/sellp_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/matrix/sparsity_csr_kernels.cpp b/common/unified/matrix/sparsity_csr_kernels.cpp index 236f652bcd3..8e54a14becb 100644 --- a/common/unified/matrix/sparsity_csr_kernels.cpp +++ b/common/unified/matrix/sparsity_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/multigrid/pgm_kernels.cpp b/common/unified/multigrid/pgm_kernels.cpp index 300e051b5e7..f5e378daef4 100644 --- a/common/unified/multigrid/pgm_kernels.cpp +++ b/common/unified/multigrid/pgm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/preconditioner/jacobi_kernels.cpp b/common/unified/preconditioner/jacobi_kernels.cpp index 9962c2b7000..bbc393ddab2 100644 --- a/common/unified/preconditioner/jacobi_kernels.cpp +++ b/common/unified/preconditioner/jacobi_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/bicg_kernels.cpp b/common/unified/solver/bicg_kernels.cpp index 0028c4aa133..60738c5618c 100644 --- a/common/unified/solver/bicg_kernels.cpp +++ b/common/unified/solver/bicg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/bicgstab_kernels.cpp b/common/unified/solver/bicgstab_kernels.cpp index 51191fc6f8f..58a6148c138 100644 --- a/common/unified/solver/bicgstab_kernels.cpp +++ b/common/unified/solver/bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/cg_kernels.cpp b/common/unified/solver/cg_kernels.cpp index 71a94336547..37f8c885987 100644 --- a/common/unified/solver/cg_kernels.cpp +++ b/common/unified/solver/cg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/cgs_kernels.cpp b/common/unified/solver/cgs_kernels.cpp index 8d0505f8031..a20a3faf3c8 100644 --- a/common/unified/solver/cgs_kernels.cpp +++ b/common/unified/solver/cgs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/common_gmres_kernels.cpp b/common/unified/solver/common_gmres_kernels.cpp index 81f1ea9f0c3..8773cce4e66 100644 --- a/common/unified/solver/common_gmres_kernels.cpp +++ b/common/unified/solver/common_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/fcg_kernels.cpp b/common/unified/solver/fcg_kernels.cpp index f01787ffcad..cbe23526c09 100644 --- a/common/unified/solver/fcg_kernels.cpp +++ b/common/unified/solver/fcg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/gcr_kernels.cpp b/common/unified/solver/gcr_kernels.cpp index 6f054e7cb0f..57422ce9954 100644 --- a/common/unified/solver/gcr_kernels.cpp +++ b/common/unified/solver/gcr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/gmres_kernels.cpp b/common/unified/solver/gmres_kernels.cpp index 033dc9bd871..5c0cd52bdcf 100644 --- a/common/unified/solver/gmres_kernels.cpp +++ b/common/unified/solver/gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/common/unified/solver/ir_kernels.cpp b/common/unified/solver/ir_kernels.cpp index aa6f244e12c..1e95206557e 100644 --- a/common/unified/solver/ir_kernels.cpp +++ b/common/unified/solver/ir_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/allocator.hpp b/core/base/allocator.hpp index 21b1e7bcf4e..0bfbd0158c3 100644 --- a/core/base/allocator.hpp +++ b/core/base/allocator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/array.cpp b/core/base/array.cpp index 96dfabcdfb9..44142e0fa2d 100644 --- a/core/base/array.cpp +++ b/core/base/array.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/array_access.hpp b/core/base/array_access.hpp index cc1352ca534..3148c4391cb 100644 --- a/core/base/array_access.hpp +++ b/core/base/array_access.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/batch_multi_vector.cpp b/core/base/batch_multi_vector.cpp index 8a5a1e55354..7fbb1f4894f 100644 --- a/core/base/batch_multi_vector.cpp +++ b/core/base/batch_multi_vector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/batch_multi_vector_kernels.hpp b/core/base/batch_multi_vector_kernels.hpp index 85e1281e6a0..dee2ddf18b1 100644 --- a/core/base/batch_multi_vector_kernels.hpp +++ b/core/base/batch_multi_vector_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/batch_struct.hpp b/core/base/batch_struct.hpp index bb58d8b1f68..4650b673a07 100644 --- a/core/base/batch_struct.hpp +++ b/core/base/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/batch_utilities.hpp b/core/base/batch_utilities.hpp index 2095b2696c7..877ed926101 100644 --- a/core/base/batch_utilities.hpp +++ b/core/base/batch_utilities.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/block_sizes.hpp b/core/base/block_sizes.hpp index 68eea274ef0..a55e03eefb8 100644 --- a/core/base/block_sizes.hpp +++ b/core/base/block_sizes.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/combination.cpp b/core/base/combination.cpp index d53ba891669..01d1d197820 100644 --- a/core/base/combination.cpp +++ b/core/base/combination.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/composition.cpp b/core/base/composition.cpp index 636195978f2..cf3789c45a7 100644 --- a/core/base/composition.cpp +++ b/core/base/composition.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/copy_assignable.hpp b/core/base/copy_assignable.hpp index 07c3d297a7f..4944ab719fc 100644 --- a/core/base/copy_assignable.hpp +++ b/core/base/copy_assignable.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/dense_cache.cpp b/core/base/dense_cache.cpp index 8f8d107240e..e321b38b442 100644 --- a/core/base/dense_cache.cpp +++ b/core/base/dense_cache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/device_matrix_data.cpp b/core/base/device_matrix_data.cpp index c8dedd56d3c..8c1d6a2ad99 100644 --- a/core/base/device_matrix_data.cpp +++ b/core/base/device_matrix_data.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/device_matrix_data_kernels.hpp b/core/base/device_matrix_data_kernels.hpp index 4b3daf1a8e8..2c7d2a81225 100644 --- a/core/base/device_matrix_data_kernels.hpp +++ b/core/base/device_matrix_data_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/dispatch_helper.hpp b/core/base/dispatch_helper.hpp index 58153ba15b9..5c030dedd17 100644 --- a/core/base/dispatch_helper.hpp +++ b/core/base/dispatch_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/executor.cpp b/core/base/executor.cpp index 84445ddcbe0..a0efdc2291e 100644 --- a/core/base/executor.cpp +++ b/core/base/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/extended_float.hpp b/core/base/extended_float.hpp index 4f193320d6d..e2d4e01a7d4 100644 --- a/core/base/extended_float.hpp +++ b/core/base/extended_float.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/index_set.cpp b/core/base/index_set.cpp index fa0ea298218..c40f57586b8 100644 --- a/core/base/index_set.cpp +++ b/core/base/index_set.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/index_set_kernels.hpp b/core/base/index_set_kernels.hpp index 8c237787c1b..63170d0e853 100644 --- a/core/base/index_set_kernels.hpp +++ b/core/base/index_set_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/iterator_factory.hpp b/core/base/iterator_factory.hpp index 4d754a2cb32..366f1b3bf60 100644 --- a/core/base/iterator_factory.hpp +++ b/core/base/iterator_factory.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/kernel_declaration.hpp b/core/base/kernel_declaration.hpp index 82a767a7a6e..382f4eb8cfe 100644 --- a/core/base/kernel_declaration.hpp +++ b/core/base/kernel_declaration.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/memory.cpp b/core/base/memory.cpp index a73e166c698..be3b231dedd 100644 --- a/core/base/memory.cpp +++ b/core/base/memory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/mixed_precision_types.hpp b/core/base/mixed_precision_types.hpp index 0173ddde193..d9747e5cad8 100644 --- a/core/base/mixed_precision_types.hpp +++ b/core/base/mixed_precision_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/mpi.cpp b/core/base/mpi.cpp index 75d6b650acb..0a703675158 100644 --- a/core/base/mpi.cpp +++ b/core/base/mpi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/mtx_io.cpp b/core/base/mtx_io.cpp index 7130d55aed7..c383a2ea752 100644 --- a/core/base/mtx_io.cpp +++ b/core/base/mtx_io.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/noop_scoped_device_id_guard.hpp b/core/base/noop_scoped_device_id_guard.hpp index 7355d1875a3..d21d0502370 100644 --- a/core/base/noop_scoped_device_id_guard.hpp +++ b/core/base/noop_scoped_device_id_guard.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/perturbation.cpp b/core/base/perturbation.cpp index d5dce5e4bf2..ac5c664441c 100644 --- a/core/base/perturbation.cpp +++ b/core/base/perturbation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/timer.cpp b/core/base/timer.cpp index 2c587ff0d8c..eb060d1bbce 100644 --- a/core/base/timer.cpp +++ b/core/base/timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/types.hpp b/core/base/types.hpp index e8f363a68a1..8c9206c9e16 100644 --- a/core/base/types.hpp +++ b/core/base/types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/utils.hpp b/core/base/utils.hpp index ca4fb72f7b6..fee0a300c16 100644 --- a/core/base/utils.hpp +++ b/core/base/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/base/version.cpp b/core/base/version.cpp index 3a2fbf23d69..a7802a890dd 100644 --- a/core/base/version.cpp +++ b/core/base/version.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/absolute_array_kernels.hpp b/core/components/absolute_array_kernels.hpp index 4feb50eb79c..18f32ddc3e6 100644 --- a/core/components/absolute_array_kernels.hpp +++ b/core/components/absolute_array_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/addressable_pq.hpp b/core/components/addressable_pq.hpp index ba04390b3ae..d4e1f20fc80 100644 --- a/core/components/addressable_pq.hpp +++ b/core/components/addressable_pq.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/disjoint_sets.hpp b/core/components/disjoint_sets.hpp index 58fa6a1acff..601817e69d3 100644 --- a/core/components/disjoint_sets.hpp +++ b/core/components/disjoint_sets.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/fill_array_kernels.hpp b/core/components/fill_array_kernels.hpp index f925337c0bb..4a6d8c6a3d1 100644 --- a/core/components/fill_array_kernels.hpp +++ b/core/components/fill_array_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/format_conversion_kernels.hpp b/core/components/format_conversion_kernels.hpp index 49c8c7102c0..2a72da998f9 100644 --- a/core/components/format_conversion_kernels.hpp +++ b/core/components/format_conversion_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/precision_conversion_kernels.hpp b/core/components/precision_conversion_kernels.hpp index 11ed648a28e..0839530a92c 100644 --- a/core/components/precision_conversion_kernels.hpp +++ b/core/components/precision_conversion_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/prefix_sum_kernels.hpp b/core/components/prefix_sum_kernels.hpp index 1ca8688a52c..e43e2cf042c 100644 --- a/core/components/prefix_sum_kernels.hpp +++ b/core/components/prefix_sum_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/components/reduce_array_kernels.hpp b/core/components/reduce_array_kernels.hpp index 995a360f5f8..2d02906ebdc 100644 --- a/core/components/reduce_array_kernels.hpp +++ b/core/components/reduce_array_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/common_kernels.inc.cpp b/core/device_hooks/common_kernels.inc.cpp index ef79a0978b7..dbc3ee44884 100644 --- a/core/device_hooks/common_kernels.inc.cpp +++ b/core/device_hooks/common_kernels.inc.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/cuda_hooks.cpp b/core/device_hooks/cuda_hooks.cpp index 1b40083cf5f..15bb5d05735 100644 --- a/core/device_hooks/cuda_hooks.cpp +++ b/core/device_hooks/cuda_hooks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/dpcpp_hooks.cpp b/core/device_hooks/dpcpp_hooks.cpp index 5f4873d3b26..4be09fc60a2 100644 --- a/core/device_hooks/dpcpp_hooks.cpp +++ b/core/device_hooks/dpcpp_hooks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/hip_hooks.cpp b/core/device_hooks/hip_hooks.cpp index 2288833ad04..a90691e1af4 100644 --- a/core/device_hooks/hip_hooks.cpp +++ b/core/device_hooks/hip_hooks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/omp_hooks.cpp b/core/device_hooks/omp_hooks.cpp index 74d66b548c8..c371f8ff767 100644 --- a/core/device_hooks/omp_hooks.cpp +++ b/core/device_hooks/omp_hooks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/device_hooks/reference_hooks.cpp b/core/device_hooks/reference_hooks.cpp index b5682a35429..8293642eff9 100644 --- a/core/device_hooks/reference_hooks.cpp +++ b/core/device_hooks/reference_hooks.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/helpers.hpp b/core/distributed/helpers.hpp index db61ea2a726..32e7f9510eb 100644 --- a/core/distributed/helpers.hpp +++ b/core/distributed/helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/matrix.cpp b/core/distributed/matrix.cpp index 57ec74a6549..bac673adf3d 100644 --- a/core/distributed/matrix.cpp +++ b/core/distributed/matrix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/matrix_kernels.hpp b/core/distributed/matrix_kernels.hpp index 100b9c2fa36..6f984ef9d71 100644 --- a/core/distributed/matrix_kernels.hpp +++ b/core/distributed/matrix_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/partition.cpp b/core/distributed/partition.cpp index b5a12c5a6de..acd2e6f77fe 100644 --- a/core/distributed/partition.cpp +++ b/core/distributed/partition.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/partition_helpers.cpp b/core/distributed/partition_helpers.cpp index b8bc1a2405e..50b9bee0e5f 100644 --- a/core/distributed/partition_helpers.cpp +++ b/core/distributed/partition_helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/partition_helpers_kernels.hpp b/core/distributed/partition_helpers_kernels.hpp index f78017357d4..9c87629b60c 100644 --- a/core/distributed/partition_helpers_kernels.hpp +++ b/core/distributed/partition_helpers_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/partition_kernels.hpp b/core/distributed/partition_kernels.hpp index 13a20c106a2..fd7e214dbbd 100644 --- a/core/distributed/partition_kernels.hpp +++ b/core/distributed/partition_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/preconditioner/schwarz.cpp b/core/distributed/preconditioner/schwarz.cpp index dccaa413210..3bf61ac43d0 100644 --- a/core/distributed/preconditioner/schwarz.cpp +++ b/core/distributed/preconditioner/schwarz.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/vector.cpp b/core/distributed/vector.cpp index d28edfd7398..81856dba84a 100644 --- a/core/distributed/vector.cpp +++ b/core/distributed/vector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/distributed/vector_kernels.hpp b/core/distributed/vector_kernels.hpp index 6cbcfc01fbc..1d5fcb6a51e 100644 --- a/core/distributed/vector_kernels.hpp +++ b/core/distributed/vector_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/cholesky.cpp b/core/factorization/cholesky.cpp index 30c8bd0a506..7cf3548ce0a 100644 --- a/core/factorization/cholesky.cpp +++ b/core/factorization/cholesky.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/cholesky_kernels.hpp b/core/factorization/cholesky_kernels.hpp index 05c41b4ba9b..ff758d988db 100644 --- a/core/factorization/cholesky_kernels.hpp +++ b/core/factorization/cholesky_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/elimination_forest.cpp b/core/factorization/elimination_forest.cpp index 3dc27318d97..138db0f6350 100644 --- a/core/factorization/elimination_forest.cpp +++ b/core/factorization/elimination_forest.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/elimination_forest.hpp b/core/factorization/elimination_forest.hpp index c73949a2e7e..7ab7f9c715b 100644 --- a/core/factorization/elimination_forest.hpp +++ b/core/factorization/elimination_forest.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/factorization.cpp b/core/factorization/factorization.cpp index 50a9e62344d..00cdd12648d 100644 --- a/core/factorization/factorization.cpp +++ b/core/factorization/factorization.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/factorization_kernels.hpp b/core/factorization/factorization_kernels.hpp index a1222460584..0dc0f9fc16e 100644 --- a/core/factorization/factorization_kernels.hpp +++ b/core/factorization/factorization_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/ic.cpp b/core/factorization/ic.cpp index 2ffbfc1e1ac..8ebd522df9c 100644 --- a/core/factorization/ic.cpp +++ b/core/factorization/ic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/ic_kernels.hpp b/core/factorization/ic_kernels.hpp index 15f1b292021..29d400ad183 100644 --- a/core/factorization/ic_kernels.hpp +++ b/core/factorization/ic_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/ilu.cpp b/core/factorization/ilu.cpp index 28e15da0f09..79655d8a5ee 100644 --- a/core/factorization/ilu.cpp +++ b/core/factorization/ilu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/ilu_kernels.hpp b/core/factorization/ilu_kernels.hpp index a03d9aa5ad5..562d6e0901d 100644 --- a/core/factorization/ilu_kernels.hpp +++ b/core/factorization/ilu_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/lu.cpp b/core/factorization/lu.cpp index f29184eb3f2..f698f321813 100644 --- a/core/factorization/lu.cpp +++ b/core/factorization/lu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/lu_kernels.hpp b/core/factorization/lu_kernels.hpp index 02cc42dd08e..601f424087f 100644 --- a/core/factorization/lu_kernels.hpp +++ b/core/factorization/lu_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ic.cpp b/core/factorization/par_ic.cpp index ffdafda9d24..e84d76469a1 100644 --- a/core/factorization/par_ic.cpp +++ b/core/factorization/par_ic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ic_kernels.hpp b/core/factorization/par_ic_kernels.hpp index c6bbc9afd1a..47cfc8c37a2 100644 --- a/core/factorization/par_ic_kernels.hpp +++ b/core/factorization/par_ic_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ict.cpp b/core/factorization/par_ict.cpp index 8a255d5ecdb..83e47de827f 100644 --- a/core/factorization/par_ict.cpp +++ b/core/factorization/par_ict.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ict_kernels.hpp b/core/factorization/par_ict_kernels.hpp index 8d4362f5bfd..0b0c2c6bcd2 100644 --- a/core/factorization/par_ict_kernels.hpp +++ b/core/factorization/par_ict_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ilu.cpp b/core/factorization/par_ilu.cpp index 66f950d074f..bc14cb30c71 100644 --- a/core/factorization/par_ilu.cpp +++ b/core/factorization/par_ilu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ilu_kernels.hpp b/core/factorization/par_ilu_kernels.hpp index 3f5424b1db3..943cd1cf9bc 100644 --- a/core/factorization/par_ilu_kernels.hpp +++ b/core/factorization/par_ilu_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ilut.cpp b/core/factorization/par_ilut.cpp index 5c9996c317f..7d142e387ed 100644 --- a/core/factorization/par_ilut.cpp +++ b/core/factorization/par_ilut.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/par_ilut_kernels.hpp b/core/factorization/par_ilut_kernels.hpp index 64cb8990cf2..880acc7a4c2 100644 --- a/core/factorization/par_ilut_kernels.hpp +++ b/core/factorization/par_ilut_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/symbolic.cpp b/core/factorization/symbolic.cpp index aa1725f324e..d57bac72b78 100644 --- a/core/factorization/symbolic.cpp +++ b/core/factorization/symbolic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/factorization/symbolic.hpp b/core/factorization/symbolic.hpp index b38355c06b5..c98c623c92d 100644 --- a/core/factorization/symbolic.hpp +++ b/core/factorization/symbolic.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/batch_logger.cpp b/core/log/batch_logger.cpp index 54f9c89219f..b13dbfcaee3 100644 --- a/core/log/batch_logger.cpp +++ b/core/log/batch_logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/convergence.cpp b/core/log/convergence.cpp index a59b2904ad5..51dc3cc32c8 100644 --- a/core/log/convergence.cpp +++ b/core/log/convergence.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/logger.cpp b/core/log/logger.cpp index aa684eedf29..f3d89a4657f 100644 --- a/core/log/logger.cpp +++ b/core/log/logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/papi.cpp b/core/log/papi.cpp index f48f22506f5..ce23eb8ee29 100644 --- a/core/log/papi.cpp +++ b/core/log/papi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/performance_hint.cpp b/core/log/performance_hint.cpp index 3c60f2a023d..fb06fdf4be8 100644 --- a/core/log/performance_hint.cpp +++ b/core/log/performance_hint.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/profiler_hook.cpp b/core/log/profiler_hook.cpp index 2bbda4933ba..a8eef7668f2 100644 --- a/core/log/profiler_hook.cpp +++ b/core/log/profiler_hook.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/profiler_hook.hpp b/core/log/profiler_hook.hpp index c8980a60dac..3f4baf80db1 100644 --- a/core/log/profiler_hook.hpp +++ b/core/log/profiler_hook.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/profiler_hook_summary.cpp b/core/log/profiler_hook_summary.cpp index 33b55045fbd..c7d2f3ea95b 100644 --- a/core/log/profiler_hook_summary.cpp +++ b/core/log/profiler_hook_summary.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/profiler_hook_summary_writer.cpp b/core/log/profiler_hook_summary_writer.cpp index facccf69287..4139f5938c9 100644 --- a/core/log/profiler_hook_summary_writer.cpp +++ b/core/log/profiler_hook_summary_writer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/record.cpp b/core/log/record.cpp index 1d4ea8e9bea..f58f6747ff5 100644 --- a/core/log/record.cpp +++ b/core/log/record.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/stream.cpp b/core/log/stream.cpp index ce19c154f2b..c02ecc77b09 100644 --- a/core/log/stream.cpp +++ b/core/log/stream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/tau.cpp b/core/log/tau.cpp index c462630d591..719dd42999d 100644 --- a/core/log/tau.cpp +++ b/core/log/tau.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/log/vtune.cpp b/core/log/vtune.cpp index 2707e99fdd6..f6a29d98542 100644 --- a/core/log/vtune.cpp +++ b/core/log/vtune.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_csr.cpp b/core/matrix/batch_csr.cpp index d98b05fadea..98bbb37b73d 100644 --- a/core/matrix/batch_csr.cpp +++ b/core/matrix/batch_csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_csr_kernels.hpp b/core/matrix/batch_csr_kernels.hpp index 9b3b07e477f..88dc56ee1bb 100644 --- a/core/matrix/batch_csr_kernels.hpp +++ b/core/matrix/batch_csr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_dense.cpp b/core/matrix/batch_dense.cpp index 56b10d1beae..a1a0d6a2a85 100644 --- a/core/matrix/batch_dense.cpp +++ b/core/matrix/batch_dense.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_dense_kernels.hpp b/core/matrix/batch_dense_kernels.hpp index 512a0bfbad2..ae00969fa87 100644 --- a/core/matrix/batch_dense_kernels.hpp +++ b/core/matrix/batch_dense_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_ell.cpp b/core/matrix/batch_ell.cpp index 9aee26ebce2..d52d3b5297a 100644 --- a/core/matrix/batch_ell.cpp +++ b/core/matrix/batch_ell.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_ell_kernels.hpp b/core/matrix/batch_ell_kernels.hpp index fa150611e58..3c41a80e951 100644 --- a/core/matrix/batch_ell_kernels.hpp +++ b/core/matrix/batch_ell_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_identity.cpp b/core/matrix/batch_identity.cpp index 2ff245ead44..87769b72f55 100644 --- a/core/matrix/batch_identity.cpp +++ b/core/matrix/batch_identity.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/batch_struct.hpp b/core/matrix/batch_struct.hpp index a1136b0fda4..aa48281b3d5 100644 --- a/core/matrix/batch_struct.hpp +++ b/core/matrix/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/coo.cpp b/core/matrix/coo.cpp index 67b7dd1ea3d..064dd19fbb1 100644 --- a/core/matrix/coo.cpp +++ b/core/matrix/coo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/coo_builder.hpp b/core/matrix/coo_builder.hpp index 4a1aa969128..8df8bb5c17b 100644 --- a/core/matrix/coo_builder.hpp +++ b/core/matrix/coo_builder.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/coo_kernels.hpp b/core/matrix/coo_kernels.hpp index 9fb110dedb4..eece195ab74 100644 --- a/core/matrix/coo_kernels.hpp +++ b/core/matrix/coo_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/csr.cpp b/core/matrix/csr.cpp index 668f174b203..ea790e89bf2 100644 --- a/core/matrix/csr.cpp +++ b/core/matrix/csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/csr_accessor_helper.hpp b/core/matrix/csr_accessor_helper.hpp index 2a7999fe486..bfbca1d5cb5 100644 --- a/core/matrix/csr_accessor_helper.hpp +++ b/core/matrix/csr_accessor_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/csr_builder.hpp b/core/matrix/csr_builder.hpp index da3f53e3255..69cea8d20b7 100644 --- a/core/matrix/csr_builder.hpp +++ b/core/matrix/csr_builder.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/csr_kernels.hpp b/core/matrix/csr_kernels.hpp index 302333ee681..0cebe435e4f 100644 --- a/core/matrix/csr_kernels.hpp +++ b/core/matrix/csr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/csr_lookup.hpp b/core/matrix/csr_lookup.hpp index bcf6b63735e..faa4aef7a61 100644 --- a/core/matrix/csr_lookup.hpp +++ b/core/matrix/csr_lookup.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/dense.cpp b/core/matrix/dense.cpp index 94688555ece..eacaf2a841e 100644 --- a/core/matrix/dense.cpp +++ b/core/matrix/dense.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/dense_kernels.hpp b/core/matrix/dense_kernels.hpp index f2f3a73d5d1..63999b12f82 100644 --- a/core/matrix/dense_kernels.hpp +++ b/core/matrix/dense_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/diagonal.cpp b/core/matrix/diagonal.cpp index f40aca97d75..8aa8b279548 100644 --- a/core/matrix/diagonal.cpp +++ b/core/matrix/diagonal.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/diagonal_kernels.hpp b/core/matrix/diagonal_kernels.hpp index e820fd7317e..930144491f4 100644 --- a/core/matrix/diagonal_kernels.hpp +++ b/core/matrix/diagonal_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/ell.cpp b/core/matrix/ell.cpp index 0e99cbfab5d..fe26b27103f 100644 --- a/core/matrix/ell.cpp +++ b/core/matrix/ell.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/ell_kernels.hpp b/core/matrix/ell_kernels.hpp index c1abaf402dc..f31164702d9 100644 --- a/core/matrix/ell_kernels.hpp +++ b/core/matrix/ell_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/fbcsr.cpp b/core/matrix/fbcsr.cpp index 2806c3041ef..f725e33ab53 100644 --- a/core/matrix/fbcsr.cpp +++ b/core/matrix/fbcsr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/fbcsr_builder.hpp b/core/matrix/fbcsr_builder.hpp index 22cfd81882d..e2e7ff09958 100644 --- a/core/matrix/fbcsr_builder.hpp +++ b/core/matrix/fbcsr_builder.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/fbcsr_kernels.hpp b/core/matrix/fbcsr_kernels.hpp index 6e1016e2125..c5f1ee6fb03 100644 --- a/core/matrix/fbcsr_kernels.hpp +++ b/core/matrix/fbcsr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/fft.cpp b/core/matrix/fft.cpp index 3b27195492b..c3d85ebb160 100644 --- a/core/matrix/fft.cpp +++ b/core/matrix/fft.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/fft_kernels.hpp b/core/matrix/fft_kernels.hpp index 451283f3aff..bd0e231c394 100644 --- a/core/matrix/fft_kernels.hpp +++ b/core/matrix/fft_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/hybrid.cpp b/core/matrix/hybrid.cpp index 6eaff067c25..4d8a0296391 100644 --- a/core/matrix/hybrid.cpp +++ b/core/matrix/hybrid.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/hybrid_kernels.hpp b/core/matrix/hybrid_kernels.hpp index 73992543932..9460a521c90 100644 --- a/core/matrix/hybrid_kernels.hpp +++ b/core/matrix/hybrid_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/identity.cpp b/core/matrix/identity.cpp index fe904cb3c39..224ab25c583 100644 --- a/core/matrix/identity.cpp +++ b/core/matrix/identity.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/permutation.cpp b/core/matrix/permutation.cpp index b7ddec25bf6..4851c9a56e9 100644 --- a/core/matrix/permutation.cpp +++ b/core/matrix/permutation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/permutation.hpp b/core/matrix/permutation.hpp index 51ce03e973a..6e674f3db79 100644 --- a/core/matrix/permutation.hpp +++ b/core/matrix/permutation.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/permutation_kernels.hpp b/core/matrix/permutation_kernels.hpp index 28a8f1256af..65b207f5fdf 100644 --- a/core/matrix/permutation_kernels.hpp +++ b/core/matrix/permutation_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/row_gatherer.cpp b/core/matrix/row_gatherer.cpp index a6aa3333251..257d9b37901 100644 --- a/core/matrix/row_gatherer.cpp +++ b/core/matrix/row_gatherer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/scaled_permutation.cpp b/core/matrix/scaled_permutation.cpp index 3819ffe10bb..38b728aa3ba 100644 --- a/core/matrix/scaled_permutation.cpp +++ b/core/matrix/scaled_permutation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/scaled_permutation_kernels.hpp b/core/matrix/scaled_permutation_kernels.hpp index 0e2c4a55f5d..1cc664002a3 100644 --- a/core/matrix/scaled_permutation_kernels.hpp +++ b/core/matrix/scaled_permutation_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/sellp.cpp b/core/matrix/sellp.cpp index b430e0a53e8..18cef27c319 100644 --- a/core/matrix/sellp.cpp +++ b/core/matrix/sellp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/sellp_kernels.hpp b/core/matrix/sellp_kernels.hpp index ff8ce35203b..ce5cea36a84 100644 --- a/core/matrix/sellp_kernels.hpp +++ b/core/matrix/sellp_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/sparsity_csr.cpp b/core/matrix/sparsity_csr.cpp index 617b035c64b..5fa05e14c74 100644 --- a/core/matrix/sparsity_csr.cpp +++ b/core/matrix/sparsity_csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/matrix/sparsity_csr_kernels.hpp b/core/matrix/sparsity_csr_kernels.hpp index 857584e352b..869f43e1a7c 100644 --- a/core/matrix/sparsity_csr_kernels.hpp +++ b/core/matrix/sparsity_csr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/mpi/exception.cpp b/core/mpi/exception.cpp index 2b3d7c06816..8ffd6b0f133 100644 --- a/core/mpi/exception.cpp +++ b/core/mpi/exception.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/multigrid/fixed_coarsening.cpp b/core/multigrid/fixed_coarsening.cpp index 57edc3b61a8..413614abf28 100644 --- a/core/multigrid/fixed_coarsening.cpp +++ b/core/multigrid/fixed_coarsening.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/multigrid/pgm.cpp b/core/multigrid/pgm.cpp index 3713431d6fc..22d9b8c6052 100644 --- a/core/multigrid/pgm.cpp +++ b/core/multigrid/pgm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/multigrid/pgm_kernels.hpp b/core/multigrid/pgm_kernels.hpp index 2b6210a353f..d559ecb9451 100644 --- a/core/multigrid/pgm_kernels.hpp +++ b/core/multigrid/pgm_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/preconditioner/isai.cpp b/core/preconditioner/isai.cpp index 672380416fa..7472aaa5f72 100644 --- a/core/preconditioner/isai.cpp +++ b/core/preconditioner/isai.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/preconditioner/isai_kernels.hpp b/core/preconditioner/isai_kernels.hpp index 92beee3c09b..9c3f89d7b5e 100644 --- a/core/preconditioner/isai_kernels.hpp +++ b/core/preconditioner/isai_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/preconditioner/jacobi.cpp b/core/preconditioner/jacobi.cpp index df6b9c23634..3b559f35a63 100644 --- a/core/preconditioner/jacobi.cpp +++ b/core/preconditioner/jacobi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/preconditioner/jacobi_kernels.hpp b/core/preconditioner/jacobi_kernels.hpp index 4e43d74dae2..ee5227a6c0b 100644 --- a/core/preconditioner/jacobi_kernels.hpp +++ b/core/preconditioner/jacobi_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/preconditioner/jacobi_utils.hpp b/core/preconditioner/jacobi_utils.hpp index 1e7993d2517..8fb80f0ad94 100644 --- a/core/preconditioner/jacobi_utils.hpp +++ b/core/preconditioner/jacobi_utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/amd.cpp b/core/reorder/amd.cpp index 58a04e584c8..79b44abf536 100644 --- a/core/reorder/amd.cpp +++ b/core/reorder/amd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/mc64.cpp b/core/reorder/mc64.cpp index baa41ebc40e..c1c5bcb9faf 100644 --- a/core/reorder/mc64.cpp +++ b/core/reorder/mc64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/mc64.hpp b/core/reorder/mc64.hpp index 37e9b2e91f3..e6b34614f3c 100644 --- a/core/reorder/mc64.hpp +++ b/core/reorder/mc64.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/nested_dissection.cpp b/core/reorder/nested_dissection.cpp index d80288eb8d3..f609a15653c 100644 --- a/core/reorder/nested_dissection.cpp +++ b/core/reorder/nested_dissection.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/rcm.cpp b/core/reorder/rcm.cpp index aedc58b97bd..42bfff334b2 100644 --- a/core/reorder/rcm.cpp +++ b/core/reorder/rcm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/rcm_kernels.hpp b/core/reorder/rcm_kernels.hpp index 91f54816e43..c69157676bd 100644 --- a/core/reorder/rcm_kernels.hpp +++ b/core/reorder/rcm_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/reorder/scaled_reordered.cpp b/core/reorder/scaled_reordered.cpp index 4b0a7c534ea..8ee0035101d 100644 --- a/core/reorder/scaled_reordered.cpp +++ b/core/reorder/scaled_reordered.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/batch_bicgstab.cpp b/core/solver/batch_bicgstab.cpp index cac8a4f1390..008a85c297f 100644 --- a/core/solver/batch_bicgstab.cpp +++ b/core/solver/batch_bicgstab.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/batch_bicgstab_kernels.hpp b/core/solver/batch_bicgstab_kernels.hpp index aa063fbe699..0741637f3d4 100644 --- a/core/solver/batch_bicgstab_kernels.hpp +++ b/core/solver/batch_bicgstab_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/batch_dispatch.hpp b/core/solver/batch_dispatch.hpp index 0621cabba79..cffe4b745ca 100644 --- a/core/solver/batch_dispatch.hpp +++ b/core/solver/batch_dispatch.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/bicg.cpp b/core/solver/bicg.cpp index 4ebcf706e12..876509c893f 100644 --- a/core/solver/bicg.cpp +++ b/core/solver/bicg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/bicg_kernels.hpp b/core/solver/bicg_kernels.hpp index 08d6b7cb035..712df21e90c 100644 --- a/core/solver/bicg_kernels.hpp +++ b/core/solver/bicg_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/bicgstab.cpp b/core/solver/bicgstab.cpp index 927d563558a..2d3f55f28d6 100644 --- a/core/solver/bicgstab.cpp +++ b/core/solver/bicgstab.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/bicgstab_kernels.hpp b/core/solver/bicgstab_kernels.hpp index cf48181f50d..8160381d4f3 100644 --- a/core/solver/bicgstab_kernels.hpp +++ b/core/solver/bicgstab_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cb_gmres.cpp b/core/solver/cb_gmres.cpp index 66377d237d2..0e15206197c 100644 --- a/core/solver/cb_gmres.cpp +++ b/core/solver/cb_gmres.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cb_gmres_accessor.hpp b/core/solver/cb_gmres_accessor.hpp index d77e4198cef..e216171a6f5 100644 --- a/core/solver/cb_gmres_accessor.hpp +++ b/core/solver/cb_gmres_accessor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cb_gmres_kernels.hpp b/core/solver/cb_gmres_kernels.hpp index a68f166aa7d..3e5d8c89f25 100644 --- a/core/solver/cb_gmres_kernels.hpp +++ b/core/solver/cb_gmres_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cg.cpp b/core/solver/cg.cpp index e4e2cd31757..e445cfcafaf 100644 --- a/core/solver/cg.cpp +++ b/core/solver/cg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cg_kernels.hpp b/core/solver/cg_kernels.hpp index 324b20cb48d..127126317d7 100644 --- a/core/solver/cg_kernels.hpp +++ b/core/solver/cg_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cgs.cpp b/core/solver/cgs.cpp index 06bb07704c7..9a06cca2439 100644 --- a/core/solver/cgs.cpp +++ b/core/solver/cgs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/cgs_kernels.hpp b/core/solver/cgs_kernels.hpp index d8bb8fa820e..5d64a7a0ed1 100644 --- a/core/solver/cgs_kernels.hpp +++ b/core/solver/cgs_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/common_gmres_kernels.hpp b/core/solver/common_gmres_kernels.hpp index c6d464c1071..9174cc2c4e4 100644 --- a/core/solver/common_gmres_kernels.hpp +++ b/core/solver/common_gmres_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/direct.cpp b/core/solver/direct.cpp index 880c0ecd00a..7b55dc38bc6 100644 --- a/core/solver/direct.cpp +++ b/core/solver/direct.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/fcg.cpp b/core/solver/fcg.cpp index 7f3be1f734f..ad4e6069c58 100644 --- a/core/solver/fcg.cpp +++ b/core/solver/fcg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/fcg_kernels.hpp b/core/solver/fcg_kernels.hpp index bea1fa6ec1c..4eda3e631c8 100644 --- a/core/solver/fcg_kernels.hpp +++ b/core/solver/fcg_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/gcr.cpp b/core/solver/gcr.cpp index 37fb632c7a8..910b6230119 100644 --- a/core/solver/gcr.cpp +++ b/core/solver/gcr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/gcr_kernels.hpp b/core/solver/gcr_kernels.hpp index af901fe664f..6d4e827b4f9 100644 --- a/core/solver/gcr_kernels.hpp +++ b/core/solver/gcr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/gmres.cpp b/core/solver/gmres.cpp index 7494f0bf4bb..f4e80130d90 100644 --- a/core/solver/gmres.cpp +++ b/core/solver/gmres.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/gmres_kernels.hpp b/core/solver/gmres_kernels.hpp index 4176790aed3..3cc5d457edb 100644 --- a/core/solver/gmres_kernels.hpp +++ b/core/solver/gmres_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/idr.cpp b/core/solver/idr.cpp index 7b036ce6867..d65b8b5f7c3 100644 --- a/core/solver/idr.cpp +++ b/core/solver/idr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/idr_kernels.hpp b/core/solver/idr_kernels.hpp index 3883bed720b..02d9fa88511 100644 --- a/core/solver/idr_kernels.hpp +++ b/core/solver/idr_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/ir.cpp b/core/solver/ir.cpp index 3500d597684..b8258d27dd9 100644 --- a/core/solver/ir.cpp +++ b/core/solver/ir.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/ir_kernels.hpp b/core/solver/ir_kernels.hpp index 6d467b33d57..f6d0f79242d 100644 --- a/core/solver/ir_kernels.hpp +++ b/core/solver/ir_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/lower_trs.cpp b/core/solver/lower_trs.cpp index e6fba4fdb20..c4a5454c76a 100644 --- a/core/solver/lower_trs.cpp +++ b/core/solver/lower_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/lower_trs_kernels.hpp b/core/solver/lower_trs_kernels.hpp index 9322284bd54..ce13f4b4f14 100644 --- a/core/solver/lower_trs_kernels.hpp +++ b/core/solver/lower_trs_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/multigrid.cpp b/core/solver/multigrid.cpp index 5146a1a65af..ea3099cf185 100644 --- a/core/solver/multigrid.cpp +++ b/core/solver/multigrid.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/multigrid_kernels.hpp b/core/solver/multigrid_kernels.hpp index 61148ac9fe1..2e123cdbfec 100644 --- a/core/solver/multigrid_kernels.hpp +++ b/core/solver/multigrid_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/solver_base.hpp b/core/solver/solver_base.hpp index d77ba0e08a1..cdf87692dc9 100644 --- a/core/solver/solver_base.hpp +++ b/core/solver/solver_base.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/solver_boilerplate.hpp b/core/solver/solver_boilerplate.hpp index ffc10a5eb67..c9b9f2bcc1a 100644 --- a/core/solver/solver_boilerplate.hpp +++ b/core/solver/solver_boilerplate.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/upper_trs.cpp b/core/solver/upper_trs.cpp index f2f49ec2c4a..5e77cc6061f 100644 --- a/core/solver/upper_trs.cpp +++ b/core/solver/upper_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/solver/upper_trs_kernels.hpp b/core/solver/upper_trs_kernels.hpp index ab1ceb0da13..e002b68f92d 100644 --- a/core/solver/upper_trs_kernels.hpp +++ b/core/solver/upper_trs_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/combined.cpp b/core/stop/combined.cpp index 8d93fa6e0be..594b9214c08 100644 --- a/core/stop/combined.cpp +++ b/core/stop/combined.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/criterion.cpp b/core/stop/criterion.cpp index eb772c46a49..c907e4e03cd 100644 --- a/core/stop/criterion.cpp +++ b/core/stop/criterion.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/criterion_kernels.hpp b/core/stop/criterion_kernels.hpp index 5a8975852bb..242a2ee7f52 100644 --- a/core/stop/criterion_kernels.hpp +++ b/core/stop/criterion_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/iteration.cpp b/core/stop/iteration.cpp index 82a614981b6..9e54a2c6384 100644 --- a/core/stop/iteration.cpp +++ b/core/stop/iteration.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/residual_norm.cpp b/core/stop/residual_norm.cpp index c3a50708e3f..44853670359 100644 --- a/core/stop/residual_norm.cpp +++ b/core/stop/residual_norm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/residual_norm_kernels.hpp b/core/stop/residual_norm_kernels.hpp index 4273bdf2244..7625dadefeb 100644 --- a/core/stop/residual_norm_kernels.hpp +++ b/core/stop/residual_norm_kernels.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/stop/time.cpp b/core/stop/time.cpp index 54d9d40a520..5ff50c24b07 100644 --- a/core/stop/time.cpp +++ b/core/stop/time.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/synthesizer/implementation_selection.hpp b/core/synthesizer/implementation_selection.hpp index c1f833cd8be..5e8796bb6b4 100644 --- a/core/synthesizer/implementation_selection.hpp +++ b/core/synthesizer/implementation_selection.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/block_col_major.cpp b/core/test/accessor/block_col_major.cpp index b992e042493..327343f8eb1 100644 --- a/core/test/accessor/block_col_major.cpp +++ b/core/test/accessor/block_col_major.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/index_span.cpp b/core/test/accessor/index_span.cpp index 4aefe7b3b20..37cb1f36612 100644 --- a/core/test/accessor/index_span.cpp +++ b/core/test/accessor/index_span.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/math.cpp b/core/test/accessor/math.cpp index 79cdff8def9..8cc49c2d405 100644 --- a/core/test/accessor/math.cpp +++ b/core/test/accessor/math.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/range.cpp b/core/test/accessor/range.cpp index ec56fefe708..a4fe79ec68e 100644 --- a/core/test/accessor/range.cpp +++ b/core/test/accessor/range.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/reduced_row_major.cpp b/core/test/accessor/reduced_row_major.cpp index 89c37e72a9e..636ba7a6d17 100644 --- a/core/test/accessor/reduced_row_major.cpp +++ b/core/test/accessor/reduced_row_major.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/reduced_row_major_ginkgo.cpp b/core/test/accessor/reduced_row_major_ginkgo.cpp index f7f41f82760..1b484ce3e8c 100644 --- a/core/test/accessor/reduced_row_major_ginkgo.cpp +++ b/core/test/accessor/reduced_row_major_ginkgo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/reduced_row_major_reference.cpp b/core/test/accessor/reduced_row_major_reference.cpp index 082addf0e81..36feeca5c56 100644 --- a/core/test/accessor/reduced_row_major_reference.cpp +++ b/core/test/accessor/reduced_row_major_reference.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/row_major.cpp b/core/test/accessor/row_major.cpp index ea3db826fc6..4902c29b9af 100644 --- a/core/test/accessor/row_major.cpp +++ b/core/test/accessor/row_major.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/scaled_reduced_row_major.cpp b/core/test/accessor/scaled_reduced_row_major.cpp index 43c0e8cf597..eacd196985d 100644 --- a/core/test/accessor/scaled_reduced_row_major.cpp +++ b/core/test/accessor/scaled_reduced_row_major.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/accessor/scaled_reduced_row_major_reference.cpp b/core/test/accessor/scaled_reduced_row_major_reference.cpp index cee28b24527..04b3c33e7be 100644 --- a/core/test/accessor/scaled_reduced_row_major_reference.cpp +++ b/core/test/accessor/scaled_reduced_row_major_reference.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/abstract_factory.cpp b/core/test/base/abstract_factory.cpp index ab18c1535fa..afee76c0ed2 100644 --- a/core/test/base/abstract_factory.cpp +++ b/core/test/base/abstract_factory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/allocator.cpp b/core/test/base/allocator.cpp index 36a2b1890f7..69ae72cd398 100644 --- a/core/test/base/allocator.cpp +++ b/core/test/base/allocator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/array.cpp b/core/test/base/array.cpp index 23d6f0f496f..59b1ef177f3 100644 --- a/core/test/base/array.cpp +++ b/core/test/base/array.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/batch_dim.cpp b/core/test/base/batch_dim.cpp index 92c811349ae..989e153bb75 100644 --- a/core/test/base/batch_dim.cpp +++ b/core/test/base/batch_dim.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/batch_lin_op.cpp b/core/test/base/batch_lin_op.cpp index fc17357a29c..6b7a40de3c0 100644 --- a/core/test/base/batch_lin_op.cpp +++ b/core/test/base/batch_lin_op.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/batch_multi_vector.cpp b/core/test/base/batch_multi_vector.cpp index d7995ac4a19..748a52d3227 100644 --- a/core/test/base/batch_multi_vector.cpp +++ b/core/test/base/batch_multi_vector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/combination.cpp b/core/test/base/combination.cpp index 2481e3f3e5b..1be8324e95b 100644 --- a/core/test/base/combination.cpp +++ b/core/test/base/combination.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/composition.cpp b/core/test/base/composition.cpp index 4b86e058280..686ff23678a 100644 --- a/core/test/base/composition.cpp +++ b/core/test/base/composition.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/deferred_factory.cpp b/core/test/base/deferred_factory.cpp index 535438c1729..79bd9672fbd 100644 --- a/core/test/base/deferred_factory.cpp +++ b/core/test/base/deferred_factory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/dense_cache.cpp b/core/test/base/dense_cache.cpp index 123e276514f..35eeaab64f3 100644 --- a/core/test/base/dense_cache.cpp +++ b/core/test/base/dense_cache.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/dim.cpp b/core/test/base/dim.cpp index c73b0747443..2ea3f65dcf7 100644 --- a/core/test/base/dim.cpp +++ b/core/test/base/dim.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/exception.cpp b/core/test/base/exception.cpp index 3caac04a964..45f629351f4 100644 --- a/core/test/base/exception.cpp +++ b/core/test/base/exception.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/exception_helpers.cpp b/core/test/base/exception_helpers.cpp index 34d142b2504..228389c738a 100644 --- a/core/test/base/exception_helpers.cpp +++ b/core/test/base/exception_helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/executor.cpp b/core/test/base/executor.cpp index d2b2e8297d3..dc4ea5aad63 100644 --- a/core/test/base/executor.cpp +++ b/core/test/base/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/extended_float.cpp b/core/test/base/extended_float.cpp index ed11c81f9c2..af31de1ae3c 100644 --- a/core/test/base/extended_float.cpp +++ b/core/test/base/extended_float.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/iterator_factory.cpp b/core/test/base/iterator_factory.cpp index 5edde9c7603..d113f3198f4 100644 --- a/core/test/base/iterator_factory.cpp +++ b/core/test/base/iterator_factory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/lin_op.cpp b/core/test/base/lin_op.cpp index 998de59d44b..5ffdc640b6b 100644 --- a/core/test/base/lin_op.cpp +++ b/core/test/base/lin_op.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/math.cpp b/core/test/base/math.cpp index b13d9d2f852..33aed51d71d 100644 --- a/core/test/base/math.cpp +++ b/core/test/base/math.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/matrix_assembly_data.cpp b/core/test/base/matrix_assembly_data.cpp index 4188c3bc252..e65f9079946 100644 --- a/core/test/base/matrix_assembly_data.cpp +++ b/core/test/base/matrix_assembly_data.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/matrix_data.cpp b/core/test/base/matrix_data.cpp index 544ed629ed1..cbc09e99dec 100644 --- a/core/test/base/matrix_data.cpp +++ b/core/test/base/matrix_data.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/mtx_io.cpp b/core/test/base/mtx_io.cpp index 8f0df077d85..39094343891 100644 --- a/core/test/base/mtx_io.cpp +++ b/core/test/base/mtx_io.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/perturbation.cpp b/core/test/base/perturbation.cpp index 9e70dcf90b2..578c54555aa 100644 --- a/core/test/base/perturbation.cpp +++ b/core/test/base/perturbation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/polymorphic_object.cpp b/core/test/base/polymorphic_object.cpp index 1fa8d8e5fc7..8c6a0a23ef4 100644 --- a/core/test/base/polymorphic_object.cpp +++ b/core/test/base/polymorphic_object.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/range.cpp b/core/test/base/range.cpp index c1db597c463..c6a81806d86 100644 --- a/core/test/base/range.cpp +++ b/core/test/base/range.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/range_accessors.cpp b/core/test/base/range_accessors.cpp index 7557cf93c69..b9758a39d19 100644 --- a/core/test/base/range_accessors.cpp +++ b/core/test/base/range_accessors.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/sanitizers.cpp b/core/test/base/sanitizers.cpp index a7ae0c4f237..44792ecc502 100644 --- a/core/test/base/sanitizers.cpp +++ b/core/test/base/sanitizers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/types.cpp b/core/test/base/types.cpp index 2eee39e531d..e537eba9bc7 100644 --- a/core/test/base/types.cpp +++ b/core/test/base/types.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/utils.cpp b/core/test/base/utils.cpp index fc9d647bfc3..f6f7ff2b046 100644 --- a/core/test/base/utils.cpp +++ b/core/test/base/utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/base/version.cpp b/core/test/base/version.cpp index 9918b15de67..a08fb308e51 100644 --- a/core/test/base/version.cpp +++ b/core/test/base/version.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/components/addressable_pq.cpp b/core/test/components/addressable_pq.cpp index 4f616b510d2..834440b45fb 100644 --- a/core/test/components/addressable_pq.cpp +++ b/core/test/components/addressable_pq.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/components/disjoint_sets.cpp b/core/test/components/disjoint_sets.cpp index 664225bb03d..e23fb75dcb9 100644 --- a/core/test/components/disjoint_sets.cpp +++ b/core/test/components/disjoint_sets.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/factorization/elimination_forest.cpp b/core/test/factorization/elimination_forest.cpp index c088b2dd669..3cbe5f3ae7b 100644 --- a/core/test/factorization/elimination_forest.cpp +++ b/core/test/factorization/elimination_forest.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/factorization/par_ic.cpp b/core/test/factorization/par_ic.cpp index eafe8869896..c580b5ea139 100644 --- a/core/test/factorization/par_ic.cpp +++ b/core/test/factorization/par_ic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/factorization/par_ict.cpp b/core/test/factorization/par_ict.cpp index a3384db441f..10e0dd7b99c 100644 --- a/core/test/factorization/par_ict.cpp +++ b/core/test/factorization/par_ict.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/factorization/par_ilu.cpp b/core/test/factorization/par_ilu.cpp index a2d78cfe9f7..f3904093024 100644 --- a/core/test/factorization/par_ilu.cpp +++ b/core/test/factorization/par_ilu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/factorization/par_ilut.cpp b/core/test/factorization/par_ilut.cpp index 1afe306436d..4d5e8ea88d8 100644 --- a/core/test/factorization/par_ilut.cpp +++ b/core/test/factorization/par_ilut.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/gtest/environments.hpp b/core/test/gtest/environments.hpp index cc0663d28eb..269845c3e9c 100644 --- a/core/test/gtest/environments.hpp +++ b/core/test/gtest/environments.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/gtest/ginkgo_main.cpp b/core/test/gtest/ginkgo_main.cpp index 371ac0fb35c..d0e5560be84 100644 --- a/core/test/gtest/ginkgo_main.cpp +++ b/core/test/gtest/ginkgo_main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/gtest/ginkgo_mpi_main.cpp b/core/test/gtest/ginkgo_mpi_main.cpp index 22898fd6f67..a94cdc710a5 100644 --- a/core/test/gtest/ginkgo_mpi_main.cpp +++ b/core/test/gtest/ginkgo_mpi_main.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/gtest/resources.cpp b/core/test/gtest/resources.cpp index 7b9329c0940..be7d37efd9e 100644 --- a/core/test/gtest/resources.cpp +++ b/core/test/gtest/resources.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/gtest/resources.hpp b/core/test/gtest/resources.hpp index 82bfb17a25f..e8c261fa6ec 100644 --- a/core/test/gtest/resources.hpp +++ b/core/test/gtest/resources.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/convergence.cpp b/core/test/log/convergence.cpp index 5231e7c97b2..944549346ef 100644 --- a/core/test/log/convergence.cpp +++ b/core/test/log/convergence.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/logger.cpp b/core/test/log/logger.cpp index 7757a309296..90330dbd1d0 100644 --- a/core/test/log/logger.cpp +++ b/core/test/log/logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/papi.cpp b/core/test/log/papi.cpp index fdf7d9ce231..bab3d8f3ff7 100644 --- a/core/test/log/papi.cpp +++ b/core/test/log/papi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/performance_hint.cpp b/core/test/log/performance_hint.cpp index dd200be9c0a..6bef7ca24c3 100644 --- a/core/test/log/performance_hint.cpp +++ b/core/test/log/performance_hint.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/profiler_hook.cpp b/core/test/log/profiler_hook.cpp index 39afeebae8d..f6d139d0d72 100644 --- a/core/test/log/profiler_hook.cpp +++ b/core/test/log/profiler_hook.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/record.cpp b/core/test/log/record.cpp index 7c64d260bb5..f8595c0c0b9 100644 --- a/core/test/log/record.cpp +++ b/core/test/log/record.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/log/stream.cpp b/core/test/log/stream.cpp index 5f11e1c4a4b..7ac1dca2cfe 100644 --- a/core/test/log/stream.cpp +++ b/core/test/log/stream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/batch_csr.cpp b/core/test/matrix/batch_csr.cpp index 41e066744f4..bae7d08c837 100644 --- a/core/test/matrix/batch_csr.cpp +++ b/core/test/matrix/batch_csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/batch_dense.cpp b/core/test/matrix/batch_dense.cpp index 99606d2db48..892d9a36b1f 100644 --- a/core/test/matrix/batch_dense.cpp +++ b/core/test/matrix/batch_dense.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/batch_ell.cpp b/core/test/matrix/batch_ell.cpp index 360923be35f..b455364933e 100644 --- a/core/test/matrix/batch_ell.cpp +++ b/core/test/matrix/batch_ell.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/batch_identity.cpp b/core/test/matrix/batch_identity.cpp index 9e479804f6d..fdde07b6919 100644 --- a/core/test/matrix/batch_identity.cpp +++ b/core/test/matrix/batch_identity.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/coo.cpp b/core/test/matrix/coo.cpp index 44ab2324b72..b4365138860 100644 --- a/core/test/matrix/coo.cpp +++ b/core/test/matrix/coo.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/coo_builder.cpp b/core/test/matrix/coo_builder.cpp index 02370cff5f3..1c0bf020d79 100644 --- a/core/test/matrix/coo_builder.cpp +++ b/core/test/matrix/coo_builder.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/csr.cpp b/core/test/matrix/csr.cpp index 7f47ea82bfc..6dc4477c101 100644 --- a/core/test/matrix/csr.cpp +++ b/core/test/matrix/csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/csr_builder.cpp b/core/test/matrix/csr_builder.cpp index 063391c4a11..e28e17999b8 100644 --- a/core/test/matrix/csr_builder.cpp +++ b/core/test/matrix/csr_builder.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/dense.cpp b/core/test/matrix/dense.cpp index 96d6f8e327f..9a2564b2ae8 100644 --- a/core/test/matrix/dense.cpp +++ b/core/test/matrix/dense.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/diagonal.cpp b/core/test/matrix/diagonal.cpp index 73c05950ddb..3eb7ab66091 100644 --- a/core/test/matrix/diagonal.cpp +++ b/core/test/matrix/diagonal.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/ell.cpp b/core/test/matrix/ell.cpp index 4616d0a270b..add0a5ad677 100644 --- a/core/test/matrix/ell.cpp +++ b/core/test/matrix/ell.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/fbcsr.cpp b/core/test/matrix/fbcsr.cpp index b89ba4a3baf..8e2c4a5808b 100644 --- a/core/test/matrix/fbcsr.cpp +++ b/core/test/matrix/fbcsr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/fbcsr_builder.cpp b/core/test/matrix/fbcsr_builder.cpp index 6c798f3dbbe..3f1e915319e 100644 --- a/core/test/matrix/fbcsr_builder.cpp +++ b/core/test/matrix/fbcsr_builder.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/fbcsr_sample.hpp b/core/test/matrix/fbcsr_sample.hpp index 4d7208b64c8..618cc2a2456 100644 --- a/core/test/matrix/fbcsr_sample.hpp +++ b/core/test/matrix/fbcsr_sample.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/hybrid.cpp b/core/test/matrix/hybrid.cpp index 4324f7603f3..10b5603c75c 100644 --- a/core/test/matrix/hybrid.cpp +++ b/core/test/matrix/hybrid.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/identity.cpp b/core/test/matrix/identity.cpp index 3541800144e..7c290d58efa 100644 --- a/core/test/matrix/identity.cpp +++ b/core/test/matrix/identity.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/permutation.cpp b/core/test/matrix/permutation.cpp index 2e88efce53e..1412e2924af 100644 --- a/core/test/matrix/permutation.cpp +++ b/core/test/matrix/permutation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/row_gatherer.cpp b/core/test/matrix/row_gatherer.cpp index 75e4e6bf20e..e8c15e454d2 100644 --- a/core/test/matrix/row_gatherer.cpp +++ b/core/test/matrix/row_gatherer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/sellp.cpp b/core/test/matrix/sellp.cpp index 3068f0166e6..0160a329ddf 100644 --- a/core/test/matrix/sellp.cpp +++ b/core/test/matrix/sellp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/matrix/sparsity_csr.cpp b/core/test/matrix/sparsity_csr.cpp index 73ea48a0115..dca3ef8b5d6 100644 --- a/core/test/matrix/sparsity_csr.cpp +++ b/core/test/matrix/sparsity_csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/base/bindings.cpp b/core/test/mpi/base/bindings.cpp index 7a32d09de0e..fc715d37782 100644 --- a/core/test/mpi/base/bindings.cpp +++ b/core/test/mpi/base/bindings.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/base/communicator.cpp b/core/test/mpi/base/communicator.cpp index 1995acc62f9..eaf05e148b7 100644 --- a/core/test/mpi/base/communicator.cpp +++ b/core/test/mpi/base/communicator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/base/exception_helpers.cpp b/core/test/mpi/base/exception_helpers.cpp index 4bd1769a220..04a13a3422b 100644 --- a/core/test/mpi/base/exception_helpers.cpp +++ b/core/test/mpi/base/exception_helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/base/polymorphic_object.cpp b/core/test/mpi/base/polymorphic_object.cpp index e5b6e214921..cd55b7c533f 100644 --- a/core/test/mpi/base/polymorphic_object.cpp +++ b/core/test/mpi/base/polymorphic_object.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/base/rank_mapping.cpp b/core/test/mpi/base/rank_mapping.cpp index 9016215e92e..6588ce5abcd 100644 --- a/core/test/mpi/base/rank_mapping.cpp +++ b/core/test/mpi/base/rank_mapping.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/distributed/helpers.cpp b/core/test/mpi/distributed/helpers.cpp index 83b42a4d76f..69c11f7e0ae 100644 --- a/core/test/mpi/distributed/helpers.cpp +++ b/core/test/mpi/distributed/helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/distributed/matrix.cpp b/core/test/mpi/distributed/matrix.cpp index 45c8e4708cd..c5c1be543d6 100644 --- a/core/test/mpi/distributed/matrix.cpp +++ b/core/test/mpi/distributed/matrix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/mpi/distributed/preconditioner/schwarz.cpp b/core/test/mpi/distributed/preconditioner/schwarz.cpp index 6abfd02faf4..457303e8285 100644 --- a/core/test/mpi/distributed/preconditioner/schwarz.cpp +++ b/core/test/mpi/distributed/preconditioner/schwarz.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/multigrid/fixed_coarsening.cpp b/core/test/multigrid/fixed_coarsening.cpp index 3799192e325..7e27a6a4eed 100644 --- a/core/test/multigrid/fixed_coarsening.cpp +++ b/core/test/multigrid/fixed_coarsening.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/multigrid/pgm.cpp b/core/test/multigrid/pgm.cpp index d22965f28e6..ca1c409753a 100644 --- a/core/test/multigrid/pgm.cpp +++ b/core/test/multigrid/pgm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/preconditioner/ic.cpp b/core/test/preconditioner/ic.cpp index 2fe33501ea4..d290dbfd463 100644 --- a/core/test/preconditioner/ic.cpp +++ b/core/test/preconditioner/ic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/preconditioner/ilu.cpp b/core/test/preconditioner/ilu.cpp index bcacc8ce7e2..f3e38702399 100644 --- a/core/test/preconditioner/ilu.cpp +++ b/core/test/preconditioner/ilu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/preconditioner/isai.cpp b/core/test/preconditioner/isai.cpp index 98b598638c8..ff597b83bf1 100644 --- a/core/test/preconditioner/isai.cpp +++ b/core/test/preconditioner/isai.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/preconditioner/jacobi.cpp b/core/test/preconditioner/jacobi.cpp index fbc964b7b7c..44b53f520c4 100644 --- a/core/test/preconditioner/jacobi.cpp +++ b/core/test/preconditioner/jacobi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/reorder/amd.cpp b/core/test/reorder/amd.cpp index 71a0ee46897..e1ae5360aee 100644 --- a/core/test/reorder/amd.cpp +++ b/core/test/reorder/amd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/reorder/nested_dissection.cpp b/core/test/reorder/nested_dissection.cpp index adf026fd95a..88b39cd4e87 100644 --- a/core/test/reorder/nested_dissection.cpp +++ b/core/test/reorder/nested_dissection.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/reorder/rcm.cpp b/core/test/reorder/rcm.cpp index 6af0e1ac999..544628c191a 100644 --- a/core/test/reorder/rcm.cpp +++ b/core/test/reorder/rcm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/reorder/scaled_reordered.cpp b/core/test/reorder/scaled_reordered.cpp index 7470f4f4c62..7bc8452e907 100644 --- a/core/test/reorder/scaled_reordered.cpp +++ b/core/test/reorder/scaled_reordered.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/batch_bicgstab.cpp b/core/test/solver/batch_bicgstab.cpp index 4480d160f04..9ff775e7d37 100644 --- a/core/test/solver/batch_bicgstab.cpp +++ b/core/test/solver/batch_bicgstab.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/bicg.cpp b/core/test/solver/bicg.cpp index f74bee014d2..d983808139f 100644 --- a/core/test/solver/bicg.cpp +++ b/core/test/solver/bicg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/bicgstab.cpp b/core/test/solver/bicgstab.cpp index a6cfdc58d4a..6dc92670f52 100644 --- a/core/test/solver/bicgstab.cpp +++ b/core/test/solver/bicgstab.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/cb_gmres.cpp b/core/test/solver/cb_gmres.cpp index 41ca5089e9b..19996fe0275 100644 --- a/core/test/solver/cb_gmres.cpp +++ b/core/test/solver/cb_gmres.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/cg.cpp b/core/test/solver/cg.cpp index 6ac3e4702ed..3261188285b 100644 --- a/core/test/solver/cg.cpp +++ b/core/test/solver/cg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/cgs.cpp b/core/test/solver/cgs.cpp index 840eda0c955..e76c40ab9f8 100644 --- a/core/test/solver/cgs.cpp +++ b/core/test/solver/cgs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/direct.cpp b/core/test/solver/direct.cpp index d029fd23afc..a7df3e68a92 100644 --- a/core/test/solver/direct.cpp +++ b/core/test/solver/direct.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/fcg.cpp b/core/test/solver/fcg.cpp index 0f411f04d24..ec1b4ded76f 100644 --- a/core/test/solver/fcg.cpp +++ b/core/test/solver/fcg.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/gcr.cpp b/core/test/solver/gcr.cpp index 46e236557c8..29ef0e1f578 100644 --- a/core/test/solver/gcr.cpp +++ b/core/test/solver/gcr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/gmres.cpp b/core/test/solver/gmres.cpp index b7d5233e9e9..a2bbd523bce 100644 --- a/core/test/solver/gmres.cpp +++ b/core/test/solver/gmres.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/idr.cpp b/core/test/solver/idr.cpp index 3c2f120e2b8..1fe6c651a23 100644 --- a/core/test/solver/idr.cpp +++ b/core/test/solver/idr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/ir.cpp b/core/test/solver/ir.cpp index 0b8d340f580..e3d54d9c894 100644 --- a/core/test/solver/ir.cpp +++ b/core/test/solver/ir.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/lower_trs.cpp b/core/test/solver/lower_trs.cpp index 20d62d46835..a218072bdb0 100644 --- a/core/test/solver/lower_trs.cpp +++ b/core/test/solver/lower_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/multigrid.cpp b/core/test/solver/multigrid.cpp index 7786dd59eee..6d38016099e 100644 --- a/core/test/solver/multigrid.cpp +++ b/core/test/solver/multigrid.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/upper_trs.cpp b/core/test/solver/upper_trs.cpp index cdc1f826b35..425d869156c 100644 --- a/core/test/solver/upper_trs.cpp +++ b/core/test/solver/upper_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/solver/workspace.cpp b/core/test/solver/workspace.cpp index 8edec2fc47b..1c8996aeb65 100644 --- a/core/test/solver/workspace.cpp +++ b/core/test/solver/workspace.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/stop/combined.cpp b/core/test/stop/combined.cpp index 4b5cd3dcc48..401cd63fb34 100644 --- a/core/test/stop/combined.cpp +++ b/core/test/stop/combined.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/stop/criterion.cpp b/core/test/stop/criterion.cpp index 8cce61668f9..700f1829dfb 100644 --- a/core/test/stop/criterion.cpp +++ b/core/test/stop/criterion.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/stop/iteration.cpp b/core/test/stop/iteration.cpp index 2c2e8ef0a85..de36e2107b4 100644 --- a/core/test/stop/iteration.cpp +++ b/core/test/stop/iteration.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/stop/stopping_status.cpp b/core/test/stop/stopping_status.cpp index 6c2824c8d39..4e6046568a8 100644 --- a/core/test/stop/stopping_status.cpp +++ b/core/test/stop/stopping_status.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/stop/time.cpp b/core/test/stop/time.cpp index 881b78f7c9a..fb08055b2b3 100644 --- a/core/test/stop/time.cpp +++ b/core/test/stop/time.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils.hpp b/core/test/utils.hpp index b1d0db12845..c6ce7c273d1 100644 --- a/core/test/utils.hpp +++ b/core/test/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/array_generator.hpp b/core/test/utils/array_generator.hpp index 4cc197b02c1..a70751a12de 100644 --- a/core/test/utils/array_generator.hpp +++ b/core/test/utils/array_generator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/array_generator_test.cpp b/core/test/utils/array_generator_test.cpp index 2a90f842620..21e617e2937 100644 --- a/core/test/utils/array_generator_test.cpp +++ b/core/test/utils/array_generator_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/assertions.hpp b/core/test/utils/assertions.hpp index e55f61ede20..0fad71d142a 100644 --- a/core/test/utils/assertions.hpp +++ b/core/test/utils/assertions.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/assertions_test.cpp b/core/test/utils/assertions_test.cpp index 670e6dbd0c3..9126541bf2f 100644 --- a/core/test/utils/assertions_test.cpp +++ b/core/test/utils/assertions_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/batch_helpers.hpp b/core/test/utils/batch_helpers.hpp index d1da63f0a7c..4ab3311e6fc 100644 --- a/core/test/utils/batch_helpers.hpp +++ b/core/test/utils/batch_helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/fb_matrix_generator.hpp b/core/test/utils/fb_matrix_generator.hpp index d7cda80fceb..0b41151d807 100644 --- a/core/test/utils/fb_matrix_generator.hpp +++ b/core/test/utils/fb_matrix_generator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/fb_matrix_generator_test.cpp b/core/test/utils/fb_matrix_generator_test.cpp index 6f058756832..6dd93b55c58 100644 --- a/core/test/utils/fb_matrix_generator_test.cpp +++ b/core/test/utils/fb_matrix_generator_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/matrix_generator.hpp b/core/test/utils/matrix_generator.hpp index 83a9b61915c..18546eab0ba 100644 --- a/core/test/utils/matrix_generator.hpp +++ b/core/test/utils/matrix_generator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/matrix_generator_test.cpp b/core/test/utils/matrix_generator_test.cpp index 0a4cfe13faa..9a59c999c9d 100644 --- a/core/test/utils/matrix_generator_test.cpp +++ b/core/test/utils/matrix_generator_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/matrix_utils_test.cpp b/core/test/utils/matrix_utils_test.cpp index ecce1b56ab4..58463eb361a 100644 --- a/core/test/utils/matrix_utils_test.cpp +++ b/core/test/utils/matrix_utils_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/unsort_matrix.hpp b/core/test/utils/unsort_matrix.hpp index b67468dea1c..1b1a403bee2 100644 --- a/core/test/utils/unsort_matrix.hpp +++ b/core/test/utils/unsort_matrix.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/unsort_matrix_test.cpp b/core/test/utils/unsort_matrix_test.cpp index 0cf68a96f65..42515dff4a2 100644 --- a/core/test/utils/unsort_matrix_test.cpp +++ b/core/test/utils/unsort_matrix_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/value_generator.hpp b/core/test/utils/value_generator.hpp index 7ab54ba76e0..0c6b7140b8b 100644 --- a/core/test/utils/value_generator.hpp +++ b/core/test/utils/value_generator.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/test/utils/value_generator_test.cpp b/core/test/utils/value_generator_test.cpp index 81dab7b6a97..4f905ce3516 100644 --- a/core/test/utils/value_generator_test.cpp +++ b/core/test/utils/value_generator_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/core/utils/matrix_utils.hpp b/core/utils/matrix_utils.hpp index 0d385691eda..a970e24cdf9 100644 --- a/core/utils/matrix_utils.hpp +++ b/core/utils/matrix_utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/batch_multi_vector_kernels.cu b/cuda/base/batch_multi_vector_kernels.cu index 4055194fe57..5bc899c11ed 100644 --- a/cuda/base/batch_multi_vector_kernels.cu +++ b/cuda/base/batch_multi_vector_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/batch_struct.hpp b/cuda/base/batch_struct.hpp index 06b75f74a44..7c968ec2c6e 100644 --- a/cuda/base/batch_struct.hpp +++ b/cuda/base/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/config.hpp b/cuda/base/config.hpp index cbe6064ab55..44c304bde5d 100644 --- a/cuda/base/config.hpp +++ b/cuda/base/config.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/cublas_bindings.hpp b/cuda/base/cublas_bindings.hpp index eee3491fb6f..485249b7665 100644 --- a/cuda/base/cublas_bindings.hpp +++ b/cuda/base/cublas_bindings.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/curand_bindings.hpp b/cuda/base/curand_bindings.hpp index 6a3ac3de179..b0ae52c5f00 100644 --- a/cuda/base/curand_bindings.hpp +++ b/cuda/base/curand_bindings.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/cusparse_bindings.hpp b/cuda/base/cusparse_bindings.hpp index 8f1916b11dc..87737e8865e 100644 --- a/cuda/base/cusparse_bindings.hpp +++ b/cuda/base/cusparse_bindings.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/cusparse_block_bindings.hpp b/cuda/base/cusparse_block_bindings.hpp index b932d702556..eddf249a22b 100644 --- a/cuda/base/cusparse_block_bindings.hpp +++ b/cuda/base/cusparse_block_bindings.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/cusparse_handle.hpp b/cuda/base/cusparse_handle.hpp index 2f9630963ef..118aa976bab 100644 --- a/cuda/base/cusparse_handle.hpp +++ b/cuda/base/cusparse_handle.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/device.cpp b/cuda/base/device.cpp index fd310e863db..d7a9808ab2d 100644 --- a/cuda/base/device.cpp +++ b/cuda/base/device.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/device.hpp b/cuda/base/device.hpp index 38b5e81e74e..03747ac4f0c 100644 --- a/cuda/base/device.hpp +++ b/cuda/base/device.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/device_matrix_data_kernels.cu b/cuda/base/device_matrix_data_kernels.cu index 18f2377f1da..ed5601f57a5 100644 --- a/cuda/base/device_matrix_data_kernels.cu +++ b/cuda/base/device_matrix_data_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/exception.cpp b/cuda/base/exception.cpp index 20d1a0ef6ad..24b5de36c6a 100644 --- a/cuda/base/exception.cpp +++ b/cuda/base/exception.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/executor.cpp b/cuda/base/executor.cpp index 71331d1e8b3..52a92132689 100644 --- a/cuda/base/executor.cpp +++ b/cuda/base/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/index_set_kernels.cpp b/cuda/base/index_set_kernels.cpp index da5d32b3561..8655836a414 100644 --- a/cuda/base/index_set_kernels.cpp +++ b/cuda/base/index_set_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/kernel_config.hpp b/cuda/base/kernel_config.hpp index bef61989670..f077290b4c5 100644 --- a/cuda/base/kernel_config.hpp +++ b/cuda/base/kernel_config.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/kernel_launch.cuh b/cuda/base/kernel_launch.cuh index 0eb21b3c3a0..ec8d31ba747 100644 --- a/cuda/base/kernel_launch.cuh +++ b/cuda/base/kernel_launch.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/kernel_launch_reduction.cuh b/cuda/base/kernel_launch_reduction.cuh index 3cf71e0ad54..6146d7248d0 100644 --- a/cuda/base/kernel_launch_reduction.cuh +++ b/cuda/base/kernel_launch_reduction.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/kernel_launch_solver.cuh b/cuda/base/kernel_launch_solver.cuh index 4b1dd66a416..17988755517 100644 --- a/cuda/base/kernel_launch_solver.cuh +++ b/cuda/base/kernel_launch_solver.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/math.hpp b/cuda/base/math.hpp index 8e39d1811da..d86a85a083e 100644 --- a/cuda/base/math.hpp +++ b/cuda/base/math.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/memory.cpp b/cuda/base/memory.cpp index 0db655288a5..5f36489744a 100644 --- a/cuda/base/memory.cpp +++ b/cuda/base/memory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/nvtx.cpp b/cuda/base/nvtx.cpp index c17d827292c..6daa8afc2ca 100644 --- a/cuda/base/nvtx.cpp +++ b/cuda/base/nvtx.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/pointer_mode_guard.hpp b/cuda/base/pointer_mode_guard.hpp index 644bf776e13..03327fb4dfe 100644 --- a/cuda/base/pointer_mode_guard.hpp +++ b/cuda/base/pointer_mode_guard.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/scoped_device_id.cpp b/cuda/base/scoped_device_id.cpp index 56ee439b3f5..a10e8d8913b 100644 --- a/cuda/base/scoped_device_id.cpp +++ b/cuda/base/scoped_device_id.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/scoped_device_id.hpp b/cuda/base/scoped_device_id.hpp index 2388199eabe..13895699a3f 100644 --- a/cuda/base/scoped_device_id.hpp +++ b/cuda/base/scoped_device_id.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/stream.cpp b/cuda/base/stream.cpp index 0888d4738a4..f0d8086398c 100644 --- a/cuda/base/stream.cpp +++ b/cuda/base/stream.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/thrust.cuh b/cuda/base/thrust.cuh index 406c000b12e..35e858a2555 100644 --- a/cuda/base/thrust.cuh +++ b/cuda/base/thrust.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/timer.cpp b/cuda/base/timer.cpp index 6b0435ad9e3..35759f82dd4 100644 --- a/cuda/base/timer.cpp +++ b/cuda/base/timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/types.hpp b/cuda/base/types.hpp index c877d83405f..88e9eb17a35 100644 --- a/cuda/base/types.hpp +++ b/cuda/base/types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/base/version.cpp b/cuda/base/version.cpp index ef94453127f..d6e4b9b1068 100644 --- a/cuda/base/version.cpp +++ b/cuda/base/version.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/atomic.cuh b/cuda/components/atomic.cuh index 3577b5f5196..6dbed0b0d25 100644 --- a/cuda/components/atomic.cuh +++ b/cuda/components/atomic.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/cooperative_groups.cuh b/cuda/components/cooperative_groups.cuh index c6699145a52..eae0c957f21 100644 --- a/cuda/components/cooperative_groups.cuh +++ b/cuda/components/cooperative_groups.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/diagonal_block_manipulation.cuh b/cuda/components/diagonal_block_manipulation.cuh index 84ae936ff31..d748fcab2e5 100644 --- a/cuda/components/diagonal_block_manipulation.cuh +++ b/cuda/components/diagonal_block_manipulation.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/format_conversion.cuh b/cuda/components/format_conversion.cuh index 58c1c8f6fb2..bccc927c9cd 100644 --- a/cuda/components/format_conversion.cuh +++ b/cuda/components/format_conversion.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/intrinsics.cuh b/cuda/components/intrinsics.cuh index 66a08acbedc..d35043c34ce 100644 --- a/cuda/components/intrinsics.cuh +++ b/cuda/components/intrinsics.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/memory.cuh b/cuda/components/memory.cuh index d42760a9045..22bedca9699 100644 --- a/cuda/components/memory.cuh +++ b/cuda/components/memory.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/merging.cuh b/cuda/components/merging.cuh index 764a1e8dceb..3c7f5e52d47 100644 --- a/cuda/components/merging.cuh +++ b/cuda/components/merging.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/prefix_sum.cuh b/cuda/components/prefix_sum.cuh index b76c6b83321..653de4e9e15 100644 --- a/cuda/components/prefix_sum.cuh +++ b/cuda/components/prefix_sum.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/prefix_sum_kernels.cu b/cuda/components/prefix_sum_kernels.cu index d8e84fe095e..d330ce0a2b0 100644 --- a/cuda/components/prefix_sum_kernels.cu +++ b/cuda/components/prefix_sum_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/reduction.cuh b/cuda/components/reduction.cuh index 34e4b8993c8..ded80fae40a 100644 --- a/cuda/components/reduction.cuh +++ b/cuda/components/reduction.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/searching.cuh b/cuda/components/searching.cuh index e2dff7bd28c..1dc1304a82a 100644 --- a/cuda/components/searching.cuh +++ b/cuda/components/searching.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/segment_scan.cuh b/cuda/components/segment_scan.cuh index 04859a9103d..842f1e06760 100644 --- a/cuda/components/segment_scan.cuh +++ b/cuda/components/segment_scan.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/sorting.cuh b/cuda/components/sorting.cuh index 74a9ec80d1d..e6eb17ec8e4 100644 --- a/cuda/components/sorting.cuh +++ b/cuda/components/sorting.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/syncfree.cuh b/cuda/components/syncfree.cuh index 563ad165371..0d45c8db516 100644 --- a/cuda/components/syncfree.cuh +++ b/cuda/components/syncfree.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/thread_ids.cuh b/cuda/components/thread_ids.cuh index b51d76b1749..c3e517e0f9d 100644 --- a/cuda/components/thread_ids.cuh +++ b/cuda/components/thread_ids.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/uninitialized_array.hpp b/cuda/components/uninitialized_array.hpp index 0463b3b2012..b98c812c16d 100644 --- a/cuda/components/uninitialized_array.hpp +++ b/cuda/components/uninitialized_array.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/components/warp_blas.cuh b/cuda/components/warp_blas.cuh index 0eea985a265..fa5e3d3ae3b 100644 --- a/cuda/components/warp_blas.cuh +++ b/cuda/components/warp_blas.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/distributed/matrix_kernels.cu b/cuda/distributed/matrix_kernels.cu index 89cc7cd40ca..3ad815d7090 100644 --- a/cuda/distributed/matrix_kernels.cu +++ b/cuda/distributed/matrix_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/distributed/partition_helpers_kernels.cu b/cuda/distributed/partition_helpers_kernels.cu index 4dac3ca87cf..b478477ce18 100644 --- a/cuda/distributed/partition_helpers_kernels.cu +++ b/cuda/distributed/partition_helpers_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/distributed/partition_kernels.cu b/cuda/distributed/partition_kernels.cu index 32e5aebdd73..de6c5bc6c02 100644 --- a/cuda/distributed/partition_kernels.cu +++ b/cuda/distributed/partition_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/distributed/vector_kernels.cu b/cuda/distributed/vector_kernels.cu index 5835275b8f2..ca9c419239b 100644 --- a/cuda/distributed/vector_kernels.cu +++ b/cuda/distributed/vector_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/cholesky_kernels.cu b/cuda/factorization/cholesky_kernels.cu index 5bcbca2ef71..79779f2f54b 100644 --- a/cuda/factorization/cholesky_kernels.cu +++ b/cuda/factorization/cholesky_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/factorization_kernels.cu b/cuda/factorization/factorization_kernels.cu index a72f42af74f..4ea03981a15 100644 --- a/cuda/factorization/factorization_kernels.cu +++ b/cuda/factorization/factorization_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/ic_kernels.cu b/cuda/factorization/ic_kernels.cu index 3e85c0fbfb1..1afb10ce57a 100644 --- a/cuda/factorization/ic_kernels.cu +++ b/cuda/factorization/ic_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/ilu_kernels.cu b/cuda/factorization/ilu_kernels.cu index c59982b6958..33e59bb54c9 100644 --- a/cuda/factorization/ilu_kernels.cu +++ b/cuda/factorization/ilu_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/lu_kernels.cu b/cuda/factorization/lu_kernels.cu index f2c611f5c14..583bf51fb67 100644 --- a/cuda/factorization/lu_kernels.cu +++ b/cuda/factorization/lu_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ic_kernels.cu b/cuda/factorization/par_ic_kernels.cu index 888ebeb0a97..a9de634f1f9 100644 --- a/cuda/factorization/par_ic_kernels.cu +++ b/cuda/factorization/par_ic_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ict_kernels.cu b/cuda/factorization/par_ict_kernels.cu index 64309d73c9d..5f48ceef2f8 100644 --- a/cuda/factorization/par_ict_kernels.cu +++ b/cuda/factorization/par_ict_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilu_kernels.cu b/cuda/factorization/par_ilu_kernels.cu index 14327949913..7a770a39353 100644 --- a/cuda/factorization/par_ilu_kernels.cu +++ b/cuda/factorization/par_ilu_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_approx_filter_kernel.cu b/cuda/factorization/par_ilut_approx_filter_kernel.cu index 6c4be45183d..853519cd36b 100644 --- a/cuda/factorization/par_ilut_approx_filter_kernel.cu +++ b/cuda/factorization/par_ilut_approx_filter_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_filter_kernel.cu b/cuda/factorization/par_ilut_filter_kernel.cu index c6f4fa1479a..0e63f102b72 100644 --- a/cuda/factorization/par_ilut_filter_kernel.cu +++ b/cuda/factorization/par_ilut_filter_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_select_common.cu b/cuda/factorization/par_ilut_select_common.cu index e9a00764849..bbba93595c8 100644 --- a/cuda/factorization/par_ilut_select_common.cu +++ b/cuda/factorization/par_ilut_select_common.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_select_common.cuh b/cuda/factorization/par_ilut_select_common.cuh index e6525da5446..4cb7dd55258 100644 --- a/cuda/factorization/par_ilut_select_common.cuh +++ b/cuda/factorization/par_ilut_select_common.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_select_kernel.cu b/cuda/factorization/par_ilut_select_kernel.cu index 32e55378bea..ca8b55e504b 100644 --- a/cuda/factorization/par_ilut_select_kernel.cu +++ b/cuda/factorization/par_ilut_select_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_spgeam_kernel.cu b/cuda/factorization/par_ilut_spgeam_kernel.cu index 93538c7e4ac..c4372f66219 100644 --- a/cuda/factorization/par_ilut_spgeam_kernel.cu +++ b/cuda/factorization/par_ilut_spgeam_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/factorization/par_ilut_sweep_kernel.cu b/cuda/factorization/par_ilut_sweep_kernel.cu index 602a6a5e315..85fb3f26e21 100644 --- a/cuda/factorization/par_ilut_sweep_kernel.cu +++ b/cuda/factorization/par_ilut_sweep_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/log/batch_logger.cuh b/cuda/log/batch_logger.cuh index 4b55ab41851..26c60ae78eb 100644 --- a/cuda/log/batch_logger.cuh +++ b/cuda/log/batch_logger.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/batch_csr_kernels.cu b/cuda/matrix/batch_csr_kernels.cu index ddf9405c489..6be0a2cab3b 100644 --- a/cuda/matrix/batch_csr_kernels.cu +++ b/cuda/matrix/batch_csr_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/batch_dense_kernels.cu b/cuda/matrix/batch_dense_kernels.cu index 5fae7b98717..56268d8d6b4 100644 --- a/cuda/matrix/batch_dense_kernels.cu +++ b/cuda/matrix/batch_dense_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/batch_ell_kernels.cu b/cuda/matrix/batch_ell_kernels.cu index c3f30f961de..3c824cf8da4 100644 --- a/cuda/matrix/batch_ell_kernels.cu +++ b/cuda/matrix/batch_ell_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/batch_struct.hpp b/cuda/matrix/batch_struct.hpp index a1016fca5cc..1c17aea3bfe 100644 --- a/cuda/matrix/batch_struct.hpp +++ b/cuda/matrix/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/coo_kernels.cu b/cuda/matrix/coo_kernels.cu index ef90c13a2e7..3d67144c9ec 100644 --- a/cuda/matrix/coo_kernels.cu +++ b/cuda/matrix/coo_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/csr_kernels.instantiate.cu b/cuda/matrix/csr_kernels.instantiate.cu index 38353b5a605..a24e66ed89d 100644 --- a/cuda/matrix/csr_kernels.instantiate.cu +++ b/cuda/matrix/csr_kernels.instantiate.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/csr_kernels.template.cu b/cuda/matrix/csr_kernels.template.cu index c06f039eb7b..4a779775670 100644 --- a/cuda/matrix/csr_kernels.template.cu +++ b/cuda/matrix/csr_kernels.template.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/dense_kernels.cu b/cuda/matrix/dense_kernels.cu index 063f8d516b6..04b34953c6a 100644 --- a/cuda/matrix/dense_kernels.cu +++ b/cuda/matrix/dense_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/diagonal_kernels.cu b/cuda/matrix/diagonal_kernels.cu index b1d2a5f195a..b81329e29a0 100644 --- a/cuda/matrix/diagonal_kernels.cu +++ b/cuda/matrix/diagonal_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/ell_kernels.cu b/cuda/matrix/ell_kernels.cu index 0887e5c9aa9..9c23abc9dc4 100644 --- a/cuda/matrix/ell_kernels.cu +++ b/cuda/matrix/ell_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/fbcsr_kernels.instantiate.cu b/cuda/matrix/fbcsr_kernels.instantiate.cu index a93a4414b2d..f6165ac5e5c 100644 --- a/cuda/matrix/fbcsr_kernels.instantiate.cu +++ b/cuda/matrix/fbcsr_kernels.instantiate.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/fbcsr_kernels.template.cu b/cuda/matrix/fbcsr_kernels.template.cu index c4242515501..8b835c6fd7d 100644 --- a/cuda/matrix/fbcsr_kernels.template.cu +++ b/cuda/matrix/fbcsr_kernels.template.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/fft_kernels.cu b/cuda/matrix/fft_kernels.cu index 1d9a3d44485..d02f1c63c70 100644 --- a/cuda/matrix/fft_kernels.cu +++ b/cuda/matrix/fft_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/sellp_kernels.cu b/cuda/matrix/sellp_kernels.cu index aa382816b92..5eadf0d3858 100644 --- a/cuda/matrix/sellp_kernels.cu +++ b/cuda/matrix/sellp_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/matrix/sparsity_csr_kernels.cu b/cuda/matrix/sparsity_csr_kernels.cu index 112f495a748..3a3d60b24e0 100644 --- a/cuda/matrix/sparsity_csr_kernels.cu +++ b/cuda/matrix/sparsity_csr_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/multigrid/pgm_kernels.cu b/cuda/multigrid/pgm_kernels.cu index d668ecf9517..9ef385b1c85 100644 --- a/cuda/multigrid/pgm_kernels.cu +++ b/cuda/multigrid/pgm_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/batch_preconditioners.cuh b/cuda/preconditioner/batch_preconditioners.cuh index 4335d7be3bc..465a7674371 100644 --- a/cuda/preconditioner/batch_preconditioners.cuh +++ b/cuda/preconditioner/batch_preconditioners.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/isai_kernels.cu b/cuda/preconditioner/isai_kernels.cu index ef05358d22c..6551f32bb86 100644 --- a/cuda/preconditioner/isai_kernels.cu +++ b/cuda/preconditioner/isai_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_advanced_apply_instantiate.inc.cu b/cuda/preconditioner/jacobi_advanced_apply_instantiate.inc.cu index 7e99ed632f3..5633ad15a4b 100644 --- a/cuda/preconditioner/jacobi_advanced_apply_instantiate.inc.cu +++ b/cuda/preconditioner/jacobi_advanced_apply_instantiate.inc.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_advanced_apply_kernel.cu b/cuda/preconditioner/jacobi_advanced_apply_kernel.cu index 2bca06ae5da..6150ea5b12d 100644 --- a/cuda/preconditioner/jacobi_advanced_apply_kernel.cu +++ b/cuda/preconditioner/jacobi_advanced_apply_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_common.hpp.in b/cuda/preconditioner/jacobi_common.hpp.in index d3b3d28aa5c..fe99fd88227 100644 --- a/cuda/preconditioner/jacobi_common.hpp.in +++ b/cuda/preconditioner/jacobi_common.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_generate_instantiate.inc.cu b/cuda/preconditioner/jacobi_generate_instantiate.inc.cu index 90cd26be560..a76c4fba271 100644 --- a/cuda/preconditioner/jacobi_generate_instantiate.inc.cu +++ b/cuda/preconditioner/jacobi_generate_instantiate.inc.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_generate_kernel.cu b/cuda/preconditioner/jacobi_generate_kernel.cu index 729a8164395..f1e8320611b 100644 --- a/cuda/preconditioner/jacobi_generate_kernel.cu +++ b/cuda/preconditioner/jacobi_generate_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_kernels.cu b/cuda/preconditioner/jacobi_kernels.cu index 103c950ec83..2508f33acb9 100644 --- a/cuda/preconditioner/jacobi_kernels.cu +++ b/cuda/preconditioner/jacobi_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_simple_apply_instantiate.inc.cu b/cuda/preconditioner/jacobi_simple_apply_instantiate.inc.cu index a6b37fc7add..07689daa815 100644 --- a/cuda/preconditioner/jacobi_simple_apply_instantiate.inc.cu +++ b/cuda/preconditioner/jacobi_simple_apply_instantiate.inc.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/preconditioner/jacobi_simple_apply_kernel.cu b/cuda/preconditioner/jacobi_simple_apply_kernel.cu index 7a311fd0e39..d510aab6963 100644 --- a/cuda/preconditioner/jacobi_simple_apply_kernel.cu +++ b/cuda/preconditioner/jacobi_simple_apply_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/reorder/rcm_kernels.cu b/cuda/reorder/rcm_kernels.cu index a955b3a738b..13cf05927d3 100644 --- a/cuda/reorder/rcm_kernels.cu +++ b/cuda/reorder/rcm_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/batch_bicgstab_kernels.cu b/cuda/solver/batch_bicgstab_kernels.cu index 1641c7ea109..661f455bc31 100644 --- a/cuda/solver/batch_bicgstab_kernels.cu +++ b/cuda/solver/batch_bicgstab_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/cb_gmres_kernels.cu b/cuda/solver/cb_gmres_kernels.cu index 3ecbb1d0362..107835ca1b5 100644 --- a/cuda/solver/cb_gmres_kernels.cu +++ b/cuda/solver/cb_gmres_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/common_trs_kernels.cuh b/cuda/solver/common_trs_kernels.cuh index 9203b7be778..cb627e04b53 100644 --- a/cuda/solver/common_trs_kernels.cuh +++ b/cuda/solver/common_trs_kernels.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/idr_kernels.cu b/cuda/solver/idr_kernels.cu index 77badfe1f78..9c97d99f13c 100644 --- a/cuda/solver/idr_kernels.cu +++ b/cuda/solver/idr_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/lower_trs_kernels.cu b/cuda/solver/lower_trs_kernels.cu index 51c0c7243da..46b4cb4c2e4 100644 --- a/cuda/solver/lower_trs_kernels.cu +++ b/cuda/solver/lower_trs_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/multigrid_kernels.cu b/cuda/solver/multigrid_kernels.cu index bf475350af8..4eea02883b2 100644 --- a/cuda/solver/multigrid_kernels.cu +++ b/cuda/solver/multigrid_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/solver/upper_trs_kernels.cu b/cuda/solver/upper_trs_kernels.cu index 79977cd2232..a8ee5f77cca 100644 --- a/cuda/solver/upper_trs_kernels.cu +++ b/cuda/solver/upper_trs_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/stop/batch_criteria.cuh b/cuda/stop/batch_criteria.cuh index 358a20f9bf4..f4f434dda11 100644 --- a/cuda/stop/batch_criteria.cuh +++ b/cuda/stop/batch_criteria.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/stop/criterion_kernels.cu b/cuda/stop/criterion_kernels.cu index d23a7ddf172..17bcbbc1567 100644 --- a/cuda/stop/criterion_kernels.cu +++ b/cuda/stop/criterion_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/stop/residual_norm_kernels.cu b/cuda/stop/residual_norm_kernels.cu index 9d212b2ea42..18102d91ec5 100644 --- a/cuda/stop/residual_norm_kernels.cu +++ b/cuda/stop/residual_norm_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/array.cpp b/cuda/test/base/array.cpp index b0c477cf5c0..6e63b13ff7c 100644 --- a/cuda/test/base/array.cpp +++ b/cuda/test/base/array.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/cuda_executor.cu b/cuda/test/base/cuda_executor.cu index b0c3c9a6914..012b5017dc3 100644 --- a/cuda/test/base/cuda_executor.cu +++ b/cuda/test/base/cuda_executor.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/cuda_executor_topology.cu b/cuda/test/base/cuda_executor_topology.cu index c1597655e91..2a6d5e9b528 100644 --- a/cuda/test/base/cuda_executor_topology.cu +++ b/cuda/test/base/cuda_executor_topology.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/exception_helpers.cu b/cuda/test/base/exception_helpers.cu index 7d3d218e294..7e85601328a 100644 --- a/cuda/test/base/exception_helpers.cu +++ b/cuda/test/base/exception_helpers.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/index_set.cpp b/cuda/test/base/index_set.cpp index 2594e56c61d..797bc3f1f44 100644 --- a/cuda/test/base/index_set.cpp +++ b/cuda/test/base/index_set.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/kernel_launch.cu b/cuda/test/base/kernel_launch.cu index 7bf70418e80..da52b3ffc87 100644 --- a/cuda/test/base/kernel_launch.cu +++ b/cuda/test/base/kernel_launch.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/lin_op.cpp b/cuda/test/base/lin_op.cpp index 8a39cd4ea6d..dd703ec07fa 100644 --- a/cuda/test/base/lin_op.cpp +++ b/cuda/test/base/lin_op.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/math.cu b/cuda/test/base/math.cu index 04488e62a06..c7f70fe3011 100644 --- a/cuda/test/base/math.cu +++ b/cuda/test/base/math.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/memory.cpp b/cuda/test/base/memory.cpp index ea21d4c2903..f1657639ff0 100644 --- a/cuda/test/base/memory.cpp +++ b/cuda/test/base/memory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/base/scoped_device_id.cu b/cuda/test/base/scoped_device_id.cu index e32d618de62..2b2eb58db49 100644 --- a/cuda/test/base/scoped_device_id.cu +++ b/cuda/test/base/scoped_device_id.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/components/cooperative_groups.cu b/cuda/test/components/cooperative_groups.cu index e138464ed72..1b514842e84 100644 --- a/cuda/test/components/cooperative_groups.cu +++ b/cuda/test/components/cooperative_groups.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/components/merging.cu b/cuda/test/components/merging.cu index 010d4dec959..6ef7d3ab3c4 100644 --- a/cuda/test/components/merging.cu +++ b/cuda/test/components/merging.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/components/searching.cu b/cuda/test/components/searching.cu index fa696a7a15c..0eeb383c05c 100644 --- a/cuda/test/components/searching.cu +++ b/cuda/test/components/searching.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/components/sorting.cu b/cuda/test/components/sorting.cu index 33a9e32380c..19c7daab782 100644 --- a/cuda/test/components/sorting.cu +++ b/cuda/test/components/sorting.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/reorder/rcm_kernels.cpp b/cuda/test/reorder/rcm_kernels.cpp index 803ce290759..9e5ed239857 100644 --- a/cuda/test/reorder/rcm_kernels.cpp +++ b/cuda/test/reorder/rcm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/solver/lower_trs_kernels.cu b/cuda/test/solver/lower_trs_kernels.cu index f2db00ec349..00d4f371ac5 100644 --- a/cuda/test/solver/lower_trs_kernels.cu +++ b/cuda/test/solver/lower_trs_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/solver/upper_trs_kernels.cu b/cuda/test/solver/upper_trs_kernels.cu index a32154ec103..de2368be6ab 100644 --- a/cuda/test/solver/upper_trs_kernels.cu +++ b/cuda/test/solver/upper_trs_kernels.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/utils.hpp b/cuda/test/utils.hpp index 29fcb428075..a398deedd7b 100644 --- a/cuda/test/utils.hpp +++ b/cuda/test/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/cuda/test/utils/assertions_test.cu b/cuda/test/utils/assertions_test.cu index 817f31bc3f9..482744a893b 100644 --- a/cuda/test/utils/assertions_test.cu +++ b/cuda/test/utils/assertions_test.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/fake_interface/cooperative_groups.cuh b/dev_tools/oneapi/fake_interface/cooperative_groups.cuh index be18d3eaba0..4fc2783f45b 100644 --- a/dev_tools/oneapi/fake_interface/cooperative_groups.cuh +++ b/dev_tools/oneapi/fake_interface/cooperative_groups.cuh @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/working_directory/trick/cooperative_groups.hpp b/dev_tools/oneapi/working_directory/trick/cooperative_groups.hpp index d29566c5627..79523fae088 100644 --- a/dev_tools/oneapi/working_directory/trick/cooperative_groups.hpp +++ b/dev_tools/oneapi/working_directory/trick/cooperative_groups.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/working_directory/trick/dim3_t.hpp b/dev_tools/oneapi/working_directory/trick/dim3_t.hpp index d642ff534c8..5dd184c33dd 100644 --- a/dev_tools/oneapi/working_directory/trick/dim3_t.hpp +++ b/dev_tools/oneapi/working_directory/trick/dim3_t.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/working_directory/trick/reduction.hpp b/dev_tools/oneapi/working_directory/trick/reduction.hpp index 3e815fdd754..09cdba640cc 100644 --- a/dev_tools/oneapi/working_directory/trick/reduction.hpp +++ b/dev_tools/oneapi/working_directory/trick/reduction.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/working_directory/trick/sorting.hpp b/dev_tools/oneapi/working_directory/trick/sorting.hpp index e8c2a318d17..1d7603ec66e 100644 --- a/dev_tools/oneapi/working_directory/trick/sorting.hpp +++ b/dev_tools/oneapi/working_directory/trick/sorting.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/oneapi/working_directory/trick/thread_ids.hpp b/dev_tools/oneapi/working_directory/trick/thread_ids.hpp index 4f33934f317..39e31a7d9ed 100644 --- a/dev_tools/oneapi/working_directory/trick/thread_ids.hpp +++ b/dev_tools/oneapi/working_directory/trick/thread_ids.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dev_tools/scripts/format_header.sh b/dev_tools/scripts/format_header.sh index 9e19dec2ea5..c91b74d00c4 100755 --- a/dev_tools/scripts/format_header.sh +++ b/dev_tools/scripts/format_header.sh @@ -295,7 +295,7 @@ for current_file in $@; do # Write license CURRENT_YEAR=$(date +%Y) - echo "${GINKGO_LICENSE_BEGIN} 2017-${CURRENT_YEAR} The Ginkgo authors" > "${current_file}" + echo "${GINKGO_LICENSE_BEGIN} 2017 - ${CURRENT_YEAR} The Ginkgo authors" > "${current_file}" echo "//" >> "${current_file}" echo "${GINKGO_LICENSE_END} BSD-3-Clause" >> "${current_file}" echo "" >> "${current_file}" diff --git a/dev_tools/scripts/generate_cuda_memory_ptx.py b/dev_tools/scripts/generate_cuda_memory_ptx.py index e73602529b5..3f913408829 100755 --- a/dev_tools/scripts/generate_cuda_memory_ptx.py +++ b/dev_tools/scripts/generate_cuda_memory_ptx.py @@ -42,7 +42,7 @@ class type_desc: type_desc(ptx_type_suffix=".f32", val_constraint="f", name="float"), type_desc(ptx_type_suffix=".f64", val_constraint="d", name="double")] # header -print("""// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +print("""// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/cuda/executor.cpp b/devices/cuda/executor.cpp index e95e64d9e04..58261c318fb 100644 --- a/devices/cuda/executor.cpp +++ b/devices/cuda/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/device.cpp b/devices/device.cpp index 99c9c3cae45..5a036f491c1 100644 --- a/devices/device.cpp +++ b/devices/device.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/dpcpp/executor.cpp b/devices/dpcpp/executor.cpp index cbf19341236..323e9efeca6 100644 --- a/devices/dpcpp/executor.cpp +++ b/devices/dpcpp/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/hip/executor.cpp b/devices/hip/executor.cpp index 370eb32bc65..6954e31b24b 100644 --- a/devices/hip/executor.cpp +++ b/devices/hip/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/machine_topology.cpp b/devices/machine_topology.cpp index c008cedb083..af881af6df4 100644 --- a/devices/machine_topology.cpp +++ b/devices/machine_topology.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/omp/executor.cpp b/devices/omp/executor.cpp index f54ebfe400d..db3058c8371 100644 --- a/devices/omp/executor.cpp +++ b/devices/omp/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/devices/reference/dummy.cpp b/devices/reference/dummy.cpp index cf1c049758e..19c17a48bee 100644 --- a/devices/reference/dummy.cpp +++ b/devices/reference/dummy.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/examples/examples.hpp.in b/doc/examples/examples.hpp.in index 3d1dbdbc6e4..16bcc3a8823 100644 --- a/doc/examples/examples.hpp.in +++ b/doc/examples/examples.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/cuda_executor.hpp b/doc/headers/cuda_executor.hpp index 88af88a3a65..62e1436ecd2 100644 --- a/doc/headers/cuda_executor.hpp +++ b/doc/headers/cuda_executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/dpcpp_executor.hpp b/doc/headers/dpcpp_executor.hpp index a5bf6888fdb..56100b6ee3d 100644 --- a/doc/headers/dpcpp_executor.hpp +++ b/doc/headers/dpcpp_executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/executors.hpp b/doc/headers/executors.hpp index bfeae83f6c3..0b999a8ee05 100644 --- a/doc/headers/executors.hpp +++ b/doc/headers/executors.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/factor.hpp b/doc/headers/factor.hpp index 802fc8884cc..f03b083c584 100644 --- a/doc/headers/factor.hpp +++ b/doc/headers/factor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/hip_executor.hpp b/doc/headers/hip_executor.hpp index de3989b3266..ad50a237d6f 100644 --- a/doc/headers/hip_executor.hpp +++ b/doc/headers/hip_executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/jacobi.hpp b/doc/headers/jacobi.hpp index 25ec191e818..46f16ff5686 100644 --- a/doc/headers/jacobi.hpp +++ b/doc/headers/jacobi.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/linop.hpp b/doc/headers/linop.hpp index 7f941a5289c..d0fc4be0fb9 100644 --- a/doc/headers/linop.hpp +++ b/doc/headers/linop.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/logging.hpp b/doc/headers/logging.hpp index 2699ef04a92..108d23e11a4 100644 --- a/doc/headers/logging.hpp +++ b/doc/headers/logging.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/matrix_formats.hpp b/doc/headers/matrix_formats.hpp index bdf52216d98..fbfd1b00549 100644 --- a/doc/headers/matrix_formats.hpp +++ b/doc/headers/matrix_formats.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/omp_executor.hpp b/doc/headers/omp_executor.hpp index 24eb9172587..8290c7b2ee1 100644 --- a/doc/headers/omp_executor.hpp +++ b/doc/headers/omp_executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/preconditioners.hpp b/doc/headers/preconditioners.hpp index 60bf034a1b2..fbdce08a6de 100644 --- a/doc/headers/preconditioners.hpp +++ b/doc/headers/preconditioners.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/ref_executor.hpp b/doc/headers/ref_executor.hpp index 541a5b7b224..86ed6190190 100644 --- a/doc/headers/ref_executor.hpp +++ b/doc/headers/ref_executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/solvers.hpp b/doc/headers/solvers.hpp index 253539d8df2..3a4225116e2 100644 --- a/doc/headers/solvers.hpp +++ b/doc/headers/solvers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/doc/headers/stop.hpp b/doc/headers/stop.hpp index 906369ad581..4301774038c 100644 --- a/doc/headers/stop.hpp +++ b/doc/headers/stop.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/batch_multi_vector_kernels.dp.cpp b/dpcpp/base/batch_multi_vector_kernels.dp.cpp index 11dbe3270ba..417c7a87be1 100644 --- a/dpcpp/base/batch_multi_vector_kernels.dp.cpp +++ b/dpcpp/base/batch_multi_vector_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/batch_multi_vector_kernels.hpp.inc b/dpcpp/base/batch_multi_vector_kernels.hpp.inc index 1d80b306879..1312632021a 100644 --- a/dpcpp/base/batch_multi_vector_kernels.hpp.inc +++ b/dpcpp/base/batch_multi_vector_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/batch_struct.hpp b/dpcpp/base/batch_struct.hpp index f28580e6d05..e183e11dcf8 100644 --- a/dpcpp/base/batch_struct.hpp +++ b/dpcpp/base/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/config.hpp b/dpcpp/base/config.hpp index 568e8ecdecf..03a419bf260 100644 --- a/dpcpp/base/config.hpp +++ b/dpcpp/base/config.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/device.hpp b/dpcpp/base/device.hpp index 92c2c1966b3..e446802dd87 100644 --- a/dpcpp/base/device.hpp +++ b/dpcpp/base/device.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/device_matrix_data_kernels.dp.cpp b/dpcpp/base/device_matrix_data_kernels.dp.cpp index 1021df376d4..9779ba576fd 100644 --- a/dpcpp/base/device_matrix_data_kernels.dp.cpp +++ b/dpcpp/base/device_matrix_data_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/dim3.dp.hpp b/dpcpp/base/dim3.dp.hpp index f659549b56d..bff818e2373 100644 --- a/dpcpp/base/dim3.dp.hpp +++ b/dpcpp/base/dim3.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/dpct.hpp b/dpcpp/base/dpct.hpp index a7d24ed5115..8e85033c911 100644 --- a/dpcpp/base/dpct.hpp +++ b/dpcpp/base/dpct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/executor.dp.cpp b/dpcpp/base/executor.dp.cpp index eb6abbccc5c..58eeec10d17 100644 --- a/dpcpp/base/executor.dp.cpp +++ b/dpcpp/base/executor.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/helper.dp.cpp b/dpcpp/base/helper.dp.cpp index 1db36e73f8b..7e0f3f9ce8c 100644 --- a/dpcpp/base/helper.dp.cpp +++ b/dpcpp/base/helper.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/helper.hpp b/dpcpp/base/helper.hpp index 9900f157389..78b933a2e32 100644 --- a/dpcpp/base/helper.hpp +++ b/dpcpp/base/helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/index_set_kernels.dp.cpp b/dpcpp/base/index_set_kernels.dp.cpp index 42238ecb033..abd4caaa482 100644 --- a/dpcpp/base/index_set_kernels.dp.cpp +++ b/dpcpp/base/index_set_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/kernel_launch.dp.hpp b/dpcpp/base/kernel_launch.dp.hpp index 552de1da7b6..38928adf531 100644 --- a/dpcpp/base/kernel_launch.dp.hpp +++ b/dpcpp/base/kernel_launch.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/kernel_launch_reduction.dp.hpp b/dpcpp/base/kernel_launch_reduction.dp.hpp index 43cdbfdd25e..1393eb25f29 100644 --- a/dpcpp/base/kernel_launch_reduction.dp.hpp +++ b/dpcpp/base/kernel_launch_reduction.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/kernel_launch_solver.dp.hpp b/dpcpp/base/kernel_launch_solver.dp.hpp index 824185d44b1..dfffd8ed49e 100644 --- a/dpcpp/base/kernel_launch_solver.dp.hpp +++ b/dpcpp/base/kernel_launch_solver.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/onedpl.hpp b/dpcpp/base/onedpl.hpp index 93367cfb7dc..2f2f8ec3ab1 100644 --- a/dpcpp/base/onedpl.hpp +++ b/dpcpp/base/onedpl.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/onemkl_bindings.hpp b/dpcpp/base/onemkl_bindings.hpp index 88f64c3be6e..784c53b87bb 100644 --- a/dpcpp/base/onemkl_bindings.hpp +++ b/dpcpp/base/onemkl_bindings.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/scoped_device_id.dp.cpp b/dpcpp/base/scoped_device_id.dp.cpp index 98d4c411169..97c8b6714d4 100644 --- a/dpcpp/base/scoped_device_id.dp.cpp +++ b/dpcpp/base/scoped_device_id.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/timer.dp.cpp b/dpcpp/base/timer.dp.cpp index 05035be8239..e14ef40a439 100644 --- a/dpcpp/base/timer.dp.cpp +++ b/dpcpp/base/timer.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/base/version.dp.cpp b/dpcpp/base/version.dp.cpp index 4325a8ce756..f53a6d2820c 100644 --- a/dpcpp/base/version.dp.cpp +++ b/dpcpp/base/version.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/atomic.dp.hpp b/dpcpp/components/atomic.dp.hpp index 529e2625c6a..3126e9a6ab1 100644 --- a/dpcpp/components/atomic.dp.hpp +++ b/dpcpp/components/atomic.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/cooperative_groups.dp.hpp b/dpcpp/components/cooperative_groups.dp.hpp index eee5d2e3579..3c5ce335cd8 100644 --- a/dpcpp/components/cooperative_groups.dp.hpp +++ b/dpcpp/components/cooperative_groups.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/diagonal_block_manipulation.dp.hpp b/dpcpp/components/diagonal_block_manipulation.dp.hpp index 094419d5404..3e19efebec2 100644 --- a/dpcpp/components/diagonal_block_manipulation.dp.hpp +++ b/dpcpp/components/diagonal_block_manipulation.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/format_conversion.dp.hpp b/dpcpp/components/format_conversion.dp.hpp index 302f5a6c9c3..a9a3ac408a3 100644 --- a/dpcpp/components/format_conversion.dp.hpp +++ b/dpcpp/components/format_conversion.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/intrinsics.dp.hpp b/dpcpp/components/intrinsics.dp.hpp index fb6db9c3ce8..3733c0e38a6 100644 --- a/dpcpp/components/intrinsics.dp.hpp +++ b/dpcpp/components/intrinsics.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/matrix_operations.dp.hpp b/dpcpp/components/matrix_operations.dp.hpp index c0fed665548..cd0067565cf 100644 --- a/dpcpp/components/matrix_operations.dp.hpp +++ b/dpcpp/components/matrix_operations.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/merging.dp.hpp b/dpcpp/components/merging.dp.hpp index ba81e986bc5..f700364769e 100644 --- a/dpcpp/components/merging.dp.hpp +++ b/dpcpp/components/merging.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/prefix_sum.dp.hpp b/dpcpp/components/prefix_sum.dp.hpp index 4eb4f8413ba..cf417f1f23a 100644 --- a/dpcpp/components/prefix_sum.dp.hpp +++ b/dpcpp/components/prefix_sum.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/prefix_sum_kernels.dp.cpp b/dpcpp/components/prefix_sum_kernels.dp.cpp index f44d33dc849..c8a663e20d4 100644 --- a/dpcpp/components/prefix_sum_kernels.dp.cpp +++ b/dpcpp/components/prefix_sum_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/reduction.dp.hpp b/dpcpp/components/reduction.dp.hpp index 17f4f0ddd88..9bc28695daf 100644 --- a/dpcpp/components/reduction.dp.hpp +++ b/dpcpp/components/reduction.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/searching.dp.hpp b/dpcpp/components/searching.dp.hpp index 73a0fe7168b..903492599bc 100644 --- a/dpcpp/components/searching.dp.hpp +++ b/dpcpp/components/searching.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/segment_scan.dp.hpp b/dpcpp/components/segment_scan.dp.hpp index d19e84f48cb..23b2f0a15d0 100644 --- a/dpcpp/components/segment_scan.dp.hpp +++ b/dpcpp/components/segment_scan.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/sorting.dp.hpp b/dpcpp/components/sorting.dp.hpp index 7821c6f6cd2..7b7ddacb221 100644 --- a/dpcpp/components/sorting.dp.hpp +++ b/dpcpp/components/sorting.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/thread_ids.dp.hpp b/dpcpp/components/thread_ids.dp.hpp index f787fb50086..5a1b98e4e05 100644 --- a/dpcpp/components/thread_ids.dp.hpp +++ b/dpcpp/components/thread_ids.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/uninitialized_array.hpp b/dpcpp/components/uninitialized_array.hpp index 94026e6d42c..019a3cb6644 100644 --- a/dpcpp/components/uninitialized_array.hpp +++ b/dpcpp/components/uninitialized_array.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/components/warp_blas.dp.hpp b/dpcpp/components/warp_blas.dp.hpp index 9bb97adf431..0f2c4644dea 100644 --- a/dpcpp/components/warp_blas.dp.hpp +++ b/dpcpp/components/warp_blas.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/distributed/matrix_kernels.dp.cpp b/dpcpp/distributed/matrix_kernels.dp.cpp index 18d0634a748..bf5ebeaa685 100644 --- a/dpcpp/distributed/matrix_kernels.dp.cpp +++ b/dpcpp/distributed/matrix_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/distributed/partition_helpers_kernels.dp.cpp b/dpcpp/distributed/partition_helpers_kernels.dp.cpp index ad43a15656c..80eb073beee 100644 --- a/dpcpp/distributed/partition_helpers_kernels.dp.cpp +++ b/dpcpp/distributed/partition_helpers_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/distributed/partition_kernels.dp.cpp b/dpcpp/distributed/partition_kernels.dp.cpp index 34ef32464a3..04bc0ee7cdc 100644 --- a/dpcpp/distributed/partition_kernels.dp.cpp +++ b/dpcpp/distributed/partition_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/distributed/vector_kernels.dp.cpp b/dpcpp/distributed/vector_kernels.dp.cpp index 7a1d7348272..2f7769d37c3 100644 --- a/dpcpp/distributed/vector_kernels.dp.cpp +++ b/dpcpp/distributed/vector_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/cholesky_kernels.dp.cpp b/dpcpp/factorization/cholesky_kernels.dp.cpp index b2e9c775dfe..b69f50e8dfb 100644 --- a/dpcpp/factorization/cholesky_kernels.dp.cpp +++ b/dpcpp/factorization/cholesky_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/factorization_kernels.dp.cpp b/dpcpp/factorization/factorization_kernels.dp.cpp index 088de6fd5e4..374e966e46d 100644 --- a/dpcpp/factorization/factorization_kernels.dp.cpp +++ b/dpcpp/factorization/factorization_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/ic_kernels.dp.cpp b/dpcpp/factorization/ic_kernels.dp.cpp index 8d88c242e01..287849a68a8 100644 --- a/dpcpp/factorization/ic_kernels.dp.cpp +++ b/dpcpp/factorization/ic_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/ilu_kernels.dp.cpp b/dpcpp/factorization/ilu_kernels.dp.cpp index e5e313a9309..78fd24c08f4 100644 --- a/dpcpp/factorization/ilu_kernels.dp.cpp +++ b/dpcpp/factorization/ilu_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/lu_kernels.dp.cpp b/dpcpp/factorization/lu_kernels.dp.cpp index e0b6427d226..c4a471b8c4b 100644 --- a/dpcpp/factorization/lu_kernels.dp.cpp +++ b/dpcpp/factorization/lu_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ic_kernels.dp.cpp b/dpcpp/factorization/par_ic_kernels.dp.cpp index f49b82924d6..3f43a488abc 100644 --- a/dpcpp/factorization/par_ic_kernels.dp.cpp +++ b/dpcpp/factorization/par_ic_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ict_kernels.dp.cpp b/dpcpp/factorization/par_ict_kernels.dp.cpp index 41f8f8eee9f..c65fd094955 100644 --- a/dpcpp/factorization/par_ict_kernels.dp.cpp +++ b/dpcpp/factorization/par_ict_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilu_kernels.dp.cpp b/dpcpp/factorization/par_ilu_kernels.dp.cpp index 5e969b94bf7..61c059e8c7d 100644 --- a/dpcpp/factorization/par_ilu_kernels.dp.cpp +++ b/dpcpp/factorization/par_ilu_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_approx_filter_kernel.dp.cpp b/dpcpp/factorization/par_ilut_approx_filter_kernel.dp.cpp index bc3b1614ffe..9f3a3062ad6 100644 --- a/dpcpp/factorization/par_ilut_approx_filter_kernel.dp.cpp +++ b/dpcpp/factorization/par_ilut_approx_filter_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_filter_kernel.dp.cpp b/dpcpp/factorization/par_ilut_filter_kernel.dp.cpp index 0bc853497a4..273e21e47fd 100644 --- a/dpcpp/factorization/par_ilut_filter_kernel.dp.cpp +++ b/dpcpp/factorization/par_ilut_filter_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_filter_kernels.hpp.inc b/dpcpp/factorization/par_ilut_filter_kernels.hpp.inc index cea288ca7cb..d2345848d1f 100644 --- a/dpcpp/factorization/par_ilut_filter_kernels.hpp.inc +++ b/dpcpp/factorization/par_ilut_filter_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_kernels.dp.cpp b/dpcpp/factorization/par_ilut_kernels.dp.cpp index 7ac342814c9..cfde68b298b 100644 --- a/dpcpp/factorization/par_ilut_kernels.dp.cpp +++ b/dpcpp/factorization/par_ilut_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_select_common.dp.cpp b/dpcpp/factorization/par_ilut_select_common.dp.cpp index bdcc3cbe986..1ee22bcef2a 100644 --- a/dpcpp/factorization/par_ilut_select_common.dp.cpp +++ b/dpcpp/factorization/par_ilut_select_common.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_select_common.dp.hpp b/dpcpp/factorization/par_ilut_select_common.dp.hpp index 6a839731fed..29765c0bb19 100644 --- a/dpcpp/factorization/par_ilut_select_common.dp.hpp +++ b/dpcpp/factorization/par_ilut_select_common.dp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_select_kernel.dp.cpp b/dpcpp/factorization/par_ilut_select_kernel.dp.cpp index 4aff723ab32..8b5e6f36d10 100644 --- a/dpcpp/factorization/par_ilut_select_kernel.dp.cpp +++ b/dpcpp/factorization/par_ilut_select_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_select_kernels.hpp.inc b/dpcpp/factorization/par_ilut_select_kernels.hpp.inc index 7356b0d9921..eb51c426e79 100644 --- a/dpcpp/factorization/par_ilut_select_kernels.hpp.inc +++ b/dpcpp/factorization/par_ilut_select_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_spgeam_kernel.dp.cpp b/dpcpp/factorization/par_ilut_spgeam_kernel.dp.cpp index 424eb47621a..6ba0c7987cd 100644 --- a/dpcpp/factorization/par_ilut_spgeam_kernel.dp.cpp +++ b/dpcpp/factorization/par_ilut_spgeam_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/factorization/par_ilut_sweep_kernel.dp.cpp b/dpcpp/factorization/par_ilut_sweep_kernel.dp.cpp index 00b038ff53e..9501a35f3c9 100644 --- a/dpcpp/factorization/par_ilut_sweep_kernel.dp.cpp +++ b/dpcpp/factorization/par_ilut_sweep_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/log/batch_logger.hpp b/dpcpp/log/batch_logger.hpp index f2139326375..ca7273d71f2 100644 --- a/dpcpp/log/batch_logger.hpp +++ b/dpcpp/log/batch_logger.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_csr_kernels.dp.cpp b/dpcpp/matrix/batch_csr_kernels.dp.cpp index 3f7b13b7109..e88a5841c4c 100644 --- a/dpcpp/matrix/batch_csr_kernels.dp.cpp +++ b/dpcpp/matrix/batch_csr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_csr_kernels.hpp.inc b/dpcpp/matrix/batch_csr_kernels.hpp.inc index 773312bb6f5..61d5d464cec 100644 --- a/dpcpp/matrix/batch_csr_kernels.hpp.inc +++ b/dpcpp/matrix/batch_csr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_dense_kernels.dp.cpp b/dpcpp/matrix/batch_dense_kernels.dp.cpp index 2a64cb25a35..c84154a102a 100644 --- a/dpcpp/matrix/batch_dense_kernels.dp.cpp +++ b/dpcpp/matrix/batch_dense_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_dense_kernels.hpp.inc b/dpcpp/matrix/batch_dense_kernels.hpp.inc index e928c1a9b24..ae35ef35c9c 100644 --- a/dpcpp/matrix/batch_dense_kernels.hpp.inc +++ b/dpcpp/matrix/batch_dense_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_ell_kernels.dp.cpp b/dpcpp/matrix/batch_ell_kernels.dp.cpp index 0b7ef1b6f5a..d52a6d4d627 100644 --- a/dpcpp/matrix/batch_ell_kernels.dp.cpp +++ b/dpcpp/matrix/batch_ell_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_ell_kernels.hpp.inc b/dpcpp/matrix/batch_ell_kernels.hpp.inc index ff21e5aae6a..f755c74ec8a 100644 --- a/dpcpp/matrix/batch_ell_kernels.hpp.inc +++ b/dpcpp/matrix/batch_ell_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/batch_struct.hpp b/dpcpp/matrix/batch_struct.hpp index 40c63c33827..e504afdbc81 100644 --- a/dpcpp/matrix/batch_struct.hpp +++ b/dpcpp/matrix/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/coo_kernels.dp.cpp b/dpcpp/matrix/coo_kernels.dp.cpp index 0a9a11eadb7..ba7b5013253 100644 --- a/dpcpp/matrix/coo_kernels.dp.cpp +++ b/dpcpp/matrix/coo_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/csr_kernels.dp.cpp b/dpcpp/matrix/csr_kernels.dp.cpp index eb8ebde86f6..773fa67b8a4 100644 --- a/dpcpp/matrix/csr_kernels.dp.cpp +++ b/dpcpp/matrix/csr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/dense_kernels.dp.cpp b/dpcpp/matrix/dense_kernels.dp.cpp index 7de32bbd6ce..67e04caa320 100644 --- a/dpcpp/matrix/dense_kernels.dp.cpp +++ b/dpcpp/matrix/dense_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/diagonal_kernels.dp.cpp b/dpcpp/matrix/diagonal_kernels.dp.cpp index 5acacc350ca..e1ee7ac8b17 100644 --- a/dpcpp/matrix/diagonal_kernels.dp.cpp +++ b/dpcpp/matrix/diagonal_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/ell_kernels.dp.cpp b/dpcpp/matrix/ell_kernels.dp.cpp index b57cebfa1f5..f2f66cd5572 100644 --- a/dpcpp/matrix/ell_kernels.dp.cpp +++ b/dpcpp/matrix/ell_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/fbcsr_kernels.dp.cpp b/dpcpp/matrix/fbcsr_kernels.dp.cpp index b8b0ae6879e..6a2b43a4165 100644 --- a/dpcpp/matrix/fbcsr_kernels.dp.cpp +++ b/dpcpp/matrix/fbcsr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/fft_kernels.dp.cpp b/dpcpp/matrix/fft_kernels.dp.cpp index ade0ca5793d..713f0d99a0b 100644 --- a/dpcpp/matrix/fft_kernels.dp.cpp +++ b/dpcpp/matrix/fft_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/sellp_kernels.dp.cpp b/dpcpp/matrix/sellp_kernels.dp.cpp index c59a45f2b3d..83078369371 100644 --- a/dpcpp/matrix/sellp_kernels.dp.cpp +++ b/dpcpp/matrix/sellp_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/matrix/sparsity_csr_kernels.dp.cpp b/dpcpp/matrix/sparsity_csr_kernels.dp.cpp index 12e82d14e44..f355216eb08 100644 --- a/dpcpp/matrix/sparsity_csr_kernels.dp.cpp +++ b/dpcpp/matrix/sparsity_csr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/multigrid/pgm_kernels.dp.cpp b/dpcpp/multigrid/pgm_kernels.dp.cpp index 0d0ea1e8844..d25c643b68e 100644 --- a/dpcpp/multigrid/pgm_kernels.dp.cpp +++ b/dpcpp/multigrid/pgm_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/batch_identity.hpp.inc b/dpcpp/preconditioner/batch_identity.hpp.inc index 8412eca9c6c..4b5314363da 100644 --- a/dpcpp/preconditioner/batch_identity.hpp.inc +++ b/dpcpp/preconditioner/batch_identity.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/batch_preconditioners.hpp b/dpcpp/preconditioner/batch_preconditioners.hpp index f2872ac4b90..562b30a16b2 100644 --- a/dpcpp/preconditioner/batch_preconditioners.hpp +++ b/dpcpp/preconditioner/batch_preconditioners.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/isai_kernels.dp.cpp b/dpcpp/preconditioner/isai_kernels.dp.cpp index 72dc0d88cf1..17d3e1e15e9 100644 --- a/dpcpp/preconditioner/isai_kernels.dp.cpp +++ b/dpcpp/preconditioner/isai_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_advanced_apply_instantiate.inc.dp.cpp b/dpcpp/preconditioner/jacobi_advanced_apply_instantiate.inc.dp.cpp index 8d11248ebf9..0b54a14693c 100644 --- a/dpcpp/preconditioner/jacobi_advanced_apply_instantiate.inc.dp.cpp +++ b/dpcpp/preconditioner/jacobi_advanced_apply_instantiate.inc.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_advanced_apply_kernel.dp.cpp b/dpcpp/preconditioner/jacobi_advanced_apply_kernel.dp.cpp index 309a70f61c0..2098b7057e7 100644 --- a/dpcpp/preconditioner/jacobi_advanced_apply_kernel.dp.cpp +++ b/dpcpp/preconditioner/jacobi_advanced_apply_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_common.hpp.in b/dpcpp/preconditioner/jacobi_common.hpp.in index 0a573811b92..5e5433cd19b 100644 --- a/dpcpp/preconditioner/jacobi_common.hpp.in +++ b/dpcpp/preconditioner/jacobi_common.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_generate_instantiate.inc.dp.cpp b/dpcpp/preconditioner/jacobi_generate_instantiate.inc.dp.cpp index 6df5f5e22b0..7fd1d7a185f 100644 --- a/dpcpp/preconditioner/jacobi_generate_instantiate.inc.dp.cpp +++ b/dpcpp/preconditioner/jacobi_generate_instantiate.inc.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_generate_kernel.dp.cpp b/dpcpp/preconditioner/jacobi_generate_kernel.dp.cpp index 23e73909357..d6c3d4ce14c 100644 --- a/dpcpp/preconditioner/jacobi_generate_kernel.dp.cpp +++ b/dpcpp/preconditioner/jacobi_generate_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_kernels.dp.cpp b/dpcpp/preconditioner/jacobi_kernels.dp.cpp index a99cedb20e6..12b2251c7a5 100644 --- a/dpcpp/preconditioner/jacobi_kernels.dp.cpp +++ b/dpcpp/preconditioner/jacobi_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_simple_apply_instantiate.inc.dp.cpp b/dpcpp/preconditioner/jacobi_simple_apply_instantiate.inc.dp.cpp index d376fbed3b8..aade299f05b 100644 --- a/dpcpp/preconditioner/jacobi_simple_apply_instantiate.inc.dp.cpp +++ b/dpcpp/preconditioner/jacobi_simple_apply_instantiate.inc.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/preconditioner/jacobi_simple_apply_kernel.dp.cpp b/dpcpp/preconditioner/jacobi_simple_apply_kernel.dp.cpp index 5c2fcc27166..ceed1affd14 100644 --- a/dpcpp/preconditioner/jacobi_simple_apply_kernel.dp.cpp +++ b/dpcpp/preconditioner/jacobi_simple_apply_kernel.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/reorder/rcm_kernels.dp.cpp b/dpcpp/reorder/rcm_kernels.dp.cpp index 6fd2a049193..225f539b47e 100644 --- a/dpcpp/reorder/rcm_kernels.dp.cpp +++ b/dpcpp/reorder/rcm_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/batch_bicgstab_kernels.dp.cpp b/dpcpp/solver/batch_bicgstab_kernels.dp.cpp index 6a4509c8f77..3c15c94df71 100644 --- a/dpcpp/solver/batch_bicgstab_kernels.dp.cpp +++ b/dpcpp/solver/batch_bicgstab_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/batch_bicgstab_kernels.hpp.inc b/dpcpp/solver/batch_bicgstab_kernels.hpp.inc index 97236586692..e7cbf798b1b 100644 --- a/dpcpp/solver/batch_bicgstab_kernels.hpp.inc +++ b/dpcpp/solver/batch_bicgstab_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/cb_gmres_kernels.dp.cpp b/dpcpp/solver/cb_gmres_kernels.dp.cpp index a208d6294de..c74c9a9ef17 100644 --- a/dpcpp/solver/cb_gmres_kernels.dp.cpp +++ b/dpcpp/solver/cb_gmres_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/common_gmres_kernels.dp.inc b/dpcpp/solver/common_gmres_kernels.dp.inc index 65b660d586d..0b5de8188f2 100644 --- a/dpcpp/solver/common_gmres_kernels.dp.inc +++ b/dpcpp/solver/common_gmres_kernels.dp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/idr_kernels.dp.cpp b/dpcpp/solver/idr_kernels.dp.cpp index 5fdcd10a6d8..a1e85fa5525 100644 --- a/dpcpp/solver/idr_kernels.dp.cpp +++ b/dpcpp/solver/idr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/lower_trs_kernels.dp.cpp b/dpcpp/solver/lower_trs_kernels.dp.cpp index 9992bf5b04b..6c4f8fa8537 100644 --- a/dpcpp/solver/lower_trs_kernels.dp.cpp +++ b/dpcpp/solver/lower_trs_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/multigrid_kernels.dp.cpp b/dpcpp/solver/multigrid_kernels.dp.cpp index a6216c5512e..d818211c28b 100644 --- a/dpcpp/solver/multigrid_kernels.dp.cpp +++ b/dpcpp/solver/multigrid_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/solver/upper_trs_kernels.dp.cpp b/dpcpp/solver/upper_trs_kernels.dp.cpp index 79133ba15a2..3729492eb18 100644 --- a/dpcpp/solver/upper_trs_kernels.dp.cpp +++ b/dpcpp/solver/upper_trs_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/stop/batch_criteria.hpp b/dpcpp/stop/batch_criteria.hpp index 1978485bafe..3818831df11 100644 --- a/dpcpp/stop/batch_criteria.hpp +++ b/dpcpp/stop/batch_criteria.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/stop/criterion_kernels.dp.cpp b/dpcpp/stop/criterion_kernels.dp.cpp index a5d798f0674..ea8ab78aace 100644 --- a/dpcpp/stop/criterion_kernels.dp.cpp +++ b/dpcpp/stop/criterion_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/stop/residual_norm_kernels.dp.cpp b/dpcpp/stop/residual_norm_kernels.dp.cpp index f7d060dea20..09aae963b16 100644 --- a/dpcpp/stop/residual_norm_kernels.dp.cpp +++ b/dpcpp/stop/residual_norm_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/synthesizer/implementation_selection.hpp b/dpcpp/synthesizer/implementation_selection.hpp index a966856bad8..05cea2521b0 100644 --- a/dpcpp/synthesizer/implementation_selection.hpp +++ b/dpcpp/synthesizer/implementation_selection.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/base/dim3.dp.cpp b/dpcpp/test/base/dim3.dp.cpp index d04bb250431..6688e4e4163 100644 --- a/dpcpp/test/base/dim3.dp.cpp +++ b/dpcpp/test/base/dim3.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/base/executor.dp.cpp b/dpcpp/test/base/executor.dp.cpp index 0cfa9cfdef0..771330e08bf 100644 --- a/dpcpp/test/base/executor.dp.cpp +++ b/dpcpp/test/base/executor.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/base/kernel_launch.dp.cpp b/dpcpp/test/base/kernel_launch.dp.cpp index a256ec04644..e95fac1082a 100644 --- a/dpcpp/test/base/kernel_launch.dp.cpp +++ b/dpcpp/test/base/kernel_launch.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/components/cooperative_groups.dp.cpp b/dpcpp/test/components/cooperative_groups.dp.cpp index 1f357f91931..ab94fc0364b 100644 --- a/dpcpp/test/components/cooperative_groups.dp.cpp +++ b/dpcpp/test/components/cooperative_groups.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/matrix/fbcsr_kernels.dp.cpp b/dpcpp/test/matrix/fbcsr_kernels.dp.cpp index 820920b3f54..6d6f9fb6e93 100644 --- a/dpcpp/test/matrix/fbcsr_kernels.dp.cpp +++ b/dpcpp/test/matrix/fbcsr_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/preconditioner/jacobi_kernels.dp.cpp b/dpcpp/test/preconditioner/jacobi_kernels.dp.cpp index c1b0077d14f..3b62c328366 100644 --- a/dpcpp/test/preconditioner/jacobi_kernels.dp.cpp +++ b/dpcpp/test/preconditioner/jacobi_kernels.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test/utils.hpp b/dpcpp/test/utils.hpp index b2272397c2b..d80fc40a4f5 100644 --- a/dpcpp/test/utils.hpp +++ b/dpcpp/test/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/dpcpp/test_dpcpp.dp.cpp b/dpcpp/test_dpcpp.dp.cpp index 6cfdd0edbac..e4d47745da9 100644 --- a/dpcpp/test_dpcpp.dp.cpp +++ b/dpcpp/test_dpcpp.dp.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp b/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp index b58ca2e289e..04dde86a07a 100644 --- a/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp +++ b/examples/adaptiveprecision-blockjacobi/adaptiveprecision-blockjacobi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/cb-gmres/cb-gmres.cpp b/examples/cb-gmres/cb-gmres.cpp index 987eaffe62a..84b9c37592b 100644 --- a/examples/cb-gmres/cb-gmres.cpp +++ b/examples/cb-gmres/cb-gmres.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/custom-logger/custom-logger.cpp b/examples/custom-logger/custom-logger.cpp index 3865e98bbab..f7bc02e33aa 100644 --- a/examples/custom-logger/custom-logger.cpp +++ b/examples/custom-logger/custom-logger.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/custom-matrix-format/custom-matrix-format.cpp b/examples/custom-matrix-format/custom-matrix-format.cpp index 583c7587e03..a5e3cc94997 100644 --- a/examples/custom-matrix-format/custom-matrix-format.cpp +++ b/examples/custom-matrix-format/custom-matrix-format.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/custom-matrix-format/stencil_kernel.cu b/examples/custom-matrix-format/stencil_kernel.cu index 2cd62f6e166..e83543fc094 100644 --- a/examples/custom-matrix-format/stencil_kernel.cu +++ b/examples/custom-matrix-format/stencil_kernel.cu @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/custom-stopping-criterion/custom-stopping-criterion.cpp b/examples/custom-stopping-criterion/custom-stopping-criterion.cpp index eb7cf449cbe..39baed56f67 100644 --- a/examples/custom-stopping-criterion/custom-stopping-criterion.cpp +++ b/examples/custom-stopping-criterion/custom-stopping-criterion.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/distributed-solver/distributed-solver.cpp b/examples/distributed-solver/distributed-solver.cpp index 737a500bf43..16fa6633f57 100644 --- a/examples/distributed-solver/distributed-solver.cpp +++ b/examples/distributed-solver/distributed-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/ginkgo-overhead/ginkgo-overhead.cpp b/examples/ginkgo-overhead/ginkgo-overhead.cpp index cd9f5a75ff9..5330dda1e7d 100644 --- a/examples/ginkgo-overhead/ginkgo-overhead.cpp +++ b/examples/ginkgo-overhead/ginkgo-overhead.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/ginkgo-ranges/ginkgo-ranges.cpp b/examples/ginkgo-ranges/ginkgo-ranges.cpp index 31aa48d5a70..38486a25b2e 100644 --- a/examples/ginkgo-ranges/ginkgo-ranges.cpp +++ b/examples/ginkgo-ranges/ginkgo-ranges.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/heat-equation/heat-equation.cpp b/examples/heat-equation/heat-equation.cpp index 9d7b15ba314..c026c343997 100644 --- a/examples/heat-equation/heat-equation.cpp +++ b/examples/heat-equation/heat-equation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp b/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp index ff8fcfe6dbd..ad7e1c07158 100644 --- a/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp +++ b/examples/ilu-preconditioned-solver/ilu-preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/inverse-iteration/inverse-iteration.cpp b/examples/inverse-iteration/inverse-iteration.cpp index 2b0e0bf0d9e..03c9f1fe5e8 100644 --- a/examples/inverse-iteration/inverse-iteration.cpp +++ b/examples/inverse-iteration/inverse-iteration.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause 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 3582cb3271e..34fc684bcf6 100644 --- a/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp +++ b/examples/ir-ilu-preconditioned-solver/ir-ilu-preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/iterative-refinement/iterative-refinement.cpp b/examples/iterative-refinement/iterative-refinement.cpp index dab0acb7bd8..aa38e54ede2 100644 --- a/examples/iterative-refinement/iterative-refinement.cpp +++ b/examples/iterative-refinement/iterative-refinement.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/kokkos_assembly/kokkos_assembly.cpp b/examples/kokkos_assembly/kokkos_assembly.cpp index 9f1bab73b82..38f2deffe43 100644 --- a/examples/kokkos_assembly/kokkos_assembly.cpp +++ b/examples/kokkos_assembly/kokkos_assembly.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/minimal-cuda-solver/minimal-cuda-solver.cpp b/examples/minimal-cuda-solver/minimal-cuda-solver.cpp index a3953c9876a..0d4ba7d67d4 100644 --- a/examples/minimal-cuda-solver/minimal-cuda-solver.cpp +++ b/examples/minimal-cuda-solver/minimal-cuda-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/mixed-multigrid-preconditioned-solver/mixed-multigrid-preconditioned-solver.cpp b/examples/mixed-multigrid-preconditioned-solver/mixed-multigrid-preconditioned-solver.cpp index 98178b53125..6690c8e13d3 100644 --- a/examples/mixed-multigrid-preconditioned-solver/mixed-multigrid-preconditioned-solver.cpp +++ b/examples/mixed-multigrid-preconditioned-solver/mixed-multigrid-preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/mixed-multigrid-solver/mixed-multigrid-solver.cpp b/examples/mixed-multigrid-solver/mixed-multigrid-solver.cpp index 08df9dd4aed..08575d6306c 100644 --- a/examples/mixed-multigrid-solver/mixed-multigrid-solver.cpp +++ b/examples/mixed-multigrid-solver/mixed-multigrid-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/mixed-precision-ir/mixed-precision-ir.cpp b/examples/mixed-precision-ir/mixed-precision-ir.cpp index 6d66cab4c7e..ed6fda2c689 100644 --- a/examples/mixed-precision-ir/mixed-precision-ir.cpp +++ b/examples/mixed-precision-ir/mixed-precision-ir.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/mixed-spmv/mixed-spmv.cpp b/examples/mixed-spmv/mixed-spmv.cpp index 519c134d1aa..6bb59662b6f 100644 --- a/examples/mixed-spmv/mixed-spmv.cpp +++ b/examples/mixed-spmv/mixed-spmv.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp b/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp index 34761c7831c..9b114b611af 100644 --- a/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp +++ b/examples/multigrid-preconditioned-solver-customized/multigrid-preconditioned-solver-customized.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/multigrid-preconditioned-solver/multigrid-preconditioned-solver.cpp b/examples/multigrid-preconditioned-solver/multigrid-preconditioned-solver.cpp index fbade5919bd..51f17b7821c 100644 --- a/examples/multigrid-preconditioned-solver/multigrid-preconditioned-solver.cpp +++ b/examples/multigrid-preconditioned-solver/multigrid-preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause 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 5b1e2e8e651..59c756e2a69 100644 --- a/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp +++ b/examples/nine-pt-stencil-solver/nine-pt-stencil-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/papi-logging/papi-logging.cpp b/examples/papi-logging/papi-logging.cpp index c62485cb872..6be633aff03 100644 --- a/examples/papi-logging/papi-logging.cpp +++ b/examples/papi-logging/papi-logging.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/par-ilu-convergence/par-ilu-convergence.cpp b/examples/par-ilu-convergence/par-ilu-convergence.cpp index fb753431db1..bf0e4e7a990 100644 --- a/examples/par-ilu-convergence/par-ilu-convergence.cpp +++ b/examples/par-ilu-convergence/par-ilu-convergence.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/performance-debugging/performance-debugging.cpp b/examples/performance-debugging/performance-debugging.cpp index 11f44465e27..00dafc45378 100644 --- a/examples/performance-debugging/performance-debugging.cpp +++ b/examples/performance-debugging/performance-debugging.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/poisson-solver/poisson-solver.cpp b/examples/poisson-solver/poisson-solver.cpp index ac4d505a5fe..d70dd1aa506 100644 --- a/examples/poisson-solver/poisson-solver.cpp +++ b/examples/poisson-solver/poisson-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/preconditioned-solver/preconditioned-solver.cpp b/examples/preconditioned-solver/preconditioned-solver.cpp index ae6940fdcae..2291c3cb2ed 100644 --- a/examples/preconditioned-solver/preconditioned-solver.cpp +++ b/examples/preconditioned-solver/preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/preconditioner-export/preconditioner-export.cpp b/examples/preconditioner-export/preconditioner-export.cpp index c06d2e0b81b..e6a405cde4a 100644 --- a/examples/preconditioner-export/preconditioner-export.cpp +++ b/examples/preconditioner-export/preconditioner-export.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/reordered-preconditioned-solver/reordered-preconditioned-solver.cpp b/examples/reordered-preconditioned-solver/reordered-preconditioned-solver.cpp index 531419db2c5..490e36ad387 100644 --- a/examples/reordered-preconditioned-solver/reordered-preconditioned-solver.cpp +++ b/examples/reordered-preconditioned-solver/reordered-preconditioned-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/schroedinger-splitting/schroedinger-splitting.cpp b/examples/schroedinger-splitting/schroedinger-splitting.cpp index 02734ad64af..4390287c30f 100644 --- a/examples/schroedinger-splitting/schroedinger-splitting.cpp +++ b/examples/schroedinger-splitting/schroedinger-splitting.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/simple-solver-logging/simple-solver-logging.cpp b/examples/simple-solver-logging/simple-solver-logging.cpp index c9494c90f4c..3bcbd834bc3 100644 --- a/examples/simple-solver-logging/simple-solver-logging.cpp +++ b/examples/simple-solver-logging/simple-solver-logging.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/examples/simple-solver/simple-solver.cpp b/examples/simple-solver/simple-solver.cpp index 1578233b5bf..b5bd8d6299c 100644 --- a/examples/simple-solver/simple-solver.cpp +++ b/examples/simple-solver/simple-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause 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 66d849ee865..a28ab925c88 100644 --- a/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp +++ b/examples/three-pt-stencil-solver/three-pt-stencil-solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/batch_multi_vector_kernels.hip.cpp b/hip/base/batch_multi_vector_kernels.hip.cpp index 8e5a480a892..f5a1dba3977 100644 --- a/hip/base/batch_multi_vector_kernels.hip.cpp +++ b/hip/base/batch_multi_vector_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/batch_struct.hip.hpp b/hip/base/batch_struct.hip.hpp index 31216e9432c..fa44a22b554 100644 --- a/hip/base/batch_struct.hip.hpp +++ b/hip/base/batch_struct.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/config.hip.hpp b/hip/base/config.hip.hpp index f9f57c67d25..fbad841fd0f 100644 --- a/hip/base/config.hip.hpp +++ b/hip/base/config.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/device.hip.cpp b/hip/base/device.hip.cpp index 68225c03d44..58376c2175b 100644 --- a/hip/base/device.hip.cpp +++ b/hip/base/device.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/device.hpp b/hip/base/device.hpp index 0d8e7608854..f0ceae0dc2b 100644 --- a/hip/base/device.hpp +++ b/hip/base/device.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/device_matrix_data_kernels.hip.cpp b/hip/base/device_matrix_data_kernels.hip.cpp index 4ee45883201..745ba955014 100644 --- a/hip/base/device_matrix_data_kernels.hip.cpp +++ b/hip/base/device_matrix_data_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/exception.hip.cpp b/hip/base/exception.hip.cpp index 6ef9c22dd37..aed5e803d60 100644 --- a/hip/base/exception.hip.cpp +++ b/hip/base/exception.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/executor.hip.cpp b/hip/base/executor.hip.cpp index 55317e8f13e..2694ce4177f 100644 --- a/hip/base/executor.hip.cpp +++ b/hip/base/executor.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/hipblas_bindings.hip.hpp b/hip/base/hipblas_bindings.hip.hpp index 833dc3926b0..f4dd3f1a1e8 100644 --- a/hip/base/hipblas_bindings.hip.hpp +++ b/hip/base/hipblas_bindings.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/hiprand_bindings.hip.hpp b/hip/base/hiprand_bindings.hip.hpp index fb3a6dc757f..471abb3ccd5 100644 --- a/hip/base/hiprand_bindings.hip.hpp +++ b/hip/base/hiprand_bindings.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/hipsparse_bindings.hip.hpp b/hip/base/hipsparse_bindings.hip.hpp index d7b53ece274..0a6a3dad23f 100644 --- a/hip/base/hipsparse_bindings.hip.hpp +++ b/hip/base/hipsparse_bindings.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/hipsparse_block_bindings.hip.hpp b/hip/base/hipsparse_block_bindings.hip.hpp index 42e5c54e180..eb9e8a31481 100644 --- a/hip/base/hipsparse_block_bindings.hip.hpp +++ b/hip/base/hipsparse_block_bindings.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/index_set_kernels.hip.cpp b/hip/base/index_set_kernels.hip.cpp index ac2056afa0f..a246b5bf57e 100644 --- a/hip/base/index_set_kernels.hip.cpp +++ b/hip/base/index_set_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/kernel_launch.hip.hpp b/hip/base/kernel_launch.hip.hpp index 6bb6c2a7afa..1a00e99cac7 100644 --- a/hip/base/kernel_launch.hip.hpp +++ b/hip/base/kernel_launch.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/kernel_launch_reduction.hip.hpp b/hip/base/kernel_launch_reduction.hip.hpp index 919c6b81455..7c5d0c01c9c 100644 --- a/hip/base/kernel_launch_reduction.hip.hpp +++ b/hip/base/kernel_launch_reduction.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/kernel_launch_solver.hip.hpp b/hip/base/kernel_launch_solver.hip.hpp index 0e08be07508..18532c9754c 100644 --- a/hip/base/kernel_launch_solver.hip.hpp +++ b/hip/base/kernel_launch_solver.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/math.hip.hpp b/hip/base/math.hip.hpp index 5ccd60bf57c..f9427089126 100644 --- a/hip/base/math.hip.hpp +++ b/hip/base/math.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/memory.hip.cpp b/hip/base/memory.hip.cpp index 1e3a4b19eb8..0e14bf9f511 100644 --- a/hip/base/memory.hip.cpp +++ b/hip/base/memory.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/pointer_mode_guard.hip.hpp b/hip/base/pointer_mode_guard.hip.hpp index f292515e7e6..2908164cccd 100644 --- a/hip/base/pointer_mode_guard.hip.hpp +++ b/hip/base/pointer_mode_guard.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/roctx.hip.cpp b/hip/base/roctx.hip.cpp index ae0c993ae43..0ed12a54786 100644 --- a/hip/base/roctx.hip.cpp +++ b/hip/base/roctx.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/scoped_device_id.hip.cpp b/hip/base/scoped_device_id.hip.cpp index 6a0427f34bb..ab6ed703da8 100644 --- a/hip/base/scoped_device_id.hip.cpp +++ b/hip/base/scoped_device_id.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/scoped_device_id.hip.hpp b/hip/base/scoped_device_id.hip.hpp index e17c4688d49..12aa1e90485 100644 --- a/hip/base/scoped_device_id.hip.hpp +++ b/hip/base/scoped_device_id.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/stream.hip.cpp b/hip/base/stream.hip.cpp index e02f3adb3fb..93c1fc008d9 100644 --- a/hip/base/stream.hip.cpp +++ b/hip/base/stream.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/thrust.hip.hpp b/hip/base/thrust.hip.hpp index 3cda1c04923..2c0412fb67d 100644 --- a/hip/base/thrust.hip.hpp +++ b/hip/base/thrust.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/timer.hip.cpp b/hip/base/timer.hip.cpp index 462faea3e57..44fe5b7cbeb 100644 --- a/hip/base/timer.hip.cpp +++ b/hip/base/timer.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/types.hip.hpp b/hip/base/types.hip.hpp index 275d9df8397..8827b2bea41 100644 --- a/hip/base/types.hip.hpp +++ b/hip/base/types.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/base/version.hip.cpp b/hip/base/version.hip.cpp index 730818c098f..f2490fa691c 100644 --- a/hip/base/version.hip.cpp +++ b/hip/base/version.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/atomic.hip.hpp b/hip/components/atomic.hip.hpp index c330ca28c45..f57705ff408 100644 --- a/hip/components/atomic.hip.hpp +++ b/hip/components/atomic.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/cooperative_groups.hip.hpp b/hip/components/cooperative_groups.hip.hpp index 7ea278a1493..247218a1457 100644 --- a/hip/components/cooperative_groups.hip.hpp +++ b/hip/components/cooperative_groups.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/diagonal_block_manipulation.hip.hpp b/hip/components/diagonal_block_manipulation.hip.hpp index f9cb21c7a6a..0261c7549c5 100644 --- a/hip/components/diagonal_block_manipulation.hip.hpp +++ b/hip/components/diagonal_block_manipulation.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/format_conversion.hip.hpp b/hip/components/format_conversion.hip.hpp index 2ca88a3458b..59c0405a874 100644 --- a/hip/components/format_conversion.hip.hpp +++ b/hip/components/format_conversion.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/intrinsics.hip.hpp b/hip/components/intrinsics.hip.hpp index 826d7a00fc9..af849d4471a 100644 --- a/hip/components/intrinsics.hip.hpp +++ b/hip/components/intrinsics.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/memory.hip.hpp b/hip/components/memory.hip.hpp index eeddf7525d5..79632f63616 100644 --- a/hip/components/memory.hip.hpp +++ b/hip/components/memory.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/merging.hip.hpp b/hip/components/merging.hip.hpp index bf242e628fd..3f031947940 100644 --- a/hip/components/merging.hip.hpp +++ b/hip/components/merging.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/prefix_sum.hip.hpp b/hip/components/prefix_sum.hip.hpp index 684dc1a558b..b5065589d8e 100644 --- a/hip/components/prefix_sum.hip.hpp +++ b/hip/components/prefix_sum.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/prefix_sum_kernels.hip.cpp b/hip/components/prefix_sum_kernels.hip.cpp index 8e87ed43695..ad55c0954d1 100644 --- a/hip/components/prefix_sum_kernels.hip.cpp +++ b/hip/components/prefix_sum_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/reduction.hip.hpp b/hip/components/reduction.hip.hpp index 8f35dde8fac..c8fa5e58b4f 100644 --- a/hip/components/reduction.hip.hpp +++ b/hip/components/reduction.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/searching.hip.hpp b/hip/components/searching.hip.hpp index ea522888409..2a6be767c2c 100644 --- a/hip/components/searching.hip.hpp +++ b/hip/components/searching.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/segment_scan.hip.hpp b/hip/components/segment_scan.hip.hpp index a969ea86f9c..7f98d08cf69 100644 --- a/hip/components/segment_scan.hip.hpp +++ b/hip/components/segment_scan.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/sorting.hip.hpp b/hip/components/sorting.hip.hpp index e1e8b13da94..730c3c56401 100644 --- a/hip/components/sorting.hip.hpp +++ b/hip/components/sorting.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/syncfree.hip.hpp b/hip/components/syncfree.hip.hpp index 45fdfa898fb..9fe48944b56 100644 --- a/hip/components/syncfree.hip.hpp +++ b/hip/components/syncfree.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/thread_ids.hip.hpp b/hip/components/thread_ids.hip.hpp index bffa857d895..03761983e02 100644 --- a/hip/components/thread_ids.hip.hpp +++ b/hip/components/thread_ids.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/uninitialized_array.hip.hpp b/hip/components/uninitialized_array.hip.hpp index 3c66dcb9d4d..e59d2c21a63 100644 --- a/hip/components/uninitialized_array.hip.hpp +++ b/hip/components/uninitialized_array.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/components/warp_blas.hip.hpp b/hip/components/warp_blas.hip.hpp index 31f67f3219c..8ac59719aa7 100644 --- a/hip/components/warp_blas.hip.hpp +++ b/hip/components/warp_blas.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/distributed/matrix_kernels.hip.cpp b/hip/distributed/matrix_kernels.hip.cpp index 6c52f8bff9c..54cde64c429 100644 --- a/hip/distributed/matrix_kernels.hip.cpp +++ b/hip/distributed/matrix_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/distributed/partition_helpers_kernels.hip.cpp b/hip/distributed/partition_helpers_kernels.hip.cpp index ac6f989c9db..744d8de887b 100644 --- a/hip/distributed/partition_helpers_kernels.hip.cpp +++ b/hip/distributed/partition_helpers_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/distributed/partition_kernels.hip.cpp b/hip/distributed/partition_kernels.hip.cpp index 0d6ad2f3235..00dc74b910f 100644 --- a/hip/distributed/partition_kernels.hip.cpp +++ b/hip/distributed/partition_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/distributed/vector_kernels.hip.cpp b/hip/distributed/vector_kernels.hip.cpp index 89809a511c4..320d847ed85 100644 --- a/hip/distributed/vector_kernels.hip.cpp +++ b/hip/distributed/vector_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/cholesky_kernels.hip.cpp b/hip/factorization/cholesky_kernels.hip.cpp index bd9e04e64e0..1dd94bb05d0 100644 --- a/hip/factorization/cholesky_kernels.hip.cpp +++ b/hip/factorization/cholesky_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/factorization_kernels.hip.cpp b/hip/factorization/factorization_kernels.hip.cpp index 6d8ff7ab35c..a2de4912fdb 100644 --- a/hip/factorization/factorization_kernels.hip.cpp +++ b/hip/factorization/factorization_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/ic_kernels.hip.cpp b/hip/factorization/ic_kernels.hip.cpp index 790ddc12a2c..7a845547d0d 100644 --- a/hip/factorization/ic_kernels.hip.cpp +++ b/hip/factorization/ic_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/ilu_kernels.hip.cpp b/hip/factorization/ilu_kernels.hip.cpp index df0849ec927..071d3721536 100644 --- a/hip/factorization/ilu_kernels.hip.cpp +++ b/hip/factorization/ilu_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/lu_kernels.hip.cpp b/hip/factorization/lu_kernels.hip.cpp index ff091e4e03e..e1c60103dd3 100644 --- a/hip/factorization/lu_kernels.hip.cpp +++ b/hip/factorization/lu_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ic_kernels.hip.cpp b/hip/factorization/par_ic_kernels.hip.cpp index 0a83d98fec5..dd91ac27339 100644 --- a/hip/factorization/par_ic_kernels.hip.cpp +++ b/hip/factorization/par_ic_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ict_kernels.hip.cpp b/hip/factorization/par_ict_kernels.hip.cpp index e1440b71cb5..4b27383bff5 100644 --- a/hip/factorization/par_ict_kernels.hip.cpp +++ b/hip/factorization/par_ict_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilu_kernels.hip.cpp b/hip/factorization/par_ilu_kernels.hip.cpp index 1b79622b291..b10941d44f1 100644 --- a/hip/factorization/par_ilu_kernels.hip.cpp +++ b/hip/factorization/par_ilu_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp b/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp index 62277cf1ca6..d730e33e418 100644 --- a/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp +++ b/hip/factorization/par_ilut_approx_filter_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_filter_kernel.hip.cpp b/hip/factorization/par_ilut_filter_kernel.hip.cpp index c2add979fa7..eef1044878e 100644 --- a/hip/factorization/par_ilut_filter_kernel.hip.cpp +++ b/hip/factorization/par_ilut_filter_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_select_common.hip.cpp b/hip/factorization/par_ilut_select_common.hip.cpp index 0ff0531708d..85c2eaa7036 100644 --- a/hip/factorization/par_ilut_select_common.hip.cpp +++ b/hip/factorization/par_ilut_select_common.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_select_common.hip.hpp b/hip/factorization/par_ilut_select_common.hip.hpp index 7b77242c2ae..290de30f5df 100644 --- a/hip/factorization/par_ilut_select_common.hip.hpp +++ b/hip/factorization/par_ilut_select_common.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_select_kernel.hip.cpp b/hip/factorization/par_ilut_select_kernel.hip.cpp index 48b0262392a..b6d93e65b24 100644 --- a/hip/factorization/par_ilut_select_kernel.hip.cpp +++ b/hip/factorization/par_ilut_select_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_spgeam_kernel.hip.cpp b/hip/factorization/par_ilut_spgeam_kernel.hip.cpp index 2b1799ec48a..ad102e49488 100644 --- a/hip/factorization/par_ilut_spgeam_kernel.hip.cpp +++ b/hip/factorization/par_ilut_spgeam_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/factorization/par_ilut_sweep_kernel.hip.cpp b/hip/factorization/par_ilut_sweep_kernel.hip.cpp index 67991d3375a..bdcecc609d5 100644 --- a/hip/factorization/par_ilut_sweep_kernel.hip.cpp +++ b/hip/factorization/par_ilut_sweep_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/log/batch_logger.hip.hpp b/hip/log/batch_logger.hip.hpp index 5c4024b418c..a2540f2bd9d 100644 --- a/hip/log/batch_logger.hip.hpp +++ b/hip/log/batch_logger.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/batch_csr_kernels.hip.cpp b/hip/matrix/batch_csr_kernels.hip.cpp index 4b07ea9588e..432213f3083 100644 --- a/hip/matrix/batch_csr_kernels.hip.cpp +++ b/hip/matrix/batch_csr_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/batch_dense_kernels.hip.cpp b/hip/matrix/batch_dense_kernels.hip.cpp index 2d39e7c3a33..0d03d4ea10b 100644 --- a/hip/matrix/batch_dense_kernels.hip.cpp +++ b/hip/matrix/batch_dense_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/batch_ell_kernels.hip.cpp b/hip/matrix/batch_ell_kernels.hip.cpp index 4a6b8349abc..221a3ec65dd 100644 --- a/hip/matrix/batch_ell_kernels.hip.cpp +++ b/hip/matrix/batch_ell_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/batch_struct.hip.hpp b/hip/matrix/batch_struct.hip.hpp index f1bba81d4dd..6c98146161e 100644 --- a/hip/matrix/batch_struct.hip.hpp +++ b/hip/matrix/batch_struct.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/coo_kernels.hip.cpp b/hip/matrix/coo_kernels.hip.cpp index c61fe69f2b3..5e32e1d8502 100644 --- a/hip/matrix/coo_kernels.hip.cpp +++ b/hip/matrix/coo_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/csr_kernels.instantiate.hip.cpp b/hip/matrix/csr_kernels.instantiate.hip.cpp index c3f78ed83af..53a5a572aea 100644 --- a/hip/matrix/csr_kernels.instantiate.hip.cpp +++ b/hip/matrix/csr_kernels.instantiate.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/csr_kernels.template.hip.cpp b/hip/matrix/csr_kernels.template.hip.cpp index 29e1bb51dc5..599a2df3669 100644 --- a/hip/matrix/csr_kernels.template.hip.cpp +++ b/hip/matrix/csr_kernels.template.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/dense_kernels.hip.cpp b/hip/matrix/dense_kernels.hip.cpp index f5d1e5d34fd..36e581049e0 100644 --- a/hip/matrix/dense_kernels.hip.cpp +++ b/hip/matrix/dense_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/diagonal_kernels.hip.cpp b/hip/matrix/diagonal_kernels.hip.cpp index 4d9b94c5e9e..deedb9543ec 100644 --- a/hip/matrix/diagonal_kernels.hip.cpp +++ b/hip/matrix/diagonal_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/ell_kernels.hip.cpp b/hip/matrix/ell_kernels.hip.cpp index 37df9787b08..51c34430f5c 100644 --- a/hip/matrix/ell_kernels.hip.cpp +++ b/hip/matrix/ell_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/fbcsr_kernels.instantiate.hip.cpp b/hip/matrix/fbcsr_kernels.instantiate.hip.cpp index a0fdcd68971..54e90fc4297 100644 --- a/hip/matrix/fbcsr_kernels.instantiate.hip.cpp +++ b/hip/matrix/fbcsr_kernels.instantiate.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/fbcsr_kernels.template.hip.cpp b/hip/matrix/fbcsr_kernels.template.hip.cpp index 950c714d686..b84e7644e80 100644 --- a/hip/matrix/fbcsr_kernels.template.hip.cpp +++ b/hip/matrix/fbcsr_kernels.template.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/fft_kernels.hip.cpp b/hip/matrix/fft_kernels.hip.cpp index 4fee7682eb5..dc397b20892 100644 --- a/hip/matrix/fft_kernels.hip.cpp +++ b/hip/matrix/fft_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/fft_kernels_stub.hip.cpp b/hip/matrix/fft_kernels_stub.hip.cpp index 3eb784c30fb..f50bec4ff0b 100644 --- a/hip/matrix/fft_kernels_stub.hip.cpp +++ b/hip/matrix/fft_kernels_stub.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/sellp_kernels.hip.cpp b/hip/matrix/sellp_kernels.hip.cpp index b448582c7db..8028dd0777f 100644 --- a/hip/matrix/sellp_kernels.hip.cpp +++ b/hip/matrix/sellp_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/matrix/sparsity_csr_kernels.hip.cpp b/hip/matrix/sparsity_csr_kernels.hip.cpp index b375a4b7b33..e5a6900cdfe 100644 --- a/hip/matrix/sparsity_csr_kernels.hip.cpp +++ b/hip/matrix/sparsity_csr_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/multigrid/pgm_kernels.hip.cpp b/hip/multigrid/pgm_kernels.hip.cpp index 34a08c51e08..7fece1b07de 100644 --- a/hip/multigrid/pgm_kernels.hip.cpp +++ b/hip/multigrid/pgm_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/batch_preconditioners.hip.hpp b/hip/preconditioner/batch_preconditioners.hip.hpp index 48b956cc36b..35ec64b1a11 100644 --- a/hip/preconditioner/batch_preconditioners.hip.hpp +++ b/hip/preconditioner/batch_preconditioners.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/isai_kernels.hip.cpp b/hip/preconditioner/isai_kernels.hip.cpp index dcf265c35eb..7339bd0a754 100644 --- a/hip/preconditioner/isai_kernels.hip.cpp +++ b/hip/preconditioner/isai_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_advanced_apply_instantiate.inc.hip.cpp b/hip/preconditioner/jacobi_advanced_apply_instantiate.inc.hip.cpp index 5c62214b1aa..326b9f6b720 100644 --- a/hip/preconditioner/jacobi_advanced_apply_instantiate.inc.hip.cpp +++ b/hip/preconditioner/jacobi_advanced_apply_instantiate.inc.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp b/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp index 0bb23bbf277..0a78eac4145 100644 --- a/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_advanced_apply_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_common.hip.hpp.in b/hip/preconditioner/jacobi_common.hip.hpp.in index 98e90823a5a..6e9c279a46f 100644 --- a/hip/preconditioner/jacobi_common.hip.hpp.in +++ b/hip/preconditioner/jacobi_common.hip.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_generate_instantiate.inc.hip.cpp b/hip/preconditioner/jacobi_generate_instantiate.inc.hip.cpp index 4b8b2a41de5..86a3b799590 100644 --- a/hip/preconditioner/jacobi_generate_instantiate.inc.hip.cpp +++ b/hip/preconditioner/jacobi_generate_instantiate.inc.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_generate_kernel.hip.cpp b/hip/preconditioner/jacobi_generate_kernel.hip.cpp index 8cce75f006f..713be193250 100644 --- a/hip/preconditioner/jacobi_generate_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_generate_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_kernels.hip.cpp b/hip/preconditioner/jacobi_kernels.hip.cpp index ab75807bfeb..1646a7fb376 100644 --- a/hip/preconditioner/jacobi_kernels.hip.cpp +++ b/hip/preconditioner/jacobi_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_simple_apply_instantiate.inc.hip.cpp b/hip/preconditioner/jacobi_simple_apply_instantiate.inc.hip.cpp index 06e69dd5ef7..be485af5730 100644 --- a/hip/preconditioner/jacobi_simple_apply_instantiate.inc.hip.cpp +++ b/hip/preconditioner/jacobi_simple_apply_instantiate.inc.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp b/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp index a6e1989903f..0763e986d41 100644 --- a/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp +++ b/hip/preconditioner/jacobi_simple_apply_kernel.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/reorder/rcm_kernels.hip.cpp b/hip/reorder/rcm_kernels.hip.cpp index 7b306094eb3..a7fd5b27877 100644 --- a/hip/reorder/rcm_kernels.hip.cpp +++ b/hip/reorder/rcm_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/batch_bicgstab_kernels.hip.cpp b/hip/solver/batch_bicgstab_kernels.hip.cpp index 86f91bb5abd..693fae7dd03 100644 --- a/hip/solver/batch_bicgstab_kernels.hip.cpp +++ b/hip/solver/batch_bicgstab_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/cb_gmres_kernels.hip.cpp b/hip/solver/cb_gmres_kernels.hip.cpp index 682b5a3c05a..794ac9fd8a6 100644 --- a/hip/solver/cb_gmres_kernels.hip.cpp +++ b/hip/solver/cb_gmres_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/common_trs_kernels.hip.hpp b/hip/solver/common_trs_kernels.hip.hpp index d5ac9fcc22f..d05bc1a9f6f 100644 --- a/hip/solver/common_trs_kernels.hip.hpp +++ b/hip/solver/common_trs_kernels.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/idr_kernels.hip.cpp b/hip/solver/idr_kernels.hip.cpp index 8c3f0e61ebf..83dbfe61f48 100644 --- a/hip/solver/idr_kernels.hip.cpp +++ b/hip/solver/idr_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/lower_trs_kernels.hip.cpp b/hip/solver/lower_trs_kernels.hip.cpp index 3094d273d05..08f35d3d674 100644 --- a/hip/solver/lower_trs_kernels.hip.cpp +++ b/hip/solver/lower_trs_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/multigrid_kernels.hip.cpp b/hip/solver/multigrid_kernels.hip.cpp index 567b29abd15..41aab8003bd 100644 --- a/hip/solver/multigrid_kernels.hip.cpp +++ b/hip/solver/multigrid_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/solver/upper_trs_kernels.hip.cpp b/hip/solver/upper_trs_kernels.hip.cpp index 2a21c2af2e5..cd6b0719844 100644 --- a/hip/solver/upper_trs_kernels.hip.cpp +++ b/hip/solver/upper_trs_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/stop/batch_criteria.hip.hpp b/hip/stop/batch_criteria.hip.hpp index 7e78cedd820..1f721e36aaf 100644 --- a/hip/stop/batch_criteria.hip.hpp +++ b/hip/stop/batch_criteria.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/stop/criterion_kernels.hip.cpp b/hip/stop/criterion_kernels.hip.cpp index 63504838046..8c7caeb32b8 100644 --- a/hip/stop/criterion_kernels.hip.cpp +++ b/hip/stop/criterion_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/stop/residual_norm_kernels.hip.cpp b/hip/stop/residual_norm_kernels.hip.cpp index db202206cc0..d790dd652f0 100644 --- a/hip/stop/residual_norm_kernels.hip.cpp +++ b/hip/stop/residual_norm_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/exception_helpers.hip.cpp b/hip/test/base/exception_helpers.hip.cpp index c2ae5231538..5f2dd3cd881 100644 --- a/hip/test/base/exception_helpers.hip.cpp +++ b/hip/test/base/exception_helpers.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/hip_executor.hip.cpp b/hip/test/base/hip_executor.hip.cpp index f059a5e8ba1..cfdfc3122fd 100644 --- a/hip/test/base/hip_executor.hip.cpp +++ b/hip/test/base/hip_executor.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/hip_executor_topology.hip.cpp b/hip/test/base/hip_executor_topology.hip.cpp index 62a07faea8b..7a94ae6ded2 100644 --- a/hip/test/base/hip_executor_topology.hip.cpp +++ b/hip/test/base/hip_executor_topology.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/index_set.cpp b/hip/test/base/index_set.cpp index 79d1f764557..fdca7ebb905 100644 --- a/hip/test/base/index_set.cpp +++ b/hip/test/base/index_set.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/kernel_launch.hip.cpp b/hip/test/base/kernel_launch.hip.cpp index e5e9eb00218..4eea4805d87 100644 --- a/hip/test/base/kernel_launch.hip.cpp +++ b/hip/test/base/kernel_launch.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/lin_op.cpp b/hip/test/base/lin_op.cpp index 5c1a5862fc5..dbc0235f67e 100644 --- a/hip/test/base/lin_op.cpp +++ b/hip/test/base/lin_op.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/math.hip.cpp b/hip/test/base/math.hip.cpp index 9c9cf6b7ecf..2c25f5b3a7a 100644 --- a/hip/test/base/math.hip.cpp +++ b/hip/test/base/math.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/memory.cpp b/hip/test/base/memory.cpp index d8c2ba93efa..ece86d640ad 100644 --- a/hip/test/base/memory.cpp +++ b/hip/test/base/memory.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/base/scoped_device_id.hip.cpp b/hip/test/base/scoped_device_id.hip.cpp index a4b298c96f2..991baa80e3a 100644 --- a/hip/test/base/scoped_device_id.hip.cpp +++ b/hip/test/base/scoped_device_id.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/components/cooperative_groups.hip.cpp b/hip/test/components/cooperative_groups.hip.cpp index 5be6a83545f..d22dfeca0b6 100644 --- a/hip/test/components/cooperative_groups.hip.cpp +++ b/hip/test/components/cooperative_groups.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/components/merging.hip.cpp b/hip/test/components/merging.hip.cpp index 70ac4894bb1..7bfab76f795 100644 --- a/hip/test/components/merging.hip.cpp +++ b/hip/test/components/merging.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/components/searching.hip.cpp b/hip/test/components/searching.hip.cpp index e9305d9c4ed..1db0c6e9562 100644 --- a/hip/test/components/searching.hip.cpp +++ b/hip/test/components/searching.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/components/sorting.hip.cpp b/hip/test/components/sorting.hip.cpp index c39fa028e3c..5cab0048a4b 100644 --- a/hip/test/components/sorting.hip.cpp +++ b/hip/test/components/sorting.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/matrix/fbcsr_kernels.cpp b/hip/test/matrix/fbcsr_kernels.cpp index b9c21eeada5..27ff7309ea4 100644 --- a/hip/test/matrix/fbcsr_kernels.cpp +++ b/hip/test/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/matrix/fft_kernels.hip.cpp b/hip/test/matrix/fft_kernels.hip.cpp index 6fe69428d1e..366e04c3290 100644 --- a/hip/test/matrix/fft_kernels.hip.cpp +++ b/hip/test/matrix/fft_kernels.hip.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/solver/lower_trs_kernels.cpp b/hip/test/solver/lower_trs_kernels.cpp index dd9dd407cd6..c2ad9cda357 100644 --- a/hip/test/solver/lower_trs_kernels.cpp +++ b/hip/test/solver/lower_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/solver/upper_trs_kernels.cpp b/hip/test/solver/upper_trs_kernels.cpp index a6f6601ac11..c161bfcd32f 100644 --- a/hip/test/solver/upper_trs_kernels.cpp +++ b/hip/test/solver/upper_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/utils.hip.hpp b/hip/test/utils.hip.hpp index 69340cc8f25..112ae6c24e1 100644 --- a/hip/test/utils.hip.hpp +++ b/hip/test/utils.hip.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/hip/test/utils/assertions_test.cpp b/hip/test/utils/assertions_test.cpp index cee0b830a65..17363313ab5 100644 --- a/hip/test/utils/assertions_test.cpp +++ b/hip/test/utils/assertions_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/config.hpp.in b/include/ginkgo/config.hpp.in index 23c2627bcf1..329918399d6 100644 --- a/include/ginkgo/config.hpp.in +++ b/include/ginkgo/config.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/abstract_factory.hpp b/include/ginkgo/core/base/abstract_factory.hpp index b3f54deec58..8ba10a648d1 100644 --- a/include/ginkgo/core/base/abstract_factory.hpp +++ b/include/ginkgo/core/base/abstract_factory.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/array.hpp b/include/ginkgo/core/base/array.hpp index cc6bd8b3e3a..5385c283893 100644 --- a/include/ginkgo/core/base/array.hpp +++ b/include/ginkgo/core/base/array.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/batch_dim.hpp b/include/ginkgo/core/base/batch_dim.hpp index 80629b6d267..de0699d6876 100644 --- a/include/ginkgo/core/base/batch_dim.hpp +++ b/include/ginkgo/core/base/batch_dim.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/batch_lin_op.hpp b/include/ginkgo/core/base/batch_lin_op.hpp index 41f7ad93617..9de2db6b724 100644 --- a/include/ginkgo/core/base/batch_lin_op.hpp +++ b/include/ginkgo/core/base/batch_lin_op.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/batch_multi_vector.hpp b/include/ginkgo/core/base/batch_multi_vector.hpp index 8e9885b95ba..f7354e6ab07 100644 --- a/include/ginkgo/core/base/batch_multi_vector.hpp +++ b/include/ginkgo/core/base/batch_multi_vector.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/combination.hpp b/include/ginkgo/core/base/combination.hpp index 1bcf5057214..8992394ea0d 100644 --- a/include/ginkgo/core/base/combination.hpp +++ b/include/ginkgo/core/base/combination.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/composition.hpp b/include/ginkgo/core/base/composition.hpp index aea262aada9..62b854264a2 100644 --- a/include/ginkgo/core/base/composition.hpp +++ b/include/ginkgo/core/base/composition.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/dense_cache.hpp b/include/ginkgo/core/base/dense_cache.hpp index 26b1e8056c2..a9dd8b57ba2 100644 --- a/include/ginkgo/core/base/dense_cache.hpp +++ b/include/ginkgo/core/base/dense_cache.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/device.hpp b/include/ginkgo/core/base/device.hpp index 6f43458ede2..90240b6791a 100644 --- a/include/ginkgo/core/base/device.hpp +++ b/include/ginkgo/core/base/device.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/device_matrix_data.hpp b/include/ginkgo/core/base/device_matrix_data.hpp index 64c69ad36d3..d3f28b66b51 100644 --- a/include/ginkgo/core/base/device_matrix_data.hpp +++ b/include/ginkgo/core/base/device_matrix_data.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/dim.hpp b/include/ginkgo/core/base/dim.hpp index 203b70c535e..10a4a90fa2d 100644 --- a/include/ginkgo/core/base/dim.hpp +++ b/include/ginkgo/core/base/dim.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/exception.hpp b/include/ginkgo/core/base/exception.hpp index 0a510c86eac..678c714dada 100644 --- a/include/ginkgo/core/base/exception.hpp +++ b/include/ginkgo/core/base/exception.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/exception_helpers.hpp b/include/ginkgo/core/base/exception_helpers.hpp index 96c9858724f..c9d7e612de0 100644 --- a/include/ginkgo/core/base/exception_helpers.hpp +++ b/include/ginkgo/core/base/exception_helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/executor.hpp b/include/ginkgo/core/base/executor.hpp index 535d1f16f8d..d7db35d2e3c 100644 --- a/include/ginkgo/core/base/executor.hpp +++ b/include/ginkgo/core/base/executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/fwd_decls.hpp b/include/ginkgo/core/base/fwd_decls.hpp index 0f43c00544a..f7e446d7bf2 100644 --- a/include/ginkgo/core/base/fwd_decls.hpp +++ b/include/ginkgo/core/base/fwd_decls.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/index_set.hpp b/include/ginkgo/core/base/index_set.hpp index 5c76c99d0f3..8a0a60972a7 100644 --- a/include/ginkgo/core/base/index_set.hpp +++ b/include/ginkgo/core/base/index_set.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/intrinsics.hpp b/include/ginkgo/core/base/intrinsics.hpp index da39e1f58fa..941a32458c7 100644 --- a/include/ginkgo/core/base/intrinsics.hpp +++ b/include/ginkgo/core/base/intrinsics.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/lin_op.hpp b/include/ginkgo/core/base/lin_op.hpp index 9e072923f6a..f9f60f9c3c4 100644 --- a/include/ginkgo/core/base/lin_op.hpp +++ b/include/ginkgo/core/base/lin_op.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/machine_topology.hpp b/include/ginkgo/core/base/machine_topology.hpp index 0761630e1bc..453281395ef 100644 --- a/include/ginkgo/core/base/machine_topology.hpp +++ b/include/ginkgo/core/base/machine_topology.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/math.hpp b/include/ginkgo/core/base/math.hpp index 029eaac7c9a..30b0da475d0 100644 --- a/include/ginkgo/core/base/math.hpp +++ b/include/ginkgo/core/base/math.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/matrix_assembly_data.hpp b/include/ginkgo/core/base/matrix_assembly_data.hpp index 1c42e90fea2..4eeed1fd702 100644 --- a/include/ginkgo/core/base/matrix_assembly_data.hpp +++ b/include/ginkgo/core/base/matrix_assembly_data.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/matrix_data.hpp b/include/ginkgo/core/base/matrix_data.hpp index 2d19534e6d7..954bf678b18 100644 --- a/include/ginkgo/core/base/matrix_data.hpp +++ b/include/ginkgo/core/base/matrix_data.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/memory.hpp b/include/ginkgo/core/base/memory.hpp index 1230bf4857e..7f8da044fd9 100644 --- a/include/ginkgo/core/base/memory.hpp +++ b/include/ginkgo/core/base/memory.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/mpi.hpp b/include/ginkgo/core/base/mpi.hpp index 16d906e1328..0909dce5cea 100644 --- a/include/ginkgo/core/base/mpi.hpp +++ b/include/ginkgo/core/base/mpi.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/mtx_io.hpp b/include/ginkgo/core/base/mtx_io.hpp index 3893eb4a480..d782bc7ea7b 100644 --- a/include/ginkgo/core/base/mtx_io.hpp +++ b/include/ginkgo/core/base/mtx_io.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/name_demangling.hpp b/include/ginkgo/core/base/name_demangling.hpp index 8fba45c1529..69542b706d0 100644 --- a/include/ginkgo/core/base/name_demangling.hpp +++ b/include/ginkgo/core/base/name_demangling.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/perturbation.hpp b/include/ginkgo/core/base/perturbation.hpp index 54668cc4bbc..827784b2be9 100644 --- a/include/ginkgo/core/base/perturbation.hpp +++ b/include/ginkgo/core/base/perturbation.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/polymorphic_object.hpp b/include/ginkgo/core/base/polymorphic_object.hpp index c1f23bbb8bf..e7e3d4b154b 100644 --- a/include/ginkgo/core/base/polymorphic_object.hpp +++ b/include/ginkgo/core/base/polymorphic_object.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/precision_dispatch.hpp b/include/ginkgo/core/base/precision_dispatch.hpp index c8710476e4e..d3b52949b76 100644 --- a/include/ginkgo/core/base/precision_dispatch.hpp +++ b/include/ginkgo/core/base/precision_dispatch.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/range.hpp b/include/ginkgo/core/base/range.hpp index f3e53a2400d..322ac246385 100644 --- a/include/ginkgo/core/base/range.hpp +++ b/include/ginkgo/core/base/range.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/range_accessors.hpp b/include/ginkgo/core/base/range_accessors.hpp index b3746043c3c..9046d33cf85 100644 --- a/include/ginkgo/core/base/range_accessors.hpp +++ b/include/ginkgo/core/base/range_accessors.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/scoped_device_id_guard.hpp b/include/ginkgo/core/base/scoped_device_id_guard.hpp index 590f903369f..0688d0dbdb8 100644 --- a/include/ginkgo/core/base/scoped_device_id_guard.hpp +++ b/include/ginkgo/core/base/scoped_device_id_guard.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/std_extensions.hpp b/include/ginkgo/core/base/std_extensions.hpp index ef0f327c052..85857873f24 100644 --- a/include/ginkgo/core/base/std_extensions.hpp +++ b/include/ginkgo/core/base/std_extensions.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/stream.hpp b/include/ginkgo/core/base/stream.hpp index 9debb04497c..22af70ac14b 100644 --- a/include/ginkgo/core/base/stream.hpp +++ b/include/ginkgo/core/base/stream.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/temporary_clone.hpp b/include/ginkgo/core/base/temporary_clone.hpp index 38d7c3f5941..bd440e1f7c1 100644 --- a/include/ginkgo/core/base/temporary_clone.hpp +++ b/include/ginkgo/core/base/temporary_clone.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/temporary_conversion.hpp b/include/ginkgo/core/base/temporary_conversion.hpp index 8512e99dbc4..6b8528f11ec 100644 --- a/include/ginkgo/core/base/temporary_conversion.hpp +++ b/include/ginkgo/core/base/temporary_conversion.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/timer.hpp b/include/ginkgo/core/base/timer.hpp index 4f831e44193..8008cecfb94 100644 --- a/include/ginkgo/core/base/timer.hpp +++ b/include/ginkgo/core/base/timer.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/types.hpp b/include/ginkgo/core/base/types.hpp index d498e41e74b..39c3c5ab06c 100644 --- a/include/ginkgo/core/base/types.hpp +++ b/include/ginkgo/core/base/types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/utils.hpp b/include/ginkgo/core/base/utils.hpp index 0a9ce1acaec..157c27e89e2 100644 --- a/include/ginkgo/core/base/utils.hpp +++ b/include/ginkgo/core/base/utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/utils_helper.hpp b/include/ginkgo/core/base/utils_helper.hpp index d444bc725de..62ffa6be554 100644 --- a/include/ginkgo/core/base/utils_helper.hpp +++ b/include/ginkgo/core/base/utils_helper.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/base/version.hpp b/include/ginkgo/core/base/version.hpp index e14359aac8a..de2f6abe485 100644 --- a/include/ginkgo/core/base/version.hpp +++ b/include/ginkgo/core/base/version.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/base.hpp b/include/ginkgo/core/distributed/base.hpp index 65d046a2e2e..3bdbb865e8e 100644 --- a/include/ginkgo/core/distributed/base.hpp +++ b/include/ginkgo/core/distributed/base.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/lin_op.hpp b/include/ginkgo/core/distributed/lin_op.hpp index dcbee2a5b10..a84425be465 100644 --- a/include/ginkgo/core/distributed/lin_op.hpp +++ b/include/ginkgo/core/distributed/lin_op.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/matrix.hpp b/include/ginkgo/core/distributed/matrix.hpp index 3d3d099f2fb..4c83c8e3941 100644 --- a/include/ginkgo/core/distributed/matrix.hpp +++ b/include/ginkgo/core/distributed/matrix.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/partition.hpp b/include/ginkgo/core/distributed/partition.hpp index 6b126d63791..14111972a86 100644 --- a/include/ginkgo/core/distributed/partition.hpp +++ b/include/ginkgo/core/distributed/partition.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/partition_helpers.hpp b/include/ginkgo/core/distributed/partition_helpers.hpp index 231c2bdfce3..a92745bb88c 100644 --- a/include/ginkgo/core/distributed/partition_helpers.hpp +++ b/include/ginkgo/core/distributed/partition_helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/polymorphic_object.hpp b/include/ginkgo/core/distributed/polymorphic_object.hpp index cbb7c910f94..5cfe55049e6 100644 --- a/include/ginkgo/core/distributed/polymorphic_object.hpp +++ b/include/ginkgo/core/distributed/polymorphic_object.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/preconditioner/schwarz.hpp b/include/ginkgo/core/distributed/preconditioner/schwarz.hpp index ed6d71a42f1..badd5ba7dd3 100644 --- a/include/ginkgo/core/distributed/preconditioner/schwarz.hpp +++ b/include/ginkgo/core/distributed/preconditioner/schwarz.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/distributed/vector.hpp b/include/ginkgo/core/distributed/vector.hpp index 088736fd637..0d9b8a30225 100644 --- a/include/ginkgo/core/distributed/vector.hpp +++ b/include/ginkgo/core/distributed/vector.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/cholesky.hpp b/include/ginkgo/core/factorization/cholesky.hpp index 36f075a3c52..ac7985a20b9 100644 --- a/include/ginkgo/core/factorization/cholesky.hpp +++ b/include/ginkgo/core/factorization/cholesky.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/factorization.hpp b/include/ginkgo/core/factorization/factorization.hpp index dfa1b9fe032..39345f59a44 100644 --- a/include/ginkgo/core/factorization/factorization.hpp +++ b/include/ginkgo/core/factorization/factorization.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/ic.hpp b/include/ginkgo/core/factorization/ic.hpp index 19f3d80a5be..d7719614330 100644 --- a/include/ginkgo/core/factorization/ic.hpp +++ b/include/ginkgo/core/factorization/ic.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/ilu.hpp b/include/ginkgo/core/factorization/ilu.hpp index c048ed071a7..c1cd858d5ae 100644 --- a/include/ginkgo/core/factorization/ilu.hpp +++ b/include/ginkgo/core/factorization/ilu.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/lu.hpp b/include/ginkgo/core/factorization/lu.hpp index d36c6a85d7b..c28930a007f 100644 --- a/include/ginkgo/core/factorization/lu.hpp +++ b/include/ginkgo/core/factorization/lu.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/par_ic.hpp b/include/ginkgo/core/factorization/par_ic.hpp index 054a5b9398b..f45ed84a0cd 100644 --- a/include/ginkgo/core/factorization/par_ic.hpp +++ b/include/ginkgo/core/factorization/par_ic.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/par_ict.hpp b/include/ginkgo/core/factorization/par_ict.hpp index 1ea1de06979..1c034c33547 100644 --- a/include/ginkgo/core/factorization/par_ict.hpp +++ b/include/ginkgo/core/factorization/par_ict.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/par_ilu.hpp b/include/ginkgo/core/factorization/par_ilu.hpp index d741b6d9b72..3d0028dc615 100644 --- a/include/ginkgo/core/factorization/par_ilu.hpp +++ b/include/ginkgo/core/factorization/par_ilu.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/factorization/par_ilut.hpp b/include/ginkgo/core/factorization/par_ilut.hpp index f905b4f32d1..691c4b12e5f 100644 --- a/include/ginkgo/core/factorization/par_ilut.hpp +++ b/include/ginkgo/core/factorization/par_ilut.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/batch_logger.hpp b/include/ginkgo/core/log/batch_logger.hpp index fb6d2cf37c5..120e6dc9b79 100644 --- a/include/ginkgo/core/log/batch_logger.hpp +++ b/include/ginkgo/core/log/batch_logger.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/convergence.hpp b/include/ginkgo/core/log/convergence.hpp index e10d1e7861a..3c3f7d3b659 100644 --- a/include/ginkgo/core/log/convergence.hpp +++ b/include/ginkgo/core/log/convergence.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/logger.hpp b/include/ginkgo/core/log/logger.hpp index 90cd06b464b..7f7351addf5 100644 --- a/include/ginkgo/core/log/logger.hpp +++ b/include/ginkgo/core/log/logger.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/papi.hpp b/include/ginkgo/core/log/papi.hpp index 400dd4133c6..2595a574a05 100644 --- a/include/ginkgo/core/log/papi.hpp +++ b/include/ginkgo/core/log/papi.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/performance_hint.hpp b/include/ginkgo/core/log/performance_hint.hpp index 7aaf2f06da9..035dc690f7a 100644 --- a/include/ginkgo/core/log/performance_hint.hpp +++ b/include/ginkgo/core/log/performance_hint.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/profiler_hook.hpp b/include/ginkgo/core/log/profiler_hook.hpp index 8b998dabee4..1821d3a8f64 100644 --- a/include/ginkgo/core/log/profiler_hook.hpp +++ b/include/ginkgo/core/log/profiler_hook.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/record.hpp b/include/ginkgo/core/log/record.hpp index a04f94772fe..e740d480713 100644 --- a/include/ginkgo/core/log/record.hpp +++ b/include/ginkgo/core/log/record.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/log/stream.hpp b/include/ginkgo/core/log/stream.hpp index a98f4f0d73c..063d98b8687 100644 --- a/include/ginkgo/core/log/stream.hpp +++ b/include/ginkgo/core/log/stream.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/batch_csr.hpp b/include/ginkgo/core/matrix/batch_csr.hpp index 5f77d5653c9..19ac957b336 100644 --- a/include/ginkgo/core/matrix/batch_csr.hpp +++ b/include/ginkgo/core/matrix/batch_csr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/batch_dense.hpp b/include/ginkgo/core/matrix/batch_dense.hpp index cd6f865dbf1..fc454a6b5d8 100644 --- a/include/ginkgo/core/matrix/batch_dense.hpp +++ b/include/ginkgo/core/matrix/batch_dense.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/batch_ell.hpp b/include/ginkgo/core/matrix/batch_ell.hpp index ac4b5d11480..627c5b7fd6e 100644 --- a/include/ginkgo/core/matrix/batch_ell.hpp +++ b/include/ginkgo/core/matrix/batch_ell.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/batch_identity.hpp b/include/ginkgo/core/matrix/batch_identity.hpp index 895fd6e619e..80d6c165359 100644 --- a/include/ginkgo/core/matrix/batch_identity.hpp +++ b/include/ginkgo/core/matrix/batch_identity.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/coo.hpp b/include/ginkgo/core/matrix/coo.hpp index 3b0b5395d82..91953c4d202 100644 --- a/include/ginkgo/core/matrix/coo.hpp +++ b/include/ginkgo/core/matrix/coo.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/csr.hpp b/include/ginkgo/core/matrix/csr.hpp index 39cc8dd4425..80a20457869 100644 --- a/include/ginkgo/core/matrix/csr.hpp +++ b/include/ginkgo/core/matrix/csr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/dense.hpp b/include/ginkgo/core/matrix/dense.hpp index 6f54cdb0654..f8dad0d1155 100644 --- a/include/ginkgo/core/matrix/dense.hpp +++ b/include/ginkgo/core/matrix/dense.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/diagonal.hpp b/include/ginkgo/core/matrix/diagonal.hpp index 02fd6c0aa98..a298808b679 100644 --- a/include/ginkgo/core/matrix/diagonal.hpp +++ b/include/ginkgo/core/matrix/diagonal.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/ell.hpp b/include/ginkgo/core/matrix/ell.hpp index a0e089f5c29..088a311edb4 100644 --- a/include/ginkgo/core/matrix/ell.hpp +++ b/include/ginkgo/core/matrix/ell.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/fbcsr.hpp b/include/ginkgo/core/matrix/fbcsr.hpp index fb159a1bffe..7579ce0dc4e 100644 --- a/include/ginkgo/core/matrix/fbcsr.hpp +++ b/include/ginkgo/core/matrix/fbcsr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/fft.hpp b/include/ginkgo/core/matrix/fft.hpp index 7eabf4b5002..47f5e6017a6 100644 --- a/include/ginkgo/core/matrix/fft.hpp +++ b/include/ginkgo/core/matrix/fft.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/hybrid.hpp b/include/ginkgo/core/matrix/hybrid.hpp index b155ecbd4c7..b58886f2193 100644 --- a/include/ginkgo/core/matrix/hybrid.hpp +++ b/include/ginkgo/core/matrix/hybrid.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/identity.hpp b/include/ginkgo/core/matrix/identity.hpp index 8b7af394307..5122c21276c 100644 --- a/include/ginkgo/core/matrix/identity.hpp +++ b/include/ginkgo/core/matrix/identity.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/permutation.hpp b/include/ginkgo/core/matrix/permutation.hpp index 7a2ba75e1d0..74076e8ae33 100644 --- a/include/ginkgo/core/matrix/permutation.hpp +++ b/include/ginkgo/core/matrix/permutation.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/row_gatherer.hpp b/include/ginkgo/core/matrix/row_gatherer.hpp index 8c8ca76c2d8..e1306dcde97 100644 --- a/include/ginkgo/core/matrix/row_gatherer.hpp +++ b/include/ginkgo/core/matrix/row_gatherer.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/scaled_permutation.hpp b/include/ginkgo/core/matrix/scaled_permutation.hpp index be62f45d75d..c934d5aec76 100644 --- a/include/ginkgo/core/matrix/scaled_permutation.hpp +++ b/include/ginkgo/core/matrix/scaled_permutation.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/sellp.hpp b/include/ginkgo/core/matrix/sellp.hpp index bcc2bb234b6..43d4a296b64 100644 --- a/include/ginkgo/core/matrix/sellp.hpp +++ b/include/ginkgo/core/matrix/sellp.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/matrix/sparsity_csr.hpp b/include/ginkgo/core/matrix/sparsity_csr.hpp index 0e4f0677899..f9d1154dd2b 100644 --- a/include/ginkgo/core/matrix/sparsity_csr.hpp +++ b/include/ginkgo/core/matrix/sparsity_csr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/multigrid/fixed_coarsening.hpp b/include/ginkgo/core/multigrid/fixed_coarsening.hpp index bdd650c22d8..d8c2231c498 100644 --- a/include/ginkgo/core/multigrid/fixed_coarsening.hpp +++ b/include/ginkgo/core/multigrid/fixed_coarsening.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/multigrid/multigrid_level.hpp b/include/ginkgo/core/multigrid/multigrid_level.hpp index a286585080f..e52122b6bed 100644 --- a/include/ginkgo/core/multigrid/multigrid_level.hpp +++ b/include/ginkgo/core/multigrid/multigrid_level.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/multigrid/pgm.hpp b/include/ginkgo/core/multigrid/pgm.hpp index 9292aea1828..779a06ff3fb 100644 --- a/include/ginkgo/core/multigrid/pgm.hpp +++ b/include/ginkgo/core/multigrid/pgm.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/preconditioner/ic.hpp b/include/ginkgo/core/preconditioner/ic.hpp index caf76e52e57..06c23190533 100644 --- a/include/ginkgo/core/preconditioner/ic.hpp +++ b/include/ginkgo/core/preconditioner/ic.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/preconditioner/ilu.hpp b/include/ginkgo/core/preconditioner/ilu.hpp index b1341b1337e..2de4f44aa9a 100644 --- a/include/ginkgo/core/preconditioner/ilu.hpp +++ b/include/ginkgo/core/preconditioner/ilu.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/preconditioner/isai.hpp b/include/ginkgo/core/preconditioner/isai.hpp index d23d6ca70c8..cc0a17d1774 100644 --- a/include/ginkgo/core/preconditioner/isai.hpp +++ b/include/ginkgo/core/preconditioner/isai.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/preconditioner/jacobi.hpp b/include/ginkgo/core/preconditioner/jacobi.hpp index 713a0ae6279..4b3a3a538d3 100644 --- a/include/ginkgo/core/preconditioner/jacobi.hpp +++ b/include/ginkgo/core/preconditioner/jacobi.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/amd.hpp b/include/ginkgo/core/reorder/amd.hpp index a970bbdef8a..764a5426922 100644 --- a/include/ginkgo/core/reorder/amd.hpp +++ b/include/ginkgo/core/reorder/amd.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/mc64.hpp b/include/ginkgo/core/reorder/mc64.hpp index a8228f1c4e0..afef9639a6e 100644 --- a/include/ginkgo/core/reorder/mc64.hpp +++ b/include/ginkgo/core/reorder/mc64.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/nested_dissection.hpp b/include/ginkgo/core/reorder/nested_dissection.hpp index b434a3cb922..89563380cb3 100644 --- a/include/ginkgo/core/reorder/nested_dissection.hpp +++ b/include/ginkgo/core/reorder/nested_dissection.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/rcm.hpp b/include/ginkgo/core/reorder/rcm.hpp index a951fd473fd..09f11d90189 100644 --- a/include/ginkgo/core/reorder/rcm.hpp +++ b/include/ginkgo/core/reorder/rcm.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/reordering_base.hpp b/include/ginkgo/core/reorder/reordering_base.hpp index 0a71c9884c4..83a2dd1886b 100644 --- a/include/ginkgo/core/reorder/reordering_base.hpp +++ b/include/ginkgo/core/reorder/reordering_base.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/reorder/scaled_reordered.hpp b/include/ginkgo/core/reorder/scaled_reordered.hpp index 9cc4f5e7ac8..70dc1e8b341 100644 --- a/include/ginkgo/core/reorder/scaled_reordered.hpp +++ b/include/ginkgo/core/reorder/scaled_reordered.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/batch_bicgstab.hpp b/include/ginkgo/core/solver/batch_bicgstab.hpp index 50430b2c0e2..37f68948e99 100644 --- a/include/ginkgo/core/solver/batch_bicgstab.hpp +++ b/include/ginkgo/core/solver/batch_bicgstab.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/batch_solver_base.hpp b/include/ginkgo/core/solver/batch_solver_base.hpp index 418cdd534b6..8ebeb9ad471 100644 --- a/include/ginkgo/core/solver/batch_solver_base.hpp +++ b/include/ginkgo/core/solver/batch_solver_base.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/bicg.hpp b/include/ginkgo/core/solver/bicg.hpp index b35928d140f..aa049d433b9 100644 --- a/include/ginkgo/core/solver/bicg.hpp +++ b/include/ginkgo/core/solver/bicg.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/bicgstab.hpp b/include/ginkgo/core/solver/bicgstab.hpp index 36bf276ef8b..fc338de15f6 100644 --- a/include/ginkgo/core/solver/bicgstab.hpp +++ b/include/ginkgo/core/solver/bicgstab.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/cb_gmres.hpp b/include/ginkgo/core/solver/cb_gmres.hpp index 9aad86c2923..7103d2201fe 100644 --- a/include/ginkgo/core/solver/cb_gmres.hpp +++ b/include/ginkgo/core/solver/cb_gmres.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/cg.hpp b/include/ginkgo/core/solver/cg.hpp index bf2a87f4e4b..a56e543d5ca 100644 --- a/include/ginkgo/core/solver/cg.hpp +++ b/include/ginkgo/core/solver/cg.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/cgs.hpp b/include/ginkgo/core/solver/cgs.hpp index bf2429fe659..fd6c7782c07 100644 --- a/include/ginkgo/core/solver/cgs.hpp +++ b/include/ginkgo/core/solver/cgs.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/direct.hpp b/include/ginkgo/core/solver/direct.hpp index e9dd9763b93..9c339eb09ee 100644 --- a/include/ginkgo/core/solver/direct.hpp +++ b/include/ginkgo/core/solver/direct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/fcg.hpp b/include/ginkgo/core/solver/fcg.hpp index 7d73b51128d..e1e154aa66f 100644 --- a/include/ginkgo/core/solver/fcg.hpp +++ b/include/ginkgo/core/solver/fcg.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/gcr.hpp b/include/ginkgo/core/solver/gcr.hpp index b3ac3f47fd2..87025b00048 100644 --- a/include/ginkgo/core/solver/gcr.hpp +++ b/include/ginkgo/core/solver/gcr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/gmres.hpp b/include/ginkgo/core/solver/gmres.hpp index b6832e9d9c5..33041e85482 100644 --- a/include/ginkgo/core/solver/gmres.hpp +++ b/include/ginkgo/core/solver/gmres.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/idr.hpp b/include/ginkgo/core/solver/idr.hpp index 38febef3e1a..520e72b1c60 100644 --- a/include/ginkgo/core/solver/idr.hpp +++ b/include/ginkgo/core/solver/idr.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/ir.hpp b/include/ginkgo/core/solver/ir.hpp index 3182aff3af8..9c1e68cc841 100644 --- a/include/ginkgo/core/solver/ir.hpp +++ b/include/ginkgo/core/solver/ir.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/lower_trs.hpp b/include/ginkgo/core/solver/lower_trs.hpp index e90fdecd58b..d894f0026fc 100644 --- a/include/ginkgo/core/solver/lower_trs.hpp +++ b/include/ginkgo/core/solver/lower_trs.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/multigrid.hpp b/include/ginkgo/core/solver/multigrid.hpp index 7757b8777df..9646e2779d7 100644 --- a/include/ginkgo/core/solver/multigrid.hpp +++ b/include/ginkgo/core/solver/multigrid.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/solver_base.hpp b/include/ginkgo/core/solver/solver_base.hpp index 1be13fd038a..43a941f6374 100644 --- a/include/ginkgo/core/solver/solver_base.hpp +++ b/include/ginkgo/core/solver/solver_base.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/solver_traits.hpp b/include/ginkgo/core/solver/solver_traits.hpp index f3dc90238b5..b5c437716b3 100644 --- a/include/ginkgo/core/solver/solver_traits.hpp +++ b/include/ginkgo/core/solver/solver_traits.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/triangular.hpp b/include/ginkgo/core/solver/triangular.hpp index 5cb79850fa4..a9dcd5672be 100644 --- a/include/ginkgo/core/solver/triangular.hpp +++ b/include/ginkgo/core/solver/triangular.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/upper_trs.hpp b/include/ginkgo/core/solver/upper_trs.hpp index b44b1510304..0de251d5a62 100644 --- a/include/ginkgo/core/solver/upper_trs.hpp +++ b/include/ginkgo/core/solver/upper_trs.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/solver/workspace.hpp b/include/ginkgo/core/solver/workspace.hpp index fa0cd648a1a..e40eccbb039 100644 --- a/include/ginkgo/core/solver/workspace.hpp +++ b/include/ginkgo/core/solver/workspace.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/batch_stop_enum.hpp b/include/ginkgo/core/stop/batch_stop_enum.hpp index 1eb902fb638..cc49a7673bd 100644 --- a/include/ginkgo/core/stop/batch_stop_enum.hpp +++ b/include/ginkgo/core/stop/batch_stop_enum.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/combined.hpp b/include/ginkgo/core/stop/combined.hpp index 7acd3bdd395..5f01e499511 100644 --- a/include/ginkgo/core/stop/combined.hpp +++ b/include/ginkgo/core/stop/combined.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/criterion.hpp b/include/ginkgo/core/stop/criterion.hpp index 10be5bceaf4..edf589d4ca5 100644 --- a/include/ginkgo/core/stop/criterion.hpp +++ b/include/ginkgo/core/stop/criterion.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/iteration.hpp b/include/ginkgo/core/stop/iteration.hpp index ef88bfcd65b..49304b0f5df 100644 --- a/include/ginkgo/core/stop/iteration.hpp +++ b/include/ginkgo/core/stop/iteration.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/residual_norm.hpp b/include/ginkgo/core/stop/residual_norm.hpp index 260002223f3..273b28a5a35 100644 --- a/include/ginkgo/core/stop/residual_norm.hpp +++ b/include/ginkgo/core/stop/residual_norm.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/residual_norm_reduction.hpp b/include/ginkgo/core/stop/residual_norm_reduction.hpp index 2f19ff0f086..5f564209450 100644 --- a/include/ginkgo/core/stop/residual_norm_reduction.hpp +++ b/include/ginkgo/core/stop/residual_norm_reduction.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/stopping_status.hpp b/include/ginkgo/core/stop/stopping_status.hpp index 5c4f38fbd90..58c2f137c8d 100644 --- a/include/ginkgo/core/stop/stopping_status.hpp +++ b/include/ginkgo/core/stop/stopping_status.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/stop/time.hpp b/include/ginkgo/core/stop/time.hpp index e06ee0ea32a..ec734324985 100644 --- a/include/ginkgo/core/stop/time.hpp +++ b/include/ginkgo/core/stop/time.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/core/synthesizer/containers.hpp b/include/ginkgo/core/synthesizer/containers.hpp index f6ee12c9314..27cdf027804 100644 --- a/include/ginkgo/core/synthesizer/containers.hpp +++ b/include/ginkgo/core/synthesizer/containers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/ginkgo.hpp b/include/ginkgo/ginkgo.hpp index ab0829625a6..048b188a6d4 100644 --- a/include/ginkgo/ginkgo.hpp +++ b/include/ginkgo/ginkgo.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/include/ginkgo/ginkgo.hpp.in b/include/ginkgo/ginkgo.hpp.in index 1d9c17cb636..aba2a314158 100644 --- a/include/ginkgo/ginkgo.hpp.in +++ b/include/ginkgo/ginkgo.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/matrices/config.hpp.in b/matrices/config.hpp.in index 72374a8a3cc..4420d253154 100644 --- a/matrices/config.hpp.in +++ b/matrices/config.hpp.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/batch_multi_vector_kernels.cpp b/omp/base/batch_multi_vector_kernels.cpp index d80127a21e2..9dc8d266924 100644 --- a/omp/base/batch_multi_vector_kernels.cpp +++ b/omp/base/batch_multi_vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/device_matrix_data_kernels.cpp b/omp/base/device_matrix_data_kernels.cpp index 43627a51f18..e8330ce589b 100644 --- a/omp/base/device_matrix_data_kernels.cpp +++ b/omp/base/device_matrix_data_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/executor.cpp b/omp/base/executor.cpp index 1f29bb6ef09..7d969eb89f8 100644 --- a/omp/base/executor.cpp +++ b/omp/base/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/index_set_kernels.cpp b/omp/base/index_set_kernels.cpp index 29fb238afb4..b19eb9ed5e2 100644 --- a/omp/base/index_set_kernels.cpp +++ b/omp/base/index_set_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/kernel_launch.hpp b/omp/base/kernel_launch.hpp index 457331d4b07..a5fcc32bffc 100644 --- a/omp/base/kernel_launch.hpp +++ b/omp/base/kernel_launch.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/kernel_launch_reduction.hpp b/omp/base/kernel_launch_reduction.hpp index 045e68189f7..c7ef7a38220 100644 --- a/omp/base/kernel_launch_reduction.hpp +++ b/omp/base/kernel_launch_reduction.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/kernel_launch_solver.hpp b/omp/base/kernel_launch_solver.hpp index 565c24c395e..6443be61881 100644 --- a/omp/base/kernel_launch_solver.hpp +++ b/omp/base/kernel_launch_solver.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/scoped_device_id.cpp b/omp/base/scoped_device_id.cpp index b670319a857..9f74a43eb50 100644 --- a/omp/base/scoped_device_id.cpp +++ b/omp/base/scoped_device_id.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/base/version.cpp b/omp/base/version.cpp index 0bd245a8dde..e96bfe5b0a4 100644 --- a/omp/base/version.cpp +++ b/omp/base/version.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/atomic.hpp b/omp/components/atomic.hpp index bf2d3148265..01094a8a8dc 100644 --- a/omp/components/atomic.hpp +++ b/omp/components/atomic.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/csr_spgeam.hpp b/omp/components/csr_spgeam.hpp index 725d786e745..8ff417df442 100644 --- a/omp/components/csr_spgeam.hpp +++ b/omp/components/csr_spgeam.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/matrix_operations.hpp b/omp/components/matrix_operations.hpp index 1f53cb2c36e..749bb754676 100644 --- a/omp/components/matrix_operations.hpp +++ b/omp/components/matrix_operations.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/omp_mutex.hpp b/omp/components/omp_mutex.hpp index 4f1fead90c5..340afba5409 100644 --- a/omp/components/omp_mutex.hpp +++ b/omp/components/omp_mutex.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/prefix_sum_kernels.cpp b/omp/components/prefix_sum_kernels.cpp index f8c7e0d2649..231acd52685 100644 --- a/omp/components/prefix_sum_kernels.cpp +++ b/omp/components/prefix_sum_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/components/sort_small.hpp b/omp/components/sort_small.hpp index c6617e985df..b862dab8457 100644 --- a/omp/components/sort_small.hpp +++ b/omp/components/sort_small.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/distributed/matrix_kernels.cpp b/omp/distributed/matrix_kernels.cpp index 6a5a3f50d17..307d1d9c571 100644 --- a/omp/distributed/matrix_kernels.cpp +++ b/omp/distributed/matrix_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/distributed/partition_helpers_kernels.cpp b/omp/distributed/partition_helpers_kernels.cpp index c313aa121fa..70d01d18368 100644 --- a/omp/distributed/partition_helpers_kernels.cpp +++ b/omp/distributed/partition_helpers_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/distributed/partition_kernels.cpp b/omp/distributed/partition_kernels.cpp index 1cdee8632dc..c1549989384 100644 --- a/omp/distributed/partition_kernels.cpp +++ b/omp/distributed/partition_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/distributed/vector_kernels.cpp b/omp/distributed/vector_kernels.cpp index d071852d11d..da4437ae322 100644 --- a/omp/distributed/vector_kernels.cpp +++ b/omp/distributed/vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/cholesky_kernels.cpp b/omp/factorization/cholesky_kernels.cpp index 24ef44fa3d4..19d31647b88 100644 --- a/omp/factorization/cholesky_kernels.cpp +++ b/omp/factorization/cholesky_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/factorization_kernels.cpp b/omp/factorization/factorization_kernels.cpp index 97d4fc830ca..6d042114e69 100644 --- a/omp/factorization/factorization_kernels.cpp +++ b/omp/factorization/factorization_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/ic_kernels.cpp b/omp/factorization/ic_kernels.cpp index 44cebdf8437..f9b78abc835 100644 --- a/omp/factorization/ic_kernels.cpp +++ b/omp/factorization/ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/ilu_kernels.cpp b/omp/factorization/ilu_kernels.cpp index 93ae9d87781..70982c80753 100644 --- a/omp/factorization/ilu_kernels.cpp +++ b/omp/factorization/ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/lu_kernels.cpp b/omp/factorization/lu_kernels.cpp index 7a5b3e42e49..c942991b13a 100644 --- a/omp/factorization/lu_kernels.cpp +++ b/omp/factorization/lu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/par_ic_kernels.cpp b/omp/factorization/par_ic_kernels.cpp index e634d6f216d..48f4047875e 100644 --- a/omp/factorization/par_ic_kernels.cpp +++ b/omp/factorization/par_ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/par_ict_kernels.cpp b/omp/factorization/par_ict_kernels.cpp index f61302817a8..d997531c304 100644 --- a/omp/factorization/par_ict_kernels.cpp +++ b/omp/factorization/par_ict_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/par_ilu_kernels.cpp b/omp/factorization/par_ilu_kernels.cpp index 26f1af1b475..433bd65b30b 100644 --- a/omp/factorization/par_ilu_kernels.cpp +++ b/omp/factorization/par_ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/factorization/par_ilut_kernels.cpp b/omp/factorization/par_ilut_kernels.cpp index abd85260f06..48d97920a88 100644 --- a/omp/factorization/par_ilut_kernels.cpp +++ b/omp/factorization/par_ilut_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/batch_csr_kernels.cpp b/omp/matrix/batch_csr_kernels.cpp index 5af8f79c299..c23949a206f 100644 --- a/omp/matrix/batch_csr_kernels.cpp +++ b/omp/matrix/batch_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/batch_dense_kernels.cpp b/omp/matrix/batch_dense_kernels.cpp index e2825c33bd6..88eb0ba06e7 100644 --- a/omp/matrix/batch_dense_kernels.cpp +++ b/omp/matrix/batch_dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/batch_ell_kernels.cpp b/omp/matrix/batch_ell_kernels.cpp index 7139f32bcc0..71bc3a6d87f 100644 --- a/omp/matrix/batch_ell_kernels.cpp +++ b/omp/matrix/batch_ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/coo_kernels.cpp b/omp/matrix/coo_kernels.cpp index 5279adf647f..e0f606b448f 100644 --- a/omp/matrix/coo_kernels.cpp +++ b/omp/matrix/coo_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/csr_kernels.cpp b/omp/matrix/csr_kernels.cpp index eaaba2d277d..29e240c6a94 100644 --- a/omp/matrix/csr_kernels.cpp +++ b/omp/matrix/csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/dense_kernels.cpp b/omp/matrix/dense_kernels.cpp index 2d75ffe89d5..20e09f2a747 100644 --- a/omp/matrix/dense_kernels.cpp +++ b/omp/matrix/dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/diagonal_kernels.cpp b/omp/matrix/diagonal_kernels.cpp index 030e5b06d81..622c195755b 100644 --- a/omp/matrix/diagonal_kernels.cpp +++ b/omp/matrix/diagonal_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/ell_kernels.cpp b/omp/matrix/ell_kernels.cpp index 9b729d74f3a..aa7c7f35bd1 100644 --- a/omp/matrix/ell_kernels.cpp +++ b/omp/matrix/ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/fbcsr_kernels.cpp b/omp/matrix/fbcsr_kernels.cpp index 652cb074475..5425ea72ea9 100644 --- a/omp/matrix/fbcsr_kernels.cpp +++ b/omp/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/fft_kernels.cpp b/omp/matrix/fft_kernels.cpp index 13d417ce8dc..1a7ae601fb6 100644 --- a/omp/matrix/fft_kernels.cpp +++ b/omp/matrix/fft_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/sellp_kernels.cpp b/omp/matrix/sellp_kernels.cpp index 912307998c4..a657d5d54a7 100644 --- a/omp/matrix/sellp_kernels.cpp +++ b/omp/matrix/sellp_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/matrix/sparsity_csr_kernels.cpp b/omp/matrix/sparsity_csr_kernels.cpp index 2fe9491f8ed..5782e764845 100644 --- a/omp/matrix/sparsity_csr_kernels.cpp +++ b/omp/matrix/sparsity_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/multigrid/pgm_kernels.cpp b/omp/multigrid/pgm_kernels.cpp index 853a5f46cb4..f47c717499d 100644 --- a/omp/multigrid/pgm_kernels.cpp +++ b/omp/multigrid/pgm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/preconditioner/isai_kernels.cpp b/omp/preconditioner/isai_kernels.cpp index e5bd427354b..b3af8d3a926 100644 --- a/omp/preconditioner/isai_kernels.cpp +++ b/omp/preconditioner/isai_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/preconditioner/jacobi_kernels.cpp b/omp/preconditioner/jacobi_kernels.cpp index 981749393d7..686cb4d9777 100644 --- a/omp/preconditioner/jacobi_kernels.cpp +++ b/omp/preconditioner/jacobi_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/reorder/rcm_kernels.cpp b/omp/reorder/rcm_kernels.cpp index bed81c93b2c..36c5ce4bbbb 100644 --- a/omp/reorder/rcm_kernels.cpp +++ b/omp/reorder/rcm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/batch_bicgstab_kernels.cpp b/omp/solver/batch_bicgstab_kernels.cpp index 9294a5a286b..6bf2d1613d9 100644 --- a/omp/solver/batch_bicgstab_kernels.cpp +++ b/omp/solver/batch_bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/cb_gmres_kernels.cpp b/omp/solver/cb_gmres_kernels.cpp index 1eb1a935e44..76cff297bff 100644 --- a/omp/solver/cb_gmres_kernels.cpp +++ b/omp/solver/cb_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/idr_kernels.cpp b/omp/solver/idr_kernels.cpp index 549e4222975..1d8ce7fec1b 100644 --- a/omp/solver/idr_kernels.cpp +++ b/omp/solver/idr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/lower_trs_kernels.cpp b/omp/solver/lower_trs_kernels.cpp index 22d9e9904da..ee5b8b4b5a2 100644 --- a/omp/solver/lower_trs_kernels.cpp +++ b/omp/solver/lower_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/multigrid_kernels.cpp b/omp/solver/multigrid_kernels.cpp index f45ee7b4c24..09ed8e4cba8 100644 --- a/omp/solver/multigrid_kernels.cpp +++ b/omp/solver/multigrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/solver/upper_trs_kernels.cpp b/omp/solver/upper_trs_kernels.cpp index e9b3d752782..7e6793a45f4 100644 --- a/omp/solver/upper_trs_kernels.cpp +++ b/omp/solver/upper_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/stop/criterion_kernels.cpp b/omp/stop/criterion_kernels.cpp index c324ec68123..c345ad4ef39 100644 --- a/omp/stop/criterion_kernels.cpp +++ b/omp/stop/criterion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/stop/residual_norm_kernels.cpp b/omp/stop/residual_norm_kernels.cpp index ddeb01a84a1..c72124640df 100644 --- a/omp/stop/residual_norm_kernels.cpp +++ b/omp/stop/residual_norm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/test/base/index_set.cpp b/omp/test/base/index_set.cpp index 9b39292f365..53a42c71e9c 100644 --- a/omp/test/base/index_set.cpp +++ b/omp/test/base/index_set.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/test/base/kernel_launch.cpp b/omp/test/base/kernel_launch.cpp index bf63405d66e..b01ffa4214d 100644 --- a/omp/test/base/kernel_launch.cpp +++ b/omp/test/base/kernel_launch.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/test/matrix/fbcsr_kernels.cpp b/omp/test/matrix/fbcsr_kernels.cpp index b215723696d..51c35171ad5 100644 --- a/omp/test/matrix/fbcsr_kernels.cpp +++ b/omp/test/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/omp/test/reorder/rcm_kernels.cpp b/omp/test/reorder/rcm_kernels.cpp index f8f1d73e426..1fec10a72a2 100644 --- a/omp/test/reorder/rcm_kernels.cpp +++ b/omp/test/reorder/rcm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/batch_multi_vector_kernels.cpp b/reference/base/batch_multi_vector_kernels.cpp index ae5892608e0..0692f66b465 100644 --- a/reference/base/batch_multi_vector_kernels.cpp +++ b/reference/base/batch_multi_vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/batch_multi_vector_kernels.hpp.inc b/reference/base/batch_multi_vector_kernels.hpp.inc index e6b1b7cadad..00ed169a373 100644 --- a/reference/base/batch_multi_vector_kernels.hpp.inc +++ b/reference/base/batch_multi_vector_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/batch_struct.hpp b/reference/base/batch_struct.hpp index a567ce4befc..20837cbecc5 100644 --- a/reference/base/batch_struct.hpp +++ b/reference/base/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/device_matrix_data_kernels.cpp b/reference/base/device_matrix_data_kernels.cpp index 35c1adb23dd..86912ab2d6e 100644 --- a/reference/base/device_matrix_data_kernels.cpp +++ b/reference/base/device_matrix_data_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/index_set_kernels.cpp b/reference/base/index_set_kernels.cpp index 2d57f1f0fab..edd0671e7d7 100644 --- a/reference/base/index_set_kernels.cpp +++ b/reference/base/index_set_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/scoped_device_id.cpp b/reference/base/scoped_device_id.cpp index 2c54fba8fd8..f0aa33412be 100644 --- a/reference/base/scoped_device_id.cpp +++ b/reference/base/scoped_device_id.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/base/version.cpp b/reference/base/version.cpp index 3dd1b999a42..04e44ee1848 100644 --- a/reference/base/version.cpp +++ b/reference/base/version.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/absolute_array_kernels.cpp b/reference/components/absolute_array_kernels.cpp index 1cf3dc511ed..964e1f80d6a 100644 --- a/reference/components/absolute_array_kernels.cpp +++ b/reference/components/absolute_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/convert_ptrs.hpp b/reference/components/convert_ptrs.hpp index 8cefa958db6..c1fa5542e71 100644 --- a/reference/components/convert_ptrs.hpp +++ b/reference/components/convert_ptrs.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/csr_spgeam.hpp b/reference/components/csr_spgeam.hpp index afb3581d111..4fb52aaa8dd 100644 --- a/reference/components/csr_spgeam.hpp +++ b/reference/components/csr_spgeam.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/fill_array_kernels.cpp b/reference/components/fill_array_kernels.cpp index 8b757ac0eeb..3dc865d9b97 100644 --- a/reference/components/fill_array_kernels.cpp +++ b/reference/components/fill_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/format_conversion_kernels.cpp b/reference/components/format_conversion_kernels.cpp index 8c712d9b5c0..2fa201e544a 100644 --- a/reference/components/format_conversion_kernels.cpp +++ b/reference/components/format_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/matrix_operations.hpp b/reference/components/matrix_operations.hpp index 4452dcf7208..87fa57abc86 100644 --- a/reference/components/matrix_operations.hpp +++ b/reference/components/matrix_operations.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/precision_conversion_kernels.cpp b/reference/components/precision_conversion_kernels.cpp index 6047041defc..3ce42fbe5cb 100644 --- a/reference/components/precision_conversion_kernels.cpp +++ b/reference/components/precision_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/prefix_sum_kernels.cpp b/reference/components/prefix_sum_kernels.cpp index 3e7c3b4320d..27f108b10ac 100644 --- a/reference/components/prefix_sum_kernels.cpp +++ b/reference/components/prefix_sum_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/components/reduce_array_kernels.cpp b/reference/components/reduce_array_kernels.cpp index c14c87738ec..e2c497f219c 100644 --- a/reference/components/reduce_array_kernels.cpp +++ b/reference/components/reduce_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/distributed/matrix_kernels.cpp b/reference/distributed/matrix_kernels.cpp index ccbe182ca93..8b049c57792 100644 --- a/reference/distributed/matrix_kernels.cpp +++ b/reference/distributed/matrix_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/distributed/partition_helpers_kernels.cpp b/reference/distributed/partition_helpers_kernels.cpp index f1f0bcc2a88..4cb3d145038 100644 --- a/reference/distributed/partition_helpers_kernels.cpp +++ b/reference/distributed/partition_helpers_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/distributed/partition_kernels.cpp b/reference/distributed/partition_kernels.cpp index fc409d8c2e7..e5a66c74720 100644 --- a/reference/distributed/partition_kernels.cpp +++ b/reference/distributed/partition_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/distributed/vector_kernels.cpp b/reference/distributed/vector_kernels.cpp index f94c9b2f531..b5e2eb35a8d 100644 --- a/reference/distributed/vector_kernels.cpp +++ b/reference/distributed/vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/cholesky_kernels.cpp b/reference/factorization/cholesky_kernels.cpp index 06300fa57c5..d24bf0d74fd 100644 --- a/reference/factorization/cholesky_kernels.cpp +++ b/reference/factorization/cholesky_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/factorization_kernels.cpp b/reference/factorization/factorization_kernels.cpp index 948773efa6a..482bf75cb1d 100644 --- a/reference/factorization/factorization_kernels.cpp +++ b/reference/factorization/factorization_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/ic_kernels.cpp b/reference/factorization/ic_kernels.cpp index 526a937e482..28e5a00be6f 100644 --- a/reference/factorization/ic_kernels.cpp +++ b/reference/factorization/ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/ilu_kernels.cpp b/reference/factorization/ilu_kernels.cpp index 660b9b27892..263a1b0de38 100644 --- a/reference/factorization/ilu_kernels.cpp +++ b/reference/factorization/ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/lu_kernels.cpp b/reference/factorization/lu_kernels.cpp index 97e4d620df7..50398c2f980 100644 --- a/reference/factorization/lu_kernels.cpp +++ b/reference/factorization/lu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/par_ic_kernels.cpp b/reference/factorization/par_ic_kernels.cpp index e4deed875c3..1753bca0814 100644 --- a/reference/factorization/par_ic_kernels.cpp +++ b/reference/factorization/par_ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/par_ict_kernels.cpp b/reference/factorization/par_ict_kernels.cpp index cba131b32f0..52e5099c60f 100644 --- a/reference/factorization/par_ict_kernels.cpp +++ b/reference/factorization/par_ict_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/par_ilu_kernels.cpp b/reference/factorization/par_ilu_kernels.cpp index 608b494acd1..2e2694b0f1f 100644 --- a/reference/factorization/par_ilu_kernels.cpp +++ b/reference/factorization/par_ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/factorization/par_ilut_kernels.cpp b/reference/factorization/par_ilut_kernels.cpp index 9220c09b796..293a17e2b83 100644 --- a/reference/factorization/par_ilut_kernels.cpp +++ b/reference/factorization/par_ilut_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/log/batch_logger.hpp b/reference/log/batch_logger.hpp index 39210c14a7e..bf9333a3e20 100644 --- a/reference/log/batch_logger.hpp +++ b/reference/log/batch_logger.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_csr_kernels.cpp b/reference/matrix/batch_csr_kernels.cpp index 7b4058cb09e..101cbf1d98f 100644 --- a/reference/matrix/batch_csr_kernels.cpp +++ b/reference/matrix/batch_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_csr_kernels.hpp.inc b/reference/matrix/batch_csr_kernels.hpp.inc index 8457088eb5a..d032e5fae00 100644 --- a/reference/matrix/batch_csr_kernels.hpp.inc +++ b/reference/matrix/batch_csr_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_dense_kernels.cpp b/reference/matrix/batch_dense_kernels.cpp index a174c5351db..2040a87f1a6 100644 --- a/reference/matrix/batch_dense_kernels.cpp +++ b/reference/matrix/batch_dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_dense_kernels.hpp.inc b/reference/matrix/batch_dense_kernels.hpp.inc index a62560ab197..b35ed89fdcf 100644 --- a/reference/matrix/batch_dense_kernels.hpp.inc +++ b/reference/matrix/batch_dense_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_ell_kernels.cpp b/reference/matrix/batch_ell_kernels.cpp index 6548ee0ac4f..932068f9bec 100644 --- a/reference/matrix/batch_ell_kernels.cpp +++ b/reference/matrix/batch_ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_ell_kernels.hpp.inc b/reference/matrix/batch_ell_kernels.hpp.inc index c245db72577..3389a90c5f5 100644 --- a/reference/matrix/batch_ell_kernels.hpp.inc +++ b/reference/matrix/batch_ell_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/batch_struct.hpp b/reference/matrix/batch_struct.hpp index 3062b819405..47d31061be3 100644 --- a/reference/matrix/batch_struct.hpp +++ b/reference/matrix/batch_struct.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/coo_kernels.cpp b/reference/matrix/coo_kernels.cpp index 2e2a809b82b..9b8789f6d8c 100644 --- a/reference/matrix/coo_kernels.cpp +++ b/reference/matrix/coo_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/csr_kernels.cpp b/reference/matrix/csr_kernels.cpp index 57971f18b04..a87707c16ca 100644 --- a/reference/matrix/csr_kernels.cpp +++ b/reference/matrix/csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/dense_kernels.cpp b/reference/matrix/dense_kernels.cpp index 89f7ae7661e..fa88c30bd19 100644 --- a/reference/matrix/dense_kernels.cpp +++ b/reference/matrix/dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/diagonal_kernels.cpp b/reference/matrix/diagonal_kernels.cpp index 29e54588e4c..6c41fa41170 100644 --- a/reference/matrix/diagonal_kernels.cpp +++ b/reference/matrix/diagonal_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/ell_kernels.cpp b/reference/matrix/ell_kernels.cpp index db9c83a40eb..13b7912669e 100644 --- a/reference/matrix/ell_kernels.cpp +++ b/reference/matrix/ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/fbcsr_kernels.cpp b/reference/matrix/fbcsr_kernels.cpp index a917437a3e9..202c450cd7b 100644 --- a/reference/matrix/fbcsr_kernels.cpp +++ b/reference/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/fft_kernels.cpp b/reference/matrix/fft_kernels.cpp index 5f2df76042d..c262a0a0b7b 100644 --- a/reference/matrix/fft_kernels.cpp +++ b/reference/matrix/fft_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/hybrid_kernels.cpp b/reference/matrix/hybrid_kernels.cpp index e9399f2fcbc..70ccf8d5583 100644 --- a/reference/matrix/hybrid_kernels.cpp +++ b/reference/matrix/hybrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/permutation_kernels.cpp b/reference/matrix/permutation_kernels.cpp index 846e20cffc6..c04b354c24b 100644 --- a/reference/matrix/permutation_kernels.cpp +++ b/reference/matrix/permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/scaled_permutation_kernels.cpp b/reference/matrix/scaled_permutation_kernels.cpp index 4c7ff54f655..05c3d28ef49 100644 --- a/reference/matrix/scaled_permutation_kernels.cpp +++ b/reference/matrix/scaled_permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/sellp_kernels.cpp b/reference/matrix/sellp_kernels.cpp index 0b6d3adacab..1f2aa604e2a 100644 --- a/reference/matrix/sellp_kernels.cpp +++ b/reference/matrix/sellp_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/matrix/sparsity_csr_kernels.cpp b/reference/matrix/sparsity_csr_kernels.cpp index fb7f15facd6..e4a3c6d13f6 100644 --- a/reference/matrix/sparsity_csr_kernels.cpp +++ b/reference/matrix/sparsity_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/multigrid/pgm_kernels.cpp b/reference/multigrid/pgm_kernels.cpp index cbb25c26063..952fa20b013 100644 --- a/reference/multigrid/pgm_kernels.cpp +++ b/reference/multigrid/pgm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/preconditioner/batch_identity.hpp b/reference/preconditioner/batch_identity.hpp index 69dc7d6bd66..47d27d494ad 100644 --- a/reference/preconditioner/batch_identity.hpp +++ b/reference/preconditioner/batch_identity.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/preconditioner/isai_kernels.cpp b/reference/preconditioner/isai_kernels.cpp index bf70f3a06ac..2112c3b4e5c 100644 --- a/reference/preconditioner/isai_kernels.cpp +++ b/reference/preconditioner/isai_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/preconditioner/jacobi_kernels.cpp b/reference/preconditioner/jacobi_kernels.cpp index 12c91e0931f..6c37aa4c3aa 100644 --- a/reference/preconditioner/jacobi_kernels.cpp +++ b/reference/preconditioner/jacobi_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/reorder/rcm_kernels.cpp b/reference/reorder/rcm_kernels.cpp index 1bbab3f8850..9da1a8dac60 100644 --- a/reference/reorder/rcm_kernels.cpp +++ b/reference/reorder/rcm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/batch_bicgstab_kernels.cpp b/reference/solver/batch_bicgstab_kernels.cpp index 57a378ab69f..770b154eef2 100644 --- a/reference/solver/batch_bicgstab_kernels.cpp +++ b/reference/solver/batch_bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/batch_bicgstab_kernels.hpp.inc b/reference/solver/batch_bicgstab_kernels.hpp.inc index a6b2de52825..b61db3669ef 100644 --- a/reference/solver/batch_bicgstab_kernels.hpp.inc +++ b/reference/solver/batch_bicgstab_kernels.hpp.inc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/bicg_kernels.cpp b/reference/solver/bicg_kernels.cpp index e33df0c3e5e..8fc03dc42d4 100644 --- a/reference/solver/bicg_kernels.cpp +++ b/reference/solver/bicg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/bicgstab_kernels.cpp b/reference/solver/bicgstab_kernels.cpp index 926ce222801..85facf0a6fb 100644 --- a/reference/solver/bicgstab_kernels.cpp +++ b/reference/solver/bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/cb_gmres_kernels.cpp b/reference/solver/cb_gmres_kernels.cpp index e24adfdae60..372253c94fb 100644 --- a/reference/solver/cb_gmres_kernels.cpp +++ b/reference/solver/cb_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/cg_kernels.cpp b/reference/solver/cg_kernels.cpp index e7e59e3edb3..b5ef5b6f050 100644 --- a/reference/solver/cg_kernels.cpp +++ b/reference/solver/cg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/cgs_kernels.cpp b/reference/solver/cgs_kernels.cpp index 51e8d21ae0c..2e56702a2ab 100644 --- a/reference/solver/cgs_kernels.cpp +++ b/reference/solver/cgs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/common_gmres_kernels.cpp b/reference/solver/common_gmres_kernels.cpp index dc58b6b1670..c1cb3ce6cd4 100644 --- a/reference/solver/common_gmres_kernels.cpp +++ b/reference/solver/common_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/fcg_kernels.cpp b/reference/solver/fcg_kernels.cpp index d623eadc369..dae9a45cbf9 100644 --- a/reference/solver/fcg_kernels.cpp +++ b/reference/solver/fcg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/gcr_kernels.cpp b/reference/solver/gcr_kernels.cpp index 9abc9c1c393..822ca3874ac 100644 --- a/reference/solver/gcr_kernels.cpp +++ b/reference/solver/gcr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/gmres_kernels.cpp b/reference/solver/gmres_kernels.cpp index 7c71682d90e..a0bc15499cf 100644 --- a/reference/solver/gmres_kernels.cpp +++ b/reference/solver/gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/idr_kernels.cpp b/reference/solver/idr_kernels.cpp index 06bfdce83c5..c1a6eeebcb9 100644 --- a/reference/solver/idr_kernels.cpp +++ b/reference/solver/idr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/ir_kernels.cpp b/reference/solver/ir_kernels.cpp index 257c15df752..1f0f83bfe49 100644 --- a/reference/solver/ir_kernels.cpp +++ b/reference/solver/ir_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/lower_trs_kernels.cpp b/reference/solver/lower_trs_kernels.cpp index 031706d5302..3a655656d29 100644 --- a/reference/solver/lower_trs_kernels.cpp +++ b/reference/solver/lower_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/multigrid_kernels.cpp b/reference/solver/multigrid_kernels.cpp index 8e7bc5c827b..ff3f7d97a20 100644 --- a/reference/solver/multigrid_kernels.cpp +++ b/reference/solver/multigrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/solver/upper_trs_kernels.cpp b/reference/solver/upper_trs_kernels.cpp index 572f6ae190c..c85ef2b172f 100644 --- a/reference/solver/upper_trs_kernels.cpp +++ b/reference/solver/upper_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/stop/batch_criteria.hpp b/reference/stop/batch_criteria.hpp index 65a6a511e42..ca71f5cd305 100644 --- a/reference/stop/batch_criteria.hpp +++ b/reference/stop/batch_criteria.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/stop/criterion_kernels.cpp b/reference/stop/criterion_kernels.cpp index f524f3aeb97..1e77df0b63d 100644 --- a/reference/stop/criterion_kernels.cpp +++ b/reference/stop/criterion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/stop/residual_norm_kernels.cpp b/reference/stop/residual_norm_kernels.cpp index abfe8fa1dfe..d7e6783eace 100644 --- a/reference/stop/residual_norm_kernels.cpp +++ b/reference/stop/residual_norm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/array.cpp b/reference/test/base/array.cpp index 8e5ca6fcf44..4d2c3ea909b 100644 --- a/reference/test/base/array.cpp +++ b/reference/test/base/array.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/batch_multi_vector_kernels.cpp b/reference/test/base/batch_multi_vector_kernels.cpp index 70ca1a8edf1..6d883e5c485 100644 --- a/reference/test/base/batch_multi_vector_kernels.cpp +++ b/reference/test/base/batch_multi_vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/combination.cpp b/reference/test/base/combination.cpp index 3da7ac51cae..8f4d2362724 100644 --- a/reference/test/base/combination.cpp +++ b/reference/test/base/combination.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/composition.cpp b/reference/test/base/composition.cpp index 07e86272808..ed46c58aa73 100644 --- a/reference/test/base/composition.cpp +++ b/reference/test/base/composition.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/index_set.cpp b/reference/test/base/index_set.cpp index 6f4d7f82e99..71fdaeb4f13 100644 --- a/reference/test/base/index_set.cpp +++ b/reference/test/base/index_set.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/perturbation.cpp b/reference/test/base/perturbation.cpp index 077615fbc13..ad9774257ad 100644 --- a/reference/test/base/perturbation.cpp +++ b/reference/test/base/perturbation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/base/utils.cpp b/reference/test/base/utils.cpp index db76b30f635..06928d102e5 100644 --- a/reference/test/base/utils.cpp +++ b/reference/test/base/utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/absolute_array_kernels.cpp b/reference/test/components/absolute_array_kernels.cpp index 53621d0fab0..b16dfdd9989 100644 --- a/reference/test/components/absolute_array_kernels.cpp +++ b/reference/test/components/absolute_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/fill_array_kernels.cpp b/reference/test/components/fill_array_kernels.cpp index 6b90cfcc96b..2f534be94b8 100644 --- a/reference/test/components/fill_array_kernels.cpp +++ b/reference/test/components/fill_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/format_conversion_kernels.cpp b/reference/test/components/format_conversion_kernels.cpp index 6d3f39ca0ed..f9f9ef828b5 100644 --- a/reference/test/components/format_conversion_kernels.cpp +++ b/reference/test/components/format_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/precision_conversion_kernels.cpp b/reference/test/components/precision_conversion_kernels.cpp index 6b8860618b1..e251101e1e7 100644 --- a/reference/test/components/precision_conversion_kernels.cpp +++ b/reference/test/components/precision_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/prefix_sum_kernels.cpp b/reference/test/components/prefix_sum_kernels.cpp index 76c94629553..c8820d5031c 100644 --- a/reference/test/components/prefix_sum_kernels.cpp +++ b/reference/test/components/prefix_sum_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/components/reduce_array_kernels.cpp b/reference/test/components/reduce_array_kernels.cpp index 8b2d76ae61b..2599f83178f 100644 --- a/reference/test/components/reduce_array_kernels.cpp +++ b/reference/test/components/reduce_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/distributed/matrix_kernels.cpp b/reference/test/distributed/matrix_kernels.cpp index 9cdb4e24944..55593660d7f 100644 --- a/reference/test/distributed/matrix_kernels.cpp +++ b/reference/test/distributed/matrix_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/distributed/partition_helpers_kernels.cpp b/reference/test/distributed/partition_helpers_kernels.cpp index ba698b12a3f..08c17615dd6 100644 --- a/reference/test/distributed/partition_helpers_kernels.cpp +++ b/reference/test/distributed/partition_helpers_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/distributed/partition_kernels.cpp b/reference/test/distributed/partition_kernels.cpp index 33e4fec0c29..e4f3d8a3fdf 100644 --- a/reference/test/distributed/partition_kernels.cpp +++ b/reference/test/distributed/partition_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/distributed/vector_kernels.cpp b/reference/test/distributed/vector_kernels.cpp index 0fe8cc032cd..c376dde2133 100644 --- a/reference/test/distributed/vector_kernels.cpp +++ b/reference/test/distributed/vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/cholesky_kernels.cpp b/reference/test/factorization/cholesky_kernels.cpp index ca67fc332a6..87433681d89 100644 --- a/reference/test/factorization/cholesky_kernels.cpp +++ b/reference/test/factorization/cholesky_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/factorization.cpp b/reference/test/factorization/factorization.cpp index 3eb4c4de54d..7a9eab5c8a7 100644 --- a/reference/test/factorization/factorization.cpp +++ b/reference/test/factorization/factorization.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/ic_kernels.cpp b/reference/test/factorization/ic_kernels.cpp index 63830f15dd4..22deb9fa2b2 100644 --- a/reference/test/factorization/ic_kernels.cpp +++ b/reference/test/factorization/ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/ilu_kernels.cpp b/reference/test/factorization/ilu_kernels.cpp index 519387769f1..23098724e75 100644 --- a/reference/test/factorization/ilu_kernels.cpp +++ b/reference/test/factorization/ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/lu_kernels.cpp b/reference/test/factorization/lu_kernels.cpp index 4f2d2f08f54..1b5baf54e15 100644 --- a/reference/test/factorization/lu_kernels.cpp +++ b/reference/test/factorization/lu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/par_ic_kernels.cpp b/reference/test/factorization/par_ic_kernels.cpp index 4053eae0ffd..f044d03194c 100644 --- a/reference/test/factorization/par_ic_kernels.cpp +++ b/reference/test/factorization/par_ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/par_ict_kernels.cpp b/reference/test/factorization/par_ict_kernels.cpp index e9b6484a6c6..6506ed59b0e 100644 --- a/reference/test/factorization/par_ict_kernels.cpp +++ b/reference/test/factorization/par_ict_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/par_ilu_kernels.cpp b/reference/test/factorization/par_ilu_kernels.cpp index 0262354ce9a..dd6eafb4d68 100644 --- a/reference/test/factorization/par_ilu_kernels.cpp +++ b/reference/test/factorization/par_ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/factorization/par_ilut_kernels.cpp b/reference/test/factorization/par_ilut_kernels.cpp index bd1de60f784..36b68fe2815 100644 --- a/reference/test/factorization/par_ilut_kernels.cpp +++ b/reference/test/factorization/par_ilut_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/log/convergence.cpp b/reference/test/log/convergence.cpp index 1fc11a1f46d..986adb52e89 100644 --- a/reference/test/log/convergence.cpp +++ b/reference/test/log/convergence.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/log/papi.cpp b/reference/test/log/papi.cpp index 96b68c7c8c8..54e35f1218e 100644 --- a/reference/test/log/papi.cpp +++ b/reference/test/log/papi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/batch_csr_kernels.cpp b/reference/test/matrix/batch_csr_kernels.cpp index c3298741d2f..43ccddc9447 100644 --- a/reference/test/matrix/batch_csr_kernels.cpp +++ b/reference/test/matrix/batch_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/batch_dense_kernels.cpp b/reference/test/matrix/batch_dense_kernels.cpp index 29a53c04a33..632b17b037d 100644 --- a/reference/test/matrix/batch_dense_kernels.cpp +++ b/reference/test/matrix/batch_dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/batch_ell_kernels.cpp b/reference/test/matrix/batch_ell_kernels.cpp index 7030519c139..7adf6c2e443 100644 --- a/reference/test/matrix/batch_ell_kernels.cpp +++ b/reference/test/matrix/batch_ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/coo_kernels.cpp b/reference/test/matrix/coo_kernels.cpp index 34ca4ccdcf5..19752d27a1b 100644 --- a/reference/test/matrix/coo_kernels.cpp +++ b/reference/test/matrix/coo_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/csr_kernels.cpp b/reference/test/matrix/csr_kernels.cpp index 473f1b5303e..11c3b521d76 100644 --- a/reference/test/matrix/csr_kernels.cpp +++ b/reference/test/matrix/csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/dense_kernels.cpp b/reference/test/matrix/dense_kernels.cpp index f3cb7ad3e8b..1815923b3f6 100644 --- a/reference/test/matrix/dense_kernels.cpp +++ b/reference/test/matrix/dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/diagonal_kernels.cpp b/reference/test/matrix/diagonal_kernels.cpp index 662bcfdd358..6baa11a8e60 100644 --- a/reference/test/matrix/diagonal_kernels.cpp +++ b/reference/test/matrix/diagonal_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/ell_kernels.cpp b/reference/test/matrix/ell_kernels.cpp index e47c2c7a588..30128021c09 100644 --- a/reference/test/matrix/ell_kernels.cpp +++ b/reference/test/matrix/ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/fbcsr_kernels.cpp b/reference/test/matrix/fbcsr_kernels.cpp index 4b5e05d87f3..576193ba50e 100644 --- a/reference/test/matrix/fbcsr_kernels.cpp +++ b/reference/test/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/fft_kernels.cpp b/reference/test/matrix/fft_kernels.cpp index b4cf5e65698..b157b992e49 100644 --- a/reference/test/matrix/fft_kernels.cpp +++ b/reference/test/matrix/fft_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/hybrid_kernels.cpp b/reference/test/matrix/hybrid_kernels.cpp index 897fad16f35..32ee8853163 100644 --- a/reference/test/matrix/hybrid_kernels.cpp +++ b/reference/test/matrix/hybrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/identity.cpp b/reference/test/matrix/identity.cpp index 892d6a6a473..345efb99261 100644 --- a/reference/test/matrix/identity.cpp +++ b/reference/test/matrix/identity.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/permutation.cpp b/reference/test/matrix/permutation.cpp index e731c51bb47..bb80dcc4736 100644 --- a/reference/test/matrix/permutation.cpp +++ b/reference/test/matrix/permutation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/scaled_permutation.cpp b/reference/test/matrix/scaled_permutation.cpp index 4d99e98bbdf..87924687148 100644 --- a/reference/test/matrix/scaled_permutation.cpp +++ b/reference/test/matrix/scaled_permutation.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/sellp_kernels.cpp b/reference/test/matrix/sellp_kernels.cpp index d2c107703b6..87ef9d19b90 100644 --- a/reference/test/matrix/sellp_kernels.cpp +++ b/reference/test/matrix/sellp_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/sparsity_csr.cpp b/reference/test/matrix/sparsity_csr.cpp index d865abd6274..1dead5e362a 100644 --- a/reference/test/matrix/sparsity_csr.cpp +++ b/reference/test/matrix/sparsity_csr.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/matrix/sparsity_csr_kernels.cpp b/reference/test/matrix/sparsity_csr_kernels.cpp index b085985328e..3616ae0a91e 100644 --- a/reference/test/matrix/sparsity_csr_kernels.cpp +++ b/reference/test/matrix/sparsity_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/multigrid/fixed_coarsening_kernels.cpp b/reference/test/multigrid/fixed_coarsening_kernels.cpp index 13a1e33dc6e..624a9049629 100644 --- a/reference/test/multigrid/fixed_coarsening_kernels.cpp +++ b/reference/test/multigrid/fixed_coarsening_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/multigrid/pgm_kernels.cpp b/reference/test/multigrid/pgm_kernels.cpp index d0bbabf57f8..8ca30551b92 100644 --- a/reference/test/multigrid/pgm_kernels.cpp +++ b/reference/test/multigrid/pgm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/preconditioner/ic.cpp b/reference/test/preconditioner/ic.cpp index 223afc03d7f..1e1bc18bda1 100644 --- a/reference/test/preconditioner/ic.cpp +++ b/reference/test/preconditioner/ic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/preconditioner/ilu.cpp b/reference/test/preconditioner/ilu.cpp index eb2370be15d..7b8bd657955 100644 --- a/reference/test/preconditioner/ilu.cpp +++ b/reference/test/preconditioner/ilu.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/preconditioner/isai_kernels.cpp b/reference/test/preconditioner/isai_kernels.cpp index 5b48b6d8d0b..3f573dc401a 100644 --- a/reference/test/preconditioner/isai_kernels.cpp +++ b/reference/test/preconditioner/isai_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/preconditioner/jacobi.cpp b/reference/test/preconditioner/jacobi.cpp index 7fc24e735da..959a2a6e3b6 100644 --- a/reference/test/preconditioner/jacobi.cpp +++ b/reference/test/preconditioner/jacobi.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/preconditioner/jacobi_kernels.cpp b/reference/test/preconditioner/jacobi_kernels.cpp index ef8a89df142..8e88310dfb9 100644 --- a/reference/test/preconditioner/jacobi_kernels.cpp +++ b/reference/test/preconditioner/jacobi_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/mc64.cpp b/reference/test/reorder/mc64.cpp index 6920131a881..64ddb667c14 100644 --- a/reference/test/reorder/mc64.cpp +++ b/reference/test/reorder/mc64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/mc64_kernels.cpp b/reference/test/reorder/mc64_kernels.cpp index 369fb12d506..85352854934 100644 --- a/reference/test/reorder/mc64_kernels.cpp +++ b/reference/test/reorder/mc64_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/nested_dissection.cpp b/reference/test/reorder/nested_dissection.cpp index 5bde65325ac..c5054a19f6f 100644 --- a/reference/test/reorder/nested_dissection.cpp +++ b/reference/test/reorder/nested_dissection.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/rcm.cpp b/reference/test/reorder/rcm.cpp index 97b11fa13f2..e1a330c046f 100644 --- a/reference/test/reorder/rcm.cpp +++ b/reference/test/reorder/rcm.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/rcm_kernels.cpp b/reference/test/reorder/rcm_kernels.cpp index a0ad6b45e40..0f36839ba33 100644 --- a/reference/test/reorder/rcm_kernels.cpp +++ b/reference/test/reorder/rcm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/reorder/scaled_reordered.cpp b/reference/test/reorder/scaled_reordered.cpp index 2ea4b193a14..d511ed4a3f4 100644 --- a/reference/test/reorder/scaled_reordered.cpp +++ b/reference/test/reorder/scaled_reordered.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/batch_bicgstab_kernels.cpp b/reference/test/solver/batch_bicgstab_kernels.cpp index a9efa7dd9ad..3447307ce0b 100644 --- a/reference/test/solver/batch_bicgstab_kernels.cpp +++ b/reference/test/solver/batch_bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/bicg_kernels.cpp b/reference/test/solver/bicg_kernels.cpp index 161be7ea1b2..c615015ce63 100644 --- a/reference/test/solver/bicg_kernels.cpp +++ b/reference/test/solver/bicg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/bicgstab_kernels.cpp b/reference/test/solver/bicgstab_kernels.cpp index 688e7ed45dd..32966138310 100644 --- a/reference/test/solver/bicgstab_kernels.cpp +++ b/reference/test/solver/bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/cb_gmres_kernels.cpp b/reference/test/solver/cb_gmres_kernels.cpp index c2513681546..95c31bbd500 100644 --- a/reference/test/solver/cb_gmres_kernels.cpp +++ b/reference/test/solver/cb_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/cg_kernels.cpp b/reference/test/solver/cg_kernels.cpp index c4a5e9d9ee1..6892d322906 100644 --- a/reference/test/solver/cg_kernels.cpp +++ b/reference/test/solver/cg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/cgs_kernels.cpp b/reference/test/solver/cgs_kernels.cpp index 59f82b6e59d..ee6bad8ab8f 100644 --- a/reference/test/solver/cgs_kernels.cpp +++ b/reference/test/solver/cgs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/direct.cpp b/reference/test/solver/direct.cpp index f2743355917..23b7a069b90 100644 --- a/reference/test/solver/direct.cpp +++ b/reference/test/solver/direct.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/fcg_kernels.cpp b/reference/test/solver/fcg_kernels.cpp index 662106423f8..de20c8e47d9 100644 --- a/reference/test/solver/fcg_kernels.cpp +++ b/reference/test/solver/fcg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/gcr_kernels.cpp b/reference/test/solver/gcr_kernels.cpp index 3e56cff894f..498447e6763 100644 --- a/reference/test/solver/gcr_kernels.cpp +++ b/reference/test/solver/gcr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/gmres_kernels.cpp b/reference/test/solver/gmres_kernels.cpp index 50e5a670978..7968bd2ac4f 100644 --- a/reference/test/solver/gmres_kernels.cpp +++ b/reference/test/solver/gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/idr_kernels.cpp b/reference/test/solver/idr_kernels.cpp index 47360973d90..056ddf0dfe5 100644 --- a/reference/test/solver/idr_kernels.cpp +++ b/reference/test/solver/idr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/ir_kernels.cpp b/reference/test/solver/ir_kernels.cpp index dfe9a3bf085..f41c1803afa 100644 --- a/reference/test/solver/ir_kernels.cpp +++ b/reference/test/solver/ir_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/lower_trs.cpp b/reference/test/solver/lower_trs.cpp index 0826a86cdb9..b716235e587 100644 --- a/reference/test/solver/lower_trs.cpp +++ b/reference/test/solver/lower_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/lower_trs_kernels.cpp b/reference/test/solver/lower_trs_kernels.cpp index a90ec4b97fd..351550f2d44 100644 --- a/reference/test/solver/lower_trs_kernels.cpp +++ b/reference/test/solver/lower_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/multigrid_kernels.cpp b/reference/test/solver/multigrid_kernels.cpp index 354fc2bb385..b7fa09058fb 100644 --- a/reference/test/solver/multigrid_kernels.cpp +++ b/reference/test/solver/multigrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/upper_trs.cpp b/reference/test/solver/upper_trs.cpp index a61c05b0ad0..f9d30a5a595 100644 --- a/reference/test/solver/upper_trs.cpp +++ b/reference/test/solver/upper_trs.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/solver/upper_trs_kernels.cpp b/reference/test/solver/upper_trs_kernels.cpp index 2209548feb0..1c259b65e14 100644 --- a/reference/test/solver/upper_trs_kernels.cpp +++ b/reference/test/solver/upper_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/stop/combined.cpp b/reference/test/stop/combined.cpp index ba3c0da4e7e..29183c29924 100644 --- a/reference/test/stop/combined.cpp +++ b/reference/test/stop/combined.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/stop/criterion_kernels.cpp b/reference/test/stop/criterion_kernels.cpp index c0973eb3111..784544afe92 100644 --- a/reference/test/stop/criterion_kernels.cpp +++ b/reference/test/stop/criterion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/stop/iteration.cpp b/reference/test/stop/iteration.cpp index b4d7e8f7b72..ec869f82812 100644 --- a/reference/test/stop/iteration.cpp +++ b/reference/test/stop/iteration.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/stop/residual_norm_kernels.cpp b/reference/test/stop/residual_norm_kernels.cpp index c776c720d15..2996fe153a4 100644 --- a/reference/test/stop/residual_norm_kernels.cpp +++ b/reference/test/stop/residual_norm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/stop/time.cpp b/reference/test/stop/time.cpp index 50615c0eece..42eeb6e6a63 100644 --- a/reference/test/stop/time.cpp +++ b/reference/test/stop/time.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/reference/test/utils/assertions_test.cpp b/reference/test/utils/assertions_test.cpp index 856c164e88d..95286f7571a 100644 --- a/reference/test/utils/assertions_test.cpp +++ b/reference/test/utils/assertions_test.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/base/batch_multi_vector_kernels.cpp b/test/base/batch_multi_vector_kernels.cpp index 0515f82ac29..b896509d3e4 100644 --- a/test/base/batch_multi_vector_kernels.cpp +++ b/test/base/batch_multi_vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/base/device_matrix_data_kernels.cpp b/test/base/device_matrix_data_kernels.cpp index b05a98d3d9d..26dbcb73cf4 100644 --- a/test/base/device_matrix_data_kernels.cpp +++ b/test/base/device_matrix_data_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/base/executor.cpp b/test/base/executor.cpp index 843fdc2f784..8ea3b01fb24 100644 --- a/test/base/executor.cpp +++ b/test/base/executor.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/base/kernel_launch_generic.cpp b/test/base/kernel_launch_generic.cpp index 6205a646699..55e1268a77a 100644 --- a/test/base/kernel_launch_generic.cpp +++ b/test/base/kernel_launch_generic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/base/timer.cpp b/test/base/timer.cpp index 19340a6ae6f..551e8b4b955 100644 --- a/test/base/timer.cpp +++ b/test/base/timer.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/absolute_array_kernels.cpp b/test/components/absolute_array_kernels.cpp index e5fd77acc33..6e00ad6e185 100644 --- a/test/components/absolute_array_kernels.cpp +++ b/test/components/absolute_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/fill_array_kernels.cpp b/test/components/fill_array_kernels.cpp index 1a841d3f934..9ccf63e5c88 100644 --- a/test/components/fill_array_kernels.cpp +++ b/test/components/fill_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/format_conversion_kernels.cpp b/test/components/format_conversion_kernels.cpp index 21fb2f09d81..fee77ea5986 100644 --- a/test/components/format_conversion_kernels.cpp +++ b/test/components/format_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/precision_conversion_kernels.cpp b/test/components/precision_conversion_kernels.cpp index 7c7a3ea90f3..f75aa948286 100644 --- a/test/components/precision_conversion_kernels.cpp +++ b/test/components/precision_conversion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/prefix_sum_kernels.cpp b/test/components/prefix_sum_kernels.cpp index 71d69cc4bc8..cf1777bb6ae 100644 --- a/test/components/prefix_sum_kernels.cpp +++ b/test/components/prefix_sum_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/components/reduce_array_kernels.cpp b/test/components/reduce_array_kernels.cpp index 4c93c7d25fb..cd6c2a8d7bf 100644 --- a/test/components/reduce_array_kernels.cpp +++ b/test/components/reduce_array_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/distributed/matrix_kernels.cpp b/test/distributed/matrix_kernels.cpp index 9c1b3b3e247..8342898506d 100644 --- a/test/distributed/matrix_kernels.cpp +++ b/test/distributed/matrix_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/distributed/partition_helper_kernels.cpp b/test/distributed/partition_helper_kernels.cpp index 49a278709bc..8121a720908 100644 --- a/test/distributed/partition_helper_kernels.cpp +++ b/test/distributed/partition_helper_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/distributed/partition_kernels.cpp b/test/distributed/partition_kernels.cpp index 880eb6463f3..e857e734154 100644 --- a/test/distributed/partition_kernels.cpp +++ b/test/distributed/partition_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/distributed/vector_kernels.cpp b/test/distributed/vector_kernels.cpp index 918da81fd9e..e8e3d6a7e7b 100644 --- a/test/distributed/vector_kernels.cpp +++ b/test/distributed/vector_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/cholesky_kernels.cpp b/test/factorization/cholesky_kernels.cpp index 056f4862427..82c59477fd8 100644 --- a/test/factorization/cholesky_kernels.cpp +++ b/test/factorization/cholesky_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/ic_kernels.cpp b/test/factorization/ic_kernels.cpp index 1bce9721f82..c7cdbe5d435 100644 --- a/test/factorization/ic_kernels.cpp +++ b/test/factorization/ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/ilu_kernels.cpp b/test/factorization/ilu_kernels.cpp index faee5320ca1..8a5ced59041 100644 --- a/test/factorization/ilu_kernels.cpp +++ b/test/factorization/ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/lu_kernels.cpp b/test/factorization/lu_kernels.cpp index 12dcd73987f..fdcaa0cfad0 100644 --- a/test/factorization/lu_kernels.cpp +++ b/test/factorization/lu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/par_ic_kernels.cpp b/test/factorization/par_ic_kernels.cpp index c9db4caef22..57086a1550d 100644 --- a/test/factorization/par_ic_kernels.cpp +++ b/test/factorization/par_ic_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/par_ict_kernels.cpp b/test/factorization/par_ict_kernels.cpp index 855721520d5..254c2e4a40e 100644 --- a/test/factorization/par_ict_kernels.cpp +++ b/test/factorization/par_ict_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/par_ilu_kernels.cpp b/test/factorization/par_ilu_kernels.cpp index 7def0c1d4ed..06d9b70a368 100644 --- a/test/factorization/par_ilu_kernels.cpp +++ b/test/factorization/par_ilu_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/factorization/par_ilut_kernels.cpp b/test/factorization/par_ilut_kernels.cpp index 8257cf528d4..c4ad7fe412a 100644 --- a/test/factorization/par_ilut_kernels.cpp +++ b/test/factorization/par_ilut_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/log/profiler_hook.cpp b/test/log/profiler_hook.cpp index f867f251b9d..656134ce981 100644 --- a/test/log/profiler_hook.cpp +++ b/test/log/profiler_hook.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/batch_csr_kernels.cpp b/test/matrix/batch_csr_kernels.cpp index 8b9dbdab598..494f5014b60 100644 --- a/test/matrix/batch_csr_kernels.cpp +++ b/test/matrix/batch_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/batch_dense_kernels.cpp b/test/matrix/batch_dense_kernels.cpp index 0e54e377866..ba007c55747 100644 --- a/test/matrix/batch_dense_kernels.cpp +++ b/test/matrix/batch_dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/batch_ell_kernels.cpp b/test/matrix/batch_ell_kernels.cpp index dea20a1707b..7449f5f2c56 100644 --- a/test/matrix/batch_ell_kernels.cpp +++ b/test/matrix/batch_ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/coo_kernels.cpp b/test/matrix/coo_kernels.cpp index 40651e38785..26bcdb8791b 100644 --- a/test/matrix/coo_kernels.cpp +++ b/test/matrix/coo_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/csr_kernels.cpp b/test/matrix/csr_kernels.cpp index c741f3d26f0..a597234382c 100644 --- a/test/matrix/csr_kernels.cpp +++ b/test/matrix/csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/csr_kernels2.cpp b/test/matrix/csr_kernels2.cpp index 39fe28113fd..f55bbe1101c 100644 --- a/test/matrix/csr_kernels2.cpp +++ b/test/matrix/csr_kernels2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/dense_kernels.cpp b/test/matrix/dense_kernels.cpp index 6659bd15cfe..25b82215dcd 100644 --- a/test/matrix/dense_kernels.cpp +++ b/test/matrix/dense_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/diagonal_kernels.cpp b/test/matrix/diagonal_kernels.cpp index 91e796a52d2..ffe1f4267e1 100644 --- a/test/matrix/diagonal_kernels.cpp +++ b/test/matrix/diagonal_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/ell_kernels.cpp b/test/matrix/ell_kernels.cpp index 446fc0faa1f..f6b9a9d1edb 100644 --- a/test/matrix/ell_kernels.cpp +++ b/test/matrix/ell_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/fbcsr_kernels.cpp b/test/matrix/fbcsr_kernels.cpp index 0d72482b60a..737bb926bfe 100644 --- a/test/matrix/fbcsr_kernels.cpp +++ b/test/matrix/fbcsr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/fft_kernels.cpp b/test/matrix/fft_kernels.cpp index 7cfbb9ae586..d5ba741a064 100644 --- a/test/matrix/fft_kernels.cpp +++ b/test/matrix/fft_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/hybrid_kernels.cpp b/test/matrix/hybrid_kernels.cpp index dc60ad63c5d..8fc3346d667 100644 --- a/test/matrix/hybrid_kernels.cpp +++ b/test/matrix/hybrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/matrix.cpp b/test/matrix/matrix.cpp index f8e4ed99a60..3a18b6700ab 100644 --- a/test/matrix/matrix.cpp +++ b/test/matrix/matrix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/permutation_kernels.cpp b/test/matrix/permutation_kernels.cpp index 154451d57e9..7c3aac97f55 100644 --- a/test/matrix/permutation_kernels.cpp +++ b/test/matrix/permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/scaled_permutation_kernels.cpp b/test/matrix/scaled_permutation_kernels.cpp index b71fcc451e3..d81a40b6f63 100644 --- a/test/matrix/scaled_permutation_kernels.cpp +++ b/test/matrix/scaled_permutation_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/sellp_kernels.cpp b/test/matrix/sellp_kernels.cpp index c68ce79bbd2..ae6b9053e45 100644 --- a/test/matrix/sellp_kernels.cpp +++ b/test/matrix/sellp_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/matrix/sparsity_csr_kernels.cpp b/test/matrix/sparsity_csr_kernels.cpp index 3056bdff6dc..6fc3caf60ad 100644 --- a/test/matrix/sparsity_csr_kernels.cpp +++ b/test/matrix/sparsity_csr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/mpi/matrix.cpp b/test/mpi/matrix.cpp index 21c4fb662b7..8f22c546185 100644 --- a/test/mpi/matrix.cpp +++ b/test/mpi/matrix.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/mpi/partition_helpers.cpp b/test/mpi/partition_helpers.cpp index 66caaf3bedc..c19e3277510 100644 --- a/test/mpi/partition_helpers.cpp +++ b/test/mpi/partition_helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/mpi/preconditioner/schwarz.cpp b/test/mpi/preconditioner/schwarz.cpp index 6c23920b9f1..b4c77203bca 100644 --- a/test/mpi/preconditioner/schwarz.cpp +++ b/test/mpi/preconditioner/schwarz.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/mpi/solver/solver.cpp b/test/mpi/solver/solver.cpp index ee899fa72ad..bb17207a556 100644 --- a/test/mpi/solver/solver.cpp +++ b/test/mpi/solver/solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/mpi/vector.cpp b/test/mpi/vector.cpp index 2b50ddbc90d..11fe41aded2 100644 --- a/test/mpi/vector.cpp +++ b/test/mpi/vector.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/multigrid/fixed_coarsening_kernels.cpp b/test/multigrid/fixed_coarsening_kernels.cpp index f5a19d44bfe..91699b8631e 100644 --- a/test/multigrid/fixed_coarsening_kernels.cpp +++ b/test/multigrid/fixed_coarsening_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/multigrid/pgm_kernels.cpp b/test/multigrid/pgm_kernels.cpp index 8cd6d2fed09..5a409c91e92 100644 --- a/test/multigrid/pgm_kernels.cpp +++ b/test/multigrid/pgm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/preconditioner/isai_kernels.cpp b/test/preconditioner/isai_kernels.cpp index a243eb0f28c..57f8c14ac27 100644 --- a/test/preconditioner/isai_kernels.cpp +++ b/test/preconditioner/isai_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/preconditioner/jacobi_kernels.cpp b/test/preconditioner/jacobi_kernels.cpp index cac40c3385c..d7586a9890e 100644 --- a/test/preconditioner/jacobi_kernels.cpp +++ b/test/preconditioner/jacobi_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/reorder/amd.cpp b/test/reorder/amd.cpp index a67d7bad5af..27639d11aad 100644 --- a/test/reorder/amd.cpp +++ b/test/reorder/amd.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/reorder/mc64.cpp b/test/reorder/mc64.cpp index 4e21110403b..0dc0052956a 100644 --- a/test/reorder/mc64.cpp +++ b/test/reorder/mc64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/reorder/nested_dissection.cpp b/test/reorder/nested_dissection.cpp index e5b6f52c364..93517b73f6d 100644 --- a/test/reorder/nested_dissection.cpp +++ b/test/reorder/nested_dissection.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/batch_bicgstab_kernels.cpp b/test/solver/batch_bicgstab_kernels.cpp index 8bbe06a72ad..75cbe4855ff 100644 --- a/test/solver/batch_bicgstab_kernels.cpp +++ b/test/solver/batch_bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/bicg_kernels.cpp b/test/solver/bicg_kernels.cpp index acc4d941daf..616f7eff096 100644 --- a/test/solver/bicg_kernels.cpp +++ b/test/solver/bicg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/bicgstab_kernels.cpp b/test/solver/bicgstab_kernels.cpp index 38ffe44fcaf..a63ff7f39f4 100644 --- a/test/solver/bicgstab_kernels.cpp +++ b/test/solver/bicgstab_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/cb_gmres_kernels.cpp b/test/solver/cb_gmres_kernels.cpp index 34dccba365b..4f854a26180 100644 --- a/test/solver/cb_gmres_kernels.cpp +++ b/test/solver/cb_gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/cg_kernels.cpp b/test/solver/cg_kernels.cpp index d05ab7c9afc..41af16489a2 100644 --- a/test/solver/cg_kernels.cpp +++ b/test/solver/cg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/cgs_kernels.cpp b/test/solver/cgs_kernels.cpp index 61ba0abc997..123f76727b5 100644 --- a/test/solver/cgs_kernels.cpp +++ b/test/solver/cgs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/direct.cpp b/test/solver/direct.cpp index db338dbc51f..be68593628f 100644 --- a/test/solver/direct.cpp +++ b/test/solver/direct.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/fcg_kernels.cpp b/test/solver/fcg_kernels.cpp index 5e50efbbd2d..faf7225c883 100644 --- a/test/solver/fcg_kernels.cpp +++ b/test/solver/fcg_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/gcr_kernels.cpp b/test/solver/gcr_kernels.cpp index 4326823ddbe..575d55ded87 100644 --- a/test/solver/gcr_kernels.cpp +++ b/test/solver/gcr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/gmres_kernels.cpp b/test/solver/gmres_kernels.cpp index 128747ecb56..ac9139d81aa 100644 --- a/test/solver/gmres_kernels.cpp +++ b/test/solver/gmres_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/idr_kernels.cpp b/test/solver/idr_kernels.cpp index a474a7390a5..31c7df99168 100644 --- a/test/solver/idr_kernels.cpp +++ b/test/solver/idr_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/ir_kernels.cpp b/test/solver/ir_kernels.cpp index 6e7fb274cf3..99550dfd99f 100644 --- a/test/solver/ir_kernels.cpp +++ b/test/solver/ir_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/lower_trs_kernels.cpp b/test/solver/lower_trs_kernels.cpp index 1345a9b5bff..1f99499a129 100644 --- a/test/solver/lower_trs_kernels.cpp +++ b/test/solver/lower_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/multigrid_kernels.cpp b/test/solver/multigrid_kernels.cpp index bfde130d629..139cb1a4647 100644 --- a/test/solver/multigrid_kernels.cpp +++ b/test/solver/multigrid_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/solver.cpp b/test/solver/solver.cpp index a3b2df67bf9..fab351227f9 100644 --- a/test/solver/solver.cpp +++ b/test/solver/solver.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/solver/upper_trs_kernels.cpp b/test/solver/upper_trs_kernels.cpp index 566a1dab4fe..33d2196e097 100644 --- a/test/solver/upper_trs_kernels.cpp +++ b/test/solver/upper_trs_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/stop/combined_kernels.cpp b/test/stop/combined_kernels.cpp index 97c9db7cd3b..8d9b0986c91 100644 --- a/test/stop/combined_kernels.cpp +++ b/test/stop/combined_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/stop/criterion_kernels.cpp b/test/stop/criterion_kernels.cpp index 0f95a3f2c2a..91795d59bed 100644 --- a/test/stop/criterion_kernels.cpp +++ b/test/stop/criterion_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/stop/residual_norm_kernels.cpp b/test/stop/residual_norm_kernels.cpp index 385ea63dba1..ed3b775a61c 100644 --- a/test/stop/residual_norm_kernels.cpp +++ b/test/stop/residual_norm_kernels.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/test_install/test_install.cpp b/test/test_install/test_install.cpp index f8b1a3f9979..0a63f129273 100644 --- a/test/test_install/test_install.cpp +++ b/test/test_install/test_install.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/tools/resource_file_generator.cpp b/test/tools/resource_file_generator.cpp index f9f7726a68b..c1d4996267c 100644 --- a/test/tools/resource_file_generator.cpp +++ b/test/tools/resource_file_generator.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/utils/executor.hpp b/test/utils/executor.hpp index 3f253285639..21c40a70c0a 100644 --- a/test/utils/executor.hpp +++ b/test/utils/executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/test/utils/mpi/executor.hpp b/test/utils/mpi/executor.hpp index e6a83551d6f..180c31f37cf 100644 --- a/test/utils/mpi/executor.hpp +++ b/test/utils/mpi/executor.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/third_party/SuiteSparse/wrapper32.cpp b/third_party/SuiteSparse/wrapper32.cpp index 045405bfb30..01a8dae09d1 100644 --- a/third_party/SuiteSparse/wrapper32.cpp +++ b/third_party/SuiteSparse/wrapper32.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause diff --git a/third_party/SuiteSparse/wrapper64.cpp b/third_party/SuiteSparse/wrapper64.cpp index eb2406ebd01..5014b045bbb 100644 --- a/third_party/SuiteSparse/wrapper64.cpp +++ b/third_party/SuiteSparse/wrapper64.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors // // SPDX-License-Identifier: BSD-3-Clause