{
  "key": "mux0-sal-2026",
  "short_name": "MUX0 Source-Available License 2026",
  "name": "MUX0 Source-Available License 2026",
  "category": "Non-Commercial",
  "owner": "10xChengTu",
  "homepage_url": "https://github.com/10xChengTu/Mux0/blob/master/LICENSE",
  "spdx_license_key": "LicenseRef-scancode-mux0-sal-2026",
  "ignorable_copyrights": [
    "Copyright (c) 2026 10xChengTu"
  ],
  "ignorable_holders": [
    "10xChengTu"
  ],
  "ignorable_urls": [
    "https://opensource.org/osd"
  ],
  "text": "MUX0 Source-Available License\nCopyright (c) 2026 10xChengTu\n\nAll rights reserved.\n\nThis source code is published for transparency, auditability, and personal\nreading. It is NOT open-source software as defined by the Open Source\nInitiative (https://opensource.org/osd). No rights are granted under this\ndocument except those narrowly enumerated below.\n\n1. PERMITTED USES\n\n   Subject to full and ongoing compliance with every term of this license,\n   and only so long as you do not engage in any Prohibited Use (Section 2),\n   the following are permitted without additional permission:\n\n   (a) Viewing and reading the source code in this repository.\n\n   (b) Downloading and installing official pre-built binary releases of\n       MUX0 published by the copyright holder and running them on hardware\n       you own, lease, or otherwise control \u2014 including:\n           (i) personal use;\n          (ii) use inside any organization (including for-profit\n               companies), by employees or contractors, on that\n               organization's devices or on personal devices used for\n               that organization's work;\n         (iii) use of MUX0 as a tool to design, build, test, debug,\n               deploy, operate, or support other software, services, or\n               content \u2014 including commercial, revenue-generating, or\n               client-facing work. Nothing produced inside MUX0 (code,\n               documents, command output, transcripts, etc.) is subject\n               to this license; you own whatever you create with it.\n\n   (c) Compiling the source code locally, on a machine you own or\n       control, solely for your own or your organization's internal use\n       as described in (b), provided the resulting binary is not\n       redistributed, published, hosted as a service, bundled into any\n       product, or otherwise made accessible to anyone outside your\n       organization.\n\n   (d) Creating a personal fork of this repository on a public\n       code-hosting platform (e.g., GitHub), preparing modifications to\n       the source code on that fork, and proposing those modifications\n       back to the copyright holder via pull request or equivalent\n       contribution channel. Contributions so submitted are governed by\n       Section 9 (Contributions). A fork made under this subsection:\n           (i) must not be promoted, marketed, or distributed as an\n               alternative, replacement, or competing version of MUX0;\n          (ii) must not be used to publish or distribute compiled\n               binaries to anyone other than the fork owner;\n         (iii) must retain a clear reference to this upstream\n               repository and its LICENSE file, unmodified;\n          (iv) must not be renamed or rebranded in a way that would\n               confuse users about its relationship to MUX0.\n       A fork kept up for ongoing contribution is fine; a fork kept up\n       as a parallel distribution is not.\n\n   In short: using MUX0 as a terminal to do your work \u2014 personal or\n   commercial \u2014 is fine. Forking to contribute back is fine. What is not\n   fine is redistributing, repackaging, reselling, or maintaining a\n   competing distribution of MUX0 itself. See Section 2.\n\n2. PROHIBITED USES\n\n   Except with the prior, specific, written permission of the copyright\n   holder, you MAY NOT:\n\n   (a) Copy, reproduce, mirror, or republish the source code, in whole or\n       in part, in any form or medium, whether verbatim or modified,\n       except as expressly permitted by Section 1(d) (forks for\n       contribution).\n\n   (b) Maintain any fork, mirror, or derivative repository for purposes\n       other than proposing contributions back to the upstream project\n       \u2014 including, without limitation, maintaining a long-running\n       divergent fork, a competing distribution, a rebrand, or a\n       hard-fork project.\n\n   (c) Create, prepare, distribute, sublicense, or publish any derivative\n       work, adaptation, port, translation, or modification of the source\n       code or binaries to any third party, whether free of charge or\n       for a fee. (Preparing modifications on a personal contribution\n       fork for the purpose of submitting a pull request is permitted\n       under Section 1(d) and is not considered distribution.)\n\n   (d) Redistribute MUX0 itself (source or binary) to third parties in\n       any form \u2014 including, without limitation:\n           (i) reselling, sublicensing, renting, leasing, or lending\n               MUX0;\n          (ii) bundling MUX0 into a product, service, device, or\n               distribution that you ship, sell, license, or otherwise\n               make available to third parties;\n         (iii) hosting MUX0 (or any service whose primary value derives\n               from MUX0) as a Software-as-a-Service or other managed\n               offering available to users outside your organization;\n          (iv) publishing compiled builds of MUX0 on any third-party\n               distribution channel (app store, package manager,\n               website, mirror, etc.) other than the copyright holder's\n               own official channels.\n       This clause is the reason this license exists: MUX0 is free to\n       *use* commercially, but not free to *redistribute* or *productize*.\n\n   (e) Remove, alter, or obscure any copyright, trademark, author,\n       attribution, or proprietary notice contained in the source code\n       or binaries.\n\n   (f) Use the name \"MUX0\", the MUX0 logo, or any confusingly similar\n       name or mark to identify, promote, or market any product,\n       service, fork, or derivative work.\n\n   (g) Train, fine-tune, evaluate, benchmark, or condition any\n       machine-learning model, dataset, or AI system on the source code\n       (in whole or in part), or publish any dataset derived from the\n       source code for such purposes, without prior written permission.\n\n3. NO TRANSFER OF OWNERSHIP\n\n   All right, title, and interest in and to the source code and binaries,\n   including all intellectual property rights, remain exclusively with\n   the copyright holder. Nothing in this license transfers or assigns\n   any ownership interest to you.\n\n4. THIRD-PARTY COMPONENTS\n\n   This project depends on third-party libraries (including, without\n   limitation, ghostty and Sparkle), each of which is distributed under\n   its own respective license. Those components remain governed by their\n   original licenses, which are not superseded by this document.\n\n5. TERMINATION\n\n   Any breach of Section 1 or Section 2 automatically and immediately\n   terminates all rights granted to you under this license, without\n   notice. Upon termination you must cease all use of the source code\n   and binaries, delete all local copies, and destroy any materials\n   derived from them.\n\n6. NO WARRANTY\n\n   THE SOURCE CODE AND BINARIES ARE PROVIDED \"AS IS\", WITHOUT WARRANTY\n   OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\n   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,\n   TITLE, AND NON-INFRINGEMENT.\n\n7. LIMITATION OF LIABILITY\n\n   IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,\n   DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT,\n   OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOURCE\n   CODE OR BINARIES OR THE USE OR OTHER DEALINGS IN THEM.\n\n8. GOVERNING LAW\n\n   This license is governed by the laws of the jurisdiction of the\n   copyright holder's primary residence, without regard to its conflict\n   of law provisions.\n\n9. CONTRIBUTIONS\n\n   By submitting any contribution (pull request, patch, issue comment\n   containing code, or equivalent) to this project, you:\n\n   (a) Represent that the contribution is your original work, or that\n       you otherwise have the right to submit it under the terms of\n       this license;\n\n   (b) Irrevocably grant the copyright holder a perpetual, worldwide,\n       royalty-free, non-exclusive license to use, reproduce, modify,\n       relicense, sublicense, and distribute your contribution as part\n       of MUX0 under this license or any future license the copyright\n       holder chooses to adopt for MUX0;\n\n   (c) Understand that your contribution, once merged, is subject to\n       the same terms as the rest of MUX0 \u2014 in particular, you do not\n       retain the right to redistribute a version of MUX0 containing\n       your contribution outside the terms of this license.\n\nFor inquiries about redistribution, bundling, hosting as a service,\nmaintaining a non-contribution fork, or any other use not permitted\nabove, contact the copyright holder."
}