diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d8576a4 --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file diff --git a/pommer/pommer.py b/pommer/pommer.py index ae68fd3..290a0bb 100644 --- a/pommer/pommer.py +++ b/pommer/pommer.py @@ -1,4 +1,11 @@ #!/usr/bin/env python3 + +""" + +This Python File is proprietary software + +""" + import os import xml.etree.ElementTree as ET import re