From ec8588d581c1e21c9129ab87229aaa2ee2be5c82 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 29 Oct 2024 14:07:14 -0100 Subject: [PATCH] Update LICENSE.md --- LICENSE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 96fab37..b3cf9ee 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -19,3 +19,6 @@ The ExponentialUtilities.jl package is licensed under the MIT "Expat" License: > 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. + +The KIOPS implementation is derived from https://gitlab.com/stephane.gaudreault/jcp2021_highorder_sw/-/blob/master/kiops.py +with licensing approved by the original author.