License¶
tomOSii is provided under the terms of the GNU General Public License
version 2.
The license text can be found in the file LICENSE.txt in the project root
directory.
Each source file should be annotated with the respecive SPDX license identifier. For C source and header files, for instance, use the following in the first or second line of the file:
// SPDX-License-Identifier: GPL-2.0
Use the respective comment char for other languages.