From 5dd60474467bca0a7b86410a9fdca8b160b19552 Mon Sep 17 00:00:00 2001 From: waynemwashuma <94756970+waynemwashuma@users.noreply.github.com> Date: Sat, 15 Nov 2025 21:02:08 +0300 Subject: [PATCH 1/3] Update git ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6688c64..ea70a6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ node_modules types dist docs -*.txt \ No newline at end of file + +# Temp files +*.txt +!LICENSE.txt \ No newline at end of file From 8cf385d0d3c44b5f5707619ff6af20568856830a Mon Sep 17 00:00:00 2001 From: waynemwashuma <94756970+waynemwashuma@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:26:51 +0300 Subject: [PATCH 2/3] Add license --- LICENSE.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..1a2672ee --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,26 @@ +Copyright © Wima Engine Authors 2024-present. All rights reserved. + +Permission is granted to use this work for personal and educational purposes only, under the following conditions: + +1. Non-Commercial Use. + This work may NOT be used, in whole or in part, for any commercial purpose without the express prior written permission of the copyright holder. + Commercial purposes include, but are not limited to: + - Selling, licensing, or otherwise monetizing the work or any derivative thereof; + - Using the work in any product, service, or platform that generates revenue or commercial advantage; + - Using the work in marketing, advertising, or promotional materials. + +2. No Redistribution. + You may NOT redistribute, upload, share, publish, or otherwise make this work or any modified version of it available to others in any form, including but not limited to public websites, repositories, file-sharing services, or physical media. + +3. Personal and Educational Use Only. + You may use and modify the work solely for your own personal study, research, practice, or classroom learning. + Any modified versions must remain private and may not be shared or published. + +4. Attribution. + When referencing or displaying this work for educational purposes, appropriate credit must be given to the copyright holder, including the holder’s name and a link to the original source (if available). + +5. No Endorsement. + The copyright holder’s name, likeness, or identity may not be used to endorse or promote any derivative works, products, or services without explicit written permission. + +6. No Warranty. + This work is provided “as is,” without any express or implied warranty. The copyright holder shall not be liable for any claim, damages, or other liability arising from the use or inability to use this work. \ No newline at end of file From 0161126f6a3e3956c959b20a623889c79e664f0e Mon Sep 17 00:00:00 2001 From: waynemwashuma <94756970+waynemwashuma@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:31:54 +0300 Subject: [PATCH 3/3] Add npm license reference --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d5ed3bc..70b18cda 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/wimaengine/wima/issues" }, "type": "module", - "license": "MIT", + "license": "SEE LICENSE in LICENSE.txt", "main": "./dist/index.umd.js", "types": "./dist/index.d.ts", "exports": {