From 7baf669bedcc1baed02bd61d8241be5f60936e4d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Rolland Date: Thu, 15 Sep 2022 10:16:23 +0200 Subject: [PATCH] Switch year to 2022 in comments --- Source/SupportFunctions/arm_f16_to_f64.c | 2 +- Source/SupportFunctions/arm_f64_to_f16.c | 2 +- Source/SupportFunctions/arm_f64_to_float.c | 2 +- Source/SupportFunctions/arm_f64_to_q15.c | 2 +- Source/SupportFunctions/arm_f64_to_q31.c | 2 +- Source/SupportFunctions/arm_f64_to_q7.c | 2 +- Source/SupportFunctions/arm_float_to_f64.c | 2 +- Source/SupportFunctions/arm_q15_to_f64.c | 2 +- Source/SupportFunctions/arm_q31_to_f64.c | 2 +- Source/SupportFunctions/arm_q7_to_f64.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/SupportFunctions/arm_f16_to_f64.c b/Source/SupportFunctions/arm_f16_to_f64.c index 386e65f8..d80295d2 100644 --- a/Source/SupportFunctions/arm_f16_to_f64.c +++ b/Source/SupportFunctions/arm_f16_to_f64.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_f64_to_f16.c b/Source/SupportFunctions/arm_f64_to_f16.c index 8537e3a7..a631b697 100644 --- a/Source/SupportFunctions/arm_f64_to_f16.c +++ b/Source/SupportFunctions/arm_f64_to_f16.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_f64_to_float.c b/Source/SupportFunctions/arm_f64_to_float.c index 37dc2761..945151ec 100644 --- a/Source/SupportFunctions/arm_f64_to_float.c +++ b/Source/SupportFunctions/arm_f64_to_float.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_f64_to_q15.c b/Source/SupportFunctions/arm_f64_to_q15.c index e5ff782c..34a1c5b5 100644 --- a/Source/SupportFunctions/arm_f64_to_q15.c +++ b/Source/SupportFunctions/arm_f64_to_q15.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_f64_to_q31.c b/Source/SupportFunctions/arm_f64_to_q31.c index 5e2db8ff..2b9b3a14 100644 --- a/Source/SupportFunctions/arm_f64_to_q31.c +++ b/Source/SupportFunctions/arm_f64_to_q31.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_f64_to_q7.c b/Source/SupportFunctions/arm_f64_to_q7.c index 9e57c5a8..662606e5 100644 --- a/Source/SupportFunctions/arm_f64_to_q7.c +++ b/Source/SupportFunctions/arm_f64_to_q7.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_float_to_f64.c b/Source/SupportFunctions/arm_float_to_f64.c index b0b6d229..08415ca9 100644 --- a/Source/SupportFunctions/arm_float_to_f64.c +++ b/Source/SupportFunctions/arm_float_to_f64.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_q15_to_f64.c b/Source/SupportFunctions/arm_q15_to_f64.c index 1386cd71..35112801 100644 --- a/Source/SupportFunctions/arm_q15_to_f64.c +++ b/Source/SupportFunctions/arm_q15_to_f64.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_q31_to_f64.c b/Source/SupportFunctions/arm_q31_to_f64.c index 275d9d30..72e2513e 100644 --- a/Source/SupportFunctions/arm_q31_to_f64.c +++ b/Source/SupportFunctions/arm_q31_to_f64.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * diff --git a/Source/SupportFunctions/arm_q7_to_f64.c b/Source/SupportFunctions/arm_q7_to_f64.c index c8986cfd..b04f591b 100644 --- a/Source/SupportFunctions/arm_q7_to_f64.c +++ b/Source/SupportFunctions/arm_q7_to_f64.c @@ -9,7 +9,7 @@ * Target Processor: Cortex-M and Cortex-A cores * -------------------------------------------------------------------- */ /* - * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. + * Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 *