Skip to content

Commit cfb8e96

Browse files
committed
Adjust LICENSE after AArch64 iNTT/NTT reimplementation
#570 reimplemented the iNTT/NTT to achieve uniform Apache-2.0 OR ISC OR MIT licensing. This commit updates the LICENSE to remove the outdated license for the old NTT and INTT - these were the last files covered by that license. Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent b29cbfa commit cfb8e96

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

LICENSE

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,6 @@ implementation are made available under the Apache-2.0 license OR
66
the ISC license OR the MIT license. These licenses are
77
reproduced at the bottom of this file.
88

9-
License for AArch64 assembly
10-
----------------------------
11-
12-
The AArch64 assembly in mldsa/* implementing the forward and
13-
inverse NTT for ML-DSA, carries the MIT license.
14-
15-
Copyright (c) 2022 Arm Limited
16-
Copyright (c) 2022 Hanno Becker
17-
Copyright (c) 2023 Amin Abdulrahman, Matthias Kannwischer
18-
Copyright (c) The mldsa-native project authors
19-
SPDX-License-Identifier: MIT
20-
21-
Permission is hereby granted, free of charge, to any person obtaining a copy
22-
of this software and associated documentation files (the "Software"), to deal
23-
in the Software without restriction, including without limitation the rights
24-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25-
copies of the Software, and to permit persons to whom the Software is
26-
furnished to do so, subject to the following conditions:
27-
28-
The above copyright notice and this permission notice shall be included in all
29-
copies or substantial portions of the Software.
30-
31-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37-
SOFTWARE.
38-
399
The code in test/notrandombytes/* is derived from
4010
https://cr.yp.to/papers.html#surf and licensed under
4111
LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT.

0 commit comments

Comments
 (0)