licesnse update pommer

This commit is contained in:
ZockerKatze
2025-05-12 09:56:51 +02:00
parent f94de87ffa
commit ea3913e55b
2 changed files with 33 additions and 0 deletions

26
LICENSE Normal file
View File

@@ -0,0 +1,26 @@
Pommer License Agreement
Copyright (c) 2025 [Your Name]
This software, titled "Pommer" (the "Software"), is proprietary and confidential. By using, copying, or modifying this Software, you agree to be bound by the terms of this license.
1. **License Grant**
You are granted a non-transferable, non-exclusive license to use the Software **only within private instances of Gitea**, and solely for personal or internal organizational use.
2. **Restrictions**
- You may **not** distribute, sublicense, sell, lease, or publicly share any part of this Software or its source code.
- You may **not** use this Software in public repositories or cloud-hosted platforms **other than Gitea**, unless explicitly authorized in writing by the copyright holder.
- You may **not** reverse-engineer, decompile, or attempt to derive the source of any compiled portions of the Software.
3. **Intellectual Property**
All rights, title, and interest in and to the Software remain with the original author. No rights are granted other than those explicitly described herein.
4. **Disclaimer of Warranty**
This Software is provided "AS IS", without warranty of any kind, express or implied, including but not limited to warranties of merchantability or fitness for a particular purpose.
5. **Limitation of Liability**
In no event shall the author be liable for any claim, damages, or other liability arising from use of the Software.
6. **Termination**
This license is automatically terminated if you violate any terms. Upon termination, you must destroy all copies of the Software in your possession.
For permissions beyond the scope of this license, contact the author directly.

View File

@@ -1,4 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
"""
This Python File is proprietary software
"""
import os import os
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import re import re