From 77852b8d4014e7c08182e7118116e2a139488301 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sat, 16 Sep 2023 15:08:59 +0200 Subject: [PATCH] license --- LICENSE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..295b8b9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,9 @@ +Different parts of this repository have different licenses. + +The hardware design (PCB, schematics, ...) is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). + +The gateware design based on Litex is licensed under the same license as Litex, BSD 2-clause (bsd-2-clause), including additional Verilog. + +The stand-alone software parts (including, but not limited to firmware, drivers, etc.) are licensed under the GNU General Public License v2.0 (gpl-2.0). + +External repositories have their own licenses, see in each relevant repository. \ No newline at end of file