Fennix/LICENSES.md
EnderIce2 d4001003a3
chore: add LICENSE file for rpmalloc
[skip ci]

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 21:05:06 +02:00

60 lines
2.0 KiB
Markdown

# 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(s):** [Kernel/library/printf.c](Kernel/library/printf.c) [Kernel/include/printf.h](Kernel/include/printf.h) [Userspace/libc/src/print/LICENSE](Userspace/libc/src/print/LICENSE)
## stb_image
- **License:** The MIT License (MIT) and Public Domain
- **Location(s):** [Kernel/include/stb/image.h](Kernel/include/stb/image.h)
## stb_image_resize
- **License:** The MIT License (MIT) and Public Domain
- **Location(s):** [Kernel/include/stb/image_resize.h](Kernel/include/stb/image_resize.h)
## cargs
- **License:** The MIT License (MIT)
- **Location(s):** [Kernel/library/cargs.c](Kernel/library/cargs.c) [Kernel/include/cargs.h](Kernel/include/cargs.h)
## cwalk
- **License:** The MIT License (MIT)
- **Location(s):** [Kernel/library/cwalk.c](Kernel/library/cwalk.c) [Kernel/include/cwalk.h](Kernel/include/cwalk.h)
## Tamsyn Font (v1.11)
- **License:** Unknown
- **Location(s):** [Kernel/files/tamsyn-font-1.11/LICENSE](Kernel/files/tamsyn-font-1.11/LICENSE)
## liballoc
- **License:** Public Domain
- **Location(s):** [Kernel/core/memory/heap_allocators/liballoc_1_1/LICENSE](Kernel/core/memory/heap_allocators/liballoc_1_1/LICENSE) [Userspace/libc/src/mem/LICENSE](Userspace/libc/src/mem/LICENSE)
## rpmalloc
- **License:** The MIT License (MIT) and Public Domain
- **Location(s):** [Kernel/core/memory/heap_allocators/rpmalloc/LICENSE](Kernel/core/memory/heap_allocators/rpmalloc/LICENSE)
## ini.h
- **License:** The MIT License (MIT) and Public Domain
- **Location(s):** [Kernel/include/ini.h](Kernel/include/ini.h)
## nanoprintf.h
- **License:** Unlicense and 0BSD
- **Location(s):** [Userspace/libc/interpreter/nanoprintf.h](Userspace/libc/interpreter/nanoprintf.h)
---
Please refer to the respective license files for the full text of each license.