> ## Documentation Index
> Fetch the complete documentation index at: https://dylankenneally-react-native-ssh-sftp-96.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# License

> Understand the project's MIT license, reuse permissions, and warranty disclaimer.

export const EditThisPage = ({filePath}) => {
  const REPO_EDIT_BASE_URL = 'https://github.com/dylankenneally/react-native-ssh-sftp/edit/master';
  return <div className="mt-10 rounded-2xl border border-zinc-950/10 bg-zinc-50 px-4 py-3 dark:border-white/10 dark:bg-white/5">
      <p className="m-0 text-sm text-zinc-600 dark:text-zinc-300">
        See something to improve?{' '}
        <a href={`${REPO_EDIT_BASE_URL}/${filePath}`}>Edit this page on GitHub</a>{' '}
        to suggest a change.
      </p>
    </div>;
};

React Native SSH SFTP is released under the MIT License.

<CardGroup cols={2}>
  <Card title="Use and Modify" icon="sparkles">
    The MIT license is permissive and allows commercial, private, and modified use.
  </Card>

  <Card title="Keep Notices" icon="file-text">
    If you redistribute the software or substantial portions of it, keep the copyright and permission notices.
  </Card>
</CardGroup>

## What the license allows

The MIT License allows you to:

* Use the software commercially and privately
* Copy and redistribute the software
* Modify and merge the software into your own work
* Publish, sublicense, and sell copies of the software

## What you must do

If you redistribute the software or substantial portions of it, you must include:

* The copyright notice
* The permission notice

## What this means in practice

In practical terms, you can use this package in proprietary or open source apps, fork it, and modify it for your own needs. If you redistribute the software, keep the original MIT license text with it.

## Warranty and liability

The software is provided "as is", without warranty of any kind. The authors and copyright holders are not liable for claims, damages, or other liability arising from its use.

## Copyright

Copyright (c) 2018 Qian Sha
Copyright (c) 2020 KeeeX SAS
Copyright (c) 2024 Dylan Kenneally

## Full license text

For the complete legal text, see the project's [LICENSE file on GitHub](https://github.com/dylankenneally/react-native-ssh-sftp/blob/master/LICENSE).

## Related resources

* [Contributing](/guides/contributing)
* [Security](/guides/security)

<EditThisPage filePath="docs/guides/license.mdx" />
