star-mesh

Define and load a binary data format for meshes
git clone git://git.meso-star.fr/star-mesh.git
Log | Files | Refs | README | LICENSE

commit b548bed7ed872a28553d3d941dcdec2c313bcbb9
parent 73e51fcbaa3b74aa42bdb903fa145e699c14dd02
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 26 Feb 2025 11:55:17 +0100

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Msmsh.5 | 2+-
Msrc/smsh.c | 2+-
Msrc/smsh.h | 2+-
Msrc/smsh2vtk.c | 2+-
Msrc/smsh_c.h | 2+-
Msrc/smsh_log.c | 2+-
Msrc/smsh_log.h | 2+-
Msrc/test_smsh.c | 2+-
Msrc/test_smsh_load.c | 2+-
11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2020-2023, 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 @@ -35,7 +35,7 @@ Edit config.mk as needed, then run: ## License -Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) Star-Mesh 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/smsh.5 b/smsh.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2020-2023, 2025, 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/smsh.c b/src/smsh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/smsh.h b/src/smsh.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 2025 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redismshbute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/smsh2vtk.c b/src/smsh2vtk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/smsh_c.h b/src/smsh_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/smsh_log.c b/src/smsh_log.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/smsh_log.h b/src/smsh_log.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/test_smsh.c b/src/test_smsh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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/test_smsh_load.c b/src/test_smsh_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023, 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