mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Merge remote-tracking branch 'Kernel/master'
This commit is contained in:
54
Kernel/LICENSES.md
Normal file
54
Kernel/LICENSES.md
Normal file
@ -0,0 +1,54 @@
|
||||
# Licenses in the project
|
||||
|
||||
This project uses code from other projects, each with its own licenses.
|
||||
Below are the licenses associated with these components.
|
||||
Make sure to read and comply with these licenses before using or redistributing this software.
|
||||
|
||||
## printf
|
||||
|
||||
- **License:** The MIT License (MIT)
|
||||
- **Location:** [library/printf.c](library/printf.c) [include/printf.h](include/printf.h)
|
||||
|
||||
## stb_image
|
||||
|
||||
- **License:** The MIT License (MIT) and Public Domain
|
||||
- **Location:** [include/stb/image.h](include/stb/image.h)
|
||||
|
||||
## stb_image_resize
|
||||
|
||||
- **License:** The MIT License (MIT) and Public Domain
|
||||
- **Location:** [include/stb/image_resize.h](include/stb/image_resize.h)
|
||||
|
||||
## cargs
|
||||
|
||||
- **License:** The MIT License (MIT)
|
||||
- **Location:** [library/cargs.c](library/cargs.c) [include/cargs.h](include/cargs.h)
|
||||
|
||||
## cwalk
|
||||
|
||||
- **License:** The MIT License (MIT)
|
||||
- **Location:** [library/cwalk.c](library/cwalk.c) [include/cwalk.h](include/cwalk.h)
|
||||
|
||||
## Tamsyn Font (v1.11)
|
||||
|
||||
- **License:** Unknown
|
||||
- **Location:** [files/tamsyn-font-1.11/LICENSE](files/tamsyn-font-1.11/LICENSE)
|
||||
|
||||
## liballoc
|
||||
|
||||
- **License:** Public Domain
|
||||
- **Location:** [https://raw.githubusercontent.com/blanham/liballoc/master/LICENSE](https://raw.githubusercontent.com/blanham/liballoc/master/LICENSE)
|
||||
|
||||
## rpmalloc
|
||||
|
||||
- **License:** The MIT License (MIT) and Public Domain
|
||||
- **Location:** [https://raw.githubusercontent.com/mjansson/rpmalloc/develop/LICENSE](https://raw.githubusercontent.com/mjansson/rpmalloc/develop/LICENSE)
|
||||
|
||||
## ini.h
|
||||
|
||||
- **License:** The MIT License (MIT) and Public Domain
|
||||
- **Location:** [include/ini.h](include/ini.h)
|
||||
|
||||
---
|
||||
|
||||
Please refer to the respective license files for the full text of each license.
|
Reference in New Issue
Block a user