---
title: License
description: Every package in the collection is published under the MIT license, on the same terms, and each one carries its own copy of it.
section:
  title: License
  order: 4
order: 1
lastUpdated: 2026-09-21
---

Every package published under the `@sdxc` scope is MIT licensed. The terms are the same for all
of them, so the answer is the same whether you take one package or the set, and each package
ships its own `LICENSE.md` beside its source — what you install carries its license with it.

## What the license grants

Use, copy, modify, merge, publish, distribute, sublicense and sell the software, commercially or
not, as long as the copyright notice and the permission notice travel with the copies you ship.
The software is provided as is, without warranty of any kind.

The full text is the standard MIT license, unmodified. Read it in
[any package's `LICENSE.md`](https://github.com/sergiodxa/monorepo/blob/main/packages/result/LICENSE.md),
or read what covers the rest of the repository in its
[root `LICENSE.md`](https://github.com/sergiodxa/monorepo/blob/main/LICENSE.md).
