Skip to content

Commit 1fd7271

Browse files
committed
Update copyright years
1 parent 36fc992 commit 1fd7271

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

doc/reference/apply_visitor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
44
<!--
55
Copyright 2003, Eric Friedman, Itay Maman.
6-
Copyright 2013-2024 Antony Polukhin.
6+
Copyright 2013-2025 Antony Polukhin.
77
88
Distributed under the Boost Software License, Version 1.0. (See accompanying
99
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/reference/multivisitor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
33
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
44
<!--
5-
Copyright 2013-2024 Antony Polukhin.
5+
Copyright 2013-2025 Antony Polukhin.
66
77
Distributed under the Boost Software License, Version 1.0. (See accompanying
88
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/reference/polymorphic_get.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
33
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
44
<!--
5-
Copyright 2013-2024 Antony Polukhin.
5+
Copyright 2013-2025 Antony Polukhin.
66
77
Distributed under the Boost Software License, Version 1.0. (See accompanying
88
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/reference/variant_fwd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
44
<!--
55
Copyright 2003, Eric Friedman, Itay Maman.
6-
Copyright 2016-2024 Antony Polukhin.
6+
Copyright 2016-2025 Antony Polukhin.
77
88
Distributed under the Boost Software License, Version 1.0. (See accompanying
99
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/tutorial/advanced.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
44
<!--
55
Copyright 2003, Eric Friedman, Itay Maman.
6-
Copyright 2013-2024 Antony Polukhin.
6+
Copyright 2013-2025 Antony Polukhin.
77
88
Distributed under the Boost Software License, Version 1.0. (See accompanying
99
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/variant.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</copyright>
2828

2929
<copyright>
30-
<year>2014-2024</year>
30+
<year>2014-2025</year>
3131
<holder>Antony Polukhin</holder>
3232
</copyright>
3333
<legalnotice>

include/boost/variant/detail/apply_visitor_binary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//-----------------------------------------------------------------------------
55
//
66
// Copyright (c) 2002-2003 Eric Friedman
7-
// Copyright (c) 2014-2024 Antony Polukhin
7+
// Copyright (c) 2014-2025 Antony Polukhin
88
//
99
// Distributed under the Boost Software License, Version 1.0. (See
1010
// accompanying file LICENSE_1_0.txt or copy at

include/boost/variant/detail/apply_visitor_unary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//-----------------------------------------------------------------------------
55
//
66
// Copyright (c) 2002-2003 Eric Friedman
7-
// Copyright (c) 2014-2024 Antony Polukhin
7+
// Copyright (c) 2014-2025 Antony Polukhin
88
//
99
// Distributed under the Boost Software License, Version 1.0. (See
1010
// accompanying file LICENSE_1_0.txt or copy at

include/boost/variant/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//-----------------------------------------------------------------------------
55
//
66
// Copyright (c) 2003 Eric Friedman
7-
// Copyright (c) 2016-2024 Antony Polukhin
7+
// Copyright (c) 2016-2025 Antony Polukhin
88
//
99
// Distributed under the Boost Software License, Version 1.0. (See
1010
// accompanying file LICENSE_1_0.txt or copy at

include/boost/variant/detail/element_index.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// See http://www.boost.org for updates, documentation, and revision history.
44
//-----------------------------------------------------------------------------
55
//
6-
// Copyright (c) 2014-2024 Antony Polukhin
6+
// Copyright (c) 2014-2025 Antony Polukhin
77
//
88
// Distributed under the Boost Software License, Version 1.0. (See
99
// accompanying file LICENSE_1_0.txt or copy at

0 commit comments

Comments
 (0)