stardis-green

Post-processing of green functions
git clone git://git.meso-star.fr/stardis-green.git
Log | Files | Refs | README | LICENSE

commit a5010e183446413733fe89ff9506bf60bbe3e8b5
parent ff4f35963b84c7a39b4e55d17ebfef9728582246
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 26 Apr 2024 19:25:25 +0200

Update of copyright years

Diffstat:
MREADME.md | 2+-
Msrc/green-args.c | 2+-
Msrc/green-args.h | 2+-
Msrc/green-compute.c | 2+-
Msrc/green-compute.h | 2+-
Msrc/green-default.h.in | 2+-
Msrc/green-input.c | 2+-
Msrc/green-main.c | 2+-
Msrc/green-output.c | 4++--
Msrc/green-output.h | 2+-
Msrc/green-types.h | 2+-
Msrc/green-version.h.in | 2+-
12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md @@ -57,7 +57,7 @@ Fix a bug that could cause a crash. ## License -Copyright (C) 2020-2022 |Méso|Star> (contact@meso-star.com). +Copyright (C) 2020-2022, 2024 |Méso|Star> (contact@meso-star.com). Stardis-Green is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under diff --git a/src/green-args.c b/src/green-args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-args.h b/src/green-args.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-compute.c b/src/green-compute.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-compute.h b/src/green-compute.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-default.h.in b/src/green-default.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> +/* Copyright (C) 2020-2022, 2024 |Méso|Star> * * 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/green-input.c b/src/green-input.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-main.c b/src/green-main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-output.c b/src/green-output.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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 @@ -99,7 +99,7 @@ short_help fprintf(stream, " Set the verbosity level.\n"); fprintf(stream, -"\nCopyright (C) 2020-2022 |Meso|Star> <contact@meso-star.com>.\n" +"\nCopyright (C) 2020-2022, 2024 |Méso|Star> <contact@meso-star.com>.\n" "stardis-green is free software released under the GNU GPL license, version 3 or later.\n" "You are free to change or redistribute it under certain conditions\n" "<http://gnu.org/licenses/gpl.html>.\n"); diff --git a/src/green-output.h b/src/green-output.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-types.h b/src/green-types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2022, 2024 |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/green-version.h.in b/src/green-version.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2022 |Meso|Star> +/* Copyright (C) 2020-2022, 2024 |Méso|Star> * * 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