From af5490b92c523ef92939eb9d6b8b1aaef92508ff Mon Sep 17 00:00:00 2001 From: Hira Barton Date: Fri, 8 Aug 2025 09:00:19 +0000 Subject: [PATCH] Add LICENSE --- LICENSE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e664210 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Noir Stack License v1.0 +Copyright (c) 2025 Noir Stack + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this repository and associated documentation files (the "Work"), to use, +copy, modify, merge, publish, and distribute copies of the Work, subject to +the following conditions: + +1. Attribution must be given to Noir Stack and CodexScrolls in any derivative works or distributions. +2. The Work may not be used for unlawful purposes. +3. Modifications must include a clear description of changes. + +THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND...