solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

commit a9c4b8b834ea54bb29624e3835cb1a75dab0ea74
parent 70b503b2d06150c5c1a4a5078a755dcedb93a1b5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 19 Oct 2021 10:05:05 +0200

Update the copyright notice

Diffstat:
MREADME.md | 13++++++-------
Mcmake/CMakeLists.txt | 3++-
Msrc/sanim.h | 3++-
Msrc/sanim_node.c | 3++-
Msrc/sanim_node_c.h | 3++-
Msrc/test_sanim_node.c | 3++-
Msrc/test_sanim_node_pivot.c | 3++-
Msrc/test_sanim_node_transform.c | 3++-
Msrc/test_sanim_search.c | 3++-
Msrc/test_sanim_utils.c | 3++-
Msrc/test_sanim_utils.h | 3++-
Msrc/test_sanim_visit.c | 3++-
12 files changed, 28 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md @@ -48,12 +48,11 @@ Update the `sanim_node_visit_tree` function: the submitted sun direction may be NULL. In this case, the pivot constraints are not resolved during the tree traversal. -## Licenses +## License -Solstice-Anim is developed by [|Meso|Star>](http://www.meso-star.com) for the -[National Center for Scientific Research](http://www.cnrs.fr/index.php) (CNRS). -It is a free software copyright (C) CNRS 2016-2017 and it is released under the -[OSI](http://opensource.org)-approved GPL v3+ license. You are welcome to -redistribute it under certain conditions; refer to the COPYING file for -details. +Copyright (C) 2018, 2020, 2021 |Meso|Star> (<contact@meso-star.com>). +Copyright (C) 2016, 2017 CNRS. +Solstice Animation 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/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,5 @@ -# Copyright (C) CNRS 2016-2017 +# Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2016, 2017 CNRS # # 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/sanim.h b/src/sanim.h @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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/sanim_node.c b/src/sanim_node.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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/sanim_node_c.h b/src/sanim_node_c.h @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_node.c b/src/test_sanim_node.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_node_pivot.c b/src/test_sanim_node_pivot.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_node_transform.c b/src/test_sanim_node_transform.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_search.c b/src/test_sanim_search.c @@ -1,5 +1,6 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_utils.c b/src/test_sanim_utils.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_utils.h b/src/test_sanim_utils.h @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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_sanim_visit.c b/src/test_sanim_visit.c @@ -1,4 +1,5 @@ -/* Copyright (C) CNRS 2016-2017 +/* Copyright (C) 2018, 2020, 2021 |Méso|Star> (contact@meso-star.com) + * Copyright (C) 2016, 2017 CNRS * * 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