1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
TinySSH is hereby placed into the public domain.
SPDX-License-Identifier: CC0-1.0 OR 0BSD OR MIT-0 OR MIT
- [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html)
- [0BSD](https://spdx.org/licenses/0BSD.html)
- [MIT-0](https://spdx.org/licenses/MIT-0.html)
- [MIT](https://spdx.org/licenses/MIT.html)
Comment:
"Public domain" works differently depending on the country, therefore LICENCE updated to CC0-1.0 OR 0BSD OR MIT-0 OR MIT.
History:
- initial release - public domain
- 20230101 - CC0
- 20250201 - CC0-1.0 OR 0BSD OR MIT-0 OR MIT.
Other:
_crypto-test_*.inc: derived from djb work from supercop/lib25519/libntruprime/lib1305, license: LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT
cryptoint/*: copy of cryptoint library from D. J. Bernstein, see cryptoint/README.md, license: LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT
|