CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

Clarification of origin of forms_rt.jar #428

Closed gens-rainer closed 1 year ago

gens-rainer commented 1 year ago

Hello Thorsten,

during open-source-scanning inside Bosch a problem came up with the origin of the sources of forms_rt.jar. They unfortunately did not accept your statement, that it is released under Apache 2.0-license. Inside Bosch we cannot use software of Jetbrains released under their community-edition-license any more, because it mixes free licenses with proprietary ones. Could you maybe clarify, where it is from? Our problem is that we will very likely loose the permission to use the FMIKit as well.

Regards, Rainer

t-sommer commented 1 year ago

The forms_rt.jar is published on the Maven Repository under the Apache License 2.

This license is also referred to in the source files of com.intellij.uiDesigner.* (e.g. https://github.com/JetBrains/intellij-community/blob/master/platform/forms_rt/src/com/intellij/uiDesigner/core/GridLayoutManager.java).

gens-rainer commented 1 year ago

Thanks for the answer. It was the first step to google it. I filed this issue because the released file in the Maven-Repository and the distributed file in FMIKit are not the same. So where is it from?

t-sommer commented 1 year ago

The forms_rt.jar in this repo is from the IntelliJ Community Edition 2019.2.2.

gens-rainer commented 1 year ago

Thank you very much. And I apologize that I needed to bother you for that. Regards, Rainer.