From d26035a0b4d2ace0e50ab18b886d94eacbaad4a8 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 22 Aug 2024 18:01:40 +0100 Subject: [PATCH] Update README.md and LICENSE.md --- LICENSE.md | 11 +++++++++-- README.md | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 244f5aa0..e37b999d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,13 @@ -# MIT License +# License -Copyright (c) Daniel John Jones +SignalFlow is an open-source framework that provided is under a dual license. + + - Use of the SignalFlow library with a Python interpreter, script or notebook is licensed under the free and permissive [MIT License](https://opensource.org/license/mit), reproduced in full below. + - Use of SignalFlow or its components outside of a Python environment (for example, embedded within a binary object) is subject to a separate agreement. Please [contact the author](https://danieljohnjones.com/contact/) to discuss. + +All content is copyright (c) Daniel John Jones. + +## MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d4844c6c..173c0071 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,9 @@ Thanks to the following contributors: - Arthur Carabott ([@acarabott](https://github.com/acarabott)), Tim Murray-Browne ([@timmb](https://github.com/timmb)): Windows support - Dan Stowell ([@danstowell](https://github.com/danstowell)): Build improvements - Marc Fargas ([@telenieko](https://github.com/telenieko)): Generous donation of the `signalflow` pypi namespace + +## License + +Use of the SignalFlow library with a Python interpreter, script or notebook is licensed under the free and permissive [MIT License](LICENSE.md). + +Use of SignalFlow or its components outside of a Python environment (for example, embedded within a binary object) is subject to a separate agreement. Please [contact the author](https://danieljohnjones.com/contact/) to discuss. \ No newline at end of file