From e926430dc26411359854133d48981e7d18e52fe5 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 20 Jun 2016 11:11:16 -0700 Subject: [PATCH] Remove CSparse functions. The functions and tests for these function have been moved to the package SuiteSparse.jl in the JuliaSparse organization. --- LICENSE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index e560a3e..fbd0efa 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -66,7 +66,6 @@ their own licenses: The following components of Julia's standard library have separate licenses: - base/fftw.jl (see [FFTW](http://fftw.org/doc/License-and-Copyright.html)) -- base/sparse/csparse.jl (LGPL-2.1+) - base/linalg/umfpack.jl (see [SUITESPARSE](http://faculty.cse.tamu.edu/davis/suitesparse.html)) - base/linalg/cholmod.jl (see [SUITESPARSE](http://faculty.cse.tamu.edu/davis/suitesparse.html))