-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Abnormal General Software License v2 (ABGSL2) | ||
|
||
This Abnormal General Software License ("ABGSLV2") is a legal agreement | ||
entered into by and between the author ("Licensor") and the individual or entity utilizing the code under this license ("Licensee"). | ||
|
||
# Terms | ||
## 1. License Grant | ||
|
||
|
||
Licensor hereby grants Licensee a non-exclusive, worldwide, royalty-free license to utilize, duplicate, adapt, integrate, publish, and disseminate copies of the source code under this license strictly for non-commercial purposes. For any commercial use of this source code, Licensee must obtain explicit approval from the Licensor through a formal contract. | ||
|
||
Any alterations made to the source code must be released as open-source, with proper acknowledgment given to all contributing parties. | ||
|
||
Moreover, any closed-source adaptations of this source code (whether commercial or otherwise) must include a publicly accessible acknowledgment section in the following format: | ||
``` | ||
This software has components obtained from [url of repository], originally authored under ABGSLV2 from [code author] | ||
``` | ||
|
||
|
||
|
||
## 2. No Warranty | ||
|
||
The source code, along with any executable binaries (if applicable), is provided "as is," | ||
without warranty of any kind, express or implied, including but not limited to the warranties of | ||
merchantability, fitness for a particular purpose, and non-infringement. | ||
Licensor makes no representations or warranties regarding the accuracy or | ||
completeness of the source code or executable binary and disclaims any liability for damages resulting from the use of the Software. | ||
|
||
## 3. Limitation of Liability | ||
|
||
In no event shall Licensor be liable for any direct, indirect, incidental, special, exemplary, | ||
or consequential damages, including but not limited to procurement of substitute goods or services, | ||
loss of use, data, or profits, or business interruption, arising in any way out of the use of the source code or executable binary, | ||
even if advised of the possibility of such damage. | ||
|
||
## 4. Waiver of Right to Lawsuits/Litigation | ||
|
||
Licensee hereby waives any right to bring any lawsuit or litigation against Licensor related to any | ||
software built using this source code or executable binary. | ||
|
||
## 5. Governing Law | ||
|
||
This Agreement shall be governed by and construed in accordance with the laws of The United States of America. | ||
By using the source code or executable binary, Licensee agrees to be bound by the terms of this Agreement. | ||
|
||
|