What is the proper place to add SPDX license information to .m
Matlab files?
In Matlab .m
files are often written as functions with one (main) function per file.
Matlab interprets comments of functions as inline documentation.
If we simply write SPDX comments there, it will be rendered in the help
information for the function.
https://de.mathworks.com/help/matlab/matlab_prog/add-help-for-your-program.html