Skip to content

Commit

Permalink
remove BSD from license wording
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Oct 7, 2021
1 parent 9d76dbd commit 13848cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Julia wrapper for Jonathan Richard Shewchuk's Triangle mesh generator. The packa

## Licensing

When installing Triangulate.jl, a compiled library version of the Triangle library will be downloaded from the [Triangle_jll.jl](https://github.com/JuliaBinaryWrappers/Triangle_jll.jl) repository. This library is bound to a BSD License with Commercial Use Restriction, but the bindings to the library in this package, Triangulate.jl, are licensed under MIT. This means that code using the Triangle library via the Triangulate.jl bindings is subject to Triangle's licensing terms reproduced here:
When installing Triangulate.jl, a compiled library version of the Triangle library will be downloaded from the [Triangle_jll.jl](https://github.com/JuliaBinaryWrappers/Triangle_jll.jl) repository. This library is freely available with Commercial Use Restriction, but the bindings to the library in this package, Triangulate.jl, are licensed under MIT. This means that code using the Triangle library via the Triangulate.jl bindings is subject to Triangle's licensing terms reproduced here:

````
These programs may be freely redistributed under the condition that the
Expand Down

2 comments on commit 13848cf

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 13848cf Oct 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46278

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.1.0 -m "<description of version>" 13848cfc16fa146db9fcd0b6ab7965e7e33f99e4
git push origin v2.1.0

Please sign in to comment.