commit 932b2a7cfc893a6b9b0e932a0ae8d3ecf0689b62 parent a92dab87a573f029b9df34420cbfb9d620f08f6f Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Mon, 26 Jun 2023 19:31:23 +0100 Copyright: fix year, change url to https Diffstat:
208 files changed, 271 insertions(+), 273 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) +# Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) # This file is part of KFR # # KFR is free software: you can redistribute it and/or modify diff --git a/capi/CMakeLists.txt b/capi/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) +# Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) # This file is part of KFR # # KFR is free software: you can redistribute it and/or modify diff --git a/capi/capi.cpp b/capi/capi.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml @@ -27,7 +27,7 @@ extra: - icon: fontawesome/brands/twitter link: 'https://twitter.com/kfrlib' -copyright: 'Copyright © 2016 - 2022 KFR' +copyright: 'Copyright © 2016 - 2023 KFR' plugins: - search diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) +# Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) # This file is part of KFR # # KFR is free software: you can redistribute it and/or modify diff --git a/examples/biquads.cpp b/examples/biquads.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/ccv.cpp b/examples/ccv.cpp @@ -1,6 +1,6 @@ /* * ccv, part of KFR (https://www.kfr.dev) - * Copyright (C) 2016-2022 Fractalium Ltd + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/dft.cpp b/examples/dft.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/fir.cpp b/examples/fir.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/iir.cpp b/examples/iir.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/sample_rate_conversion.cpp b/examples/sample_rate_conversion.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/examples/window.cpp b/examples/window.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/include/kfr/all.hpp b/include/kfr/all.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base.hpp b/include/kfr/base.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/basic_expressions.hpp b/include/kfr/base/basic_expressions.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/conversion.hpp b/include/kfr/base/conversion.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/expression.hpp b/include/kfr/base/expression.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/filter.hpp b/include/kfr/base/filter.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/fraction.hpp b/include/kfr/base/fraction.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/generators.hpp b/include/kfr/base/generators.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/handle.hpp b/include/kfr/base/handle.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/impl/static_array.hpp b/include/kfr/base/impl/static_array.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/math_expressions.hpp b/include/kfr/base/math_expressions.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/memory.hpp b/include/kfr/base/memory.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/random.hpp b/include/kfr/base/random.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/random_bits.hpp b/include/kfr/base/random_bits.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/reduce.hpp b/include/kfr/base/reduce.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/shape.hpp b/include/kfr/base/shape.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/simd_expressions.hpp b/include/kfr/base/simd_expressions.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/small_buffer.hpp b/include/kfr/base/small_buffer.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/state_holder.hpp b/include/kfr/base/state_holder.hpp @@ -2,8 +2,8 @@ * @{ */ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #pragma once diff --git a/include/kfr/base/tensor.hpp b/include/kfr/base/tensor.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/base/univector.hpp b/include/kfr/base/univector.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/capi.h b/include/kfr/capi.h @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft.hpp b/include/kfr/dft.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/cache.hpp b/include/kfr/dft/cache.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/convolution.hpp b/include/kfr/dft/convolution.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/data/bitrev.hpp b/include/kfr/dft/data/bitrev.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/data/sincos.hpp b/include/kfr/dft/data/sincos.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/fft.hpp b/include/kfr/dft/fft.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/bitrev.hpp b/include/kfr/dft/impl/bitrev.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/convolution-impl.cpp b/include/kfr/dft/impl/convolution-impl.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/dft-fft.hpp b/include/kfr/dft/impl/dft-fft.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/dft-impl-f32.cpp b/include/kfr/dft/impl/dft-impl-f32.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/dft-impl-f64.cpp b/include/kfr/dft/impl/dft-impl-f64.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/dft-impl.hpp b/include/kfr/dft/impl/dft-impl.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/dft-templates.hpp b/include/kfr/dft/impl/dft-templates.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/fft-impl-f32.cpp b/include/kfr/dft/impl/fft-impl-f32.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/fft-impl-f64.cpp b/include/kfr/dft/impl/fft-impl-f64.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/fft-impl.hpp b/include/kfr/dft/impl/fft-impl.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/fft-templates.hpp b/include/kfr/dft/impl/fft-templates.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/impl/ft.hpp b/include/kfr/dft/impl/ft.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dft/reference_dft.hpp b/include/kfr/dft/reference_dft.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp.hpp b/include/kfr/dsp.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/biquad.hpp b/include/kfr/dsp/biquad.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/biquad_design.hpp b/include/kfr/dsp/biquad_design.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/dcremove.hpp b/include/kfr/dsp/dcremove.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/delay.hpp b/include/kfr/dsp/delay.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/ebu.hpp b/include/kfr/dsp/ebu.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/fir.hpp b/include/kfr/dsp/fir.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/fir_design.hpp b/include/kfr/dsp/fir_design.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/fracdelay.hpp b/include/kfr/dsp/fracdelay.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/goertzel.hpp b/include/kfr/dsp/goertzel.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/iir_design.hpp b/include/kfr/dsp/iir_design.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/mixdown.hpp b/include/kfr/dsp/mixdown.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/oscillators.hpp b/include/kfr/dsp/oscillators.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/sample_rate_conversion.hpp b/include/kfr/dsp/sample_rate_conversion.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/speaker.hpp b/include/kfr/dsp/speaker.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/special.hpp b/include/kfr/dsp/special.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/units.hpp b/include/kfr/dsp/units.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/waveshaper.hpp b/include/kfr/dsp/waveshaper.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/weighting.hpp b/include/kfr/dsp/weighting.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/dsp/window.hpp b/include/kfr/dsp/window.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/except.hpp b/include/kfr/except.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/graphics.hpp b/include/kfr/graphics.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/graphics/color.hpp b/include/kfr/graphics/color.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/graphics/geometry.hpp b/include/kfr/graphics/geometry.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/graphics/impl/scaled.hpp b/include/kfr/graphics/impl/scaled.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io.hpp b/include/kfr/io.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io/audiofile.hpp b/include/kfr/io/audiofile.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io/file.hpp b/include/kfr/io/file.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io/impl/audiofile-impl.cpp b/include/kfr/io/impl/audiofile-impl.cpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io/python_plot.hpp b/include/kfr/io/python_plot.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/io/tostring.hpp b/include/kfr/io/tostring.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/kfr.h b/include/kfr/kfr.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math.hpp b/include/kfr/math.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/asin_acos.hpp b/include/kfr/math/asin_acos.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/atan.hpp b/include/kfr/math/atan.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/compiletime.hpp b/include/kfr/math/compiletime.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/complex_math.hpp b/include/kfr/math/complex_math.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/gamma.hpp b/include/kfr/math/gamma.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/hyperbolic.hpp b/include/kfr/math/hyperbolic.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/asin_acos.hpp b/include/kfr/math/impl/asin_acos.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/atan.hpp b/include/kfr/math/impl/atan.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/gamma.hpp b/include/kfr/math/impl/gamma.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/hyperbolic.hpp b/include/kfr/math/impl/hyperbolic.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/log_exp.hpp b/include/kfr/math/impl/log_exp.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/modzerobessel.hpp b/include/kfr/math/impl/modzerobessel.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/sin_cos.hpp b/include/kfr/math/impl/sin_cos.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/sqrt.hpp b/include/kfr/math/impl/sqrt.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/impl/tan.hpp b/include/kfr/math/impl/tan.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/interpolation.hpp b/include/kfr/math/interpolation.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/log_exp.hpp b/include/kfr/math/log_exp.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/modzerobessel.hpp b/include/kfr/math/modzerobessel.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/sin_cos.hpp b/include/kfr/math/sin_cos.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/sqrt.hpp b/include/kfr/math/sqrt.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/math/tan.hpp b/include/kfr/math/tan.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/runtime.hpp b/include/kfr/runtime.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/runtime/cpuid.hpp b/include/kfr/runtime/cpuid.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/runtime/cpuid_auto.hpp b/include/kfr/runtime/cpuid_auto.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd.hpp b/include/kfr/simd.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/abs.hpp b/include/kfr/simd/abs.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/clamp.hpp b/include/kfr/simd/clamp.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/comparison.hpp b/include/kfr/simd/comparison.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/complex.hpp b/include/kfr/simd/complex.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/complex_type.hpp b/include/kfr/simd/complex_type.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/constants.hpp b/include/kfr/simd/constants.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/digitreverse.hpp b/include/kfr/simd/digitreverse.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/horizontal.hpp b/include/kfr/simd/horizontal.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/abs.hpp b/include/kfr/simd/impl/abs.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/backend.hpp b/include/kfr/simd/impl/backend.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/backend_clang.hpp b/include/kfr/simd/impl/backend_clang.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/backend_generic.hpp b/include/kfr/simd/impl/backend_generic.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/basicoperators_clang.hpp b/include/kfr/simd/impl/basicoperators_clang.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/basicoperators_complex.hpp b/include/kfr/simd/impl/basicoperators_complex.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/basicoperators_generic.hpp b/include/kfr/simd/impl/basicoperators_generic.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/clamp.hpp b/include/kfr/simd/impl/clamp.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/function.hpp b/include/kfr/simd/impl/function.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/logical.hpp b/include/kfr/simd/impl/logical.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/min_max.hpp b/include/kfr/simd/impl/min_max.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/operators.hpp b/include/kfr/simd/impl/operators.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/read_write.hpp b/include/kfr/simd/impl/read_write.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/round.hpp b/include/kfr/simd/impl/round.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/saturation.hpp b/include/kfr/simd/impl/saturation.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/select.hpp b/include/kfr/simd/impl/select.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/simd.hpp b/include/kfr/simd/impl/simd.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/specialconstants.hpp b/include/kfr/simd/impl/specialconstants.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/impl/specializations.hpp b/include/kfr/simd/impl/specializations.hpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) * This file is part of KFR * * KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/logical.hpp b/include/kfr/simd/logical.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/mask.hpp b/include/kfr/simd/mask.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/min_max.hpp b/include/kfr/simd/min_max.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/operators.hpp b/include/kfr/simd/operators.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/platform.hpp b/include/kfr/simd/platform.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/read_write.hpp b/include/kfr/simd/read_write.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/round.hpp b/include/kfr/simd/round.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/saturation.hpp b/include/kfr/simd/saturation.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/select.hpp b/include/kfr/simd/select.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/shuffle.hpp b/include/kfr/simd/shuffle.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/sort.hpp b/include/kfr/simd/sort.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/types.hpp b/include/kfr/simd/types.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/simd/vec.hpp b/include/kfr/simd/vec.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/include/kfr/version.hpp b/include/kfr/version.hpp @@ -2,7 +2,7 @@ * @{ */ /* - Copyright (C) 2016-2022 Fractalium Ltd (https://www.kfrlib.com) + Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) This file is part of KFR KFR is free software: you can redistribute it and/or modify diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) +# Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) # This file is part of KFR # # KFR is free software: you can redistribute it and/or modify diff --git a/tests/all_tests.cpp b/tests/all_tests.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/asm_test.cpp b/tests/asm_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/base_test.cpp b/tests/base_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/complex_test.cpp b/tests/complex_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/dft_test.cpp b/tests/dft_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/dsp_test.cpp b/tests/dsp_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/expression_test.cpp b/tests/expression_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/generate_data.cpp b/tests/generate_data.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #define _USE_MATH_DEFINES diff --git a/tests/intrinsic_test.cpp b/tests/intrinsic_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/io_test.cpp b/tests/io_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/multiarch.cpp b/tests/multiarch.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/multiarch_fir_avx.cpp b/tests/multiarch_fir_avx.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/multiarch_fir_sse2.cpp b/tests/multiarch_fir_sse2.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/numeric_tests.hpp b/tests/numeric_tests.hpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/base.cpp b/tests/unit/base/base.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/basic_expressions.cpp b/tests/unit/base/basic_expressions.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/conversion.cpp b/tests/unit/base/conversion.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/fraction.cpp b/tests/unit/base/fraction.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/generators.cpp b/tests/unit/base/generators.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/handle.cpp b/tests/unit/base/handle.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/random.cpp b/tests/unit/base/random.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/reduce.cpp b/tests/unit/base/reduce.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/shape.cpp b/tests/unit/base/shape.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/std_ambiguities.cpp b/tests/unit/base/std_ambiguities.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/base/tensor.cpp b/tests/unit/base/tensor.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/biquad.cpp b/tests/unit/dsp/biquad.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/biquad_design.cpp b/tests/unit/dsp/biquad_design.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/dsp.cpp b/tests/unit/dsp/dsp.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/ebu.cpp b/tests/unit/dsp/ebu.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/fir.cpp b/tests/unit/dsp/fir.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/sample_rate_conversion.cpp b/tests/unit/dsp/sample_rate_conversion.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/units.cpp b/tests/unit/dsp/units.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/dsp/window.cpp b/tests/unit/dsp/window.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/graphics/color.cpp b/tests/unit/graphics/color.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ @@ -45,4 +45,4 @@ TEST(color) CHECK(c5.a == 1.f); } } // namespace CMT_ARCH_NAME -} // namespace kfr -\ No newline at end of file +} // namespace kfr diff --git a/tests/unit/graphics/geometry.cpp b/tests/unit/graphics/geometry.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ @@ -12,4 +12,4 @@ inline namespace CMT_ARCH_NAME { } -} // namespace kfr -\ No newline at end of file +} // namespace kfr diff --git a/tests/unit/graphics/graphics.cpp b/tests/unit/graphics/graphics.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/math/asin_acos.cpp b/tests/unit/math/asin_acos.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #include "../../numeric_tests.hpp" diff --git a/tests/unit/math/atan.cpp b/tests/unit/math/atan.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/math/hyperbolic.cpp b/tests/unit/math/hyperbolic.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/math/log_exp.cpp b/tests/unit/math/log_exp.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #include "../../numeric_tests.hpp" diff --git a/tests/unit/math/math.cpp b/tests/unit/math/math.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/math/sin_cos.cpp b/tests/unit/math/sin_cos.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #include "../../numeric_tests.hpp" diff --git a/tests/unit/math/tan.cpp b/tests/unit/math/tan.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ #include "../../numeric_tests.hpp" diff --git a/tests/unit/simd/abs.cpp b/tests/unit/simd/abs.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/complex.cpp b/tests/unit/simd/complex.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/min_max.cpp b/tests/unit/simd/min_max.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/operators.cpp b/tests/unit/simd/operators.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/round.cpp b/tests/unit/simd/round.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/select.cpp b/tests/unit/simd/select.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/shuffle.cpp b/tests/unit/simd/shuffle.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/simd.cpp b/tests/unit/simd/simd.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tests/unit/simd/vec.cpp b/tests/unit/simd/vec.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Fractalium Ltd (http://www.kfrlib.com) +# Copyright (C) 2016-2023 Dan Cazarin (https://www.kfrlib.com) # This file is part of KFR # # KFR is free software: you can redistribute it and/or modify diff --git a/tools/ebu_test.cpp b/tools/ebu_test.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */ diff --git a/tools/sample_rate_converter.cpp b/tools/sample_rate_converter.cpp @@ -1,6 +1,6 @@ /** - * KFR (http://kfrlib.com) - * Copyright (C) 2016-2022 Fractalium Ltd + * KFR (https://www.kfrlib.com) + * Copyright (C) 2016-2023 Dan Cazarin * See LICENSE.txt for details */