This commit is contained in:
Ed
2024-08-10 13:15:19 +03:00
committed by GitHub
parent bf256b25e9
commit 76b89b8dc5
3 changed files with 39 additions and 24 deletions

View File

@@ -12,27 +12,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
By using the code, you agree to be bound by the terms of this license agreement.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Some files may be sublicensed to third parties under the following license:
Custom License Agreement (CLA)
1. License Grant: You are granted a non-exclusive, non-transferable, non-sublicensable license to use the code solely for personal or internal business purposes in the specified project.
2. Restrictions:
a. You may not distribute, sublicense, or transfer copies of the code or its derivatives to any third party.
b. You may not modify or create derivative works based on the code without prior written consent from the copyright holder.
3. Termination: This license will terminate automatically if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the code in your possession.
4. Disclaimer of Warranty: The code is provided "as is" without warranty of any kind, express or implied.
5. Limitation of Liability: In no event shall the copyright holder be liable for any damages arising from the use or inability to use the code.
By using the code, you agree to be bound by the terms of this license agreement.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

17
LICENSE_CLA.txt Normal file
View File

@@ -0,0 +1,17 @@
Some files may be sublicensed to third parties under the following license:
Custom License Agreement (CLA)
1. License Grant: You are granted a non-exclusive, non-transferable, non-sublicensable license to use the code solely for personal or internal business purposes in the specified project.
2. Restrictions:
a. You may not distribute, sublicense, or transfer copies of the code or its derivatives to any third party.
b. You may not modify or create derivative works based on the code without prior written consent from the copyright holder.
3. Termination: This license will terminate automatically if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the code in your possession.
4. Disclaimer of Warranty: The code is provided "as is" without warranty of any kind, express or implied.
5. Limitation of Liability: In no event shall the copyright holder be liable for any damages arising from the use or inability to use the code.
By using the code, you agree to be bound by the terms of this license agreement.

21
LICENSE_MIT.txt Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2017-2024 Space Wizards Federation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE 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 NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.