mrumtl

Describe materials that vary spectrally
git clone git://git.meso-star.fr/mrumtl.git
Log | Files | Refs | README | LICENSE

commit 49413c5d9703d1573ed52b9d5c8fb676e95fb3f2
parent c17216ec52e137da993453d1e15078d884cdcbe0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Jul 2022 11:09:03 +0200

Update copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Msrc/mrumtl.c | 2+-
Msrc/mrumtl.h | 2+-
Msrc/test_mrumtl.c | 2+-
Msrc/test_mrumtl_band.c | 2+-
Msrc/test_mrumtl_wlen.c | 2+-
7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ for further informations on CMake. ## Licenses -Copyright (C) 2020, 2021 [|Meso|Star>](http://www.meso-star.com) +Copyright (C) 2020, 2021, 2022 [|Meso|Star>](http://www.meso-star.com) <contact@meso-star.com>. MruMtl is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute them under certain conditions; refer to the COPYING file for details. 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, 2022 |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/mrumtl.c b/src/mrumtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |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/mrumtl.h b/src/mrumtl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |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_mrumtl.c b/src/test_mrumtl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |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_mrumtl_band.c b/src/test_mrumtl_band.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |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_mrumtl_wlen.c b/src/test_mrumtl_wlen.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021, 2022 |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