public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Commit
Initial commit
8f9c3d6
NobGit Licenses/NSAL.md | 173 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 173 insertions(+)
create mode 100644 NobGit Licenses/NSAL.md
Diff
diff --git a/NobGit Licenses/NSAL.md b/NobGit Licenses/NSAL.md
new file mode 100644
index 0000000..df32345
--- /dev/null
+++ b/NobGit Licenses/NSAL.md
@@ -0,0 +1,173 @@
+# NobGit Source-Available License (NSAL) v1.0
+
+Copyright © 2026 NobGit. All rights reserved.
+
+## 1. Overview
+
+The NobGit Source-Available License (NSAL) allows anyone to view, study, compile, modify, and use the Software while protecting it from unauthorized redistribution, public hosting, and commercial exploitation.
+
+Unless expressly permitted by this License or by a separate written agreement with NobGit, all rights are reserved.
+
+---
+
+## 2. Definitions
+
+### Software
+
+"Software" means the source code, compiled binaries, documentation, assets, and any other materials distributed under this License.
+
+### Derivative Work
+
+"Derivative Work" means any software, source code, binary, or other work that is based on, incorporates, modifies, adapts, translates, or contains a substantial portion of the Software.
+
+### Redistribute
+
+"Redistribute" means publishing, uploading, mirroring, transferring, sublicensing, sharing, selling, or otherwise making the Software or any Derivative Work available to any third party, whether in source or binary form.
+
+### Internal Use
+
+"Internal Use" means use solely by you or within your own organization, where the Software is not distributed or made available outside that organization.
+
+---
+
+## 3. Permissions
+
+Subject to this License, you may:
+
+- View and study the Software.
+- Clone and download the Software.
+- Compile the Software.
+- Run the Software.
+- Modify the Software for Internal Use.
+- Create and maintain private forks.
+- Use the Software for personal, educational, evaluation, research, or internal business purposes.
+- Submit bug reports, feature requests, and contributions.
+
+---
+
+## 4. Restrictions
+
+Unless expressly authorized in writing by NobGit, you may not:
+
+- Redistribute the Software.
+- Redistribute any Derivative Work.
+- Publish the Software or Derivative Works in any public repository.
+- Upload the Software or Derivative Works to public code hosting services.
+- Mirror the Software.
+- Redistribute compiled binaries.
+- Sell the Software.
+- License or sublicense the Software.
+- Bundle the Software into another commercial product.
+- Offer the Software as a hosted, managed, or Software-as-a-Service (SaaS) offering.
+- Remove, modify, or obscure any copyright, license, trademark, or attribution notices.
+- Represent the Software or any Derivative Work as your own original work.
+
+---
+
+## 5. Private Forks
+
+Private forks are expressly permitted.
+
+You may create, maintain, and modify private copies or forks of the Software for Internal Use.
+
+Private forks may not be:
+
+- Published.
+- Redistributed.
+- Sold.
+- Sublicensed.
+- Shared publicly.
+- Made accessible to third parties except under a separate written agreement with NobGit.
+
+---
+
+## 6. Contributions
+
+Unless otherwise agreed in writing, any contribution voluntarily submitted for inclusion in the Software grants NobGit a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to use, modify, publish, distribute, sublicense, and incorporate that contribution into the Software.
+
+Contributors retain copyright to their original contributions.
+
+---
+
+## 7. Commercial Licensing
+
+Organizations or individuals wishing to:
+
+- Redistribute the Software,
+- Redistribute Derivative Works,
+- Provide the Software as a hosted service,
+- Embed the Software into commercial offerings,
+- Sell the Software,
+- Or obtain rights beyond those granted by this License,
+
+must obtain a separate commercial license from NobGit.
+
+---
+
+## 8. Trademarks
+
+This License grants no rights to use the NobGit name, product names, logos, branding, or trademarks except as reasonably necessary to identify the Software.
+
+---
+
+## 9. Ownership
+
+The Software is licensed, not sold.
+
+NobGit retains all copyright, trademark, patent, trade secret, and other intellectual property rights not expressly granted under this License.
+
+---
+
+## 10. Patent Grant
+
+Subject to the terms of this License, NobGit grants you a non-exclusive, worldwide, royalty-free patent license covering patent claims necessarily infringed by the unmodified Software.
+
+This patent license terminates immediately if you initiate patent litigation against NobGit alleging that the Software infringes a patent.
+
+---
+
+## 11. Warranty Disclaimer
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, OR NON-INFRINGEMENT.
+
+---
+
+## 12. Limitation of Liability
+
+TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, NOBGIT SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE OF THE SOFTWARE.
+
+---
+
+## 13. Termination
+
+Any violation of this License immediately terminates all rights granted under it.
+
+Upon termination, you must immediately cease using the Software and destroy all copies in your possession or control unless otherwise required by applicable law.
+
+---
+
+## 14. Governing Law
+
+This License shall be governed by the laws of the Kingdom of Sweden, without regard to conflict of law principles.
+
+Any dispute arising under or relating to this License shall be subject to the exclusive jurisdiction of the Swedish courts.
+
+---
+
+## 15. Contact
+
+Commercial licensing inquiries and questions regarding this License may be directed to:
+
+**NobGit**
+
+Website: https://nobgit.com
+
+Email: [email protected]
+
+---
+
+**License Identifier**
+
+```
+LicenseRef-NSAL-1.0
+```
\ No newline at end of file