Skip to content

Commit

Permalink
Add License information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungminlee committed Apr 21, 2024
1 parent 662ea71 commit 07b9ca8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
[githubaction-url]: https://github.com/kyungminlee/SuperLU.jl/actions

0 comments on commit 07b9ca8

Please sign in to comment.