star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit 29dd366b10ff06d751c9d24758f83fa7c024bbb5
parent 9c2f3d3e5cf55f9ed0f3f13c1b5781e8d0a4b9cb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 10 Jan 2018 14:14:42 +0100

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/s2d.h | 14+++++++-------
Msrc/s2d_backend.h | 2+-
Msrc/s2d_buffer.h | 2+-
Msrc/s2d_c.h | 2+-
Msrc/s2d_device.c | 2+-
Msrc/s2d_device_c.h | 2+-
Msrc/s2d_geometry.c | 2+-
Msrc/s2d_geometry.h | 2+-
Msrc/s2d_line_segments.c | 2+-
Msrc/s2d_line_segments.h | 2+-
Msrc/s2d_primitive.c | 2+-
Msrc/s2d_scene.c | 2+-
Msrc/s2d_scene_c.h | 2+-
Msrc/s2d_shape.c | 2+-
Msrc/s2d_shape_c.h | 2+-
Msrc/test_s2d_device.c | 2+-
Msrc/test_s2d_primitive.c | 2+-
Msrc/test_s2d_sample.c | 2+-
Msrc/test_s2d_scene.c | 2+-
Msrc/test_s2d_session_advanced.c | 2+-
Msrc/test_s2d_shape.c | 2+-
Msrc/test_s2d_trace_ray.c | 2+-
Msrc/test_s2d_trace_ray_3d.c | 2+-
Msrc/test_s2d_utils.h | 2+-
26 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/README.md b/README.md @@ -94,7 +94,7 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and ## License -Star-2D is Copyright (C) |Meso|Star> 2016 (<contact@meso-star.com>). It is a +Star-2D is Copyright (C) |Meso|Star> 2016-2018 (<contact@meso-star.com>). It is a free software released under the [OSI](http://opensource.org)-approved CeCILL license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +# Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) # # This software is governed by the CeCILL license under French law and # abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d.h b/src/s2d.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, @@ -143,11 +143,11 @@ static const struct s2d_hit S2D_HIT_NULL = S2D_HIT_NULL__; * discarded and a value not equal to zero otherwise. */ typedef int (*s2d_hit_filter_function_T) - (const struct s2d_hit* hit, - const float ray_org[2], - const float ray_dir[], - void* ray_data, /* User data submitted on trace ray(s) invocation */ - void* filter_data); /* Data defined on the setup of the filter function */ + (const struct s2d_hit* hit, + const float ray_org[2], + const float ray_dir[], + void* ray_data, /* User data submitted on trace ray(s) invocation */ + void* filter_data); /* Data defined on the setup of the filter function */ enum s2d_session_flag { S2D_TRACE = BIT(0), @@ -273,7 +273,7 @@ s2d_scene_trace_ray_3d struct s2d_hit* hit); /* Uniformly sample the scene and returned the sampled primitive and its sample - * s position. Can be called only if a S2D_SAMPLE session is active on `scn'*/ + * position. Can be called only if a S2D_SAMPLE session is active on `scn'*/ S2D_API res_T s2d_scene_sample (struct s2d_scene* scn, diff --git a/src/s2d_backend.h b/src/s2d_backend.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is a computer program whose purpose is to describe a * virtual 3D environment that can be ray-traced and sampled both robustly diff --git a/src/s2d_buffer.h b/src/s2d_buffer.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_c.h b/src/s2d_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_device.c b/src/s2d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_device_c.h b/src/s2d_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_geometry.c b/src/s2d_geometry.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_geometry.h b/src/s2d_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_line_segments.c b/src/s2d_line_segments.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_line_segments.h b/src/s2d_line_segments.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_primitive.c b/src/s2d_primitive.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_scene.c b/src/s2d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_scene_c.h b/src/s2d_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_shape.c b/src/s2d_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/s2d_shape_c.h b/src/s2d_shape_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_device.c b/src/test_s2d_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_primitive.c b/src/test_s2d_primitive.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_sample.c b/src/test_s2d_sample.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_scene.c b/src/test_s2d_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_session_advanced.c b/src/test_s2d_session_advanced.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_shape.c b/src/test_s2d_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_trace_ray.c b/src/test_s2d_trace_ray.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_trace_ray_3d.c b/src/test_s2d_trace_ray_3d.c @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/src/test_s2d_utils.h b/src/test_s2d_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use,