schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit c8a2feeab169ebd15790e3dcad9d0904ebc8c033
parent efee61029c8d62de7c977718f9ebfb772f475e4a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  1 Oct 2021 15:46:41 +0200

Update the copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Mcmake/LibYAMLConfig.cmake | 2+-
Msrc/schiff.c | 2+-
Msrc/schiff_args.c | 4++--
Msrc/schiff_geometry.c | 2+-
Msrc/schiff_geometry.h | 2+-
Msrc/schiff_mesh.c | 2+-
Msrc/schiff_mesh.h | 2+-
Msrc/schiff_optical_properties.c | 2+-
Msrc/schiff_optical_properties.h | 2+-
Msrc/schiff_streambuf.h | 2+-
Msrc/schiff_streamline.h | 2+-
13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -54,7 +54,7 @@ sampled geometries, and performing the calculations. ## License -Copyright (C) 2020 [|Meso|Star>](http://www.meso-star.com) +Copyright (C) 2020, 2021 [|Meso|Star>](http://www.meso-star.com) (contact@meso-star.com). Copyright (C) 2015, 2016 CNRS. Schiff 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 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) # Copyright (C) 2015, 2016 CNRS # # This program is free software: you can redistribute it and/or modify diff --git a/cmake/LibYAMLConfig.cmake b/cmake/LibYAMLConfig.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) # Copyright (C) 2015-2016 CNRS # # This program is free software: you can redistribute it and/or modify diff --git a/src/schiff.c b/src/schiff.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_args.c b/src/schiff_args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify @@ -102,7 +102,7 @@ print_help(const char* binary) " --version display version information and exit.\n"); printf("\n"); printf( -"Copyright (C) 2020 |Meso|Star> (contact@meso-star.com).\n" +"Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com).\n" "Copyright (C) 2015, 2016 CNRS. This is free software released under the\n" "GNU GPL license, version 3 or later. You are free to change or\n" "redistribute it under certain conditions\n" diff --git a/src/schiff_geometry.c b/src/schiff_geometry.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_geometry.h b/src/schiff_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_mesh.c b/src/schiff_mesh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_mesh.h b/src/schiff_mesh.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_optical_properties.c b/src/schiff_optical_properties.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_optical_properties.h b/src/schiff_optical_properties.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_streambuf.h b/src/schiff_streambuf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/schiff_streamline.h b/src/schiff_streamline.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * Copyright (C) 2015, 2016 CNRS * * This program is free software: you can redistribute it and/or modify