From 29c1a4714b9677956537b2855e5c1141bea520a6 Mon Sep 17 00:00:00 2001 From: "Diego F. Aranha" Date: Mon, 23 Dec 2024 15:31:41 +0100 Subject: [PATCH] Fix copyright dates. --- demo/ers-etrs/test-bench.c | 2 +- include/relic_label.h | 2 +- src/arch/relic_arch_a64.c | 2 +- src/bn/relic_bn_lag.c | 2 +- src/bn/relic_bn_mxp_sim.c | 2 +- src/cp/relic_cp_pbpsi.c | 2 +- src/cp/relic_cp_rsapsi.c | 2 +- src/cp/relic_cp_shipsi.c | 2 +- src/cp/relic_cp_shpe.c | 2 +- src/fp/relic_fp_crt.c | 2 +- src/low/x64-asm-10l/macro.s | 2 +- src/low/x64-asm-10l/relic_fp_add_low.s | 2 +- src/low/x64-asm-10l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-10l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-10l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-10l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-10l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-10l/relic_fpx_rdc_low.c | 2 +- src/low/x64-asm-10l/relic_fpx_rdc_low.s | 2 +- src/low/x64-asm-12l/relic_fp_add_low.s | 2 +- src/low/x64-asm-12l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-12l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-12l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-12l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-12l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-12l/relic_fpx_rdc_low.c | 2 +- src/low/x64-asm-12l/relic_fpx_rdc_low.s | 2 +- src/low/x64-asm-4l/macro.s | 2 +- src/low/x64-asm-4l/relic_fp_add_low.s | 2 +- src/low/x64-asm-4l/relic_fp_inv_low.c | 2 +- src/low/x64-asm-4l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-4l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-4l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-4l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-4l/relic_fp_shift_low.c | 2 +- src/low/x64-asm-4l/relic_fp_shift_low.s | 2 +- src/low/x64-asm-4l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-4l/relic_fp_sqr_low.s | 2 +- src/low/x64-asm-4l/relic_fpx_add_low.c | 2 +- src/low/x64-asm-4l/relic_fpx_add_low.s | 2 +- src/low/x64-asm-4l/relic_fpx_mul_low.c | 2 +- src/low/x64-asm-4l/relic_fpx_mul_low.s | 2 +- src/low/x64-asm-4l/relic_fpx_rdc_low.c | 2 +- src/low/x64-asm-4l/relic_fpx_rdc_low.s | 2 +- src/low/x64-asm-4l/relic_fpx_sqr_low.c | 2 +- src/low/x64-asm-4l/relic_fpx_sqr_low.s | 2 +- src/low/x64-asm-5l/macro.s | 2 +- src/low/x64-asm-5l/relic_fp_add_low.s | 2 +- src/low/x64-asm-5l/relic_fp_inv_low.c | 2 +- src/low/x64-asm-5l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-5l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-5l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-5l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-5l/relic_fp_shift_low.c | 2 +- src/low/x64-asm-5l/relic_fp_shift_low.s | 2 +- src/low/x64-asm-5l/relic_fp_smb_low.c | 2 +- src/low/x64-asm-5l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-6l/macro.s | 2 +- src/low/x64-asm-6l/relic_bn_mul_low.c | 2 +- src/low/x64-asm-6l/relic_bn_mul_low.s | 2 +- src/low/x64-asm-6l/relic_bn_shift_low.c | 2 +- src/low/x64-asm-6l/relic_bn_shift_low.s | 2 +- src/low/x64-asm-6l/relic_fp_add_low.s | 2 +- src/low/x64-asm-6l/relic_fp_inv_low.c | 2 +- src/low/x64-asm-6l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-6l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-6l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-6l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-6l/relic_fp_shift_low.c | 2 +- src/low/x64-asm-6l/relic_fp_shift_low.s | 2 +- src/low/x64-asm-6l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-7l/macro.s | 2 +- src/low/x64-asm-7l/relic_fp_add_low.s | 2 +- src/low/x64-asm-7l/relic_fp_inv_low.c | 2 +- src/low/x64-asm-7l/relic_fp_inv_low.s | 2 +- src/low/x64-asm-7l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-7l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-7l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-7l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-7l/relic_fp_shift_low.c | 2 +- src/low/x64-asm-7l/relic_fp_shift_low.s | 2 +- src/low/x64-asm-7l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-8.5l/macro.s | 2 +- src/low/x64-asm-8.5l/relic_fp_add_low.s | 2 +- src/low/x64-asm-8.5l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-8.5l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-8.5l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-8.5l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-8.5l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-8.5l/relic_fpx_add_low.c | 2 +- src/low/x64-asm-8.5l/relic_fpx_mul_low.c | 2 +- src/low/x64-asm-8.5l/relic_fpx_rdc_low.c | 2 +- src/low/x64-asm-8.5l/relic_fpx_rdc_low.s | 2 +- src/low/x64-asm-8.5l/relic_fpx_sqr_low.c | 2 +- src/low/x64-asm-8l/macro.s | 2 +- src/low/x64-asm-8l/relic_bn_mul_low.c | 2 +- src/low/x64-asm-8l/relic_bn_mul_low.s | 2 +- src/low/x64-asm-8l/relic_fp_add_low.s | 2 +- src/low/x64-asm-8l/relic_fp_inv_low.c | 2 +- src/low/x64-asm-8l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-8l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-8l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-8l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-8l/relic_fp_shift_low.c | 2 +- src/low/x64-asm-8l/relic_fp_shift_low.s | 2 +- src/low/x64-asm-8l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-9l/macro.s | 2 +- src/low/x64-asm-9l/relic_fp_add_low.s | 2 +- src/low/x64-asm-9l/relic_fp_mul_low.c | 2 +- src/low/x64-asm-9l/relic_fp_mul_low.s | 2 +- src/low/x64-asm-9l/relic_fp_rdc_low.c | 2 +- src/low/x64-asm-9l/relic_fp_rdc_low.s | 2 +- src/low/x64-asm-9l/relic_fp_sqr_low.c | 2 +- src/low/x64-asm-9l/relic_fpx_rdc_low.c | 2 +- src/low/x64-asm-9l/relic_fpx_rdc_low.s | 2 +- src/low/x64-fiat-381/relic_fp_rdc_low.c | 2 +- src/low/x64-fiat-381/relic_fpx_add_low.c | 2 +- src/low/x64-fiat-381/relic_fpx_mul_low.c | 2 +- src/low/x64-fiat-381/relic_fpx_sqr_low.c | 2 +- src/low/x64-hacl-25519/relic_fp_add_low.c | 2 +- src/low/x64-hacl-25519/relic_fp_inv_low.c | 2 +- src/low/x64-hacl-25519/relic_fp_mul_low.c | 2 +- src/low/x64-hacl-25519/relic_fp_sqr_low.c | 2 +- src/md/relic_md_kdf.c | 2 +- src/mpc/relic_mpc_mt.c | 2 +- src/mpc/relic_mpc_pc.c | 2 +- src/mpc/relic_mpc_sss.c | 2 +- src/pp/relic_pp_dbl_k24.c | 2 +- src/pp/relic_pp_exp_k1.c | 2 +- src/pp/relic_pp_exp_k24.c | 2 +- src/pp/relic_pp_map_k24.c | 2 +- src/tmpl/relic_ep_map_tmpl.h | 2 +- 132 files changed, 132 insertions(+), 132 deletions(-) diff --git a/demo/ers-etrs/test-bench.c b/demo/ers-etrs/test-bench.c index 160595da7..960fb58c2 100644 --- a/demo/ers-etrs/test-bench.c +++ b/demo/ers-etrs/test-bench.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/include/relic_label.h b/include/relic_label.h index a6d33fdeb..fe690feec 100644 --- a/include/relic_label.h +++ b/include/relic_label.h @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2013 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/arch/relic_arch_a64.c b/src/arch/relic_arch_a64.c index 1c4f1bd72..99aec7f73 100644 --- a/src/arch/relic_arch_a64.c +++ b/src/arch/relic_arch_a64.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2012 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/bn/relic_bn_lag.c b/src/bn/relic_bn_lag.c index cf1565325..433957b5a 100644 --- a/src/bn/relic_bn_lag.c +++ b/src/bn/relic_bn_lag.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/bn/relic_bn_mxp_sim.c b/src/bn/relic_bn_mxp_sim.c index acd80e9bc..eb0321db5 100644 --- a/src/bn/relic_bn_mxp_sim.c +++ b/src/bn/relic_bn_mxp_sim.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/cp/relic_cp_pbpsi.c b/src/cp/relic_cp_pbpsi.c index 3372f6714..69b4b089d 100644 --- a/src/cp/relic_cp_pbpsi.c +++ b/src/cp/relic_cp_pbpsi.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/cp/relic_cp_rsapsi.c b/src/cp/relic_cp_rsapsi.c index 9ed64bd79..b8839e55c 100644 --- a/src/cp/relic_cp_rsapsi.c +++ b/src/cp/relic_cp_rsapsi.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/cp/relic_cp_shipsi.c b/src/cp/relic_cp_shipsi.c index 2bfb8726b..5ba04f3e9 100644 --- a/src/cp/relic_cp_shipsi.c +++ b/src/cp/relic_cp_shipsi.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/cp/relic_cp_shpe.c b/src/cp/relic_cp_shpe.c index 87d6faba1..ec72b4876 100644 --- a/src/cp/relic_cp_shpe.c +++ b/src/cp/relic_cp_shpe.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2014 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/fp/relic_fp_crt.c b/src/fp/relic_fp_crt.c index 74e5326f3..a8cee172e 100644 --- a/src/fp/relic_fp_crt.c +++ b/src/fp/relic_fp_crt.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2010 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/macro.s b/src/low/x64-asm-10l/macro.s index 85825cf32..690246d80 100644 --- a/src/low/x64-asm-10l/macro.s +++ b/src/low/x64-asm-10l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_add_low.s b/src/low/x64-asm-10l/relic_fp_add_low.s index 70ab7b72c..0e9c25eff 100644 --- a/src/low/x64-asm-10l/relic_fp_add_low.s +++ b/src/low/x64-asm-10l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_mul_low.c b/src/low/x64-asm-10l/relic_fp_mul_low.c index 4d5e493d5..fc8cdbd10 100644 --- a/src/low/x64-asm-10l/relic_fp_mul_low.c +++ b/src/low/x64-asm-10l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_mul_low.s b/src/low/x64-asm-10l/relic_fp_mul_low.s index 1650e30a6..e70f4e6ef 100644 --- a/src/low/x64-asm-10l/relic_fp_mul_low.s +++ b/src/low/x64-asm-10l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_rdc_low.c b/src/low/x64-asm-10l/relic_fp_rdc_low.c index 620678a13..2a570ec85 100644 --- a/src/low/x64-asm-10l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-10l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_rdc_low.s b/src/low/x64-asm-10l/relic_fp_rdc_low.s index 4e8e69b71..bf890df1c 100644 --- a/src/low/x64-asm-10l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-10l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fp_sqr_low.c b/src/low/x64-asm-10l/relic_fp_sqr_low.c index f0c879cd5..bb10a7be9 100644 --- a/src/low/x64-asm-10l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-10l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fpx_rdc_low.c b/src/low/x64-asm-10l/relic_fpx_rdc_low.c index 536c40ca8..f1a7f4019 100755 --- a/src/low/x64-asm-10l/relic_fpx_rdc_low.c +++ b/src/low/x64-asm-10l/relic_fpx_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-10l/relic_fpx_rdc_low.s b/src/low/x64-asm-10l/relic_fpx_rdc_low.s index 8a3c436ff..ac266aca1 100644 --- a/src/low/x64-asm-10l/relic_fpx_rdc_low.s +++ b/src/low/x64-asm-10l/relic_fpx_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_add_low.s b/src/low/x64-asm-12l/relic_fp_add_low.s index 670d62758..677564bac 100644 --- a/src/low/x64-asm-12l/relic_fp_add_low.s +++ b/src/low/x64-asm-12l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_mul_low.c b/src/low/x64-asm-12l/relic_fp_mul_low.c index 4d5e493d5..daeb544fe 100644 --- a/src/low/x64-asm-12l/relic_fp_mul_low.c +++ b/src/low/x64-asm-12l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_mul_low.s b/src/low/x64-asm-12l/relic_fp_mul_low.s index ced58a821..cc9f4b0d2 100644 --- a/src/low/x64-asm-12l/relic_fp_mul_low.s +++ b/src/low/x64-asm-12l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_rdc_low.c b/src/low/x64-asm-12l/relic_fp_rdc_low.c index 620678a13..c64df0d88 100644 --- a/src/low/x64-asm-12l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-12l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_rdc_low.s b/src/low/x64-asm-12l/relic_fp_rdc_low.s index 4e8e69b71..c864aafbb 100644 --- a/src/low/x64-asm-12l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-12l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fp_sqr_low.c b/src/low/x64-asm-12l/relic_fp_sqr_low.c index f0c879cd5..fd671495e 100644 --- a/src/low/x64-asm-12l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-12l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fpx_rdc_low.c b/src/low/x64-asm-12l/relic_fpx_rdc_low.c index 536c40ca8..ec6153592 100755 --- a/src/low/x64-asm-12l/relic_fpx_rdc_low.c +++ b/src/low/x64-asm-12l/relic_fpx_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-12l/relic_fpx_rdc_low.s b/src/low/x64-asm-12l/relic_fpx_rdc_low.s index 8a3c436ff..f594f96f9 100644 --- a/src/low/x64-asm-12l/relic_fpx_rdc_low.s +++ b/src/low/x64-asm-12l/relic_fpx_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/macro.s b/src/low/x64-asm-4l/macro.s index c6f836230..be6158f14 100755 --- a/src/low/x64-asm-4l/macro.s +++ b/src/low/x64-asm-4l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_add_low.s b/src/low/x64-asm-4l/relic_fp_add_low.s index ab2ae7fa3..5f6fe9bf6 100755 --- a/src/low/x64-asm-4l/relic_fp_add_low.s +++ b/src/low/x64-asm-4l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_inv_low.c b/src/low/x64-asm-4l/relic_fp_inv_low.c index b3276603e..dc7eb12f8 100644 --- a/src/low/x64-asm-4l/relic_fp_inv_low.c +++ b/src/low/x64-asm-4l/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_mul_low.c b/src/low/x64-asm-4l/relic_fp_mul_low.c index b3947218f..0be28032a 100755 --- a/src/low/x64-asm-4l/relic_fp_mul_low.c +++ b/src/low/x64-asm-4l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_mul_low.s b/src/low/x64-asm-4l/relic_fp_mul_low.s index 28df1244d..13d03f394 100755 --- a/src/low/x64-asm-4l/relic_fp_mul_low.s +++ b/src/low/x64-asm-4l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_rdc_low.c b/src/low/x64-asm-4l/relic_fp_rdc_low.c index 7c2e2936d..7bbaf4622 100755 --- a/src/low/x64-asm-4l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-4l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_rdc_low.s b/src/low/x64-asm-4l/relic_fp_rdc_low.s index 2aa0f87f1..d4a2dcff5 100755 --- a/src/low/x64-asm-4l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-4l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_shift_low.c b/src/low/x64-asm-4l/relic_fp_shift_low.c index 9d12a75ce..04ffc7369 100755 --- a/src/low/x64-asm-4l/relic_fp_shift_low.c +++ b/src/low/x64-asm-4l/relic_fp_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_shift_low.s b/src/low/x64-asm-4l/relic_fp_shift_low.s index 1ecfc09e9..cd46e3d1e 100755 --- a/src/low/x64-asm-4l/relic_fp_shift_low.s +++ b/src/low/x64-asm-4l/relic_fp_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_sqr_low.c b/src/low/x64-asm-4l/relic_fp_sqr_low.c index 9f5e0e097..3332a5311 100755 --- a/src/low/x64-asm-4l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-4l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fp_sqr_low.s b/src/low/x64-asm-4l/relic_fp_sqr_low.s index 46475b8a7..67b37a6f6 100755 --- a/src/low/x64-asm-4l/relic_fp_sqr_low.s +++ b/src/low/x64-asm-4l/relic_fp_sqr_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2013 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_add_low.c b/src/low/x64-asm-4l/relic_fpx_add_low.c index fb99892ed..032f3ee1a 100755 --- a/src/low/x64-asm-4l/relic_fpx_add_low.c +++ b/src/low/x64-asm-4l/relic_fpx_add_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2014 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_add_low.s b/src/low/x64-asm-4l/relic_fpx_add_low.s index 62b93c789..de35c7644 100755 --- a/src/low/x64-asm-4l/relic_fpx_add_low.s +++ b/src/low/x64-asm-4l/relic_fpx_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2015 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_mul_low.c b/src/low/x64-asm-4l/relic_fpx_mul_low.c index 5bc093b8f..cb4d7e6f9 100755 --- a/src/low/x64-asm-4l/relic_fpx_mul_low.c +++ b/src/low/x64-asm-4l/relic_fpx_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2014 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_mul_low.s b/src/low/x64-asm-4l/relic_fpx_mul_low.s index 3da643aaa..989b4bc0f 100755 --- a/src/low/x64-asm-4l/relic_fpx_mul_low.s +++ b/src/low/x64-asm-4l/relic_fpx_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2015 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_rdc_low.c b/src/low/x64-asm-4l/relic_fpx_rdc_low.c index a34c1cf51..af4a0d828 100755 --- a/src/low/x64-asm-4l/relic_fpx_rdc_low.c +++ b/src/low/x64-asm-4l/relic_fpx_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2014 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_rdc_low.s b/src/low/x64-asm-4l/relic_fpx_rdc_low.s index ccb332f24..c90aca1f2 100755 --- a/src/low/x64-asm-4l/relic_fpx_rdc_low.s +++ b/src/low/x64-asm-4l/relic_fpx_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2015 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_sqr_low.c b/src/low/x64-asm-4l/relic_fpx_sqr_low.c index 82edcf2e4..b287cec8e 100755 --- a/src/low/x64-asm-4l/relic_fpx_sqr_low.c +++ b/src/low/x64-asm-4l/relic_fpx_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2014 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-4l/relic_fpx_sqr_low.s b/src/low/x64-asm-4l/relic_fpx_sqr_low.s index 2d9291d8e..ca04183ef 100755 --- a/src/low/x64-asm-4l/relic_fpx_sqr_low.s +++ b/src/low/x64-asm-4l/relic_fpx_sqr_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2015 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/macro.s b/src/low/x64-asm-5l/macro.s index a4a5a316f..89b744434 100644 --- a/src/low/x64-asm-5l/macro.s +++ b/src/low/x64-asm-5l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_add_low.s b/src/low/x64-asm-5l/relic_fp_add_low.s index a32aef221..d18e16166 100644 --- a/src/low/x64-asm-5l/relic_fp_add_low.s +++ b/src/low/x64-asm-5l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_inv_low.c b/src/low/x64-asm-5l/relic_fp_inv_low.c index b3276603e..5c17f7e7f 100644 --- a/src/low/x64-asm-5l/relic_fp_inv_low.c +++ b/src/low/x64-asm-5l/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_mul_low.c b/src/low/x64-asm-5l/relic_fp_mul_low.c index badc7665e..3bf0596ab 100644 --- a/src/low/x64-asm-5l/relic_fp_mul_low.c +++ b/src/low/x64-asm-5l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_mul_low.s b/src/low/x64-asm-5l/relic_fp_mul_low.s index fb4d5add1..9a54d3f0a 100644 --- a/src/low/x64-asm-5l/relic_fp_mul_low.s +++ b/src/low/x64-asm-5l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_rdc_low.c b/src/low/x64-asm-5l/relic_fp_rdc_low.c index 0bf759769..109d73cd3 100644 --- a/src/low/x64-asm-5l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-5l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_rdc_low.s b/src/low/x64-asm-5l/relic_fp_rdc_low.s index 04df8c0a5..d795bef0c 100644 --- a/src/low/x64-asm-5l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-5l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_shift_low.c b/src/low/x64-asm-5l/relic_fp_shift_low.c index 132efbb3b..3bda47999 100644 --- a/src/low/x64-asm-5l/relic_fp_shift_low.c +++ b/src/low/x64-asm-5l/relic_fp_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_shift_low.s b/src/low/x64-asm-5l/relic_fp_shift_low.s index 509fcae15..63e1c509e 100644 --- a/src/low/x64-asm-5l/relic_fp_shift_low.s +++ b/src/low/x64-asm-5l/relic_fp_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_smb_low.c b/src/low/x64-asm-5l/relic_fp_smb_low.c index d25200282..e1b960e00 100644 --- a/src/low/x64-asm-5l/relic_fp_smb_low.c +++ b/src/low/x64-asm-5l/relic_fp_smb_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2021 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-5l/relic_fp_sqr_low.c b/src/low/x64-asm-5l/relic_fp_sqr_low.c index f0c879cd5..bb10a7be9 100644 --- a/src/low/x64-asm-5l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-5l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/macro.s b/src/low/x64-asm-6l/macro.s index 36e7c3b7e..4c1ca5b8f 100644 --- a/src/low/x64-asm-6l/macro.s +++ b/src/low/x64-asm-6l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_bn_mul_low.c b/src/low/x64-asm-6l/relic_bn_mul_low.c index 2c8c26e29..53c3f780b 100644 --- a/src/low/x64-asm-6l/relic_bn_mul_low.c +++ b/src/low/x64-asm-6l/relic_bn_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_bn_mul_low.s b/src/low/x64-asm-6l/relic_bn_mul_low.s index 6ccc88c02..a5b0e41cd 100644 --- a/src/low/x64-asm-6l/relic_bn_mul_low.s +++ b/src/low/x64-asm-6l/relic_bn_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_bn_shift_low.c b/src/low/x64-asm-6l/relic_bn_shift_low.c index b65acc1dd..13eb9f744 100644 --- a/src/low/x64-asm-6l/relic_bn_shift_low.c +++ b/src/low/x64-asm-6l/relic_bn_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_bn_shift_low.s b/src/low/x64-asm-6l/relic_bn_shift_low.s index 563e2603e..b1d357b2b 100644 --- a/src/low/x64-asm-6l/relic_bn_shift_low.s +++ b/src/low/x64-asm-6l/relic_bn_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_add_low.s b/src/low/x64-asm-6l/relic_fp_add_low.s index 4e51dcdc1..49a0989d6 100644 --- a/src/low/x64-asm-6l/relic_fp_add_low.s +++ b/src/low/x64-asm-6l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_inv_low.c b/src/low/x64-asm-6l/relic_fp_inv_low.c index b3276603e..dc7eb12f8 100644 --- a/src/low/x64-asm-6l/relic_fp_inv_low.c +++ b/src/low/x64-asm-6l/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_mul_low.c b/src/low/x64-asm-6l/relic_fp_mul_low.c index badc7665e..847285b69 100644 --- a/src/low/x64-asm-6l/relic_fp_mul_low.c +++ b/src/low/x64-asm-6l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_mul_low.s b/src/low/x64-asm-6l/relic_fp_mul_low.s index 3fd3f3dba..d1a8244b3 100644 --- a/src/low/x64-asm-6l/relic_fp_mul_low.s +++ b/src/low/x64-asm-6l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_rdc_low.c b/src/low/x64-asm-6l/relic_fp_rdc_low.c index 0bf759769..efe1aed5a 100644 --- a/src/low/x64-asm-6l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-6l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_rdc_low.s b/src/low/x64-asm-6l/relic_fp_rdc_low.s index 04df8c0a5..564e5ad14 100644 --- a/src/low/x64-asm-6l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-6l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_shift_low.c b/src/low/x64-asm-6l/relic_fp_shift_low.c index 132efbb3b..04ffc7369 100644 --- a/src/low/x64-asm-6l/relic_fp_shift_low.c +++ b/src/low/x64-asm-6l/relic_fp_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_shift_low.s b/src/low/x64-asm-6l/relic_fp_shift_low.s index 26dacc6fd..61014a8de 100644 --- a/src/low/x64-asm-6l/relic_fp_shift_low.s +++ b/src/low/x64-asm-6l/relic_fp_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-6l/relic_fp_sqr_low.c b/src/low/x64-asm-6l/relic_fp_sqr_low.c index f0c879cd5..a0bdec21b 100644 --- a/src/low/x64-asm-6l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-6l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2017 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/macro.s b/src/low/x64-asm-7l/macro.s index 9ba3bc524..05b2806d7 100644 --- a/src/low/x64-asm-7l/macro.s +++ b/src/low/x64-asm-7l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_add_low.s b/src/low/x64-asm-7l/relic_fp_add_low.s index 4f03c6d96..218031083 100644 --- a/src/low/x64-asm-7l/relic_fp_add_low.s +++ b/src/low/x64-asm-7l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_inv_low.c b/src/low/x64-asm-7l/relic_fp_inv_low.c index 6d56114bb..5c17f7e7f 100644 --- a/src/low/x64-asm-7l/relic_fp_inv_low.c +++ b/src/low/x64-asm-7l/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_inv_low.s b/src/low/x64-asm-7l/relic_fp_inv_low.s index 00bb1c103..f77a1d9ce 100644 --- a/src/low/x64-asm-7l/relic_fp_inv_low.s +++ b/src/low/x64-asm-7l/relic_fp_inv_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_mul_low.c b/src/low/x64-asm-7l/relic_fp_mul_low.c index 128d98834..3d1952ab9 100644 --- a/src/low/x64-asm-7l/relic_fp_mul_low.c +++ b/src/low/x64-asm-7l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_mul_low.s b/src/low/x64-asm-7l/relic_fp_mul_low.s index ed9660ea6..7a7e78b51 100644 --- a/src/low/x64-asm-7l/relic_fp_mul_low.s +++ b/src/low/x64-asm-7l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_rdc_low.c b/src/low/x64-asm-7l/relic_fp_rdc_low.c index 154942d35..109d73cd3 100644 --- a/src/low/x64-asm-7l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-7l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_rdc_low.s b/src/low/x64-asm-7l/relic_fp_rdc_low.s index 22f6feeef..df36735f7 100644 --- a/src/low/x64-asm-7l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-7l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_shift_low.c b/src/low/x64-asm-7l/relic_fp_shift_low.c index 004a75c92..3bda47999 100644 --- a/src/low/x64-asm-7l/relic_fp_shift_low.c +++ b/src/low/x64-asm-7l/relic_fp_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_shift_low.s b/src/low/x64-asm-7l/relic_fp_shift_low.s index b8e29818d..6b5a7c97a 100644 --- a/src/low/x64-asm-7l/relic_fp_shift_low.s +++ b/src/low/x64-asm-7l/relic_fp_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-7l/relic_fp_sqr_low.c b/src/low/x64-asm-7l/relic_fp_sqr_low.c index c458e3a65..bb10a7be9 100644 --- a/src/low/x64-asm-7l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-7l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/macro.s b/src/low/x64-asm-8.5l/macro.s index 5e3189a11..19d5287e8 100644 --- a/src/low/x64-asm-8.5l/macro.s +++ b/src/low/x64-asm-8.5l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_add_low.s b/src/low/x64-asm-8.5l/relic_fp_add_low.s index c7a18e7c3..abfde7afe 100644 --- a/src/low/x64-asm-8.5l/relic_fp_add_low.s +++ b/src/low/x64-asm-8.5l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_mul_low.c b/src/low/x64-asm-8.5l/relic_fp_mul_low.c index c0731b9ff..fc8cdbd10 100644 --- a/src/low/x64-asm-8.5l/relic_fp_mul_low.c +++ b/src/low/x64-asm-8.5l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_mul_low.s b/src/low/x64-asm-8.5l/relic_fp_mul_low.s index cdd3d2af5..e70f4e6ef 100644 --- a/src/low/x64-asm-8.5l/relic_fp_mul_low.s +++ b/src/low/x64-asm-8.5l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_rdc_low.c b/src/low/x64-asm-8.5l/relic_fp_rdc_low.c index 5c9a776c7..2a570ec85 100644 --- a/src/low/x64-asm-8.5l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-8.5l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_rdc_low.s b/src/low/x64-asm-8.5l/relic_fp_rdc_low.s index 98b804e6d..bf890df1c 100644 --- a/src/low/x64-asm-8.5l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-8.5l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fp_sqr_low.c b/src/low/x64-asm-8.5l/relic_fp_sqr_low.c index c458e3a65..bb10a7be9 100644 --- a/src/low/x64-asm-8.5l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-8.5l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fpx_add_low.c b/src/low/x64-asm-8.5l/relic_fpx_add_low.c index 17a8a5af0..9de4c89e9 100644 --- a/src/low/x64-asm-8.5l/relic_fpx_add_low.c +++ b/src/low/x64-asm-8.5l/relic_fpx_add_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fpx_mul_low.c b/src/low/x64-asm-8.5l/relic_fpx_mul_low.c index be2229e94..42092d6be 100644 --- a/src/low/x64-asm-8.5l/relic_fpx_mul_low.c +++ b/src/low/x64-asm-8.5l/relic_fpx_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fpx_rdc_low.c b/src/low/x64-asm-8.5l/relic_fpx_rdc_low.c index f0bd669cf..f1a7f4019 100644 --- a/src/low/x64-asm-8.5l/relic_fpx_rdc_low.c +++ b/src/low/x64-asm-8.5l/relic_fpx_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fpx_rdc_low.s b/src/low/x64-asm-8.5l/relic_fpx_rdc_low.s index 4ba1d40bc..ac266aca1 100644 --- a/src/low/x64-asm-8.5l/relic_fpx_rdc_low.s +++ b/src/low/x64-asm-8.5l/relic_fpx_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8.5l/relic_fpx_sqr_low.c b/src/low/x64-asm-8.5l/relic_fpx_sqr_low.c index 910af8222..f5f41a1e6 100644 --- a/src/low/x64-asm-8.5l/relic_fpx_sqr_low.c +++ b/src/low/x64-asm-8.5l/relic_fpx_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/macro.s b/src/low/x64-asm-8l/macro.s index 2073e5b6e..171e6752c 100644 --- a/src/low/x64-asm-8l/macro.s +++ b/src/low/x64-asm-8l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_bn_mul_low.c b/src/low/x64-asm-8l/relic_bn_mul_low.c index 2c8c26e29..53c3f780b 100644 --- a/src/low/x64-asm-8l/relic_bn_mul_low.c +++ b/src/low/x64-asm-8l/relic_bn_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_bn_mul_low.s b/src/low/x64-asm-8l/relic_bn_mul_low.s index 4a9161c7a..19ba7649d 100644 --- a/src/low/x64-asm-8l/relic_bn_mul_low.s +++ b/src/low/x64-asm-8l/relic_bn_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_add_low.s b/src/low/x64-asm-8l/relic_fp_add_low.s index b34dc0429..0b142d4c0 100644 --- a/src/low/x64-asm-8l/relic_fp_add_low.s +++ b/src/low/x64-asm-8l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_inv_low.c b/src/low/x64-asm-8l/relic_fp_inv_low.c index 6d56114bb..dc7eb12f8 100644 --- a/src/low/x64-asm-8l/relic_fp_inv_low.c +++ b/src/low/x64-asm-8l/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_mul_low.c b/src/low/x64-asm-8l/relic_fp_mul_low.c index 128d98834..c66009345 100644 --- a/src/low/x64-asm-8l/relic_fp_mul_low.c +++ b/src/low/x64-asm-8l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_mul_low.s b/src/low/x64-asm-8l/relic_fp_mul_low.s index ed9660ea6..bb30e2190 100644 --- a/src/low/x64-asm-8l/relic_fp_mul_low.s +++ b/src/low/x64-asm-8l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_rdc_low.c b/src/low/x64-asm-8l/relic_fp_rdc_low.c index 154942d35..efe1aed5a 100644 --- a/src/low/x64-asm-8l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-8l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_rdc_low.s b/src/low/x64-asm-8l/relic_fp_rdc_low.s index 22f6feeef..fb39fa4fe 100644 --- a/src/low/x64-asm-8l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-8l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_shift_low.c b/src/low/x64-asm-8l/relic_fp_shift_low.c index 004a75c92..04ffc7369 100644 --- a/src/low/x64-asm-8l/relic_fp_shift_low.c +++ b/src/low/x64-asm-8l/relic_fp_shift_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_shift_low.s b/src/low/x64-asm-8l/relic_fp_shift_low.s index bbc09fd22..abc23e829 100644 --- a/src/low/x64-asm-8l/relic_fp_shift_low.s +++ b/src/low/x64-asm-8l/relic_fp_shift_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-8l/relic_fp_sqr_low.c b/src/low/x64-asm-8l/relic_fp_sqr_low.c index c458e3a65..a0bdec21b 100644 --- a/src/low/x64-asm-8l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-8l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/macro.s b/src/low/x64-asm-9l/macro.s index 53ef1e001..51cfa9b7c 100644 --- a/src/low/x64-asm-9l/macro.s +++ b/src/low/x64-asm-9l/macro.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_add_low.s b/src/low/x64-asm-9l/relic_fp_add_low.s index 609e39cc0..d994eec98 100644 --- a/src/low/x64-asm-9l/relic_fp_add_low.s +++ b/src/low/x64-asm-9l/relic_fp_add_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_mul_low.c b/src/low/x64-asm-9l/relic_fp_mul_low.c index c0731b9ff..0be28032a 100644 --- a/src/low/x64-asm-9l/relic_fp_mul_low.c +++ b/src/low/x64-asm-9l/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_mul_low.s b/src/low/x64-asm-9l/relic_fp_mul_low.s index cdd3d2af5..ee63cbccd 100644 --- a/src/low/x64-asm-9l/relic_fp_mul_low.s +++ b/src/low/x64-asm-9l/relic_fp_mul_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_rdc_low.c b/src/low/x64-asm-9l/relic_fp_rdc_low.c index 5c9a776c7..0ed48b195 100644 --- a/src/low/x64-asm-9l/relic_fp_rdc_low.c +++ b/src/low/x64-asm-9l/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_rdc_low.s b/src/low/x64-asm-9l/relic_fp_rdc_low.s index 98b804e6d..93ef9b0fc 100644 --- a/src/low/x64-asm-9l/relic_fp_rdc_low.s +++ b/src/low/x64-asm-9l/relic_fp_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fp_sqr_low.c b/src/low/x64-asm-9l/relic_fp_sqr_low.c index c458e3a65..a0bdec21b 100644 --- a/src/low/x64-asm-9l/relic_fp_sqr_low.c +++ b/src/low/x64-asm-9l/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fpx_rdc_low.c b/src/low/x64-asm-9l/relic_fpx_rdc_low.c index f0bd669cf..012bd5780 100644 --- a/src/low/x64-asm-9l/relic_fpx_rdc_low.c +++ b/src/low/x64-asm-9l/relic_fpx_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-asm-9l/relic_fpx_rdc_low.s b/src/low/x64-asm-9l/relic_fpx_rdc_low.s index 4ba1d40bc..2b1f2ce0d 100644 --- a/src/low/x64-asm-9l/relic_fpx_rdc_low.s +++ b/src/low/x64-asm-9l/relic_fpx_rdc_low.s @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-fiat-381/relic_fp_rdc_low.c b/src/low/x64-fiat-381/relic_fp_rdc_low.c index 6779930d9..98b20e177 100644 --- a/src/low/x64-fiat-381/relic_fp_rdc_low.c +++ b/src/low/x64-fiat-381/relic_fp_rdc_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-fiat-381/relic_fpx_add_low.c b/src/low/x64-fiat-381/relic_fpx_add_low.c index 06c1171b0..80e357c51 100644 --- a/src/low/x64-fiat-381/relic_fpx_add_low.c +++ b/src/low/x64-fiat-381/relic_fpx_add_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-fiat-381/relic_fpx_mul_low.c b/src/low/x64-fiat-381/relic_fpx_mul_low.c index bf43d0400..87286f341 100644 --- a/src/low/x64-fiat-381/relic_fpx_mul_low.c +++ b/src/low/x64-fiat-381/relic_fpx_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-fiat-381/relic_fpx_sqr_low.c b/src/low/x64-fiat-381/relic_fpx_sqr_low.c index 67473236c..5bfdc5a6b 100644 --- a/src/low/x64-fiat-381/relic_fpx_sqr_low.c +++ b/src/low/x64-fiat-381/relic_fpx_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-hacl-25519/relic_fp_add_low.c b/src/low/x64-hacl-25519/relic_fp_add_low.c index 3bfc27df1..434ef5321 100644 --- a/src/low/x64-hacl-25519/relic_fp_add_low.c +++ b/src/low/x64-hacl-25519/relic_fp_add_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-hacl-25519/relic_fp_inv_low.c b/src/low/x64-hacl-25519/relic_fp_inv_low.c index 5364b9c6e..4e3a22cae 100644 --- a/src/low/x64-hacl-25519/relic_fp_inv_low.c +++ b/src/low/x64-hacl-25519/relic_fp_inv_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2012 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-hacl-25519/relic_fp_mul_low.c b/src/low/x64-hacl-25519/relic_fp_mul_low.c index cc9830eb1..f253d1ef6 100644 --- a/src/low/x64-hacl-25519/relic_fp_mul_low.c +++ b/src/low/x64-hacl-25519/relic_fp_mul_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/low/x64-hacl-25519/relic_fp_sqr_low.c b/src/low/x64-hacl-25519/relic_fp_sqr_low.c index 1f9ce8cc0..3cdb9c13b 100644 --- a/src/low/x64-hacl-25519/relic_fp_sqr_low.c +++ b/src/low/x64-hacl-25519/relic_fp_sqr_low.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2009 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/md/relic_md_kdf.c b/src/md/relic_md_kdf.c index 8b99a61a6..fc266538e 100644 --- a/src/md/relic_md_kdf.c +++ b/src/md/relic_md_kdf.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2011 RELIC Authors + * Copyright (c) 2010 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/mpc/relic_mpc_mt.c b/src/mpc/relic_mpc_mt.c index f7304f06b..7621b913d 100644 --- a/src/mpc/relic_mpc_mt.c +++ b/src/mpc/relic_mpc_mt.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/mpc/relic_mpc_pc.c b/src/mpc/relic_mpc_pc.c index db4d5dd47..67d14e970 100644 --- a/src/mpc/relic_mpc_pc.c +++ b/src/mpc/relic_mpc_pc.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/mpc/relic_mpc_sss.c b/src/mpc/relic_mpc_sss.c index 290ff12a8..e736a4178 100644 --- a/src/mpc/relic_mpc_sss.c +++ b/src/mpc/relic_mpc_sss.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2022 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/pp/relic_pp_dbl_k24.c b/src/pp/relic_pp_dbl_k24.c index c1c33a79d..e66ae55fc 100644 --- a/src/pp/relic_pp_dbl_k24.c +++ b/src/pp/relic_pp_dbl_k24.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrar->y for Cr->yptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/pp/relic_pp_exp_k1.c b/src/pp/relic_pp_exp_k1.c index b014a82db..ba9417d65 100644 --- a/src/pp/relic_pp_exp_k1.c +++ b/src/pp/relic_pp_exp_k1.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2023 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/pp/relic_pp_exp_k24.c b/src/pp/relic_pp_exp_k24.c index 5216d1914..b9d5a1aa2 100644 --- a/src/pp/relic_pp_exp_k24.c +++ b/src/pp/relic_pp_exp_k24.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/pp/relic_pp_map_k24.c b/src/pp/relic_pp_map_k24.c index 87e09717e..ed5c1eff8 100644 --- a/src/pp/relic_pp_map_k24.c +++ b/src/pp/relic_pp_map_k24.c @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2019 RELIC Authors + * Copyright (c) 2021 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file diff --git a/src/tmpl/relic_ep_map_tmpl.h b/src/tmpl/relic_ep_map_tmpl.h index 7e31f88c7..95bd0fd12 100644 --- a/src/tmpl/relic_ep_map_tmpl.h +++ b/src/tmpl/relic_ep_map_tmpl.h @@ -1,6 +1,6 @@ /* * RELIC is an Efficient LIbrary for Cryptography - * Copyright (c) 2020 RELIC Authors + * Copyright (c) 2024 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file