commit 7a8004adb4b3c748264f3c7851b3e12a0224718c parent 2523aaa302a0f054ba37ee1f32b65cf98711696a Author: vaplv <vaplv@free.fr> Date: Fri, 25 Apr 2025 17:55:30 +0200 Update of copyright years Diffstat:
120 files changed, 120 insertions(+), 120 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md @@ -194,7 +194,7 @@ simplifying its portability and support while being much lighter. ## License -Copyright © 2013-2023 Vincent Forest (vaplv@free.fr) +Copyright © 2013-2023, 2025 Vincent Forest (vaplv@free.fr) RSys is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain diff --git a/src/algorithm.h b/src/algorithm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/binary_heap.h b/src/binary_heap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/clock_time.c b/src/clock_time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/clock_time.h b/src/clock_time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/condition.h b/src/condition.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/cstr.c b/src/cstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/cstr.h b/src/cstr.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/cstr_to_list.h b/src/cstr_to_list.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double2.h b/src/double2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double22.h b/src/double22.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double3.h b/src/double3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double33.h b/src/double33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double4.h b/src/double4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/double44.h b/src/double44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array.h b/src/dynamic_array.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_char.h b/src/dynamic_array_char.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_double.h b/src/dynamic_array_double.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_float.h b/src/dynamic_array_float.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_int.h b/src/dynamic_array_int.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_size_t.h b/src/dynamic_array_size_t.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_str.h b/src/dynamic_array_str.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_u32.h b/src/dynamic_array_u32.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_u64.h b/src/dynamic_array_u64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_uchar.h b/src/dynamic_array_uchar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/dynamic_array_uint.h b/src/dynamic_array_uint.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/endianness.h b/src/endianness.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float2.h b/src/float2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float22.h b/src/float22.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float3.h b/src/float3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float33.h b/src/float33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float4.h b/src/float4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/float44.h b/src/float44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/free_list.h b/src/free_list.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/hash.c b/src/hash.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/hash.h b/src/hash.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/hash_table.h b/src/hash_table.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/image.c b/src/image.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/image.h b/src/image.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/library.c b/src/library.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/library.h b/src/library.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/list.h b/src/list.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/logger.c b/src/logger.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/logger.h b/src/logger.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/math.h b/src/math.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/mem_allocator.c b/src/mem_allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/mem_allocator.h b/src/mem_allocator.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/mem_lifo_allocator.c b/src/mem_lifo_allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/mem_proxy_allocator.c b/src/mem_proxy_allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/morton.h b/src/morton.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/mutex.h b/src/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/pthread/pthread_condition.c b/src/pthread/pthread_condition.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/pthread/pthread_mutex.c b/src/pthread/pthread_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/quaternion.c b/src/quaternion.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/quaternion.h b/src/quaternion.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/real2.h b/src/real2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/real22.h b/src/real22.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/real3.h b/src/real3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/real33.h b/src/real33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/real44.h b/src/real44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realX.h b/src/realX.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realXY.h b/src/realXY.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realXY_begin.h b/src/realXY_begin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realXY_end.h b/src/realXY_end.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realX_begin.h b/src/realX_begin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/realX_end.h b/src/realX_end.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/ref_count.h b/src/ref_count.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/rsys.h b/src/rsys.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/signal.h b/src/signal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/str.c b/src/str.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/str.h b/src/str.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/stretchy_array.h b/src/stretchy_array.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_algorithm.c b/src/test_algorithm.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_atomic.c b/src/test_atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_binary_heap.c b/src/test_binary_heap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_condition.c b/src/test_condition.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_cstr.c b/src/test_cstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double2.c b/src/test_double2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double22.c b/src/test_double22.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double3.c b/src/test_double3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double33.c b/src/test_double33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double4.c b/src/test_double4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_double44.c b/src/test_double44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_dynamic_array.c b/src/test_dynamic_array.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_endianness.c b/src/test_endianness.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float2.c b/src/test_float2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float22.c b/src/test_float22.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float3.c b/src/test_float3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float33.c b/src/test_float33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float4.c b/src/test_float4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_float44.c b/src/test_float44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_free_list.c b/src/test_free_list.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_func_name.c b/src/test_func_name.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_hash_sha256.c b/src/test_hash_sha256.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_hash_table.c b/src/test_hash_table.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_image.c b/src/test_image.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_library.c b/src/test_library.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_list.c b/src/test_list.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_logger.c b/src/test_logger.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_math.c b/src/test_math.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_mem_allocator.c b/src/test_mem_allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_misc.c b/src/test_misc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_morton.c b/src/test_morton.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_mutex.c b/src/test_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_quaternion.c b/src/test_quaternion.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real2.h b/src/test_real2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real22.h b/src/test_real22.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real3.h b/src/test_real3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real33.h b/src/test_real33.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real4.h b/src/test_real4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_real44.h b/src/test_real44.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_ref.c b/src/test_ref.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_signal.c b/src/test_signal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_str.c b/src/test_str.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_text_reader.c b/src/test_text_reader.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_time.c b/src/test_time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/test_vmacros.c b/src/test_vmacros.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/text_reader.c b/src/text_reader.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published diff --git a/src/text_reader.h b/src/text_reader.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2023 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2023, 2025 Vincent Forest (vaplv@free.fr) * * The RSys library is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published