From 74959cddf66d15a3bf315c17c6b01c345c95d158 Mon Sep 17 00:00:00 2001 From: Amber <63863236+amberisvibin@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:43:48 -0400 Subject: [PATCH] clarify license in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daf8108..57044c2 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ To avoid the infamous 65C22 bug, the system will use the 16550 UART from the PC I had started wiring together a board for prototyping, but it was destroyed in hurricane Helene. I am now recreating it in schematic form in order to order a PCB. -Prototype 1 is currently in progress. It will be a much simpler system. It will have no MMU, just the CPU, some RAM, some ROM, and the UART. \ No newline at end of file +Prototype 1 is currently in progress. It will be a much simpler system. It will have no MMU, just the CPU, some RAM, some ROM, and the UART. + +## License + +This project is licensed under the MIT license. This applies to both the hardware (schematics, build of materials, pcb layouts) and documentation. This does *not* apply to the datasheets/ directory. Files in that directory belong to their respective copyright holders.