star-meteo

Time varying meteorological data
git clone git://git.meso-star.fr/star-meteo.git
Log | Files | Refs | README | LICENSE

commit dd1f655189eb8ea5d5d683450f4d0f8d95350cd6
parent 715897c3ee81de7d30052a394ee497955acddb87
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Aug 2025 12:07:48 +0200

Fix a typo in file headers concerning their license

Diffstat:
Msrc/smeteo.c | 2+-
Msrc/smeteo.h | 2+-
Msrc/smeteo_c.h | 2+-
Msrc/smeteo_load.c | 2+-
Msrc/stardis_smeteo.c | 2+-
Msrc/stardis_smeteo.h | 2+-
Msrc/stardis_smeteo_library.c | 2+-
Msrc/stardis_smeteo_library.h | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/smeteo.c b/src/smeteo.c @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/smeteo.h b/src/smeteo.h @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/smeteo_c.h b/src/smeteo_c.h @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/smeteo_load.c b/src/smeteo_load.c @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/stardis_smeteo.c b/src/stardis_smeteo.c @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/stardis_smeteo.h b/src/stardis_smeteo.h @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/stardis_smeteo_library.c b/src/stardis_smeteo_library.c @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/stardis_smeteo_library.h b/src/stardis_smeteo_library.h @@ -1,6 +1,6 @@ /* Copyright (C) 2025 |Méso|Star> (contact@meso-star.com) * - * This program is free software: you can redismshbute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version.