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 dd386b09653d216143e98ff467514cf2855ec818
parent a3795f2ec8e14cc6a945a970ff9bd219aad7a043
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 18 Sep 2017 16:35:45 +0200

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/sanim.h | 2+-
Msrc/sanim_node.c | 2+-
Msrc/sanim_node_c.h | 2+-
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, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ variable the install directories of its dependencies. 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 and it is released under the +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. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) CNRS 2016 +# Copyright (C) CNRS 2016-2017 # # 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,5 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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,4 @@ -/* Copyright (C) CNRS 2016 +/* Copyright (C) CNRS 2016-2017 * * 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