This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Burgernotes-iOS/LICENSE.md

12 lines
831 B
Markdown

# Licensing information
This project and everything in it is licensed under the GNU GPLv3 (or later). A copy should be provided with this project (stored in COPYING.md). If not, please seek a copy of the license [here](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text).
# EXCEPTIONS:
## crypto-js
The Crypto-JS dependency (Burgernotes/crypto-js.min.js) is licensed under the conditions of [The MIT License (MIT)](http://opensource.org/licenses/MIT)
## Reach
[The Reach dependency](https://github.com/Isuru-Nanayakkara/Reach/) (used within Common/Reach.swift) is licensed under the conditions of [The MIT License (MIT)](http://opensource.org/licenses/MIT)
## sha3\_512
The sha3_512 C subproject is public domain (following the spirits of what it's based on). Check Burgernotes/sha3\_512/sha3\_512.c for more information.