-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91d3748
commit 036c0da
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
(C) JuliaHub Inc. 2022-2023. All rights reserved. | ||
|
||
JuliaHub products (JuliaSim with all its modules, and all | ||
JuliaSim packages provided through the JuliaHubRegistry) are commercial | ||
products of JuliaHub, Inc. They are free to use for non-commercial academic | ||
teaching and research purposes. For commercial users, license fees apply. | ||
Please refer to the End User License Agreement (https://juliahub.com/company/eula/) | ||
for details. Please contact [email protected] for purchasing information. | ||
|
||
To report any bugs, issues, or feature requests for JuliaSim software, | ||
please use the public Github repository JuliaSimIssues, located at | ||
https://github.com/JuliaComputing/JuliaSimIssues. | ||
|
||
=============================================================================== | ||
|
||
Parts of the code in the PlanarMechanics submodule have been adapted from the PlanarMechanics modelica library, which is licensed under the 3-Clause BSD License. The original license text is included below. | ||
|
@@ -66,4 +77,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |