From ae5941f97d6c781063a9871fc7ded25635fb2c80 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Wed, 16 Jul 2025 19:00:13 -0700 Subject: [PATCH] Create CLA.md (#1462) ## Description: Create CLA.md ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: evan --- CLA.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 CLA.md diff --git a/CLA.md b/CLA.md new file mode 100644 index 000000000..73c44a98c --- /dev/null +++ b/CLA.md @@ -0,0 +1,50 @@ +# Contributor License Agreement (CLA) + +**OpenFront LLC** + +This Contributor License Agreement ("Agreement") is entered into by the individual or entity identified below ("Contributor") and OpenFront LLC, a California limited liability company, with its principal address at 2108 N ST STE N SACRAMENTO CA 95816 ("OpenFront"). By submitting, contributing, or making available any Content (defined below) to OpenFront or any of its repositories or platforms, Contributor agrees to the following terms: + +## 1. Definitions + +1.1 "Content" means any original work of authorship, including but not limited to source code, object code, scripts, patches, documentation, artwork, music, sound, images, or any other material intentionally submitted to OpenFront for inclusion in or use with any of its software, services, games, or related projects. + +1.2 "Project" means any software, digital product, or content platform owned, managed, maintained, or distributed by OpenFront LLC. + +## 2. Grant of Rights + +Contributor hereby grants OpenFront LLC and its successors and assigns: + +(a) A perpetual, worldwide, non-exclusive, royalty-free, irrevocable license to use, reproduce, modify, display, perform, sublicense, distribute, and create derivative works of the Contribution. + +(b) The right to relicense source code contributions under any OSI-approved open source license, including but not limited to the GNU Affero General Public License (AGPL), GNU General Public License (GPL), MIT License, Apache License 2.0, or other OSI-approved licenses. This relicensing right applies solely to source code and does not extend to assets, documentation, artwork, or other non-code materials, which may be licensed separately under terms deemed appropriate by OpenFront LLC. + +(c) Assets, artwork, sound files, documentation, and other non-code materials will be licensed under the terms set forth in the OpenFront LLC Asset License, available at https://github.com/openfrontio/OpenFrontIO/blob/main/resources/non-commercial/LICENSE + +## 3. Ownership and Rights + +- Contributor represents that they are the sole author of the Content or have sufficient rights to grant this license. +- Except for the rights expressly granted herein, Contributor retains ownership of their copyrights in the Content. +- All contributions are made without expectation of compensation, unless otherwise agreed in writing. + +## 4. Contributor Representations + +Contributor affirms and represents that: + +- The Content is an original creation or is legally authorized for contribution. +- The Content does not infringe any third-party intellectual property rights. +- No confidential or proprietary information is disclosed in the Content. +- Contributor has the legal right to enter into this Agreement and grant the stated rights. + +## 5. No Obligation + +OpenFront is not obligated to use or include any Content in any Project or product and may remove any Content at its sole discretion. + +## 6. Disclaimer and Liability + +Contributor provides the Content "AS IS", without warranties of any kind. Contributor agrees to indemnify and hold harmless OpenFront LLC and its affiliates from any claim, loss, or liability arising from a breach of the representations in this Agreement. + +## 7. Miscellaneous + +- This Agreement shall be governed by the laws of the State of California, without regard to conflict of law rules. +- This Agreement constitutes the entire agreement regarding the subject matter and supersedes all prior discussions or understandings. +- Any amendments to this Agreement must be made in writing and signed by both parties.