star-vx

Structuring voxels for ray-tracing
git clone git://git.meso-star.fr/star-vx.git
Log | Files | Refs | README | LICENSE

commit b402a245171a6127d6b581af8ce1e79c6e8f462d
parent 7e633970519f5681cf850e1e90aa73c2454cfac6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Feb 2020 16:18:43 +0100

Update the copyright notice

Diffstat:
MREADME.md | 12++++++------
Msrc/svx.h | 4++--
Msrc/svx_bintree.c | 4++--
Msrc/svx_bintree_trace_ray.c | 4++--
Msrc/svx_buffer.c | 4++--
Msrc/svx_buffer.h | 4++--
Msrc/svx_c.h | 4++--
Msrc/svx_device.c | 4++--
Msrc/svx_device.h | 4++--
Msrc/svx_octree.c | 4++--
Msrc/svx_octree_trace_ray.c | 4++--
Msrc/svx_tree.c | 4++--
Msrc/svx_tree.h | 4++--
Msrc/svx_tree_builder.h | 4++--
Msrc/svx_tree_generic_func.h | 4++--
Msrc/test_svx_bintree.c | 4++--
Msrc/test_svx_bintree_trace_ray.c | 4++--
Msrc/test_svx_device.c | 4++--
Msrc/test_svx_octree.c | 4++--
Msrc/test_svx_octree_trace_ray.c | 4++--
Msrc/test_svx_utils.h | 4++--
21 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/README.md b/README.md @@ -47,9 +47,9 @@ informations on CMake. ## License -Copyright (C) 2018 Université Paul Sabatier -(<contact-edstar@laplace.univ-tlse.fr>). Copyright (C) 2018, 2020 -[|Meso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). Star-VoXel -is free software released under the GPL v3+ license: GNU GPL version 3 or -later. You are welcome to redistribute it under certain conditions; refer to -the COPYING file for details. +Copyright (C) 2018, 2020 [|Meso|Star>](https://www.meso-star.com) +(<contact@meso-star.com>). Copyright (C) 2018 Université Paul Sabatier +(<contact-edstar@laplace.univ-tlse.fr>). Star-VoXel is free software released +under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to +redistribute it under certain conditions; refer to the COPYING file for +details. diff --git a/src/svx.h b/src/svx.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_bintree.c b/src/svx_bintree.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_bintree_trace_ray.c b/src/svx_bintree_trace_ray.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_buffer.c b/src/svx_buffer.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_buffer.h b/src/svx_buffer.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_c.h b/src/svx_c.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_device.c b/src/svx_device.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_device.h b/src/svx_device.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_octree.c b/src/svx_octree.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_octree_trace_ray.c b/src/svx_octree_trace_ray.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_tree.c b/src/svx_tree.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_tree.h b/src/svx_tree.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_tree_builder.h b/src/svx_tree_builder.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/svx_tree_generic_func.h b/src/svx_tree_generic_func.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_bintree.c b/src/test_svx_bintree.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_bintree_trace_ray.c b/src/test_svx_bintree_trace_ray.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_device.c b/src/test_svx_device.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_octree.c b/src/test_svx_octree.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_octree_trace_ray.c b/src/test_svx_octree_trace_ray.c @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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/src/test_svx_utils.h b/src/test_svx_utils.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2018 Université Paul Sabatier - * Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018 Université Paul Sabatier * * 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