diff --git a/CMakeLists.txt b/CMakeLists.txt index f3c00910cb..2b054a957d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/LICENSE b/LICENSE index 37e698c420..840eca6d0b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2021, ETH Zurich +Copyright (c) 2018-2022, ETH Zurich All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cmake/DLAF.cmake b/cmake/DLAF.cmake index 8cf241ca74..f79532b5ac 100644 --- a/cmake/DLAF.cmake +++ b/cmake/DLAF.cmake @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/cmake/DLAF_AddTargetWarnings.cmake b/cmake/DLAF_AddTargetWarnings.cmake index 9ebd542c6a..8ab3a0e41e 100644 --- a/cmake/DLAF_AddTargetWarnings.cmake +++ b/cmake/DLAF_AddTargetWarnings.cmake @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/cmake/DLAF_AddTest.cmake b/cmake/DLAF_AddTest.cmake index 9b07f638ea..47cf4089f4 100644 --- a/cmake/DLAF_AddTest.cmake +++ b/cmake/DLAF_AddTest.cmake @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/cmake/FindCUDALIBS.cmake b/cmake/FindCUDALIBS.cmake index fa8d3c3212..ed3f8ddcd3 100644 --- a/cmake/FindCUDALIBS.cmake +++ b/cmake/FindCUDALIBS.cmake @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/cmake/FindLAPACK.cmake b/cmake/FindLAPACK.cmake index f8f1c157b1..0471130388 100644 --- a/cmake/FindLAPACK.cmake +++ b/cmake/FindLAPACK.cmake @@ -1,7 +1,7 @@ # # CMake recipes # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # BSD 3-Clause License. All rights reserved. # # author: Alberto Invernizzi (a.invernizzi@cscs.ch) diff --git a/cmake/FindMKL.cmake b/cmake/FindMKL.cmake index 1312cc180f..bc0419c226 100644 --- a/cmake/FindMKL.cmake +++ b/cmake/FindMKL.cmake @@ -2,7 +2,7 @@ # CMake recipes # https://github.com/eth-cscs/cmake-recipes # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # BSD 3-Clause License. All rights reserved. # # Author: Teodor Nikolov (tnikolov@cscs.ch) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f53cf25950..cdf9b18d35 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 62d9c73df6..a82b892af3 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/auxiliary.h b/include/dlaf/auxiliary.h index 3066023819..7c0c229099 100644 --- a/include/dlaf/auxiliary.h +++ b/include/dlaf/auxiliary.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/auxiliary/norm.h b/include/dlaf/auxiliary/norm.h index 3ca4791235..7295ad786d 100644 --- a/include/dlaf/auxiliary/norm.h +++ b/include/dlaf/auxiliary/norm.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/auxiliary/norm/api.h b/include/dlaf/auxiliary/norm/api.h index 96d4cf6a43..3030d534d3 100644 --- a/include/dlaf/auxiliary/norm/api.h +++ b/include/dlaf/auxiliary/norm/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/auxiliary/norm/mc.h b/include/dlaf/auxiliary/norm/mc.h index 84acc850ba..ac1ffda8e7 100644 --- a/include/dlaf/auxiliary/norm/mc.h +++ b/include/dlaf/auxiliary/norm/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/blas/enum_output.h b/include/dlaf/blas/enum_output.h index 2be2290419..bcb05dacd0 100644 --- a/include/dlaf/blas/enum_output.h +++ b/include/dlaf/blas/enum_output.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/blas/tile.h b/include/dlaf/blas/tile.h index 591dd1e4f6..4562c11ffd 100644 --- a/include/dlaf/blas/tile.h +++ b/include/dlaf/blas/tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/blas/tile_extensions.h b/include/dlaf/blas/tile_extensions.h index f4b4e350b8..c5b45c4032 100644 --- a/include/dlaf/blas/tile_extensions.h +++ b/include/dlaf/blas/tile_extensions.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/assert.h b/include/dlaf/common/assert.h index 0eb4fd0213..4e9ac3e1e7 100644 --- a/include/dlaf/common/assert.h +++ b/include/dlaf/common/assert.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/callable_object.h b/include/dlaf/common/callable_object.h index cc45e827f5..28d723bab4 100644 --- a/include/dlaf/common/callable_object.h +++ b/include/dlaf/common/callable_object.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/contiguous_buffer_holder.h b/include/dlaf/common/contiguous_buffer_holder.h index c46c5dfe6a..81e10afa36 100644 --- a/include/dlaf/common/contiguous_buffer_holder.h +++ b/include/dlaf/common/contiguous_buffer_holder.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/data.h b/include/dlaf/common/data.h index f9959ed2f4..79f1deca36 100644 --- a/include/dlaf/common/data.h +++ b/include/dlaf/common/data.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/data_descriptor.h b/include/dlaf/common/data_descriptor.h index a4b562fe71..035d4dcc32 100644 --- a/include/dlaf/common/data_descriptor.h +++ b/include/dlaf/common/data_descriptor.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/format_short.h b/include/dlaf/common/format_short.h index 8aeb1a686d..32a9b3abc9 100644 --- a/include/dlaf/common/format_short.h +++ b/include/dlaf/common/format_short.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/index2d.h b/include/dlaf/common/index2d.h index 6e3e407e03..1720e27524 100644 --- a/include/dlaf/common/index2d.h +++ b/include/dlaf/common/index2d.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/pipeline.h b/include/dlaf/common/pipeline.h index 29caeb7a2e..c04d926e57 100644 --- a/include/dlaf/common/pipeline.h +++ b/include/dlaf/common/pipeline.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/range2d.h b/include/dlaf/common/range2d.h index 6209be04d0..8c421d7f0f 100644 --- a/include/dlaf/common/range2d.h +++ b/include/dlaf/common/range2d.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/round_robin.h b/include/dlaf/common/round_robin.h index 0b1e728d6f..9145ed6781 100644 --- a/include/dlaf/common/round_robin.h +++ b/include/dlaf/common/round_robin.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/source_location.h b/include/dlaf/common/source_location.h index ce26140e6a..83602dcd4a 100644 --- a/include/dlaf/common/source_location.h +++ b/include/dlaf/common/source_location.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/timer.h b/include/dlaf/common/timer.h index 7728656c75..8c162a103b 100644 --- a/include/dlaf/common/timer.h +++ b/include/dlaf/common/timer.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/common/vector.h b/include/dlaf/common/vector.h index 77374f8e89..2fa1ad3682 100644 --- a/include/dlaf/common/vector.h +++ b/include/dlaf/common/vector.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/broadcast_panel.h b/include/dlaf/communication/broadcast_panel.h index a9f78fbe6e..fc478b6081 100644 --- a/include/dlaf/communication/broadcast_panel.h +++ b/include/dlaf/communication/broadcast_panel.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/communicator.h b/include/dlaf/communication/communicator.h index 092a36a288..05facc85a0 100644 --- a/include/dlaf/communication/communicator.h +++ b/include/dlaf/communication/communicator.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/communicator_grid.h b/include/dlaf/communication/communicator_grid.h index ebd1391f48..70601945a9 100644 --- a/include/dlaf/communication/communicator_grid.h +++ b/include/dlaf/communication/communicator_grid.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/datatypes.h b/include/dlaf/communication/datatypes.h index 3e371e5559..b51a51d762 100644 --- a/include/dlaf/communication/datatypes.h +++ b/include/dlaf/communication/datatypes.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/error.h b/include/dlaf/communication/error.h index cd728c318c..84f336a306 100644 --- a/include/dlaf/communication/error.h +++ b/include/dlaf/communication/error.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/executor.h b/include/dlaf/communication/executor.h index 4513554e21..6805ec8efb 100644 --- a/include/dlaf/communication/executor.h +++ b/include/dlaf/communication/executor.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/functions_sync.h b/include/dlaf/communication/functions_sync.h index e0d2487ed6..b4a11c1788 100644 --- a/include/dlaf/communication/functions_sync.h +++ b/include/dlaf/communication/functions_sync.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/init.h b/include/dlaf/communication/init.h index 775c737d6c..b7d845c0a2 100644 --- a/include/dlaf/communication/init.h +++ b/include/dlaf/communication/init.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/kernels.h b/include/dlaf/communication/kernels.h index de23b7834c..1ee02c3e56 100644 --- a/include/dlaf/communication/kernels.h +++ b/include/dlaf/communication/kernels.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/kernels/all_reduce.h b/include/dlaf/communication/kernels/all_reduce.h index 2faa13a96a..429b9a9454 100644 --- a/include/dlaf/communication/kernels/all_reduce.h +++ b/include/dlaf/communication/kernels/all_reduce.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/kernels/broadcast.h b/include/dlaf/communication/kernels/broadcast.h index 7373db25fa..b68f0503e3 100644 --- a/include/dlaf/communication/kernels/broadcast.h +++ b/include/dlaf/communication/kernels/broadcast.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/kernels/reduce.h b/include/dlaf/communication/kernels/reduce.h index 5e8a4b4352..68e0fe0bbf 100644 --- a/include/dlaf/communication/kernels/reduce.h +++ b/include/dlaf/communication/kernels/reduce.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/mech.h b/include/dlaf/communication/mech.h index 73daa21e36..a032c674b1 100644 --- a/include/dlaf/communication/mech.h +++ b/include/dlaf/communication/mech.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/message.h b/include/dlaf/communication/message.h index 66d0ac0eb7..13f9a131ab 100644 --- a/include/dlaf/communication/message.h +++ b/include/dlaf/communication/message.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/rdma.h b/include/dlaf/communication/rdma.h index 3b2d616c4c..565a7b7c3c 100644 --- a/include/dlaf/communication/rdma.h +++ b/include/dlaf/communication/rdma.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/sync/all_reduce.h b/include/dlaf/communication/sync/all_reduce.h index fa267178b7..9ee8638d0b 100644 --- a/include/dlaf/communication/sync/all_reduce.h +++ b/include/dlaf/communication/sync/all_reduce.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/sync/basic.h b/include/dlaf/communication/sync/basic.h index 513bbb46b7..af70f6413e 100644 --- a/include/dlaf/communication/sync/basic.h +++ b/include/dlaf/communication/sync/basic.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/sync/broadcast.h b/include/dlaf/communication/sync/broadcast.h index 15c4d79bc8..0ba7ed3511 100644 --- a/include/dlaf/communication/sync/broadcast.h +++ b/include/dlaf/communication/sync/broadcast.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/sync/reduce.h b/include/dlaf/communication/sync/reduce.h index 6d8666231a..cdc52aa6c3 100644 --- a/include/dlaf/communication/sync/reduce.h +++ b/include/dlaf/communication/sync/reduce.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/communication/type_handler.h b/include/dlaf/communication/type_handler.h index 8146387e3e..e0b538c7bd 100644 --- a/include/dlaf/communication/type_handler.h +++ b/include/dlaf/communication/type_handler.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cublas/error.h b/include/dlaf/cublas/error.h index 24a7745e12..1006fbf2f2 100644 --- a/include/dlaf/cublas/error.h +++ b/include/dlaf/cublas/error.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cublas/executor.h b/include/dlaf/cublas/executor.h index 60dff8b8c0..609282e5f2 100644 --- a/include/dlaf/cublas/executor.h +++ b/include/dlaf/cublas/executor.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cublas/handle_pool.h b/include/dlaf/cublas/handle_pool.h index 4a666632b8..e366a90b17 100644 --- a/include/dlaf/cublas/handle_pool.h +++ b/include/dlaf/cublas/handle_pool.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cuda/error.h b/include/dlaf/cuda/error.h index 409ae701bd..1a67551963 100644 --- a/include/dlaf/cuda/error.h +++ b/include/dlaf/cuda/error.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cuda/executor.h b/include/dlaf/cuda/executor.h index 93e155b5de..987d98c427 100644 --- a/include/dlaf/cuda/executor.h +++ b/include/dlaf/cuda/executor.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cuda/stream_pool.h b/include/dlaf/cuda/stream_pool.h index 65e3d7c124..f52338a1a0 100644 --- a/include/dlaf/cuda/stream_pool.h +++ b/include/dlaf/cuda/stream_pool.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cusolver/assert_info.h b/include/dlaf/cusolver/assert_info.h index 22ea3c514b..58929161c2 100644 --- a/include/dlaf/cusolver/assert_info.h +++ b/include/dlaf/cusolver/assert_info.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cusolver/error.h b/include/dlaf/cusolver/error.h index e9b1cd7f83..9eb8b22805 100644 --- a/include/dlaf/cusolver/error.h +++ b/include/dlaf/cusolver/error.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cusolver/executor.h b/include/dlaf/cusolver/executor.h index 11be4e4457..0425972cee 100644 --- a/include/dlaf/cusolver/executor.h +++ b/include/dlaf/cusolver/executor.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/cusolver/handle_pool.h b/include/dlaf/cusolver/handle_pool.h index 1cc1aabda1..87963bae3f 100644 --- a/include/dlaf/cusolver/handle_pool.h +++ b/include/dlaf/cusolver/handle_pool.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver.h b/include/dlaf/eigensolver.h index 302f8db04d..2030368ca1 100644 --- a/include/dlaf/eigensolver.h +++ b/include/dlaf/eigensolver.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/backtransformation.h b/include/dlaf/eigensolver/backtransformation.h index 98287cd6bb..77f5ca2637 100644 --- a/include/dlaf/eigensolver/backtransformation.h +++ b/include/dlaf/eigensolver/backtransformation.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/backtransformation/api.h b/include/dlaf/eigensolver/backtransformation/api.h index 144e56627e..c4408d6804 100644 --- a/include/dlaf/eigensolver/backtransformation/api.h +++ b/include/dlaf/eigensolver/backtransformation/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/backtransformation/mc.h b/include/dlaf/eigensolver/backtransformation/mc.h index add471777b..0fd2c39ac1 100644 --- a/include/dlaf/eigensolver/backtransformation/mc.h +++ b/include/dlaf/eigensolver/backtransformation/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/band_to_tridiag.h b/include/dlaf/eigensolver/band_to_tridiag.h index 39e70fd78d..25eeca523b 100644 --- a/include/dlaf/eigensolver/band_to_tridiag.h +++ b/include/dlaf/eigensolver/band_to_tridiag.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/band_to_tridiag/api.h b/include/dlaf/eigensolver/band_to_tridiag/api.h index a1aa5f73c0..8c693f51ec 100644 --- a/include/dlaf/eigensolver/band_to_tridiag/api.h +++ b/include/dlaf/eigensolver/band_to_tridiag/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/band_to_tridiag/mc.h b/include/dlaf/eigensolver/band_to_tridiag/mc.h index 4e68e0ba75..3f3f1f8d4b 100644 --- a/include/dlaf/eigensolver/band_to_tridiag/mc.h +++ b/include/dlaf/eigensolver/band_to_tridiag/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2019, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/bt_band_to_tridiag.h b/include/dlaf/eigensolver/bt_band_to_tridiag.h index 6271d8cdc4..2733da58c6 100644 --- a/include/dlaf/eigensolver/bt_band_to_tridiag.h +++ b/include/dlaf/eigensolver/bt_band_to_tridiag.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/bt_band_to_tridiag/api.h b/include/dlaf/eigensolver/bt_band_to_tridiag/api.h index 28d4edf29f..eab65caf38 100644 --- a/include/dlaf/eigensolver/bt_band_to_tridiag/api.h +++ b/include/dlaf/eigensolver/bt_band_to_tridiag/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/bt_band_to_tridiag/mc.h b/include/dlaf/eigensolver/bt_band_to_tridiag/mc.h index 46f2f45efe..6acda93041 100644 --- a/include/dlaf/eigensolver/bt_band_to_tridiag/mc.h +++ b/include/dlaf/eigensolver/bt_band_to_tridiag/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/gen_to_std.h b/include/dlaf/eigensolver/gen_to_std.h index 2dd9822be5..b7ed388dd9 100644 --- a/include/dlaf/eigensolver/gen_to_std.h +++ b/include/dlaf/eigensolver/gen_to_std.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/gen_to_std/api.h b/include/dlaf/eigensolver/gen_to_std/api.h index c6b0cc77ad..6efd12ff1e 100644 --- a/include/dlaf/eigensolver/gen_to_std/api.h +++ b/include/dlaf/eigensolver/gen_to_std/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/gen_to_std/impl.h b/include/dlaf/eigensolver/gen_to_std/impl.h index 85658d3e62..7c7023b741 100644 --- a/include/dlaf/eigensolver/gen_to_std/impl.h +++ b/include/dlaf/eigensolver/gen_to_std/impl.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/reduction_to_band.h b/include/dlaf/eigensolver/reduction_to_band.h index 08bd4316b2..049df9a111 100644 --- a/include/dlaf/eigensolver/reduction_to_band.h +++ b/include/dlaf/eigensolver/reduction_to_band.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/reduction_to_band/api.h b/include/dlaf/eigensolver/reduction_to_band/api.h index de12a96e15..22da9a7502 100644 --- a/include/dlaf/eigensolver/reduction_to_band/api.h +++ b/include/dlaf/eigensolver/reduction_to_band/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/eigensolver/reduction_to_band/mc.h b/include/dlaf/eigensolver/reduction_to_band/mc.h index cadb9cfb23..43120b84cb 100644 --- a/include/dlaf/eigensolver/reduction_to_band/mc.h +++ b/include/dlaf/eigensolver/reduction_to_band/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/executors.h b/include/dlaf/executors.h index 44f681d12b..b56113f8ef 100644 --- a/include/dlaf/executors.h +++ b/include/dlaf/executors.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization.h b/include/dlaf/factorization.h index ef3f16b132..bc2bc6ad2c 100644 --- a/include/dlaf/factorization.h +++ b/include/dlaf/factorization.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/cholesky.h b/include/dlaf/factorization/cholesky.h index af8627cc92..69d647f7d0 100644 --- a/include/dlaf/factorization/cholesky.h +++ b/include/dlaf/factorization/cholesky.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/cholesky/api.h b/include/dlaf/factorization/cholesky/api.h index a7fbdc5636..3c6a3e3704 100644 --- a/include/dlaf/factorization/cholesky/api.h +++ b/include/dlaf/factorization/cholesky/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/cholesky/impl.h b/include/dlaf/factorization/cholesky/impl.h index 9ea2791d9f..348956b623 100644 --- a/include/dlaf/factorization/cholesky/impl.h +++ b/include/dlaf/factorization/cholesky/impl.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/qr.h b/include/dlaf/factorization/qr.h index 9c095a9a7b..77aa361c6c 100644 --- a/include/dlaf/factorization/qr.h +++ b/include/dlaf/factorization/qr.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/qr/api.h b/include/dlaf/factorization/qr/api.h index 4c739ba548..ea1d510032 100644 --- a/include/dlaf/factorization/qr/api.h +++ b/include/dlaf/factorization/qr/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/qr/mc.h b/include/dlaf/factorization/qr/mc.h index 8eced2b3d6..40ca24579a 100644 --- a/include/dlaf/factorization/qr/mc.h +++ b/include/dlaf/factorization/qr/mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/factorization/qr/t_factor_mc.h b/include/dlaf/factorization/qr/t_factor_mc.h index 4f3f7e993d..1e7d510924 100644 --- a/include/dlaf/factorization/qr/t_factor_mc.h +++ b/include/dlaf/factorization/qr/t_factor_mc.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/init.h b/include/dlaf/init.h index f834257dae..0cef7b957f 100644 --- a/include/dlaf/init.h +++ b/include/dlaf/init.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/lapack/enum_output.h b/include/dlaf/lapack/enum_output.h index fa6c2920f4..8288e12fe7 100644 --- a/include/dlaf/lapack/enum_output.h +++ b/include/dlaf/lapack/enum_output.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/lapack/tile.h b/include/dlaf/lapack/tile.h index c09bab92d9..cfd115dfa6 100644 --- a/include/dlaf/lapack/tile.h +++ b/include/dlaf/lapack/tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/copy.h b/include/dlaf/matrix/copy.h index 2c6d7e81c6..b2adb2fdc4 100644 --- a/include/dlaf/matrix/copy.h +++ b/include/dlaf/matrix/copy.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/copy_tile.h b/include/dlaf/matrix/copy_tile.h index 07331c9c85..e8e61500f6 100644 --- a/include/dlaf/matrix/copy_tile.h +++ b/include/dlaf/matrix/copy_tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/distribution.h b/include/dlaf/matrix/distribution.h index 17f18ed1d7..8e295b2043 100644 --- a/include/dlaf/matrix/distribution.h +++ b/include/dlaf/matrix/distribution.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/index.h b/include/dlaf/matrix/index.h index 6a6430dcb1..ff16b5dfe3 100644 --- a/include/dlaf/matrix/index.h +++ b/include/dlaf/matrix/index.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/internal/tile_future_manager.h b/include/dlaf/matrix/internal/tile_future_manager.h index 4beb1c7d60..6d1dd73f88 100644 --- a/include/dlaf/matrix/internal/tile_future_manager.h +++ b/include/dlaf/matrix/internal/tile_future_manager.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/layout_info.h b/include/dlaf/matrix/layout_info.h index 64187c5df3..e0dbb8ee4a 100644 --- a/include/dlaf/matrix/layout_info.h +++ b/include/dlaf/matrix/layout_info.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix.h b/include/dlaf/matrix/matrix.h index cb97a8cf24..b139168a78 100644 --- a/include/dlaf/matrix/matrix.h +++ b/include/dlaf/matrix/matrix.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix.tpp b/include/dlaf/matrix/matrix.tpp index 4c69e74fa9..9cdbf8b942 100644 --- a/include/dlaf/matrix/matrix.tpp +++ b/include/dlaf/matrix/matrix.tpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix_base.h b/include/dlaf/matrix/matrix_base.h index 19e252d657..3c47c8f63d 100644 --- a/include/dlaf/matrix/matrix_base.h +++ b/include/dlaf/matrix/matrix_base.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix_const.tpp b/include/dlaf/matrix/matrix_const.tpp index 442ff75908..3f84bccc16 100644 --- a/include/dlaf/matrix/matrix_const.tpp +++ b/include/dlaf/matrix/matrix_const.tpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix_mirror.h b/include/dlaf/matrix/matrix_mirror.h index 7ec6ef18bb..2bf34b4409 100644 --- a/include/dlaf/matrix/matrix_mirror.h +++ b/include/dlaf/matrix/matrix_mirror.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix_view.h b/include/dlaf/matrix/matrix_view.h index e289212f60..1713a4ff97 100644 --- a/include/dlaf/matrix/matrix_view.h +++ b/include/dlaf/matrix/matrix_view.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/matrix_view_const.tpp b/include/dlaf/matrix/matrix_view_const.tpp index 92dee62fb4..c136788471 100644 --- a/include/dlaf/matrix/matrix_view_const.tpp +++ b/include/dlaf/matrix/matrix_view_const.tpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/panel.h b/include/dlaf/matrix/panel.h index 7c3631020e..e55d169907 100644 --- a/include/dlaf/matrix/panel.h +++ b/include/dlaf/matrix/panel.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/print_csv.h b/include/dlaf/matrix/print_csv.h index 0001076e22..78d8312999 100644 --- a/include/dlaf/matrix/print_csv.h +++ b/include/dlaf/matrix/print_csv.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/print_numpy.h b/include/dlaf/matrix/print_numpy.h index 1ffd1c2192..3361fdc878 100644 --- a/include/dlaf/matrix/print_numpy.h +++ b/include/dlaf/matrix/print_numpy.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/tile.h b/include/dlaf/matrix/tile.h index ed27914c3c..dc7a88094e 100644 --- a/include/dlaf/matrix/tile.h +++ b/include/dlaf/matrix/tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/matrix/util_distribution.h b/include/dlaf/matrix/util_distribution.h index 987f96dec0..8180eb19f0 100644 --- a/include/dlaf/matrix/util_distribution.h +++ b/include/dlaf/matrix/util_distribution.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/memory/memory_chunk.h b/include/dlaf/memory/memory_chunk.h index 420e3c4644..58ffbd39ab 100644 --- a/include/dlaf/memory/memory_chunk.h +++ b/include/dlaf/memory/memory_chunk.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/memory/memory_view.h b/include/dlaf/memory/memory_view.h index 73c9532032..17cf9009d6 100644 --- a/include/dlaf/memory/memory_view.h +++ b/include/dlaf/memory/memory_view.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/multiplication/triangular.h b/include/dlaf/multiplication/triangular.h index f17d04b4e7..7e300542ce 100644 --- a/include/dlaf/multiplication/triangular.h +++ b/include/dlaf/multiplication/triangular.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/multiplication/triangular/api.h b/include/dlaf/multiplication/triangular/api.h index 4f3b3db231..0a92078419 100644 --- a/include/dlaf/multiplication/triangular/api.h +++ b/include/dlaf/multiplication/triangular/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/multiplication/triangular/impl.h b/include/dlaf/multiplication/triangular/impl.h index 99fac73358..f93b7373ca 100644 --- a/include/dlaf/multiplication/triangular/impl.h +++ b/include/dlaf/multiplication/triangular/impl.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/lift_non_sender.h b/include/dlaf/sender/lift_non_sender.h index e6b42be235..bb08e78730 100644 --- a/include/dlaf/sender/lift_non_sender.h +++ b/include/dlaf/sender/lift_non_sender.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/make_sender_algorithm_overloads.h b/include/dlaf/sender/make_sender_algorithm_overloads.h index e4a42e4df3..f5cfe1e470 100644 --- a/include/dlaf/sender/make_sender_algorithm_overloads.h +++ b/include/dlaf/sender/make_sender_algorithm_overloads.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/partial_transform.h b/include/dlaf/sender/partial_transform.h index ea985cdfec..083f4f6590 100644 --- a/include/dlaf/sender/partial_transform.h +++ b/include/dlaf/sender/partial_transform.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/policy.h b/include/dlaf/sender/policy.h index 7a36b3c40e..ae948a2346 100644 --- a/include/dlaf/sender/policy.h +++ b/include/dlaf/sender/policy.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/traits.h b/include/dlaf/sender/traits.h index 8f789e3c34..e619a8ff98 100644 --- a/include/dlaf/sender/traits.h +++ b/include/dlaf/sender/traits.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/transform.h b/include/dlaf/sender/transform.h index ae7a05cc6a..c5d42c3f51 100644 --- a/include/dlaf/sender/transform.h +++ b/include/dlaf/sender/transform.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/typelist.h b/include/dlaf/sender/typelist.h index 24ffc93583..d92ab7eeb8 100644 --- a/include/dlaf/sender/typelist.h +++ b/include/dlaf/sender/typelist.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/sender/when_all_lift.h b/include/dlaf/sender/when_all_lift.h index 6d32b31ab8..39ca09be8e 100644 --- a/include/dlaf/sender/when_all_lift.h +++ b/include/dlaf/sender/when_all_lift.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/solver.h b/include/dlaf/solver.h index 4fca9db08b..2c4ae49a15 100644 --- a/include/dlaf/solver.h +++ b/include/dlaf/solver.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/solver/triangular.h b/include/dlaf/solver/triangular.h index 68eb27dc50..37464db3c5 100644 --- a/include/dlaf/solver/triangular.h +++ b/include/dlaf/solver/triangular.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/solver/triangular/api.h b/include/dlaf/solver/triangular/api.h index 4a607d79c3..4e9abed7bb 100644 --- a/include/dlaf/solver/triangular/api.h +++ b/include/dlaf/solver/triangular/api.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/solver/triangular/impl.h b/include/dlaf/solver/triangular/impl.h index 4193679c6f..62488a2062 100644 --- a/include/dlaf/solver/triangular/impl.h +++ b/include/dlaf/solver/triangular/impl.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/traits.h b/include/dlaf/traits.h index cde2341642..70ab6bc0a3 100644 --- a/include/dlaf/traits.h +++ b/include/dlaf/traits.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/types.h b/include/dlaf/types.h index af83ff8250..a705bd7c67 100644 --- a/include/dlaf/types.h +++ b/include/dlaf/types.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/util_blas.h b/include/dlaf/util_blas.h index 38f63a0f82..77058c9201 100644 --- a/include/dlaf/util_blas.h +++ b/include/dlaf/util_blas.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/util_cublas.h b/include/dlaf/util_cublas.h index 8def82e953..d86bbfa7ea 100644 --- a/include/dlaf/util_cublas.h +++ b/include/dlaf/util_cublas.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/util_math.h b/include/dlaf/util_math.h index 3b29c0cc8d..1c697ed19c 100644 --- a/include/dlaf/util_math.h +++ b/include/dlaf/util_math.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/util_matrix.h b/include/dlaf/util_matrix.h index fbf2de157f..875bd97e9f 100644 --- a/include/dlaf/util_matrix.h +++ b/include/dlaf/util_matrix.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/util_tile.h b/include/dlaf/util_tile.h index 225bd08af0..e7b06030a0 100644 --- a/include/dlaf/util_tile.h +++ b/include/dlaf/util_tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/include/dlaf/version.h.in b/include/dlaf/version.h.in index b5fbfa4d07..cc5ad0f083 100644 --- a/include/dlaf/version.h.in +++ b/include/dlaf/version.h.in @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/CMakeLists.txt b/miniapp/CMakeLists.txt index 9f1040f583..d37b26b45e 100644 --- a/miniapp/CMakeLists.txt +++ b/miniapp/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/include/dlaf/miniapp/dispatch.h b/miniapp/include/dlaf/miniapp/dispatch.h index 5090ff21e0..3c0373f5ea 100644 --- a/miniapp/include/dlaf/miniapp/dispatch.h +++ b/miniapp/include/dlaf/miniapp/dispatch.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/include/dlaf/miniapp/options.h b/miniapp/include/dlaf/miniapp/options.h index f156a2ba8c..5c5f035088 100644 --- a/miniapp/include/dlaf/miniapp/options.h +++ b/miniapp/include/dlaf/miniapp/options.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/miniapp_cholesky.cpp b/miniapp/miniapp_cholesky.cpp index 0842755858..19d49c1de2 100644 --- a/miniapp/miniapp_cholesky.cpp +++ b/miniapp/miniapp_cholesky.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/miniapp_cublas.cpp b/miniapp/miniapp_cublas.cpp index e3f308d13c..9a89965320 100644 --- a/miniapp/miniapp_cublas.cpp +++ b/miniapp/miniapp_cublas.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/miniapp_reduction_to_band.cpp b/miniapp/miniapp_reduction_to_band.cpp index f6d6976183..1d7bfd011a 100644 --- a/miniapp/miniapp_reduction_to_band.cpp +++ b/miniapp/miniapp_reduction_to_band.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/miniapp/miniapp_triangular_solver.cpp b/miniapp/miniapp_triangular_solver.cpp index 90afb5ead7..5d11ee01e8 100644 --- a/miniapp/miniapp_triangular_solver.cpp +++ b/miniapp/miniapp_triangular_solver.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/misc/HEADER b/misc/HEADER index c51be628b2..a5839d5bab 100644 --- a/misc/HEADER +++ b/misc/HEADER @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/spack/packages/dla-future/package.py b/spack/packages/dla-future/package.py index bd62cbe785..13e86f443d 100644 --- a/spack/packages/dla-future/package.py +++ b/spack/packages/dla-future/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e1cc231dd7..8c0d6b7a77 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/src/communication/communicator.cpp b/src/communication/communicator.cpp index d70d06a776..7d015e8069 100644 --- a/src/communication/communicator.cpp +++ b/src/communication/communicator.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/communication/communicator_grid.cpp b/src/communication/communicator_grid.cpp index 8639450415..af375064a2 100644 --- a/src/communication/communicator_grid.cpp +++ b/src/communication/communicator_grid.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/cusolver/assert_info.cu b/src/cusolver/assert_info.cu index 6b8dd4c001..8d29e94a41 100644 --- a/src/cusolver/assert_info.cu +++ b/src/cusolver/assert_info.cu @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/eigensolver/band_to_tridiag/mc.cpp b/src/eigensolver/band_to_tridiag/mc.cpp index ca2f13b37d..a374dc9382 100644 --- a/src/eigensolver/band_to_tridiag/mc.cpp +++ b/src/eigensolver/band_to_tridiag/mc.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/init.cpp b/src/init.cpp index 2f890e9d5c..c18e3a70dd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/matrix/distribution.cpp b/src/matrix/distribution.cpp index fe3d6d0a04..d2716d16c4 100644 --- a/src/matrix/distribution.cpp +++ b/src/matrix/distribution.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/src/matrix/layout_info.cpp b/src/matrix/layout_info.cpp index 6fb62e9a01..ecced6b04c 100644 --- a/src/matrix/layout_info.cpp +++ b/src/matrix/layout_info.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 945e540344..dc5d0aab16 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/blas/invoke.h b/test/include/dlaf_test/blas/invoke.h index 150aa67efe..cdc75ff78e 100644 --- a/test/include/dlaf_test/blas/invoke.h +++ b/test/include/dlaf_test/blas/invoke.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/comm_grids/grids_6_ranks.h b/test/include/dlaf_test/comm_grids/grids_6_ranks.h index f73f840965..d42f8a8f52 100644 --- a/test/include/dlaf_test/comm_grids/grids_6_ranks.h +++ b/test/include/dlaf_test/comm_grids/grids_6_ranks.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/helper_communicators.h b/test/include/dlaf_test/helper_communicators.h index f7dca46288..57797111f0 100644 --- a/test/include/dlaf_test/helper_communicators.h +++ b/test/include/dlaf_test/helper_communicators.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/lapack/invoke.h b/test/include/dlaf_test/lapack/invoke.h index c8983f6451..0effa2805f 100644 --- a/test/include/dlaf_test/lapack/invoke.h +++ b/test/include/dlaf_test/lapack/invoke.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/matrix_local.h b/test/include/dlaf_test/matrix/matrix_local.h index c805798a7c..67283f3627 100644 --- a/test/include/dlaf_test/matrix/matrix_local.h +++ b/test/include/dlaf_test/matrix/matrix_local.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_generic_blas.h b/test/include/dlaf_test/matrix/util_generic_blas.h index 09911d1df4..06468b1de4 100644 --- a/test/include/dlaf_test/matrix/util_generic_blas.h +++ b/test/include/dlaf_test/matrix/util_generic_blas.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_generic_lapack.h b/test/include/dlaf_test/matrix/util_generic_lapack.h index 23f565741f..b187826af8 100644 --- a/test/include/dlaf_test/matrix/util_generic_lapack.h +++ b/test/include/dlaf_test/matrix/util_generic_lapack.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_matrix.h b/test/include/dlaf_test/matrix/util_matrix.h index 3a4efc98d8..930dd21290 100644 --- a/test/include/dlaf_test/matrix/util_matrix.h +++ b/test/include/dlaf_test/matrix/util_matrix.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_matrix_futures.h b/test/include/dlaf_test/matrix/util_matrix_futures.h index a28cafd985..7e1d5de5b1 100644 --- a/test/include/dlaf_test/matrix/util_matrix_futures.h +++ b/test/include/dlaf_test/matrix/util_matrix_futures.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_matrix_local.h b/test/include/dlaf_test/matrix/util_matrix_local.h index 97e6d07b12..2b36664949 100644 --- a/test/include/dlaf_test/matrix/util_matrix_local.h +++ b/test/include/dlaf_test/matrix/util_matrix_local.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_tile.h b/test/include/dlaf_test/matrix/util_tile.h index 19bb1289c4..97561677c1 100644 --- a/test/include/dlaf_test/matrix/util_tile.h +++ b/test/include/dlaf_test/matrix/util_tile.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/matrix/util_tile_blas.h b/test/include/dlaf_test/matrix/util_tile_blas.h index c60a2a427a..140097d46a 100644 --- a/test/include/dlaf_test/matrix/util_tile_blas.h +++ b/test/include/dlaf_test/matrix/util_tile_blas.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/include/dlaf_test/util_types.h b/test/include/dlaf_test/util_types.h index 58bcebb111..bf853ffb5c 100644 --- a/test/include/dlaf_test/util_types.h +++ b/test/include/dlaf_test/util_types.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/src/CMakeLists.txt b/test/src/CMakeLists.txt index bb0d46e55c..492afcc2ce 100644 --- a/test/src/CMakeLists.txt +++ b/test/src/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/src/gtest_hpx_main.cpp b/test/src/gtest_hpx_main.cpp index e901ef21e0..8d20a6522e 100644 --- a/test/src/gtest_hpx_main.cpp +++ b/test/src/gtest_hpx_main.cpp @@ -30,7 +30,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/src/gtest_mpi_listener.cpp b/test/src/gtest_mpi_listener.cpp index 5b20511c06..4e8afa2a28 100644 --- a/test/src/gtest_mpi_listener.cpp +++ b/test/src/gtest_mpi_listener.cpp @@ -1,6 +1,6 @@ // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/src/gtest_mpi_listener.h b/test/src/gtest_mpi_listener.h index de700a642d..d68035ae13 100644 --- a/test/src/gtest_mpi_listener.h +++ b/test/src/gtest_mpi_listener.h @@ -1,6 +1,6 @@ // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/src/gtest_mpi_main.cpp b/test/src/gtest_mpi_main.cpp index f54ee5b617..4b00824d5e 100644 --- a/test/src/gtest_mpi_main.cpp +++ b/test/src/gtest_mpi_main.cpp @@ -30,7 +30,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/src/gtest_mpihpx_main.cpp b/test/src/gtest_mpihpx_main.cpp index 4e4088a3ea..a85f1ac0ac 100644 --- a/test/src/gtest_mpihpx_main.cpp +++ b/test/src/gtest_mpihpx_main.cpp @@ -30,7 +30,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 53ac74c9e9..d1c609b6dd 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/auxiliary/CMakeLists.txt b/test/unit/auxiliary/CMakeLists.txt index ed9014ed2b..a458bf7d9e 100644 --- a/test/unit/auxiliary/CMakeLists.txt +++ b/test/unit/auxiliary/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/auxiliary/mc/CMakeLists.txt b/test/unit/auxiliary/mc/CMakeLists.txt index f955f2003f..28ea191aee 100644 --- a/test/unit/auxiliary/mc/CMakeLists.txt +++ b/test/unit/auxiliary/mc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/auxiliary/mc/test_norm.cpp b/test/unit/auxiliary/mc/test_norm.cpp index 369ba6522b..94f4abedac 100644 --- a/test/unit/auxiliary/mc/test_norm.cpp +++ b/test/unit/auxiliary/mc/test_norm.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/CMakeLists.txt b/test/unit/common/CMakeLists.txt index 50455065a6..f503a7768f 100644 --- a/test/unit/common/CMakeLists.txt +++ b/test/unit/common/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/test_data_descriptor.cpp b/test/unit/common/test_data_descriptor.cpp index dfa76b8fa7..f0491f7956 100644 --- a/test/unit/common/test_data_descriptor.cpp +++ b/test/unit/common/test_data_descriptor.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/test_index2d.cpp b/test/unit/common/test_index2d.cpp index f7e2e49a24..45f10a2d6c 100644 --- a/test/unit/common/test_index2d.cpp +++ b/test/unit/common/test_index2d.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/test_pipeline.cpp b/test/unit/common/test_pipeline.cpp index 120f73bfb8..c751254982 100644 --- a/test/unit/common/test_pipeline.cpp +++ b/test/unit/common/test_pipeline.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/test_range2d.cpp b/test/unit/common/test_range2d.cpp index ddfdc40303..29f93f3472 100644 --- a/test/unit/common/test_range2d.cpp +++ b/test/unit/common/test_range2d.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/common/test_size2d.cpp b/test/unit/common/test_size2d.cpp index 9dbfe61f69..aaf518f834 100644 --- a/test/unit/common/test_size2d.cpp +++ b/test/unit/common/test_size2d.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/CMakeLists.txt b/test/unit/communication/CMakeLists.txt index 1292d0198e..dc2655f5d0 100644 --- a/test/unit/communication/CMakeLists.txt +++ b/test/unit/communication/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_all_reduce.cpp b/test/unit/communication/test_all_reduce.cpp index 57e6834558..45ce0fec58 100644 --- a/test/unit/communication/test_all_reduce.cpp +++ b/test/unit/communication/test_all_reduce.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_broadcast.cpp b/test/unit/communication/test_broadcast.cpp index 4e3c727d2e..212b7b4737 100644 --- a/test/unit/communication/test_broadcast.cpp +++ b/test/unit/communication/test_broadcast.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_broadcast_matrix.cpp b/test/unit/communication/test_broadcast_matrix.cpp index 93d5a91750..8e87fd2144 100644 --- a/test/unit/communication/test_broadcast_matrix.cpp +++ b/test/unit/communication/test_broadcast_matrix.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_broadcast_panel.cpp b/test/unit/communication/test_broadcast_panel.cpp index a4f787212c..437ad43838 100644 --- a/test/unit/communication/test_broadcast_panel.cpp +++ b/test/unit/communication/test_broadcast_panel.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_broadcast_tile.cpp b/test/unit/communication/test_broadcast_tile.cpp index 77fa5e3308..484e09c37a 100644 --- a/test/unit/communication/test_broadcast_tile.cpp +++ b/test/unit/communication/test_broadcast_tile.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_collective_async.cpp b/test/unit/communication/test_collective_async.cpp index c02e80eba1..986717f74f 100644 --- a/test/unit/communication/test_collective_async.cpp +++ b/test/unit/communication/test_collective_async.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_comm_executor.cpp b/test/unit/communication/test_comm_executor.cpp index b8b3e62ed0..e885b9a668 100644 --- a/test/unit/communication/test_comm_executor.cpp +++ b/test/unit/communication/test_comm_executor.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_comm_matrix.cpp b/test/unit/communication/test_comm_matrix.cpp index cee2257ec1..3321bd0bba 100644 --- a/test/unit/communication/test_comm_matrix.cpp +++ b/test/unit/communication/test_comm_matrix.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2019, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_communicator.cpp b/test/unit/communication/test_communicator.cpp index 13b67d84d7..9c4b0bf79a 100644 --- a/test/unit/communication/test_communicator.cpp +++ b/test/unit/communication/test_communicator.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_communicator_grid.cpp b/test/unit/communication/test_communicator_grid.cpp index 907967ec62..714fa595a3 100644 --- a/test/unit/communication/test_communicator_grid.cpp +++ b/test/unit/communication/test_communicator_grid.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_message.cpp b/test/unit/communication/test_message.cpp index 6d45d2136f..6e7d482d68 100644 --- a/test/unit/communication/test_message.cpp +++ b/test/unit/communication/test_message.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/communication/test_reduce.cpp b/test/unit/communication/test_reduce.cpp index 8fa5c85ee6..ed151bb79b 100644 --- a/test/unit/communication/test_reduce.cpp +++ b/test/unit/communication/test_reduce.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/CMakeLists.txt b/test/unit/eigensolver/CMakeLists.txt index 8283c748ef..e200fd601a 100644 --- a/test/unit/eigensolver/CMakeLists.txt +++ b/test/unit/eigensolver/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/mc/CMakeLists.txt b/test/unit/eigensolver/mc/CMakeLists.txt index fdf09353c0..d9dc4f37a3 100644 --- a/test/unit/eigensolver/mc/CMakeLists.txt +++ b/test/unit/eigensolver/mc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/mc/test_backtransformation.cpp b/test/unit/eigensolver/mc/test_backtransformation.cpp index 8adc9df0dd..2df57d01f1 100644 --- a/test/unit/eigensolver/mc/test_backtransformation.cpp +++ b/test/unit/eigensolver/mc/test_backtransformation.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/mc/test_reduction_to_band.cpp b/test/unit/eigensolver/mc/test_reduction_to_band.cpp index a5c98609ac..0625f9cc09 100644 --- a/test/unit/eigensolver/mc/test_reduction_to_band.cpp +++ b/test/unit/eigensolver/mc/test_reduction_to_band.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/test_band_to_tridiag.cpp b/test/unit/eigensolver/test_band_to_tridiag.cpp index cce42ec396..b6b84b9f91 100644 --- a/test/unit/eigensolver/test_band_to_tridiag.cpp +++ b/test/unit/eigensolver/test_band_to_tridiag.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/test_bt_band_to_tridiag.cpp b/test/unit/eigensolver/test_bt_band_to_tridiag.cpp index 42cfa4325f..191586fadb 100644 --- a/test/unit/eigensolver/test_bt_band_to_tridiag.cpp +++ b/test/unit/eigensolver/test_bt_band_to_tridiag.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/eigensolver/test_gen_to_std.cpp b/test/unit/eigensolver/test_gen_to_std.cpp index 01d338d447..371555b7b9 100644 --- a/test/unit/eigensolver/test_gen_to_std.cpp +++ b/test/unit/eigensolver/test_gen_to_std.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/factorization/CMakeLists.txt b/test/unit/factorization/CMakeLists.txt index 366c5c3d14..5fb6a25c1a 100644 --- a/test/unit/factorization/CMakeLists.txt +++ b/test/unit/factorization/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/factorization/mc/CMakeLists.txt b/test/unit/factorization/mc/CMakeLists.txt index ae56e1abc3..e36114e591 100644 --- a/test/unit/factorization/mc/CMakeLists.txt +++ b/test/unit/factorization/mc/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/factorization/mc/test_compute_t_factor.cpp b/test/unit/factorization/mc/test_compute_t_factor.cpp index d25dad0d5a..26da637fa6 100644 --- a/test/unit/factorization/mc/test_compute_t_factor.cpp +++ b/test/unit/factorization/mc/test_compute_t_factor.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/factorization/test_cholesky.cpp b/test/unit/factorization/test_cholesky.cpp index 49d33f67e2..85b321b104 100644 --- a/test/unit/factorization/test_cholesky.cpp +++ b/test/unit/factorization/test_cholesky.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/init/CMakeLists.txt b/test/unit/init/CMakeLists.txt index ad4b48d36d..17c34597e0 100644 --- a/test/unit/init/CMakeLists.txt +++ b/test/unit/init/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2020-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/init/test_init.cpp b/test/unit/init/test_init.cpp index 320021876a..b9ac6cab08 100644 --- a/test/unit/init/test_init.cpp +++ b/test/unit/init/test_init.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2020-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/CMakeLists.txt b/test/unit/matrix/CMakeLists.txt index 1fe023543f..a1fdea2c1e 100644 --- a/test/unit/matrix/CMakeLists.txt +++ b/test/unit/matrix/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_distribution.cpp b/test/unit/matrix/test_distribution.cpp index 7539e2ff1d..bd33d2a353 100644 --- a/test/unit/matrix/test_distribution.cpp +++ b/test/unit/matrix/test_distribution.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_layout_info.cpp b/test/unit/matrix/test_layout_info.cpp index 3725c60ca2..f3eb1e67c2 100644 --- a/test/unit/matrix/test_layout_info.cpp +++ b/test/unit/matrix/test_layout_info.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_matrix.cpp b/test/unit/matrix/test_matrix.cpp index 8848a3acc9..18f8516d7f 100644 --- a/test/unit/matrix/test_matrix.cpp +++ b/test/unit/matrix/test_matrix.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_matrix_local.cpp b/test/unit/matrix/test_matrix_local.cpp index 11b2a55c2d..fde72747dc 100644 --- a/test/unit/matrix/test_matrix_local.cpp +++ b/test/unit/matrix/test_matrix_local.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_matrix_mirror.cpp b/test/unit/matrix/test_matrix_mirror.cpp index ce340612ea..84e0bfe50b 100644 --- a/test/unit/matrix/test_matrix_mirror.cpp +++ b/test/unit/matrix/test_matrix_mirror.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_matrix_output.cpp b/test/unit/matrix/test_matrix_output.cpp index 0ebe6c78a8..69d96707ca 100644 --- a/test/unit/matrix/test_matrix_output.cpp +++ b/test/unit/matrix/test_matrix_output.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_matrix_view.cpp b/test/unit/matrix/test_matrix_view.cpp index af34409232..517fac2cf3 100644 --- a/test/unit/matrix/test_matrix_view.cpp +++ b/test/unit/matrix/test_matrix_view.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_panel.cpp b/test/unit/matrix/test_panel.cpp index d61cbf79ab..9ceb431b9e 100644 --- a/test/unit/matrix/test_panel.cpp +++ b/test/unit/matrix/test_panel.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_tile.cpp b/test/unit/matrix/test_tile.cpp index cca5dcb384..b9f3bf4ab3 100644 --- a/test/unit/matrix/test_tile.cpp +++ b/test/unit/matrix/test_tile.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_util_distribution.cpp b/test/unit/matrix/test_util_distribution.cpp index 50029cdfb0..f644d4576a 100644 --- a/test/unit/matrix/test_util_distribution.cpp +++ b/test/unit/matrix/test_util_distribution.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/matrix/test_util_matrix.cpp b/test/unit/matrix/test_util_matrix.cpp index 2bc303f767..c681354531 100644 --- a/test/unit/matrix/test_util_matrix.cpp +++ b/test/unit/matrix/test_util_matrix.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/memory/CMakeLists.txt b/test/unit/memory/CMakeLists.txt index 5c85a66a96..fae3388545 100644 --- a/test/unit/memory/CMakeLists.txt +++ b/test/unit/memory/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/memory/test_memory_chunk.cpp b/test/unit/memory/test_memory_chunk.cpp index 099feb2b29..6ca0b71a63 100644 --- a/test/unit/memory/test_memory_chunk.cpp +++ b/test/unit/memory/test_memory_chunk.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/memory/test_memory_view.cpp b/test/unit/memory/test_memory_view.cpp index 7bff05be56..25ca7335b6 100644 --- a/test/unit/memory/test_memory_view.cpp +++ b/test/unit/memory/test_memory_view.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/multiplication/CMakeLists.txt b/test/unit/multiplication/CMakeLists.txt index 2f36907686..cf51ac4c50 100644 --- a/test/unit/multiplication/CMakeLists.txt +++ b/test/unit/multiplication/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/multiplication/test_multiplication_triangular.cpp b/test/unit/multiplication/test_multiplication_triangular.cpp index 4f364b021f..8a18d74c3c 100644 --- a/test/unit/multiplication/test_multiplication_triangular.cpp +++ b/test/unit/multiplication/test_multiplication_triangular.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/solver/CMakeLists.txt b/test/unit/solver/CMakeLists.txt index 5d04bd6d92..dbd8f52339 100644 --- a/test/unit/solver/CMakeLists.txt +++ b/test/unit/solver/CMakeLists.txt @@ -1,7 +1,7 @@ # # Distributed Linear Algebra with Future (DLAF) # -# Copyright (c) 2018-2021, ETH Zurich +# Copyright (c) 2018-2022, ETH Zurich # All rights reserved. # # Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/solver/test_triangular.cpp b/test/unit/solver/test_triangular.cpp index fa2843f8c1..ed900fa4a8 100644 --- a/test/unit/solver/test_triangular.cpp +++ b/test/unit/solver/test_triangular.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile.cpp b/test/unit/test_blas_tile.cpp index 8a8a68b0d6..a0ca815b6d 100644 --- a/test/unit/test_blas_tile.cpp +++ b/test/unit/test_blas_tile.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_gemm.h b/test/unit/test_blas_tile/test_gemm.h index 56c0dde20b..6e1f0ff362 100644 --- a/test/unit/test_blas_tile/test_gemm.h +++ b/test/unit/test_blas_tile/test_gemm.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_hemm.h b/test/unit/test_blas_tile/test_hemm.h index c11c4fc0e7..16a285e776 100644 --- a/test/unit/test_blas_tile/test_hemm.h +++ b/test/unit/test_blas_tile/test_hemm.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_her2k.h b/test/unit/test_blas_tile/test_her2k.h index 1ebec7ca48..b2c88d5e24 100644 --- a/test/unit/test_blas_tile/test_her2k.h +++ b/test/unit/test_blas_tile/test_her2k.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_herk.h b/test/unit/test_blas_tile/test_herk.h index f012f939e1..a870e62d06 100644 --- a/test/unit/test_blas_tile/test_herk.h +++ b/test/unit/test_blas_tile/test_herk.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_trmm.h b/test/unit/test_blas_tile/test_trmm.h index 6495d88bef..905dcd2c88 100644 --- a/test/unit/test_blas_tile/test_trmm.h +++ b/test/unit/test_blas_tile/test_trmm.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_blas_tile/test_trsm.h b/test/unit/test_blas_tile/test_trsm.h index 414da29339..4fcba3e1fc 100644 --- a/test/unit/test_blas_tile/test_trsm.h +++ b/test/unit/test_blas_tile/test_trsm.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_lapack_tile.cpp b/test/unit/test_lapack_tile.cpp index dc05f177a3..b6545f3eda 100644 --- a/test/unit/test_lapack_tile.cpp +++ b/test/unit/test_lapack_tile.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_lapack_tile/test_hegst.h b/test/unit/test_lapack_tile/test_hegst.h index a708a0f261..2053f84b81 100644 --- a/test/unit/test_lapack_tile/test_hegst.h +++ b/test/unit/test_lapack_tile/test_hegst.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_lapack_tile/test_lange.h b/test/unit/test_lapack_tile/test_lange.h index 8bd6ba4ec7..bcc7411078 100644 --- a/test/unit/test_lapack_tile/test_lange.h +++ b/test/unit/test_lapack_tile/test_lange.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_lapack_tile/test_lantr.h b/test/unit/test_lapack_tile/test_lantr.h index 36554efad5..af824d30b2 100644 --- a/test/unit/test_lapack_tile/test_lantr.h +++ b/test/unit/test_lapack_tile/test_lantr.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_lapack_tile/test_potrf.h b/test/unit/test_lapack_tile/test_potrf.h index f2f731f65f..08ed30e90e 100644 --- a/test/unit/test_lapack_tile/test_potrf.h +++ b/test/unit/test_lapack_tile/test_potrf.h @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_types.cpp b/test/unit/test_types.cpp index 4c0acdd14c..d7f68bae84 100644 --- a/test/unit/test_types.cpp +++ b/test/unit/test_types.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory. diff --git a/test/unit/test_util_math.cpp b/test/unit/test_util_math.cpp index 5daa915064..1e38fbf287 100644 --- a/test/unit/test_util_math.cpp +++ b/test/unit/test_util_math.cpp @@ -1,7 +1,7 @@ // // Distributed Linear Algebra with Future (DLAF) // -// Copyright (c) 2018-2021, ETH Zurich +// Copyright (c) 2018-2022, ETH Zurich // All rights reserved. // // Please, refer to the LICENSE file in the root directory.