File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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'"
You can’t perform that action at this time.
0 commit comments