From 998caa34da003eac7672ce037a1e2dd259ab57a8 Mon Sep 17 00:00:00 2001 From: helldh Date: Sun, 1 Feb 2026 20:55:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ccf278a --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Scheduler Project - License + +1. Scheduler project code: + - Released into the public domain (CC0 1.0) + - You may use, modify, and distribute it without any restrictions. + - More info: https://creativecommons.org/publicdomain/zero/1.0/ + +2. cJSON library (used in this project): + - MIT License + - Author: Dave Gamble + - GitHub: https://github.com/DaveGamble/cJSON + - You must comply with the MIT License terms when using cJSON. + +Note: +This file clarifies that the Scheduler code is public domain, while cJSON remains under MIT. \ No newline at end of file