star-gf

Compute Gebhart factors
git clone git://git.meso-star.fr/star-gf.git
Log | Files | Refs | README | LICENSE

commit 6e07a80d9cadbbf576a1dc176202f01fbf3e6535
parent 8d1ff5bfeac3d3a494223e165c1a7b74a5cbd8d6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 29 Apr 2016 08:56:05 +0200

Update the copyright year range

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/sgf.h | 2+-
Msrc/sgf_device.c | 2+-
Msrc/sgf_device_c.h | 2+-
Msrc/sgf_estimator.c | 2+-
Msrc/test_sgf_cube.c | 2+-
Msrc/test_sgf_device.c | 2+-
Msrc/test_sgf_tetrahedron.c | 2+-
Msrc/test_sgf_utils.h | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +# Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) # # 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/sgf.h b/src/sgf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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/sgf_device.c b/src/sgf_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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/sgf_device_c.h b/src/sgf_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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/sgf_estimator.c b/src/sgf_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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_sgf_cube.c b/src/test_sgf_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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_sgf_device.c b/src/test_sgf_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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_sgf_tetrahedron.c b/src/test_sgf_tetrahedron.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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_sgf_utils.h b/src/test_sgf_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 EDF S.A., France (syrthes-support@edf.fr) +/* Copyright (C) 2015-2016 EDF S.A., France (syrthes-support@edf.fr) * * 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