star-cmap

Mapping values onto color ramps
git clone git://git.meso-star.fr/star-cmap.git
Log | Files | Refs | README | LICENSE

commit fd1ca8800fb60a8825fc83dad5b8c53b2e580399
parent a902d102d2784ed7561a65c3161d8850918aa9e7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 27 Jul 2023 15:22:22 +0200

Update of copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Mmake.sh | 2+-
Msrc/scmap.c | 2+-
Msrc/scmap.h | 2+-
Msrc/scmap_palettes.c | 2+-
Msrc/test_scmap.c | 2+-
Msrc/test_scmap_fetch_color.c | 2+-
Msrc/test_scmap_palettes.c | 2+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020, 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/README.md b/README.md @@ -34,7 +34,7 @@ Fix MSVC build. ## License -Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +Copyright (C) 2020, 2021, 2023 |Méso|Star> (contact@meso-star.com) Star-CMap 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 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, 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/make.sh b/make.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020, 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/scmap.c b/src/scmap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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/scmap.h b/src/scmap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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/scmap_palettes.c b/src/scmap_palettes.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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_scmap.c b/src/test_scmap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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_scmap_fetch_color.c b/src/test_scmap_fetch_color.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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_scmap_palettes.c b/src/test_scmap_palettes.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 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