Skip to content

Align license file handling with FMI #104

@Tc-Fast

Description

@Tc-Fast

Currently SSP does not specify where to put license files.

FMI on the other hand does specify the use of license files:
model.fmu
-- modelDescription.xml
-- documentation
---- index.html // entry point of the documentation
---- ...
------- licenses // directory for licenses (optional)
---------- license.{txt|html|spdx} // entry point for license information
---------- <license files> // for example BSD licenses (optional)
...

Adding it to SSP seems easy:
diagram.ssp
-- SystemStructureDescription.ssd
-- documentation
---- index.html // entry point of the documentation
---- ...
------- licenses // directory for licenses (optional) <--- NEW
---------- license.{txt|html|spdx} // entry point for license information <--- NEW
---------- <license files> // for example BSD licenses (optional) <--- NEW
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions