<!-- Plain License: Plain-MIT 0.2.1 -->
<!-- Attribution: https://plainlicense.org/licenses/permissive/mit -->


# Plain MIT License

Copyright Notice: (c) {{ year }} `[copyright holders]`

## You Can Do Anything with The Work

We give[^give] you permission to:

- **Use[^use]** it
- **Copy** it
- **Change[^change]** it
- **Share[^share]** it
- **Sell** it
- **Mix** or put it together with other works

You can do all of these things **for free**. You can do them for any reason.
Everyone else can do these things too, as long as they follow these rules[^rules].

## **If** You Give Us Credit and Keep This Notice

You can do any of these things with the work[^the-work], **if you follow these two rules**:

1.  **You must keep our copyright notice**. This tells people who created the work and when.
2.  **You must *also* keep this notice with all versions of the work**.


You can give this notice a few ways:

* Include this complete notice in the work (the Plain MIT License).
* Include this notice in materials that come with the work.
* [Link to this notice](https://plainlicense.org/mit/) from the work.
* Use an accepted standard for linking to licenses, like the [SPDX Identifier](https://spdx.dev/learn/handling-license-info/): 

    ```javascript
    // SPDX-LICENSE-IDENTIFIER: LicenseRef-Plain-MIT or MIT
    // SPDX-FileCopyrightText: Copyright (c) 2026 ORIGINAL_AUTHORS
    ```



## We Offer No Promises

> [!CAUTION]
> 
> We give you the work as it is, with no promises[^promises] or guarantees.
> 
> - **"As is"**: You get the work exactly how it is. It may have problems or not work at all.
> - **No Guarantees**: We don't promise you can use the work for any specific tasks, or that it won't break any rules.
> - **No Liability**: We are not responsible for any problems or damages[^damages] that happen because of the work. You use it at your own risk.
> 

> [!NOTE]
> 
> The Plain MIT License is a plain language version of the MIT License (1988). We wrote it to make the MIT License (1988) more accessible and understandable. We tried to match the MIT License's legal intent. We didn't intend any differences in meaning. **If you are using the Plain MIT License in a legal situation and find any parts of this license unclear, you should clarify with the original MIT License.**
> 
> If a court finds that any part of this license can't be enforced, the rest of the license terms still apply.
>

[^the-work]: "The work" is the creative work (software, documents, art, music, or other materials) covered by this license.

[^promises]: "Promises" are legal warranties and guarantees about the work.

[^rules]: "Rules" are the conditions, terms, and obligations you must follow under this license.

[^share]: "Share" includes distributing the work to others, making it publicly available, or offering it in a way that allows others to access or obtain it.

[^change]: "Change" includes modifying, altering, or creating derivative works, as described in the original license.

[^give]: "Give" includes granting rights or permissions, such as allowing others to use, modify, or distribute the work.

[^use]: "Use" includes running, copying, and exercising the rights given to you under this license.

[^damages]: "Damages" are any harm or loss a person or organization suffers as a result of using the work. They include financial loss, data loss, legal consequences, lost profits, physical or emotional harm, or business interruption.
