diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml deleted file mode 100644 index 55992e0db6..0000000000 --- a/.github/workflows/cla.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: "CLA Assistant" -on: - issue_comment: - types: [created] - pull_request_target: - types: [opened,closed,synchronize] - paths: - - '**CP14**' - -# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings -permissions: - actions: write - contents: write # this can be 'read' if the signatures are in remote repository - pull-requests: write - statuses: write - -jobs: - CLAAssistant: - runs-on: ubuntu-latest - steps: - - name: "CLA Assistant" - if: ((github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target') && github.actor != 'TheShuEd' - uses: contributor-assistant/github-action@v2.6.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # the below token should have repo scope and must be manually added by you in the repository's secret - # This token is required only if you have configured to store the signatures in a remote repository/organization - # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - with: - path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/crystallpunk-14/crystall-punk-14/blob/master/CLA.md' # e.g. a CLA or a DCO document - # branch should not be protected - branch: 'master' - allowlist: TheShuEd,bot* - - # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken - #custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA' - #custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.' \ No newline at end of file diff --git a/LICENSE_CE.TXT b/LICENSE_CE.TXT deleted file mode 100644 index d98fc17630..0000000000 --- a/LICENSE_CE.TXT +++ /dev/null @@ -1,15 +0,0 @@ -All rights reserved. - -Copyright (c) 2025 CrystallEdge - -This source code is the exclusive of TheShuEd and is protected by copyright law. - -You granted no rights or permissions to use, modify, distribute, sublicense, -or reproduce this source code in any form, in whole or in part, -without the express written consent of TheShuEd. - -Any unauthorized use or reproduction of this source code -is strictly prohibited and may result in legal action. - -For inquiries or licensing requests, -please contact TheShuEd at Discord (https://discord.gg/Sud2DMfhCC). \ No newline at end of file diff --git a/README.md b/README.md index 3701b25b5a..73a21ea71f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ CrystallEdge is a build running on the [RobustToolbox](https://github.com/space- ## Links [Discord](https://discord.gg/Sud2DMfhCC) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Boosty](https://boosty.to/theshued) -## Contributing - -We welcome any support from the community in the development of the game! Join our discord to find out how you can help the project, or check out [Issues](https://github.com/crystallpunk-14/crystall-punk-14/issues) on Github. - ## Building 1. Clone this repo. @@ -17,13 +13,11 @@ We welcome any support from the community in the development of the game! Join o [More detailed instructions on building the project.](https://docs.spacestation14.com/en/general-development/setup.html) -## Licensing/Attriibution +## License -These are just the most important points, Please read [Legal.md](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Legal.md) for the specifics around licensing/attribution/copyright. -- Unless specified otherwise, all Source Code, inside any _CP14 or CP14 folders, fall under the terms specified in LICENSE_CE.TXT (all right reserved) with Exhibit B enforced and the CrystallEdge CLA. All assets/content in those folders falls under CC-BY-SA 4.0 unless otherwise specified. -- Any content from SpaceWizards/SpaceStation14 without specified licensing of any code is licensed under MIT (LICENSE.txt). Any Space Wizards content licensed under CC-BY-SA 3.0 to Space Wizards Federation & Contributors. -- You may not use CrystallEdge code in other projects without specific permission from the CrystallEdge author (TheShuEd) +All code for the content repository is licensed under the [MIT license](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/LICENSE.TXT). -## Forking CrystallEdge +Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and copyright specified in the metadata file. For example, see the [metadata for a crowbar](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json). -You cannot create forks of CrystallEdge to open your own public servers. You can copy a build for educational purposes, code research and contributing to the main build. +> [!NOTE] +> Some assets are licensed under the non-commercial [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.