Last updated on December 5, 2024
This End User License Agreement (EULA) is a legal agreement between you and Cemalettin Dervis (us or we) and governs your use of cerlib (the Library).
1. Grant of License
1.1 cerlib
This EULA grants you the right to use cerlib, a 2D game framework for C++, subject to the following:
- cerlib is integrated and redistributed in a software application (Product) only;
- cerlib is not distributed under a different name;
- Product includes attribution in accordance with Clause 2
With this EULA, we grant you the right to use cerlib for Commercial and Non-Commercial use, with no royalties.
1.2 cerlib example code and media
This EULA grants you the right to use cerlib example code, which includes snippets of source files located in the examples folder and examples in the documentation, for all use, including Commercial use, subject to the following:
- Media files included in the cerlib examples, located in the “assets” folder, are not to be distributed.
2. Credits
All Products require an in-game credit line which must include the word “cerlib”.
3. Intellectual Property Rights
We are and remain at all times the owner of the Library (including all intellectual property rights in or to the Library). For the avoidance of doubt, nothing in this EULA may be deemed to grant or to you any proprietary or ownership interest or intellectual property rights in or to the Library other than the rights licensed pursuant to Clause 1.
You acknowledge and agree that you have no right, title or interest in and to the intellectual property rights in the Library.
4. Warranty and Limitation of Liability
The Library is provided by us “as is” and, to the maximum extent permitted by law, any express or implied warranties of any kind, including (but not limited to) all implied warranties of merchantability and fitness for a particular purpose are disclaimed.
In no event shall we and contributors be liable for any direct, special, indirect or consequential damages whatsoever resulting from loss of data or profits, whether in an action of contract, negligence or other tortious conduct, arising out of or in connection with the use or performance of the Library.
Third-party Libraries
The following lists third-party libraries that are used by cerlib internally, accompanied by their licenses. Other third-party libraries are attributed in source code form.
Simple DirectMedia Layer (SDL)
This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
- This notice may not be removed or altered from any source distribution.
stb
MIT License
Copyright (c) 2017 Sean Barrett
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.