From 7ba0984b34d23f4c8c4a69b900210fe449ce7eee Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 19 Jan 2023 10:01:52 +0300 Subject: [PATCH] Update copyright years --- doc/conversion.qbk | 4 ++-- include/boost/polymorphic_pointer_cast.hpp | 2 +- index.html | 4 ++-- test/Jamfile.v2 | 2 +- test/appveyor.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/conversion.qbk b/doc/conversion.qbk index 21d0361..8b01a97 100644 --- a/doc/conversion.qbk +++ b/doc/conversion.qbk @@ -1,6 +1,6 @@ [/ Copyright 2016 Mikhail Maximov. - Copyright Antony Polukhin, 2020-2022. + Copyright Antony Polukhin, 2020-2023. 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-2022 Antony Polukhin] + [copyright 2001 Beman Dawes, 2014-2023 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 bc03023..d0fef16 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-2022. +// (C) Copyright Antony Polukhin, 2014-2023. // 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/index.html b/index.html index 1c5f5c1..8bd1b1b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Copyright (c) 2016 Mikhail Maximov vigorous.activity at gmail dot com - Copyright (c) Antony Polukhin, 2021-2022 + Copyright (c) Antony Polukhin, 2021-2023 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt @@ -31,7 +31,7 @@ https://www.boost.org/doc/libs/master/doc/html/conversion.html

- © Antony Polukhin, 2014-2022 + © Antony Polukhin, 2014-2023

diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c4c08f3..d90f03f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,5 @@ # Copyright (C) 2001-2003 Douglas Gregor -# Copyright (C) Antony Polukhin, 2011-2022 +# Copyright (C) Antony Polukhin, 2011-2023 # # 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 54fb171..bcd3d9c 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-2022. +# Copyright Antony Polukhin, 2016-2023. # # See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file