Add App Store exception, credit Signal
This commit is contained in:
parent
b1ed8e8671
commit
d2d7783f24
13
README.md
13
README.md
|
@ -125,7 +125,17 @@ For more details please see [CONTRIBUTING][contrib-readme].
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the [GPLv3 license][license-gpl3], which can be found [here][license-content]. I can provide a different license on request, e.g. if you want to use the library on the App Store. Feel free to contact me in such case.
|
### Part I
|
||||||
|
|
||||||
|
Copyright 2018-present Davide De Rosa
|
||||||
|
|
||||||
|
This project is licensed under the [GPLv3 license][license-gpl3], which can be found [here][license-content].
|
||||||
|
|
||||||
|
### Part II
|
||||||
|
|
||||||
|
As seen in [libsignal-protocol-c][license-signal]:
|
||||||
|
|
||||||
|
> Additional Permissions For Submission to Apple App Store: Provided that you are otherwise in compliance with the GPLv3 for each covered work you convey (including without limitation making the Corresponding Source available in compliance with Section 6 of the GPLv3), the Author also grants you the additional permission to convey through the Apple App Store non-source executable versions of the Program as incorporated into each applicable covered work as Executable Versions only under the Mozilla Public License version 2.0 (https://www.mozilla.org/en-US/MPL/2.0/).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -159,6 +169,7 @@ Bitcoin address: [16w2AWamiH2SS68NYSMDcrbh5MnZ1c5eju][me-btc]
|
||||||
|
|
||||||
[license-content]: /LICENSE
|
[license-content]: /LICENSE
|
||||||
[license-gpl3]: https://choosealicense.com/licenses/gpl-3.0/
|
[license-gpl3]: https://choosealicense.com/licenses/gpl-3.0/
|
||||||
|
[license-signal]: https://github.com/signalapp/libsignal-protocol-c#license
|
||||||
[license-mit]: https://choosealicense.com/licenses/mit/
|
[license-mit]: https://choosealicense.com/licenses/mit/
|
||||||
|
|
||||||
[contrib-cla]: /CLA.rst
|
[contrib-cla]: /CLA.rst
|
||||||
|
|
Loading…
Reference in New Issue