stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 320dd683c584de400a5740303c6b7d2bd73e1a3c
parent 2ca3be4513fdd04c500236760d9f609eb33ee9ef
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Jun 2021 10:00:32 +0200

Update the copyright notice

Diffstat:
MREADME.md | 11+++++++++--
Mcmake/CMakeLists.txt | 2+-
Mcmake/doc/CMakeLists.txt | 2+-
Msrc/stardis-app.c | 2+-
Msrc/stardis-app.h | 2+-
Msrc/stardis-compute.c | 2+-
Msrc/stardis-compute.h | 2+-
Msrc/stardis-fluid.c | 2+-
Msrc/stardis-fluid.h | 2+-
Msrc/stardis-intface.c | 2+-
Msrc/stardis-intface.h | 2+-
Msrc/stardis-main.c | 2+-
Msrc/stardis-output.c | 2+-
Msrc/stardis-output.h | 2+-
Msrc/stardis-parsing.c | 2+-
Msrc/stardis-parsing.h | 2+-
Msrc/stardis-solid.c | 2+-
Msrc/stardis-solid.h | 2+-
18 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md @@ -84,4 +84,12 @@ Add radiative transfer computations. To achieve this, media gain 2 new parameter ### Version 0.1 - Allow probe computations on conductive-only thermal systems. -- Allow Dirichlet and h.dT boundary conditions. -\ No newline at end of file +- Allow Dirichlet and h.dT boundary conditions. + +## License + +Copyright (C) 2018-2021 |Meso|Star> (<contact@meso-star.com>). Stardis is free +software released under the GPL v3+ license: GNU GPL version 3 or later. 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) 2018-2020 |Meso|Star> +# Copyright (C) 2018-2021 |Meso|Star> (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/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 |Meso|Star> +# Copyright (C) 2018-2021 |Meso|Star> (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/stardis-app.c b/src/stardis-app.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-app.h b/src/stardis-app.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-compute.c b/src/stardis-compute.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-compute.h b/src/stardis-compute.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-fluid.c b/src/stardis-fluid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-fluid.h b/src/stardis-fluid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-intface.c b/src/stardis-intface.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-intface.h b/src/stardis-intface.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-main.c b/src/stardis-main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-output.c b/src/stardis-output.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-output.h b/src/stardis-output.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-parsing.c b/src/stardis-parsing.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-parsing.h b/src/stardis-parsing.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-solid.c b/src/stardis-solid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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/stardis-solid.h b/src/stardis-solid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2021 |Meso|Star> (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