Legal notices: information on third-party software and modules
Table of contents |
The “Legal notices” link at the bottom of the FirstSpirit start page can be used to call up information (including the name, version, license information) regarding:
- third-party software being used and
- modules installed on the server
This information is only accessible to users who have previously been authenticated in the system.
Information for module developers
The “Legal notices” section lists all modules that contain license information regarding their dependencies. These are all modules (FSM archives) which implement the <licenses><Path to licensefile></licenses> tag in the module[-isolated].xml module descriptor, for example:
<module>
...
<licenses>META-INF/licenses.csv</licenses>
...
</module>
The CSV file passed here must start with the following row:
"artifact","moduleUrl","moduleLicense","moduleLicenseUrl"
In the following rows, one piece of license information is then stored in each row in the specified format.
Any information that is missing is represented by an empty entry.
Example:
"artifact","moduleUrl","moduleLicense","moduleLicenseUrl"
"myClass",,"meine Klasse","http://www.somewhere.de"