stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 4ca18be28120ed821a928cfded25a1756034be20
parent 660544216a648d3971dc71cfdcdb0ad8d435d110
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  8 Jan 2018 09:34:53 +0100

Update the Copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/sdis.h | 2+-
Msrc/sdis_device_c.h | 2+-
Msrc/sdis_estimator_c.h | 2+-
Msrc/sdis_interface_c.h | 2+-
Msrc/sdis_medium_c.h | 2+-
Msrc/sdis_scene_c.h | 2+-
Msrc/test_sdis_utils.h | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ variable the install directories of its dependencies. ## License -Stardis is Copyright (C) |Meso|Star> 2016-2017 (<contact@meso-star.com>). It is +Stardis is Copyright (C) |Meso|Star> 2016-2018 (<contact@meso-star.com>). It is free software released under the GPLv3+ license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) CNRS 2016-2017 +# Copyright (C) |Meso|Star> 2016-2018 # # 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/sdis.h b/src/sdis.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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/sdis_device_c.h b/src/sdis_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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/sdis_estimator_c.h b/src/sdis_estimator_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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/sdis_interface_c.h b/src/sdis_interface_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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/sdis_medium_c.h b/src/sdis_medium_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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/sdis_scene_c.h b/src/sdis_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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_sdis_utils.h b/src/test_sdis_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) |Meso|Star> 2016-2017 (contact@meso-star.com) +/* Copyright (C) |Meso|Star> 2016-2018 (contact@meso-star.com) * * 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