From d89df0ac206fea90cdb2c7307dbd04d1d01d4193 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Tue, 19 Mar 2024 01:51:47 +0700 Subject: [PATCH] add license file --- LICENSE | 26 ++++++++++++++++++++++++++ src/display.hpp | 10 ++++++++++ src/display_iot.hpp | 2 +- src/lcd_elements.hpp | 5 ++++- src/main.cpp | 10 ---------- src/main.hpp | 10 ++++++++++ 6 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7a461d9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,26 @@ +COMMERCIAL SOFTWARE LICENSE AGREEMENT + +1. LICENSE GRANT: + Subject to the terms and conditions of this Agreement, SIWAT SYSTEM ("Vendor") hereby grants licensee a non-exclusive, non-transferable, non-redistributable license ("License") to use the software product identified as ESPMegaOS R.CUD ("Software"). + +2. PERMITTED USE: + Licensee may use the Software solely for licensee's own benifit. Licensee may modify + the Software for its internal use only. Any distribution, reproduction, or redistribution + of modified versions of the Software, whether for commercial or non-commercial purposes, + is expressly prohibited without prior written consent from the Vendor. + +3. OWNERSHIP: + Vendor retains all right, title, and interest in and to the Software, including all intellectual property + rights therein. This Agreement does not convey to Licensee any rights of ownership in the Software, + but only a limited right to use as expressly set forth herein. + +4. WARRANTY DISCLAIMER: + THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, + OR NON-INFRINGEMENT. + +5. LIMITATION OF LIABILITY: + IN NO EVENT SHALL VENDOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES + WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, + LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO + USE THE SOFTWARE, EVEN IF VENDOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. \ No newline at end of file diff --git a/src/display.hpp b/src/display.hpp index 3cb8bd8..e99914b 100644 --- a/src/display.hpp +++ b/src/display.hpp @@ -1,3 +1,13 @@ +/** + * @file display.hpp + * @author Siwat Sirichai (siwat@siwatinc.com) + * @brief Class for interfacing with the CU Demonstration Secondary School IoT 2024 Display HMIs + * @version 0.1 + * @date 2024-03-19 + * + * @copyright Copyright (c) SIWAT SYSTEM 2024 + * + */ #pragma once #include #include diff --git a/src/display_iot.hpp b/src/display_iot.hpp index fd11775..edbfb94 100644 --- a/src/display_iot.hpp +++ b/src/display_iot.hpp @@ -6,7 +6,7 @@ * @version 0.1 * @date 2024-03-19 * - * @copyright Copyright (c) Siwat System 2024 + * @copyright Copyright (c) SIWAT SIRICHAI 2024 * */ #include "display.hpp" diff --git a/src/lcd_elements.hpp b/src/lcd_elements.hpp index 0021c81..cfbede4 100644 --- a/src/lcd_elements.hpp +++ b/src/lcd_elements.hpp @@ -5,9 +5,12 @@ * @version 0.1 * @date 2024-03-19 * - * @copyright Copyright (c) Siwat System 2024 + * @copyright Copyright (c) SIWAT SYSTEM 2024 * */ + +#pragma once + /***************************************** * Page IDs * * ***************************************/ diff --git a/src/main.cpp b/src/main.cpp index a6e3777..9a888ad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,13 +1,3 @@ -/** - * @file main.cpp - * @author Siwat Sirichai (siwat@siwatinc.com) - * @brief CU Demonstration Secondary School IoT 2024 Project Main File - * @version 1.0 - * @date 2024-03-19 - * - * @copyright Copyright (c) Siwat System 2024 - * - */ #include /************************************************ diff --git a/src/main.hpp b/src/main.hpp index 472c0ad..9887a32 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -1,3 +1,13 @@ +/** + * @file main.cpp + * @author Siwat Sirichai (siwat@siwatinc.com) + * @brief CU Demonstration Secondary School IoT 2024 Project Main File + * @version 1.0 + * @date 2024-03-19 + * + * @copyright Copyright (c) SIWAT SYSTEM 2024 + * + */ #pragma once #include #include