diff --git a/LICENSE.TXT b/LICENSE_ARR.TXT similarity index 53% rename from LICENSE.TXT rename to LICENSE_ARR.TXT index 9bb901aac3..d8ec788bbc 100644 --- a/LICENSE.TXT +++ b/LICENSE_ARR.TXT @@ -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. \ No newline at end of file diff --git a/LICENSE_CLA.txt b/LICENSE_CLA.txt new file mode 100644 index 0000000000..52b1d42e86 --- /dev/null +++ b/LICENSE_CLA.txt @@ -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. diff --git a/LICENSE_MIT.txt b/LICENSE_MIT.txt new file mode 100644 index 0000000000..0a719be699 --- /dev/null +++ b/LICENSE_MIT.txt @@ -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. \ No newline at end of file