Update LICENSE.md

This commit is contained in:
ArjanOnwezen 2021-11-17 12:27:27 +01:00 committed by GitHub
parent 6aa88fb5f9
commit 4fcf2cd724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
# Licenses # License
Portapack Mayhem is distributed under GPL v3.0, however some sub projects might have different (GPL v3.0 compatible) licenses.
- Portapack Mayhem is distributed under GPL-2.0-or-later. [license](LICENSE.GPL-2.0-or-later) ## Other Licenses (compatible with GPL v3.0)
- ChiBIOS is licensed under GPL-3.0. [license](/firmware/chibios/license.txt) - Most of Portapack Mayhem is distributed under GPL-2.0-or-later. [license](LICENSE.GPL-2.0-or-later)
- ChibiOS is distributed under GPL v3.0. [license](/firmware/chibios/license.txt)
- Portapack-ChibiOS is distributed under Apache-2.0 [license](http://www.apache.org/licenses/LICENSE-2.0)