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 df8538f85fa23f5159cf45f633e43dd27738ef44
parent 4df4c3b78b8ac43a5bfed92cdea22f923ffbc570
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 15 Mar 2022 10:52:05 +0100

Update the copyright year range

Diffstat:
Mcmake/CMakeLists.txt | 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+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |Meso|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