Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libntruprime
Source: https://libntruprime.cr.yp.to/

Files: *
Copyright: 2024 Daniel J. Bernstein,
License: LicenseRef-PD-hp or CC0-1.0 or 0BSD or MIT-0 or MIT
Comment:
 libntruprime is maintained by Daniel J. Bernstein.
 .
 Quoting doc/license.md:
 .
 libntruprime is hereby placed into the public domain.
 .
 [SPDX-License-Identifier](https://spdx.dev/ids/):
 [LicenseRef-PD-hp](https://cr.yp.to/spdx.html)
 OR
 [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html)
 OR
 [0BSD](https://spdx.org/licenses/0BSD.html)
 OR
 [MIT-0](https://spdx.org/licenses/MIT-0.html)
 OR
 [MIT](https://spdx.org/licenses/MIT.html)
 .
 Quoting doc/people.md:
 .
 libntruprime is maintained by Daniel J. Bernstein.
 .
 libntruprime is based on the
 [official](https://ntruprime.cr.yp.to/software.html) "factored"
 `sntrup` software, which in turn is based on the original `sntrup`
 software from Daniel J. Bernstein, Chitchanok Chuengsatiansup, Tanja
 Lange, and Christine van Vredendaal.
 .
 The following components of libntruprime are from Daniel J. Bernstein:
 .
 * Infrastructure to build a library
   with automatic run-time selection of implementations
   based on the run-time CPU and a database of benchmarks.
   This infrastructure was introduced in
   [`lib25519`](https://lib25519.cr.yp.to)
   and extended in
   [`libmceliece`](https://lib.mceliece.org).
 .
 * Various software for tests and benchmarks. This is based on
   public-domain code in the SUPERCOP benchmarking framework.
 .
 * Software for the underlying subroutines
   `crypto_sort`
   (based on [djbsort](https://sorting.cr.yp.to)),
   `crypto_hashblocks`,
   and `crypto_hash`.

Files: crypto_kem/*
Copyright:
 Daniel J. Bernstein
 Chitchanok Chuengsatiansup
 Tanja Lange
 Christine van Vredendaal
License: LicenseRef-PD-hp or CC0-1.0 or 0BSD or MIT-0 or MIT

Files: debian/*
Copyright:
 2023 - 2024 Jan Mojžíš <jan.mojzis@gmail.com>,
 2023 - 2024 Simon Josefsson <simon@josefsson.org>,
License: CC0-1.0

License: LicenseRef-PD-hp
 Simple public-domain dedication.
 .
 This work is hereby dedicated to the public domain.

License: CC0-1.0
 CC0 1.0 Universal
 .
 The complete text of the CC0 license, version 1.0,
 can be found in /usr/share/common-licenses/CC0-1.0.

License: 0BSD
 BSD Zero Clause License
 .
 Permission to use, copy, modify, and/or distribute this software
 for any purpose with or without fee is hereby granted.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.

License: MIT-0
 MIT No Attribution
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: MIT
 MIT License
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.