stardis

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

commit 19f6203d7c26d4d5bf7e2442760042955e6a48db
parent ca648a5dd0750769ac15fd7a0d00daa75b146a51
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Sep 2025 11:55:44 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mdoc/stardis-input.5.in | 2+-
Mdoc/stardis-output.5 | 2+-
Mdoc/stardis.1.in | 2+-
Msrc/stardis-app.c | 2+-
Msrc/stardis-app.h | 2+-
Msrc/stardis-args.c | 2+-
Msrc/stardis-args.h.in | 2+-
Msrc/stardis-compute-probe-boundary.c | 2+-
Msrc/stardis-compute.c | 2+-
Msrc/stardis-compute.h | 2+-
Msrc/stardis-description.c | 2+-
Msrc/stardis-description.h | 2+-
Msrc/stardis-extern-source.c | 2+-
Msrc/stardis-extern-source.h | 2+-
Msrc/stardis-fbound-prog.c | 2+-
Msrc/stardis-fbound-prog.h | 2+-
Msrc/stardis-fbound.c | 2+-
Msrc/stardis-fbound.h | 2+-
Msrc/stardis-fluid-prog.c | 2+-
Msrc/stardis-fluid-prog.h | 2+-
Msrc/stardis-fluid.c | 2+-
Msrc/stardis-fluid.h | 2+-
Msrc/stardis-hbound-prog.c | 2+-
Msrc/stardis-hbound-prog.h | 2+-
Msrc/stardis-hbound.c | 2+-
Msrc/stardis-hbound.h | 2+-
Msrc/stardis-hfbound-prog.c | 2+-
Msrc/stardis-hfbound-prog.h | 2+-
Msrc/stardis-hfbound.c | 2+-
Msrc/stardis-hfbound.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-prog-properties.h.in | 2+-
Msrc/stardis-program.c | 2+-
Msrc/stardis-program.h | 2+-
Msrc/stardis-radiative-env.c | 2+-
Msrc/stardis-radiative-env.h | 2+-
Msrc/stardis-sfconnect-prog.c | 2+-
Msrc/stardis-sfconnect-prog.h | 2+-
Msrc/stardis-sfconnect.c | 2+-
Msrc/stardis-sfconnect.h | 2+-
Msrc/stardis-solid-prog.c | 2+-
Msrc/stardis-solid-prog.h | 2+-
Msrc/stardis-solid.c | 2+-
Msrc/stardis-solid.h | 2+-
Msrc/stardis-ssconnect-prog.c | 2+-
Msrc/stardis-ssconnect-prog.h | 2+-
Msrc/stardis-ssconnect.c | 2+-
Msrc/stardis-ssconnect.h | 2+-
Msrc/stardis-tbound-prog.c | 2+-
Msrc/stardis-tbound-prog.h | 2+-
Msrc/stardis-tbound.c | 2+-
Msrc/stardis-tbound.h | 2+-
60 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2018-2025 |Méso|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/README.md b/README.md @@ -334,7 +334,7 @@ parameters: ## License -Copyright (C) 2018-2024 |Méso|Star> (<contact@meso-star.com>) +Copyright (C) 2018-2025 |Méso|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 diff --git a/doc/stardis-input.5.in b/doc/stardis-input.5.in @@ -1,4 +1,4 @@ -.\" Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2018-2025 |Méso|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/doc/stardis-output.5 b/doc/stardis-output.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2018-2025 |Méso|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/doc/stardis.1.in b/doc/stardis.1.in @@ -1,4 +1,4 @@ -.\" Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-args.c b/src/stardis-args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-args.h.in b/src/stardis-args.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-probe-boundary.c b/src/stardis-compute-probe-boundary.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-description.c b/src/stardis-description.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-description.h b/src/stardis-description.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-extern-source.c b/src/stardis-extern-source.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-extern-source.h b/src/stardis-extern-source.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-fbound-prog.c b/src/stardis-fbound-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-fbound-prog.h b/src/stardis-fbound-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-fbound.c b/src/stardis-fbound.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-fbound.h b/src/stardis-fbound.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-prog.c b/src/stardis-fluid-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-prog.h b/src/stardis-fluid-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hbound-prog.c b/src/stardis-hbound-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hbound-prog.h b/src/stardis-hbound-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hbound.c b/src/stardis-hbound.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hbound.h b/src/stardis-hbound.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hfbound-prog.c b/src/stardis-hfbound-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hfbound-prog.h b/src/stardis-hfbound-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hfbound.c b/src/stardis-hfbound.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-hfbound.h b/src/stardis-hfbound.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-prog-properties.h.in b/src/stardis-prog-properties.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|Star> (contact@meso-star.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/stardis-program.c b/src/stardis-program.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-program.h b/src/stardis-program.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-radiative-env.c b/src/stardis-radiative-env.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-radiative-env.h b/src/stardis-radiative-env.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-sfconnect-prog.c b/src/stardis-sfconnect-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-sfconnect-prog.h b/src/stardis-sfconnect-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-sfconnect.c b/src/stardis-sfconnect.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-sfconnect.h b/src/stardis-sfconnect.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-prog.c b/src/stardis-solid-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-prog.h b/src/stardis-solid-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-ssconnect-prog.c b/src/stardis-ssconnect-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-ssconnect-prog.h b/src/stardis-ssconnect-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-ssconnect.c b/src/stardis-ssconnect.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-ssconnect.h b/src/stardis-ssconnect.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-tbound-prog.c b/src/stardis-tbound-prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-tbound-prog.h b/src/stardis-tbound-prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-tbound.c b/src/stardis-tbound.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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-tbound.h b/src/stardis-tbound.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2024 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2025 |Méso|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