From 07b9ca88ab7bea79b78049368563e6b2341c2d73 Mon Sep 17 00:00:00 2001 From: Kyungmin Lee Date: Sat, 20 Apr 2024 22:34:22 -0700 Subject: [PATCH] Add License information to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8914e9d..ad40d25 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ julia> A = sparse([1.0 2.0; 3.0 4.0]) julia> lu = splu(A) ``` +## License + +SuperLU.jl is [MIT Licensed](LICENSE). + [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg [docs-stable-url]: http://kyungminlee.org/SuperLU.jl/stable [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg @@ -31,4 +35,4 @@ julia> lu = splu(A) [githubaction-img]: https://github.com/kyungminlee/SuperLU.jl/workflows/Build/badge.svg [githubaction-img-dev]: https://github.com/kyungminlee/SuperLU.jl/workflows/Build/badge.svg?branch=dev -[githubaction-url]: https://github.com/kyungminlee/SuperLU.jl/actions \ No newline at end of file +[githubaction-url]: https://github.com/kyungminlee/SuperLU.jl/actions