From cd9e458f4e8181a1b0b7d4cf16e4a6bb8240681b Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Sat, 16 Nov 2019 17:50:27 +0100 Subject: [PATCH] Update copyrights --- CMakeLists.txt | 2 +- hqr_env.sh.in | 2 +- include/libhqr.h | 2 +- include/libhqr_internal.h | 2 +- include/libhqr_list.h | 2 +- include/libhqr_queue.h | 2 +- src/check.c | 2 +- src/gendot.c | 2 +- src/gensvg.c | 2 +- src/high_binary.c | 2 +- src/high_fibonacci.c | 2 +- src/high_flat.c | 2 +- src/high_greedy.c | 2 +- src/hqr.c | 2 +- src/low_adaptiv.c | 2 +- src/low_binary.c | 2 +- src/low_fibonacci.c | 2 +- src/low_flat.c | 2 +- src/low_greedy.c | 2 +- src/low_greedy1p.c | 2 +- src/mtxtree.c | 2 +- src/print.c | 2 +- src/queue.c | 2 +- src/svd.c | 2 +- src/systolic.c | 2 +- src/tphqr.c | 2 +- src/tshqr.c | 2 +- testings/CMakeLists.txt | 2 +- testings/common.c | 2 +- testings/common.h | 2 +- testings/draw_hqr.c | 2 +- testings/draw_systolic.c | 2 +- testings/draw_tphqr.c | 2 +- testings/testing_hqr.c | 2 +- testings/testing_print.c | 2 +- testings/testing_svd.c | 2 +- testings/testing_systolic.c | 2 +- testings/testing_tphqr.c | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b132ae9..9f60838 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ### # -# @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 0.1.0 diff --git a/hqr_env.sh.in b/hqr_env.sh.in index 15dc1f4..e41f8ee 100644 --- a/hqr_env.sh.in +++ b/hqr_env.sh.in @@ -1,7 +1,7 @@ # # @file hqr_env.sh # -# @copyright 2016-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2016-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 6.0.0 diff --git a/include/libhqr.h b/include/libhqr.h index 13d5a0b..5fb6a78 100644 --- a/include/libhqr.h +++ b/include/libhqr.h @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/include/libhqr_internal.h b/include/libhqr_internal.h index 856f34e..bc8d534 100644 --- a/include/libhqr_internal.h +++ b/include/libhqr_internal.h @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/include/libhqr_list.h b/include/libhqr_list.h index e57b51b..5db4fb3 100644 --- a/include/libhqr_list.h +++ b/include/libhqr_list.h @@ -4,7 +4,7 @@ * * List module for the adapted reduction tree algorithm. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/include/libhqr_queue.h b/include/libhqr_queue.h index c49b62b..e63b334 100644 --- a/include/libhqr_queue.h +++ b/include/libhqr_queue.h @@ -4,7 +4,7 @@ * * Queue module for the treewalk algorithm. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/check.c b/src/check.c index 9e926a2..2da189f 100644 --- a/src/check.c +++ b/src/check.c @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/gendot.c b/src/gendot.c index bfae26c..b77d457 100644 --- a/src/gendot.c +++ b/src/gendot.c @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/gensvg.c b/src/gensvg.c index 0362213..365fba5 100644 --- a/src/gensvg.c +++ b/src/gensvg.c @@ -4,7 +4,7 @@ * * File for algorithm of treewalking. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/high_binary.c b/src/high_binary.c index bee74ac..890f255 100644 --- a/src/high_binary.c +++ b/src/high_binary.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/high_fibonacci.c b/src/high_fibonacci.c index b081d37..f1a4425 100644 --- a/src/high_fibonacci.c +++ b/src/high_fibonacci.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/high_flat.c b/src/high_flat.c index 0ad0368..d2f3dcb 100644 --- a/src/high_flat.c +++ b/src/high_flat.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/high_greedy.c b/src/high_greedy.c index 9cf3e61..f327483 100644 --- a/src/high_greedy.c +++ b/src/high_greedy.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/hqr.c b/src/hqr.c index 17c5b8e..9e976e7 100644 --- a/src/hqr.c +++ b/src/hqr.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_adaptiv.c b/src/low_adaptiv.c index ec451b6..22063a6 100644 --- a/src/low_adaptiv.c +++ b/src/low_adaptiv.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_binary.c b/src/low_binary.c index ea36d12..1f97dfc 100644 --- a/src/low_binary.c +++ b/src/low_binary.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_fibonacci.c b/src/low_fibonacci.c index 153eaa1..6f183df 100644 --- a/src/low_fibonacci.c +++ b/src/low_fibonacci.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_flat.c b/src/low_flat.c index 6725c62..df08f58 100644 --- a/src/low_flat.c +++ b/src/low_flat.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_greedy.c b/src/low_greedy.c index a408cc8..dd9b578 100644 --- a/src/low_greedy.c +++ b/src/low_greedy.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/low_greedy1p.c b/src/low_greedy1p.c index a05931b..0f11bab 100644 --- a/src/low_greedy1p.c +++ b/src/low_greedy1p.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/mtxtree.c b/src/mtxtree.c index ebfc730..6d1db9e 100644 --- a/src/mtxtree.c +++ b/src/mtxtree.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/print.c b/src/print.c index 1c1830e..330f181 100644 --- a/src/print.c +++ b/src/print.c @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/queue.c b/src/queue.c index abcc59a..93f21ec 100644 --- a/src/queue.c +++ b/src/queue.c @@ -4,7 +4,7 @@ * * Queue module for the treewalk algorithm. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/svd.c b/src/svd.c index 54c8e57..d88a6a1 100644 --- a/src/svd.c +++ b/src/svd.c @@ -5,7 +5,7 @@ * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/systolic.c b/src/systolic.c index edf3178..e74fb5d 100644 --- a/src/systolic.c +++ b/src/systolic.c @@ -6,7 +6,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/tphqr.c b/src/tphqr.c index 57c1578..7d66431 100644 --- a/src/tphqr.c +++ b/src/tphqr.c @@ -2,7 +2,7 @@ * * @file tphqr.c * - * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/src/tshqr.c b/src/tshqr.c index 26d7c55..bbf38d5 100644 --- a/src/tshqr.c +++ b/src/tshqr.c @@ -2,7 +2,7 @@ * * @file tshqr.c * - * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/CMakeLists.txt b/testings/CMakeLists.txt index 0851d11..012a2a1 100644 --- a/testings/CMakeLists.txt +++ b/testings/CMakeLists.txt @@ -1,6 +1,6 @@ ### # -# @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 0.1.0 diff --git a/testings/common.c b/testings/common.c index 7097831..8694fce 100644 --- a/testings/common.c +++ b/testings/common.c @@ -2,7 +2,7 @@ * * @file common.c * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 0.1.0 diff --git a/testings/common.h b/testings/common.h index a77c42f..81d8fd9 100644 --- a/testings/common.h +++ b/testings/common.h @@ -2,7 +2,7 @@ * * @file common.h * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 0.1.0 diff --git a/testings/draw_hqr.c b/testings/draw_hqr.c index 065c169..3af2fd7 100644 --- a/testings/draw_hqr.c +++ b/testings/draw_hqr.c @@ -4,7 +4,7 @@ * * Binary to draw hierarchical trees. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/draw_systolic.c b/testings/draw_systolic.c index 5eb524f..cad734f 100644 --- a/testings/draw_systolic.c +++ b/testings/draw_systolic.c @@ -4,7 +4,7 @@ * * Binary to draw systolic trees. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/draw_tphqr.c b/testings/draw_tphqr.c index e865be5..af943e7 100644 --- a/testings/draw_tphqr.c +++ b/testings/draw_tphqr.c @@ -4,7 +4,7 @@ * * Binary to draw hierarchical trees used to compute the tsqrt/tslqt of a full matrix. * - * @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/testing_hqr.c b/testings/testing_hqr.c index af9bec9..9e51bd6 100644 --- a/testings/testing_hqr.c +++ b/testings/testing_hqr.c @@ -8,7 +8,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/testing_print.c b/testings/testing_print.c index 4795401..9a16c06 100644 --- a/testings/testing_print.c +++ b/testings/testing_print.c @@ -8,7 +8,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/testing_svd.c b/testings/testing_svd.c index c24b521..812d0dc 100644 --- a/testings/testing_svd.c +++ b/testings/testing_svd.c @@ -8,7 +8,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/testing_systolic.c b/testings/testing_systolic.c index 1c9eded..9747cc9 100644 --- a/testings/testing_systolic.c +++ b/testings/testing_systolic.c @@ -8,7 +8,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 diff --git a/testings/testing_tphqr.c b/testings/testing_tphqr.c index e6a7385..9d18727 100644 --- a/testings/testing_tphqr.c +++ b/testings/testing_tphqr.c @@ -8,7 +8,7 @@ * of Tennessee Research Foundation. All rights * reserved. * - * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 -- GitLab