star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit bbb0768e96b9b54c9d45039cf506327bbb126707
parent 6004efe0c7a24674ae9e1ceebe77d20ebe8a2ab8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  7 Apr 2025 16:19:47 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Msrc/sstl.c | 2+-
Msrc/sstl.h | 2+-
Msrc/sstl_ascii.c | 2+-
Msrc/sstl_c.h | 2+-
Msrc/test_sstl.c | 2+-
Msrc/test_sstl_load.c | 2+-
Msrc/test_sstl_utils.h | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2015, 2016, 2019, 2021, 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 @@ -56,7 +56,7 @@ Correction of a compilation error highlighted in particular by GCC 4.9.2 ## License -Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2015, 2016, 2019, 2021, 2023, 2025 |Méso|Star> (contact@meso-star.com) Star-STL is free software released under GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain diff --git a/src/sstl.c b/src/sstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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/sstl.h b/src/sstl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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/sstl_ascii.c b/src/sstl_ascii.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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/sstl_c.h b/src/sstl_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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_sstl.c b/src/test_sstl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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_sstl_load.c b/src/test_sstl_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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_sstl_utils.h b/src/test_sstl_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2015, 2016, 2019, 2021, 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