star-gf

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

commit 4fc3c0981c31297a6764c522d47854f707e5bda1
parent 9d0f767d5836ef19caf4ebd73585918f79026fee
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 16 Dec 2024 12:24:29 +0100

Update copyright notice

Diffstat:
Msrc/sgf.h | 2+-
Msrc/sgf_device.c | 2+-
Msrc/sgf_device_c.h | 2+-
Msrc/sgf_estimator.c | 2+-
Msrc/sgf_realisation.h | 2+-
Msrc/sgf_scene.c | 2+-
Msrc/sgf_scene_c.h | 2+-
Msrc/test_sgf_cube.c | 2+-
Msrc/test_sgf_device.c | 2+-
Msrc/test_sgf_estimator.c | 2+-
Msrc/test_sgf_scene.c | 2+-
Msrc/test_sgf_square.c | 2+-
Msrc/test_sgf_tetrahedron.c | 2+-
Msrc/test_sgf_utils.h | 2+-
14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/sgf.h b/src/sgf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_device.c b/src/sgf_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_device_c.h b/src/sgf_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_estimator.c b/src/sgf_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_realisation.h b/src/sgf_realisation.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_scene.c b/src/sgf_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/sgf_scene_c.h b/src/sgf_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_cube.c b/src/test_sgf_cube.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_device.c b/src/test_sgf_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_estimator.c b/src/test_sgf_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_scene.c b/src/test_sgf_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_square.c b/src/test_sgf_square.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_tetrahedron.c b/src/test_sgf_tetrahedron.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_sgf_utils.h b/src/test_sgf_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021, 2024 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015-2018 EDF S.A., France (syrthes-support@edf.fr) * * This program is free software: you can redistribute it and/or modify