rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 0f3db1ca56a848b4157250011586562213eb1514
parent 78ff352c3eaa852ff2173606420a9e4d559c68b3
Author: vaplv <vincent.forest@meso-star.com>
Date:   Tue,  7 Feb 2017 16:18:42 +0100

Update the copyright year range of the C files

Diffstat:
Msrc/clock_time.c | 2+-
Msrc/image.c | 2+-
Msrc/library.c | 2+-
Msrc/logger.c | 2+-
Msrc/mem_allocator.c | 2+-
Msrc/pthread/pthread_condition.c | 2+-
Msrc/pthread/pthread_mutex.c | 2+-
Msrc/quaternion.c | 2+-
Msrc/str.c | 2+-
Msrc/test_algorithm.c | 2+-
Msrc/test_atomic.c | 2+-
Msrc/test_binary_heap.c | 2+-
Msrc/test_condition.c | 2+-
Msrc/test_cstr.c | 2+-
Msrc/test_double2.c | 2+-
Msrc/test_double22.c | 2+-
Msrc/test_double3.c | 2+-
Msrc/test_double33.c | 2+-
Msrc/test_double4.c | 2+-
Msrc/test_double44.c | 2+-
Msrc/test_dynamic_array.c | 2+-
Msrc/test_float2.c | 2+-
Msrc/test_float22.c | 2+-
Msrc/test_float3.c | 2+-
Msrc/test_float33.c | 2+-
Msrc/test_float4.c | 2+-
Msrc/test_float44.c | 2+-
Msrc/test_free_list.c | 2+-
Msrc/test_func_name.c | 2+-
Msrc/test_hash_table.c | 2+-
Msrc/test_library.c | 2+-
Msrc/test_list.c | 2+-
Msrc/test_logger.c | 2+-
Msrc/test_math.c | 2+-
Msrc/test_mem_allocator.c | 2+-
Msrc/test_mutex.c | 2+-
Msrc/test_quaternion.c | 2+-
Msrc/test_ref.c | 2+-
Msrc/test_signal.c | 2+-
Msrc/test_str.c | 2+-
Msrc/test_time.c | 2+-
Msrc/win32/win32_condition.c | 2+-
Msrc/win32/win32_mutex.c | 2+-
43 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/src/clock_time.c b/src/clock_time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/image.c b/src/image.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/library.c b/src/library.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/logger.c b/src/logger.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/mem_allocator.c b/src/mem_allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/quaternion.c b/src/quaternion.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/str.c b/src/str.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_algorithm.c b/src/test_algorithm.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_atomic.c b/src/test_atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_condition.c b/src/test_condition.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_cstr.c b/src/test_cstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double2.c b/src/test_double2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double22.c b/src/test_double22.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double3.c b/src/test_double3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double33.c b/src/test_double33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double4.c b/src/test_double4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_double44.c b/src/test_double44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float2.c b/src/test_float2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float22.c b/src/test_float22.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float3.c b/src/test_float3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float33.c b/src/test_float33.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float4.c b/src/test_float4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_float44.c b/src/test_float44.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_library.c b/src/test_library.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_list.c b/src/test_list.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_logger.c b/src/test_logger.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_math.c b/src/test_math.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser 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-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_mutex.c b/src/test_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_quaternion.c b/src/test_quaternion.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_ref.c b/src/test_ref.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_signal.c b/src/test_signal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_str.c b/src/test_str.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/test_time.c b/src/test_time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/win32/win32_condition.c b/src/win32/win32_condition.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published diff --git a/src/win32/win32_mutex.c b/src/win32/win32_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr) +/* Copyright (C) 2013-2017 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 Lesser General Public License as published