Skip to content

Commit 520e0ed

Browse files
mkannwischerhanno-becker
authored andcommitted
Lint: Remove license exceptions for ntt/intt
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent f29cb1b commit 520e0ed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/lint

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,6 @@ check-spdx()
165165
done
166166
# For source files in dev/* and mldsa/*, we enforce `Apache-2.0 OR ISC OR MIT`
167167
for file in $(git ls-files -- "*.[chsSi]" | grep "^dev/\|^mldsa/"); do
168-
# TODO: Temporarily exclude AArch64 (i)NTT pending license resolution (see issue #381)
169-
if [[ $file == "mldsa/native/aarch64/src/ntt.S" ]] ||
170-
[[ $file == "mldsa/native/aarch64/src/intt.S" ]] ||
171-
[[ $file == "dev/aarch64_clean/src/ntt.S" ]] ||
172-
[[ $file == "dev/aarch64_clean/src/intt.S" ]]; then
173-
continue
174-
fi
175168
# Ignore symlinks
176169
if [[ ! -L $file && $(grep "SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT" $file | wc -l) == 0 ]]; then
177170
gh_error "$file" "${line:-1}" "Missing license header error" "$file is not licensed under 'Apache-2.0 OR ISC OR MIT'"

0 commit comments

Comments
 (0)