From c0955890e7813f1cab9911919717556f1a2a054b Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Tue, 24 Oct 2023 19:01:33 +0200 Subject: [PATCH] Fix license note in /docs/index.md fixes #610 [skip ci] --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 510ce96b..7fc59206 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,4 +8,4 @@ FMPy is a free Python library to simulate [Functional Mock-up Units (FMUs)](http - has a graphical user interface - compiles C code FMUs and generates CMake projects for debugging -It's developed at Dassault Systèmes and released under the BSD 3-clause license. +It's developed at Dassault Systèmes and released under the BSD 2-clause license.