From ccc541ca166155b140fc43fe9a83458f170ead23 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Thu, 10 Oct 2024 12:38:57 +0200 Subject: [PATCH] Add License paragraph to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f2e6469..8e1db70 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ You should use a number of threads equal to the number of CPU cores. The `--init ![scene 0](assets/screenshot_1.png) ![scene 1](assets/screenshot_2.png) ![scene 2](assets/screenshot_3.png) + +# License +The ray tracer itself (main.c and camera.c) are MIT licensed. Everything else (other than 3p code) is released in the public domain. \ No newline at end of file