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 a08455b0180ee90b1785fb93c246e7554a5fe1b2
parent 898ab6f6e5c832c465b6d150a1735992456a3652
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  4 Jan 2023 11:43:29 +0100

Update copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Mdoc/smsh.5.scd | 2+-
Msrc/smsh.c | 2+-
Msrc/smsh.h | 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+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ informations on CMake. ## License -Copyright (C) 2020, 2021, 2022 [|Meso|Star>](https://www.meso-star.com) +Copyright (C) 2020-2023 [|Méso|Star>](https://www.meso-star.com) (<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 conditions; refer to the COPYING file for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020-2023 |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/smsh.5.scd b/doc/smsh.5.scd @@ -1,6 +1,6 @@ smsh(5) -; Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com) +; Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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/smsh_c.h b/src/smsh_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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, 2021, 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020-2023 |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