i License · Verbatim text
MIT License
Copyright · 2026 Mindcraft Inc.
Copyright (c) 2026 Mindcraft Inc. 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.
SPDX-License-Identifier: MIT
In plain English.

What this license actually means, without the legalese.

You can

  • Use the code commercially
  • Modify it any way you want
  • Distribute your modified version
  • Use it privately, without sharing
  • Sell products that include this code
  • Sublicense it to others

You cannot

  • Hold us liable for any damages
  • Remove the copyright notice
  • Claim you wrote the original code
  • Expect any warranty or support
What this license covers

The MIT License applies to the Shards cryptographic core — the open-source library that performs the Shamir Secret Sharing split and reconstruction. This is the code published in our public GitHub repository.

The license does not cover the Shards brand name, logo, website design, kit designs, written documentation outside the repository, or the broader Shards product. Those remain the property of Mindcraft Inc. and are not open source.

The reason for this split is straightforward: the cryptography should be auditable and replaceable, so you never depend on us. The business around it is ours to build.