Skip to content

Commit 6264ae0

Browse files
committed
Fix license & copyright issues
Signed-off-by: Brendan Moran <[email protected]>
1 parent add3554 commit 6264ae0

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

mldsa/fips202/native/armv8.1_m/src/bit_interleave_4x_opt.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) The mldsa-native project authors
23
* Copyright (c) 2025 Arm Limited
34
* SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
45
*/

mldsa/fips202/native/armv8.1_m/src/keccakf1600_adomnicai_m4_opt_m7.S

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* SPDX-License-Identifier: Apache-2.0 OR MIT OR ISC OR CC0
2+
* Copyright (c) The mldsa-native project authors
3+
* SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT OR CC0
4+
*/
5+
/*
36
* Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni,
47
* Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
58
* denoted as "the implementer".

mldsa/fips202/native/armv8.1_m/src/mve-keccak-4x.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* check-magic: off
2+
* Copyright (c) The mldsa-native project authors
23
* Copyright (c) 2025 Arm Limited
3-
* SPDX-License-Identifier: Apache-2.0 OR MIT OR ISC
4+
* SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
45
* check-magic: on
56
*/
67

test/test_unit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) The mldsa-native project authors
23
* Copyright (c) 2025 Arm Limited
34
* SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
45
*/

0 commit comments

Comments
 (0)