From aec9ab18f5e6d45987ffa4efadcfe123f9c20b0d Mon Sep 17 00:00:00 2001 From: dukantic Date: Sat, 27 Sep 2025 20:34:33 +0000 Subject: [PATCH] Add new file --- LICENSE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5522914 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +# License + +## Source Code + +All source code of this project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**. +This means: +- You are free to use, modify, and redistribute the code. +- Any redistribution or derivative work must be released under the same license (GPL-3.0). +- Full license text: [GNU GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.html) + +--- + +## Assets (2D and 3D) + +All 2D and 3D models, textures, sprites, sounds, music, and any other artistic resources included in this project are the **exclusive property of 2AMgame** (the studio formed by me and my collaborator). + +These assets **may not be used, copied, modified, or redistributed** without the express written permission of **2AMgame**. + +--- + +## Summary + +- **Code** → Licensed under **GNU GPL v3.0** +- **Assets (2D/3D, audio, visuals)** → **Exclusive property of 2AMgame** \ No newline at end of file