star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 637eafe062ce35b5d964e45f59d395b4e2678301
parent 599467bc9271f5b8277e8eae5e5d5fbc8c259d27
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  6 May 2024 16:28:04 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mmake.sh | 2+-
Msrc/scad.c | 2+-
Msrc/scad.h | 2+-
Msrc/scad_c.h | 2+-
Msrc/scad_device.c | 2+-
Msrc/scad_device.h | 2+-
Msrc/scad_geometry.c | 2+-
Msrc/scad_geometry.h | 2+-
Msrc/test_api.c | 2+-
Msrc/test_common.h | 2+-
Msrc/test_export.c | 2+-
Msrc/test_lifetime.c | 2+-
Msrc/test_partition.c | 2+-
15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2022-2024 |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 @@ -78,7 +78,7 @@ Initial version. ## License -Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2022-2024 |Méso|Star> (contact@meso-star.com) Star-CAD 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/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2022-2024 |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/scad.c b/src/scad.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad.h b/src/scad.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad_c.h b/src/scad_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad_device.c b/src/scad_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad_device.h b/src/scad_device.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad_geometry.c b/src/scad_geometry.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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/scad_geometry.h b/src/scad_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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_api.c b/src/test_api.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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_common.h b/src/test_common.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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_export.c b/src/test_export.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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_lifetime.c b/src/test_lifetime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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_partition.c b/src/test_partition.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2022-2024 |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