Opened 6 years ago
Last modified 5 years ago
#5386 new defect
Wrong copyright notice installed
Reported by: | Owned by: | Martin Sjölund | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Documentation | Version: | v1.14.0-dev-nightly |
Keywords: | Cc: |
Description
When looking into the files of the installed Modelica Standard Library I found something strange:
There are outdated copyright notices included in the file structures
/usr/share/doc/omlib-.../
The copyright notices do belong to previous version of the respective libraries. Please have a look at the attached files.
- MSL 3.2.3 shows Modelica License 2 but should be 3-BSD by now
- KeywordIO 0.9.0 shows Modelica License 1 but should be 3-BSD by now
I suppose this shall be corrected.
Attachments (2)
Change History (7)
by , 6 years ago
Attachment: | MSL_3.2.3.png added |
---|
comment:1 by , 6 years ago
https://github.com/OpenModelica/OMLibraries/commit/c97f5db7b8c2ce2ccec96d8fe5f33f8f693077eb should fix this. The problem is there is no standardized annotation for getting the license(s) of the library so I read it once and added them manually for the license they used to have... (This is also a problem for FMI where they want to put this information in the generated FMUs)
comment:3 by , 6 years ago
So this is basically a manual fix, if I understand this correctly.
The following Anton's and my libraries have been published under the Modelica 1 license in previous versions and are now all under the 3-BSD.
- ElectroMechanicalDrives
- EMOTH
- DriveControl
- HanserModelica
- PhotoVoltaics & PhotoVoltaics_TGM
- WindPowerPlants
comment:4 by , 6 years ago
Oh yeah, I added those some time ago as well, but they're not rebuilt until there is a new commit.
https://github.com/OpenModelica/OMLibraries/commit/49acef0d347af23f8a12cb44e5009fa8788811e8#diff-806e550cab32de669e6a4a292f2ab769
MSL 3.2.3 license file