From aaf5896cf42e117fcb2a2ff44eb832a7b2ea250c Mon Sep 17 00:00:00 2001 From: Ryan Kim Date: Thu, 31 Oct 2024 14:59:39 +0900 Subject: [PATCH] chore(math): add missing license comments --- tachyon/math/finite_fields/packed_prime_field32_avx2.h | 5 +++++ tachyon/math/finite_fields/packed_prime_field32_avx512.h | 5 +++++ tachyon/math/finite_fields/packed_prime_field32_neon.h | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/tachyon/math/finite_fields/packed_prime_field32_avx2.h b/tachyon/math/finite_fields/packed_prime_field32_avx2.h index e610abce4..0ed7d9bea 100644 --- a/tachyon/math/finite_fields/packed_prime_field32_avx2.h +++ b/tachyon/math/finite_fields/packed_prime_field32_avx2.h @@ -1,3 +1,8 @@ +// Copyright (c) 2022 The Plonky3 Authors +// Use of this source code is governed by a MIT/Apache-2.0 style license that +// can be found in the LICENSE-MIT.plonky3 and the LICENCE-APACHE.plonky3 +// file. + #ifndef TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_AVX2_H_ #define TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_AVX2_H_ diff --git a/tachyon/math/finite_fields/packed_prime_field32_avx512.h b/tachyon/math/finite_fields/packed_prime_field32_avx512.h index 05bcd05f5..b157d9990 100644 --- a/tachyon/math/finite_fields/packed_prime_field32_avx512.h +++ b/tachyon/math/finite_fields/packed_prime_field32_avx512.h @@ -1,3 +1,8 @@ +// Copyright (c) 2022 The Plonky3 Authors +// Use of this source code is governed by a MIT/Apache-2.0 style license that +// can be found in the LICENSE-MIT.plonky3 and the LICENCE-APACHE.plonky3 +// file. + #ifndef TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_AVX512_H_ #define TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_AVX512_H_ diff --git a/tachyon/math/finite_fields/packed_prime_field32_neon.h b/tachyon/math/finite_fields/packed_prime_field32_neon.h index 57c8416c2..daa828dc5 100644 --- a/tachyon/math/finite_fields/packed_prime_field32_neon.h +++ b/tachyon/math/finite_fields/packed_prime_field32_neon.h @@ -1,3 +1,8 @@ +// Copyright (c) 2022 The Plonky3 Authors +// Use of this source code is governed by a MIT/Apache-2.0 style license that +// can be found in the LICENSE-MIT.plonky3 and the LICENCE-APACHE.plonky3 +// file. + #ifndef TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_NEON_H_ #define TACHYON_MATH_FINITE_FIELDS_PACKED_PRIME_FIELD32_NEON_H_