commit 1a61b5d67cba0b619af92759a559e605afd893fc parent 7f0b067f6de086788467e4058d81138a8b1e5a24 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 28 Sep 2022 17:17:34 +0200 Update copyright year range Diffstat:
51 files changed, 52 insertions(+), 53 deletions(-)
diff --git a/README.md b/README.md @@ -80,8 +80,8 @@ Add a built-in phase function using the ## License -Star-ScatteringFunctions is Copyright (C) 2016-2018, 2021 -|Meso|Star>(<contact@meso-star.com>). It is a free software released under the +Star-ScatteringFunctions is Copyright (C) 2016-2018, 2021, 2022 +|Méso|Star>(<contact@meso-star.com>). It is a free software released under the GPL v3+ license. You are welcome to redistribute it 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) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2016-2018, 2021, 2022 |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/ssf.c b/src/ssf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf.h b/src/ssf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_beckmann_distribution.c b/src/ssf_beckmann_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_blinn_distribution.c b/src/ssf_blinn_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_bsdf.c b/src/ssf_bsdf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_bsdf_c.h b/src/ssf_bsdf_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel.c b/src/ssf_fresnel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel_c.h b/src/ssf_fresnel_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel_constant.c b/src/ssf_fresnel_constant.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel_dielectric_conductor.c b/src/ssf_fresnel_dielectric_conductor.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel_dielectric_dielectric.c b/src/ssf_fresnel_dielectric_dielectric.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_fresnel_no_op.c b/src/ssf_fresnel_no_op.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_lambertian_reflection.c b/src/ssf_lambertian_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_microfacet_distribution.c b/src/ssf_microfacet_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_microfacet_distribution_c.h b/src/ssf_microfacet_distribution_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_microfacet_reflection.c b/src/ssf_microfacet_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_optics.h b/src/ssf_optics.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase.c b/src/ssf_phase.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_c.h b/src/ssf_phase_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_discrete.c b/src/ssf_phase_discrete.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_hg.c b/src/ssf_phase_hg.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_rayleigh.c b/src/ssf_phase_rayleigh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_rdgfa.c b/src/ssf_phase_rdgfa.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_phase_rdgfa_simdX.h b/src/ssf_phase_rdgfa_simdX.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_pillbox_distribution.c b/src/ssf_pillbox_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_specular_dielectric_dielectric_interface.c b/src/ssf_specular_dielectric_dielectric_interface.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_specular_reflection.c b/src/ssf_specular_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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/ssf_thin_specular_dielectric.c b/src/ssf_thin_specular_dielectric.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_beckmann_distribution.c b/src/test_ssf_beckmann_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_blinn_distribution.c b/src/test_ssf_blinn_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_bsdf.c b/src/test_ssf_bsdf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_fresnel.c b/src/test_ssf_fresnel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_fresnel_constant.c b/src/test_ssf_fresnel_constant.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_fresnel_dielectric_conductor.c b/src/test_ssf_fresnel_dielectric_conductor.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_fresnel_dielectric_dielectric.c b/src/test_ssf_fresnel_dielectric_dielectric.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_fresnel_no_op.c b/src/test_ssf_fresnel_no_op.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_lambertian_reflection.c b/src/test_ssf_lambertian_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_microfacet_distribution.c b/src/test_ssf_microfacet_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_microfacet_reflection.c b/src/test_ssf_microfacet_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_phase.c b/src/test_ssf_phase.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_phase_discrete.c b/src/test_ssf_phase_discrete.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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 @@ -84,4 +84,3 @@ main(int argc, char** argv) CHK(ssf_phase_ref_put(dummy) == RES_OK); return 0; } - diff --git a/src/test_ssf_phase_hg.c b/src/test_ssf_phase_hg.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_phase_rayleigh.c b/src/test_ssf_phase_rayleigh.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_phase_rdgfa.c b/src/test_ssf_phase_rdgfa.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_pillbox_distribution.c b/src/test_ssf_pillbox_distribution.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_specular_dielectric_dielectric_reflection.c b/src/test_ssf_specular_dielectric_dielectric_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_specular_reflection.c b/src/test_ssf_specular_reflection.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_thin_specular_dielectric.c b/src/test_ssf_thin_specular_dielectric.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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_ssf_utils.h b/src/test_ssf_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2018, 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2016-2018, 2021, 2022 |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