star-camera

Camera models
git clone git://git.meso-star.fr/star-camera.git
Log | Files | Refs | README | LICENSE

commit 10213e0b115dc5e3923e58a754ec0d0ce499126e
parent fdd44855693e4b5ef3b1167bb86b90033360a5e7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  5 Jan 2023 11:48:39 +0100

Update copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/scam.c | 2+-
Msrc/scam.h | 2+-
Msrc/scam_c.h | 2+-
Msrc/scam_log.c | 2+-
Msrc/scam_log.h | 2+-
Msrc/scam_orthographic.c | 2+-
Msrc/scam_perspective.c | 2+-
Msrc/test_scam_cbox.c | 2+-
Msrc/test_scam_cbox.h | 2+-
Msrc/test_scam_orthographic.c | 2+-
Msrc/test_scam_perspective_pinhole.c | 2+-
Msrc/test_scam_perspective_thin_lens.c | 2+-
Msrc/test_scam_utils.h | 2+-
15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ edited, built, tested and installed as any CMake project. Refer to the ## License -Copyright (C) 2021 [|Meso|Star>](https://www.meso-star.com) +Copyright (C) 2021-2023 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). Star-Camera 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 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2021-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/scam.c b/src/scam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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/scam.h b/src/scam.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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/scam_c.h b/src/scam_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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/scam_log.c b/src/scam_log.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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/scam_log.h b/src/scam_log.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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/scam_orthographic.c b/src/scam_orthographic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * Tyhis 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/scam_perspective.c b/src/scam_perspective.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_cbox.c b/src/test_scam_cbox.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_cbox.h b/src/test_scam_cbox.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_orthographic.c b/src/test_scam_orthographic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_perspective_pinhole.c b/src/test_scam_perspective_pinhole.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_perspective_thin_lens.c b/src/test_scam_perspective_thin_lens.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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_scam_utils.h b/src/test_scam_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-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