star-cmap

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

commit 3bd58435e619e08d493ce5356e1cf858938b262e
parent 1ef269fd67960785cc8c15e988f215ecfbae22d7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Aug 2021 09:22:15 +0200

Update copyright years

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

diff --git a/README.md b/README.md @@ -32,7 +32,7 @@ Fix MSVC build. ## License -Copyright (C) 2020 [|Meso|Star>](https://www.meso-star.com) +Copyright (C) 2020, 2021 [|Meso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). Star-ColorMap 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) 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020, 2021 |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/scmap.c b/src/scmap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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/scmap.h b/src/scmap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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/scmap_palettes.c b/src/scmap_palettes.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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_scmap.c b/src/test_scmap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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_scmap_fetch_color.c b/src/test_scmap_fetch_color.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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_scmap_palettes.c b/src/test_scmap_palettes.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |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