From fa8c6e38991fece386de5f1b8f01a9f3f91bbd2b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 9 Sep 2021 04:06:41 -0400 Subject: [PATCH] Update license to indicate GPL dependency. (#447) --- LICENSE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 33ba3306..9adf7f1c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -22,3 +22,8 @@ The GLM module is licensed under the MIT License: > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Note that the GLM module has an indirect dependency on the +[Rmath.jl](https://github.com/JuliaStats/Rmath.jl) library, which is licensed +under the terms of the GPLv2. See +[here](https://github.com/JuliaStats/Rmath-julia/blob/master/COPYING).