File: LICENCE.md

package info (click to toggle)
tinyssh 20260301-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,388 kB
  • sloc: ansic: 20,248; sh: 1,582; python: 1,449; makefile: 913
file content (20 lines) | stat: -rw-r--r-- 841 bytes parent folder | download | duplicates (2)
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