mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-05-01 14:59:35 -05:00
6f3aeda020
Updated various source files to include a disclaimer and license requirement. This ensures that any use, modification, or distribution of the code mandates the project to be open source under a compatible license with the GNU General Public License (GPL). The disclaimer outlines user obligations, including source code disclosure and attribution to the original author.
20 lines
885 B
C++
20 lines
885 B
C++
/*
|
|
================================================================================
|
|
DISCLAIMER AND LICENSE REQUIREMENT
|
|
|
|
This code is provided with the condition that if you use, modify, or distribute
|
|
this code in your project, you are required to make your project open source
|
|
under a license compatible with the GNU General Public License (GPL) or a
|
|
similarly strong copyleft license.
|
|
|
|
By using this code, you agree to:
|
|
1. Disclose your complete source code of any project incorporating this code.
|
|
2. Include this disclaimer in any copies or substantial portions of this file.
|
|
3. Provide clear attribution to the original author.
|
|
|
|
If you do not agree to these terms, you do not have permission to use this code.
|
|
|
|
================================================================================
|
|
*/
|
|
#include "graphics_unknown.h"
|
|
// TODO: see a reason for using a cpp file for this class
|