Skip to content

Commit e14cf13

Browse files
committed
Copyright Updates
Updated to 2024 Homogenized all names, and orders.
1 parent c6ac90b commit e14cf13

File tree

143 files changed

+274
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+274
-273
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ found in the lists below.
66

77
SPEX: a Sparse Left-looking Integer-Preserving LU Factorization
88

9-
Copyright (c) 2019-2023, Christopher Lourenco, JinHao Chen, Erick Moreno-
10-
Centeno, and Timothy A. Davis.
9+
Copyright (c) 2019-2024, Christopher Lourenco, JinHao Chen,
10+
Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
1111

1212
Available at:
1313

SPEX/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#-------------------------------------------------------------------------------
44

55
# SPEX: (c) 2019-2024, Chris Lourenco (US Naval Academy), Jinhao Chen,
6-
# Erick Moreno-Centeno, Timothy A. Davis, Texas A&M. All Rights Reserved.
6+
# Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis, Texas A&M.
7+
# All Rights Reserved.
78
# SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
89

910
#-------------------------------------------------------------------------------

SPEX/Config/SPEX.h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SPEX/Include/SPEX.h: Include file for SPEX Library
33
//------------------------------------------------------------------------------
44

5-
// SPEX: (c) 2019-2023, Chris Lourenco, Jinhao Chen,
6-
// Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
5+
// SPEX: (c) 2019-2024, Chris Lourenco, Jinhao Chen,
6+
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
77
// All Rights Reserved.
88
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

@@ -1060,7 +1060,7 @@ SPEX_info SPEX_mpfr_clear (mpfr_t x) ;
10601060
//------------------------------------------------------------------------------
10611061
//------------------------------------------------------------------------------
10621062

1063-
// Christopher Lourenco, Jinhao Chen, Timothy A. Davis, and Erick Moreno-Centeno
1063+
// Christopher Lourenco, Jinhao Chen, Erick Moreno-Centeno, and Timothy A. Davis
10641064

10651065

10661066
//------------------------------------------------------------------------------
@@ -1211,7 +1211,7 @@ SPEX_info SPEX_lu_solve // solves the linear system LD^(-1)U x = b
12111211
//------------------------------------------------------------------------------
12121212

12131213
// Christopher Lourenco, Jinhao Chen,
1214-
// Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
1214+
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
12151215

12161216

12171217
//------------------------------------------------------------------------------

SPEX/Config/SPEX.pc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPEX, Copyright (c) 2019-2024, Chris Lourenco (US Naval Academy), Jinhao
2-
# Chen, Erick Moreno-Centeno, Lorena Mejia Domenzain, Timothy A. Davis, Texas
3-
# A&M. All Rights Reserved.
1+
# SPEX, Copyright (c) 2019-2024, Chris Lourenco (US Naval Academy), Jinhao Chen
2+
# Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis, Texas A&M.
3+
# All Rights Reserved.
44
# SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
55

66
prefix=@prefix@

SPEX/Config/SPEXConfig.cmake.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# SuiteSparse/SPEX/cmake_modules/SPEXConfig.cmake
33
#-------------------------------------------------------------------------------
44

5-
# SPEX, Copyright (c) 2019-2023, Chris Lourenco (US Naval Academy), Jinhao
6-
# Chen, Erick Moreno-Centeno, Timothy A. Davis, Texas A&M. All Rights
7-
# Reserved.
5+
# SPEX, Copyright (c) 2019-2024, Chris Lourenco (US Naval Academy), Jinhao Chen
6+
# Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis, Texas A&M.
7+
# All Rights Reserved.
88
# SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

1010
#-------------------------------------------------------------------------------

SPEX/Config/Tcov_Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# SPEX/Tcov/Makefile: compile and run SPEX test coverage
33
#-------------------------------------------------------------------------------
44

5-
# SPEX: (c) 2019-2023, Chris Lourenco, Jinhao Chen,
6-
# Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
5+
# SPEX: (c) 2019-2024, Chris Lourenco, Jinhao Chen,
6+
# Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
77
# All Rights Reserved.
88
# SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

SPEX/Config/spex_deps.m.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function [suitesparse_libdir, suitesparse_incdir, gmp_lib, gmp_include, mpfr_lib
99
% LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@matlab_libdir@
1010

1111
% SPEX: (c) 2022-2024, Chris Lourenco, Jinhao Chen,
12-
% Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
12+
% Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
1313
% All Rights Reserved.
1414
% SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
1515

SPEX/Demo/Utilities/spex_demo_check_solution.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//------------------------------------------------------------------------------
44

55
// SPEX: (c) 2019-2024, Christopher Lourenco, Jinhao Chen,
6-
// Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
6+
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
77
// All Rights Reserved.
88
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

SPEX/Demo/Utilities/spex_demo_determine_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//------------------------------------------------------------------------------
44

55
// SPEX: (c) 2019-2024, Christopher Lourenco, Jinhao Chen,
6-
// Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
6+
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
77
// All Rights Reserved.
88
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

SPEX/Demo/Utilities/spex_demo_process_command_line.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//------------------------------------------------------------------------------
44

55
// SPEX: (c) 2019-2024, Christopher Lourenco, Jinhao Chen,
6-
// Lorena Mejia Domenzain, Timothy A. Davis, and Erick Moreno-Centeno.
6+
// Lorena Mejia Domenzain, Erick Moreno-Centeno, and Timothy A. Davis.
77
// All Rights Reserved.
88
// SPDX-License-Identifier: GPL-2.0-or-later or LGPL-3.0-or-later
99

0 commit comments

Comments
 (0)