add license file
This commit is contained in:
parent
797e5a6184
commit
d89df0ac20
|
@ -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.
|
|
@ -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
|
#pragma once
|
||||||
#include <InternalDisplay.hpp>
|
#include <InternalDisplay.hpp>
|
||||||
#include <lcd_elements.hpp>
|
#include <lcd_elements.hpp>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2024-03-19
|
* @date 2024-03-19
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) Siwat System 2024
|
* @copyright Copyright (c) SIWAT SIRICHAI 2024
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "display.hpp"
|
#include "display.hpp"
|
||||||
|
|
|
@ -5,9 +5,12 @@
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @date 2024-03-19
|
* @date 2024-03-19
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) Siwat System 2024
|
* @copyright Copyright (c) SIWAT SYSTEM 2024
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
/*****************************************
|
/*****************************************
|
||||||
* Page IDs *
|
* Page IDs *
|
||||||
* ***************************************/
|
* ***************************************/
|
||||||
|
|
10
src/main.cpp
10
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 <main.hpp>
|
#include <main.hpp>
|
||||||
|
|
||||||
/************************************************
|
/************************************************
|
||||||
|
|
10
src/main.hpp
10
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
|
#pragma once
|
||||||
#include <ESPMegaProOS.hpp>
|
#include <ESPMegaProOS.hpp>
|
||||||
#include <ClimateCard.hpp>
|
#include <ClimateCard.hpp>
|
||||||
|
|
Loading…
Reference in New Issue