Skip to content

Commit 4072978

Browse files
committed
Move license text to docs/src/index.md
1 parent 6f8d60d commit 4072978

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/src/basicUsage.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,3 @@ replace_head(tan(sin(tan(x))), tan, cos)
403403
## `SymEngine.jl` and symengine
404404

405405
This package only wraps those parts of symengine that are exposed through its [C wrapper](https://github.com/symengine/symengine/blob/master/symengine/cwrapper.cpp). The underlying C++ library has more functionality.
406-
407-
408-
## License
409-
410-
`SymEngine.jl` is licensed under the MIT open source license.

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ The package and dependencies can be obtained with standard `Pkg` calls.
1313
```julia
1414
julia> Pkg.add("SymEngine")
1515
```
16+
17+
## License
18+
19+
`SymEngine.jl` is licensed under the MIT open source license.

0 commit comments

Comments
 (0)