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 35b80ce5a8579e470bc80ac9120a3d19f11b34d8
parent 67caca8f33d8ce3441c4fbb3e243ebe739009a81
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 20 May 2026 11:39:02 +0200

Fix copyright notice

Diffstat:
MMakefile | 3++-
Msrc/sanim.h | 2+-
Msrc/sanim_node.c | 2+-
Msrc/sanim_node_c.h | 2+-
Msrc/sanim_version.h.in | 3++-
Msrc/test_sanim_node.c | 2+-
Msrc/test_sanim_node_pivot.c | 2+-
Msrc/test_sanim_node_transform.c | 2+-
Msrc/test_sanim_search.c | 2+-
Msrc/test_sanim_utils.c | 2+-
Msrc/test_sanim_utils.h | 2+-
Msrc/test_sanim_visit.c | 2+-
12 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 2016-2018 CNRS, 2018-2026 |Meso|Star> +# Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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_version.h.in b/src/sanim_version.h.in @@ -1,4 +1,5 @@ -/* Copyright (C) 2016-2018 CNRS, 2018-2026 |Meso|Star> +/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,6 +1,6 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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,5 +1,5 @@ /* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2016, 2017 CNRS + * Copyright (C) 2016-2018 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