@@ -36,75 +36,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3636OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3737SOFTWARE.
3838
39- Licenses for support code
40- -------------------------
41-
42- The code in test/nistrng/rng.c is derived from code provided by NIST
43- and governed by the following terms of use:
44-
45- ```
46- NIST-developed software is provided by NIST as a public service. You may
47- use, copy, and distribute copies of the software in any medium, provided
48- that you keep intact this entire notice. You may improve, modify, and
49- create derivative works of the software or any portion of the software, and
50- you may copy and distribute such modifications or works. Modified works
51- should carry a notice stating that you changed the software and should note
52- the date and nature of any such change. Please explicitly acknowledge the
53- National Institute of Standards and Technology as the source of the
54- software.
55-
56- NIST-developed software is expressly provided "AS IS." NIST MAKES NO
57- WARRANTY OF ANY KIND, EXPRESS, IMPLIED, IN FACT, OR ARISING BY OPERATION OF
58- LAW, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF
59- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
60- DATA ACCURACY. NIST NEITHER REPRESENTS NOR WARRANTS THAT THE OPERATION OF
61- THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ANY DEFECTS WILL
62- BE CORRECTED. NIST DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING
63- THE USE OF THE SOFTWARE OR THE RESULTS THEREOF, INCLUDING BUT NOT LIMITED
64- TO THE CORRECTNESS, ACCURACY, RELIABILITY, OR USEFULNESS OF THE SOFTWARE.
65-
66- You are solely responsible for determining the appropriateness of using and
67- distributing the software and you assume all risks associated with its use,
68- including but not limited to the risks and costs of program errors,
69- compliance with applicable laws, damage to or loss of data, programs or
70- equipment, and the unavailability or interruption of operation. This
71- software is not intended to be used in any situation where a failure could
72- cause risk of injury or damage to property. The software developed by NIST
73- employees is not subject to copyright protection within the United
74- States.
75- ```
76-
77- The code in test/nistrng/aes.* is derived from code in BearSSL
78- and carries the MIT license. It is only used for testing purposes.
79-
80- ```
81- Copyright (c) The mlkem-native project authors
82- Copyright (c) The mldsa-native project authors
83- Copyright (c) 2016 Thomas Pornin <
[email protected] >
84-
85- SPDX-License-Identifier: MIT
86-
87- Permission is hereby granted, free of charge, to any person obtaining
88- a copy of this software and associated documentation files (the
89- "Software"), to deal in the Software without restriction, including
90- without limitation the rights to use, copy, modify, merge, publish,
91- distribute, sublicense, and/or sell copies of the Software, and to
92- permit persons to whom the Software is furnished to do so, subject to
93- the following conditions:
94-
95- The above copyright notice and this permission notice shall be
96- included in all copies or substantial portions of the Software.
97-
98- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
99- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
100- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
101- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
102- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
103- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
104- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105- SOFTWARE.
106- ```
107-
10839The code in test/notrandombytes/* is derived from
10940https://cr.yp.to/papers.html#surf and licensed under
11041LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT.
0 commit comments