# COPYRIGHTS

This R package contains code licensed under different licenses. Below is a list of included components and their respective licenses:

1. **ngme2 package code**:
   - License: GPL-3+
   - Copyright (C) 2024 David Bolin, Xiaotian Jin, Alexandre Simas, Jonas Wallin.

2. **AMD** (`src/SuiteSparse/AMD/`):
   - License: BSD-3-Clause
   - Copyright (c) 1996-2023, Timothy A. Davis, Patrick R. Amestoy, Iain S. Duff, and John K. Reid. All Rights Reserved.

3. **CAMD** (`src/SuiteSparse/CAMD/`):
   - License: BSD-3-Clause
   - Copyright (c) 2007-2023, Timothy A. Davis, Yanqing Chen, Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.

4. **CCOLAMD** (`src/SuiteSparse/CCOLAMD/`):
   - License: BSD-3-Clause
   - Copyright (c) 1996-2024, Timothy A. Davis, Sivasankaran Rajamanickam, and Stefan Larimore. All Rights Reserved.

5. **COLAMD** (`src/SuiteSparse/COLAMD/`):
   - License: BSD-3-Clause
   - Copyright (c) 1998-2024, Timothy A. Davis and Stefan Larimore. All Rights Reserved.

6. **SuiteSparse_config** (`src/SuiteSparse/SuiteSparse_config/`):
   - License: BSD-3-Clause
   - Copyright (c) 2012-2023, Timothy A. Davis. All Rights Reserved.

7. **CXSparse** (`src/SuiteSparse/CXSparse/`):
   - License: LGPL-2.1+
   - Copyright (c) 2006-2024, Timothy A. Davis. All Rights Reserved.

8. **CHOLMOD** (`src/SuiteSparse/CHOLMOD/`):
   - License: mixed (see below), Copyright (C) 2005-2023, Timothy A. Davis. All Rights Reserved.
   - CHOLMOD/Check, Cholesky, Utility, Partition: LGPL-2.1+
   - CHOLMOD/Modify, Supernodal, MatrixOps: GPL-2.0+
   - CHOLMOD/Include (cholmod.h): Apache-2.0
   - CHOLMOD/Modify is co-authored by William W. Hager.
   - Some CHOLMOD/Partition and CCOLAMD files are Copyright (C) University of Florida.

9. **METIS/GKlib sources bundled with CHOLMOD** (`src/SuiteSparse/CHOLMOD/SuiteSparse_metis/`):
   - License: see the license notices preserved in the corresponding source files.
   - Copyright (c) Regents of the University of Minnesota.
   - Selected files include code Copyright (C) Free Software Foundation, Inc.
   - Selected files include Mersenne Twister code Copyright (C) 2004, Makoto Matsumoto and Takuji Nishimura.
   - Selected Microsoft integer headers are Copyright (c) 2006, Alexander Chemeris.
