Add basic CLA
This commit is contained in:
parent
acc129bf3b
commit
fabd59f9e3
|
@ -0,0 +1,9 @@
|
||||||
|
By making a contribution to this project, I certify that:
|
||||||
|
|
||||||
|
(a) The contribution was created in whole or in part by me and I have the right to submit it under the MIT license; or
|
||||||
|
|
||||||
|
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the MIT license; or
|
||||||
|
|
||||||
|
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
|
||||||
|
|
||||||
|
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
|
10
README.md
10
README.md
|
@ -112,11 +112,13 @@ Currently, the extension supports VPN over both [UDP][ne-udp] and [TCP][ne-tcp]
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
For more details please see [CONTRIBUTING](/CONTRIBUTING.md).
|
By contributing to this project you are agreeing to the terms stated in the [Contributor License Agreement (CLA)][contrib-cla].
|
||||||
|
|
||||||
|
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).
|
This project is licensed under the [GPLv3 license][license-gpl3], which can be found [here][license-content].
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -148,9 +150,13 @@ Bitcoin address: [16w2AWamiH2SS68NYSMDcrbh5MnZ1c5eju][me-btc]
|
||||||
[ne-udp]: https://developer.apple.com/documentation/networkextension/nwudpsession
|
[ne-udp]: https://developer.apple.com/documentation/networkextension/nwudpsession
|
||||||
[ne-tcp]: https://developer.apple.com/documentation/networkextension/nwtcpconnection
|
[ne-tcp]: https://developer.apple.com/documentation/networkextension/nwtcpconnection
|
||||||
|
|
||||||
|
[license-content]: /LICENSE
|
||||||
[license-gpl3]: https://choosealicense.com/licenses/gpl-3.0/
|
[license-gpl3]: https://choosealicense.com/licenses/gpl-3.0/
|
||||||
[license-mit]: https://choosealicense.com/licenses/mit/
|
[license-mit]: https://choosealicense.com/licenses/mit/
|
||||||
|
|
||||||
|
[contrib-cla]: /CLA.rst
|
||||||
|
[contrib-readme]: /CONTRIBUTING.md
|
||||||
|
|
||||||
[dep-piatunnel-repo]: https://github.com/pia-foss/tunnel-apple
|
[dep-piatunnel-repo]: https://github.com/pia-foss/tunnel-apple
|
||||||
[dep-piatunnel-license]: https://github.com/pia-foss/tunnel-apple/blob/master/LICENSE
|
[dep-piatunnel-license]: https://github.com/pia-foss/tunnel-apple/blob/master/LICENSE
|
||||||
[dep-swiftybeaver-repo]: https://github.com/SwiftyBeaver/SwiftyBeaver
|
[dep-swiftybeaver-repo]: https://github.com/SwiftyBeaver/SwiftyBeaver
|
||||||
|
|
Loading…
Reference in New Issue