mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Restructured and rewritten entire codebase
This commit is contained in:
44
LICENSES.md
Normal file
44
LICENSES.md
Normal file
@ -0,0 +1,44 @@
|
||||
# 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)
|
||||
|
||||
...
|
||||
|
||||
Please refer to the respective license files for the full text of each license.
|
Reference in New Issue
Block a user