Skip to content

Commit e0b75c8

Browse files
committed
[README] Clarify apps are licensed under their own terms
1 parent 446dbe4 commit e0b75c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ An application that allows you to view PNG files https://github.com/Oiha-dev/Png
4646
- Each application is totally independent (and needs to bring its own libc, ...). data and bss sections are allocated in ITCM RAM, and the heap is pre-allocated from epsilon. The state of the application is totally reset upon entry.
4747
- To build a usable tar archive, relocation needs to be done to account the real adresses in flash of the binaries. There is a script called "archive" in this repository, which calls the linker on partially linked elf, to build final correctly relocated elf files (then added to the tar archive).
4848
- The file in the tar must be marked as executable to be executable.
49+
50+
## License
51+
52+
This work is licensed as under the MIT License terms.
53+
54+
Individual apps (contained in subfolders of `apps/`) are licensed under their
55+
own conditions and may not be MIT-compatible.

0 commit comments

Comments
 (0)