diff --git a/include/boost/math/differentiation/autodiff_reverse.hpp b/include/boost/math/differentiation/autodiff_reverse.hpp index 2f3cfb648..947a892e5 100644 --- a/include/boost/math/differentiation/autodiff_reverse.hpp +++ b/include/boost/math/differentiation/autodiff_reverse.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MATH_DIFFERENTIATION_AUTODIFF_HPP #define BOOST_MATH_DIFFERENTIATION_AUTODIFF_HPP diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_basic_operator_overloads.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_basic_operator_overloads.hpp index 4245ebc03..8b551d7d1 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_basic_operator_overloads.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_basic_operator_overloads.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef REVERSE_MODE_AUTODOFF_BASIC_OPERATOR_OVERLOADS_HPP #define REVERSE_MODE_AUTODOFF_BASIC_OPERATOR_OVERLOADS_HPP diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_comparison_operator_overloads.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_comparison_operator_overloads.hpp index a6059cb81..cedaefe08 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_comparison_operator_overloads.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_comparison_operator_overloads.hpp @@ -1,3 +1,8 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + #ifndef REVERSE_MODE_AUTODIFF_COMPARISON_OPERATOR_OVERLOADS_HPP #define REVERSE_MODE_AUTODIFF_COMPARISON_OPERATOR_OVERLOADS_HPP #include diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_erf_overloads.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_erf_overloads.hpp index e62434201..b2404e92c 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_erf_overloads.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_erf_overloads.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef REVERSE_MODE_AUTODIFF_ERF_OVERLOADS_HPP #define REVERSE_MODE_AUTODIFF_ERF_OVERLOADS_HPP diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_expression_template_base.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_expression_template_base.hpp index cc719547d..f24806d0e 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_expression_template_base.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_expression_template_base.hpp @@ -1,3 +1,8 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + #ifndef REVERSE_MODE_AUTODIFF_EXPRESSION_TEMPLATE_BASE_HPP #define REVERSE_MODE_AUTODIFF_EXPRESSION_TEMPLATE_BASE_HPP #include diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_helper_functions.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_helper_functions.hpp index 1d3fd0d84..04ebd3740 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_helper_functions.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_helper_functions.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP #define BOOST_REVERSE_MODE_AUTODIFF_HELPER_FUNCTIONS_HPP diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_memory_management.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_memory_management.hpp index 65c82110e..982451941 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_memory_management.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_memory_management.hpp @@ -1,3 +1,8 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + #ifndef REVERSE_MODE_AUTODIFF_MEMORY_MANAGEMENT_HPP #define REVERSE_MODE_AUTODIFF_MEMORY_MANAGEMENT_HPP diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_stl_overloads.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_stl_overloads.hpp index 44231adc2..b54cf280d 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_stl_overloads.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_stl_overloads.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef REVERSE_MODE_AUTODIFF_STL_OVERLOADS #define REVERSE_MODE_AUTODIFF_STL_OVERLOADS /* stl support : expressions */ diff --git a/include/boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp b/include/boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp index 731982fd9..6ec34ef3c 100644 --- a/include/boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp +++ b/include/boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp @@ -1,3 +1,7 @@ +// Copyright Maksym Zhelyenzyakov 2025-2026. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) #ifndef REVERSE_MODE_AUTODIFF_UTILITIES_HPP #define REVERSE_MODE_AUTODIFF_UTILITIES_HPP