Files
WinDurango/dlls/d3d11_x/graphics_unknown.cpp
T
Serenity 6f3aeda020 Add license disclaimer to multiple source files
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.
2025-07-04 20:53:11 -04:00

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