star-vx

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

commit b17ab1b376a237491fa1f342f396a9e767d57689
parent 30e8153cd7029eb992340a84f6b0bfa2c977a2b9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Mar 2018 10:16:45 +0100

Update the Copyright owner

Actually this library is directly developped by |Meso|Star> in the remit
of the co-development with the Université Paul Sabatier. The copyright
is thus shared by the two entities.

Diffstat:
MREADME.md | 7++++---
Mcmake/CMakeLists.txt | 2+-
Msrc/svx.h | 2+-
Msrc/svx_c.h | 2+-
Msrc/svx_device.c | 2+-
Msrc/svx_device.h | 2+-
Msrc/svx_octree.c | 2+-
Msrc/svx_octree.h | 2+-
Msrc/svx_octree_buffer.c | 2+-
Msrc/svx_octree_buffer.h | 2+-
Msrc/svx_scene_trace_ray.c | 2+-
Msrc/test_svx_device.c | 2+-
Msrc/test_svx_octree.c | 2+-
Msrc/test_svx_utils.h | 2+-
14 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -20,7 +20,8 @@ informations on CMake. ## Licenses -This is a free software copyright (C) 2018 CNRS 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. +This is a free software copyright (C) 2018 Université Paul Sabatier, +|Meso|Star> 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/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018 CNRS +# Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> # # 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.h b/src/svx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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.h b/src/svx_octree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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_buffer.c b/src/svx_octree_buffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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_buffer.h b/src/svx_octree_buffer.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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_scene_trace_ray.c b/src/svx_scene_trace_ray.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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,4 +1,4 @@ -/* Copyright (C) 2018 CNRS +/* Copyright (C) 2018 Université Paul Sabatier, |Meso|Star> * * 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