diff --git a/doc/conversion.qbk b/doc/conversion.qbk index d2f543c..6cf1571 100644 --- a/doc/conversion.qbk +++ b/doc/conversion.qbk @@ -1,6 +1,6 @@ [/ Copyright 2016 Mikhail Maximov. - Copyright Antony Polukhin, 2020-2024. + Copyright Antony Polukhin, 2020-2025. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -12,7 +12,7 @@ [id conversion] [version 1.7] [authors [Stroustrup, Bjarne], [Abrahams, Dave], [Rasin, Boris], [Polukhin, Antony]] - [copyright 2001 Beman Dawes, 2014-2024 Antony Polukhin] + [copyright 2001 Beman Dawes, 2014-2025 Antony Polukhin] [license Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/polymorphic_pointer_cast.hpp b/include/boost/polymorphic_pointer_cast.hpp index efb355b..640d1f1 100644 --- a/include/boost/polymorphic_pointer_cast.hpp +++ b/include/boost/polymorphic_pointer_cast.hpp @@ -1,6 +1,6 @@ // boost polymorphic_pointer_cast.hpp header file ----------------------------------------------// // (C) Copyright Boris Rasin, 2014-2021. -// (C) Copyright Antony Polukhin, 2014-2024. +// (C) Copyright Antony Polukhin, 2014-2025. // Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/appveyor.yml b/test/appveyor.yml index 674151e..65cae8e 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -2,7 +2,7 @@ # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Copyright Antony Polukhin, 2016-2024. +# Copyright Antony Polukhin, 2016-2025. # # See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file