Skip to content

Commit 228922f

Browse files
committed
Update copyright years
1 parent ebcac93 commit 228922f

File tree

110 files changed

+111
-111
lines changed

Some content is hidden

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

110 files changed

+111
-111
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2020 Peter Dimov
2-
# Copyright (c) 2016-2025 Antony Polukhin
2+
# Copyright (c) 2016-2026 Antony Polukhin
33
#
44
# Distributed under the Boost Software License, Version 1.0.
55
# https://www.boost.org/LICENSE_1_0.txt

doc/pfr.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[library Boost.PFR
22
[quickbook 1.6]
33
[version 2.3]
4-
[copyright 2016-2025 Antony Polukhin]
4+
[copyright 2016-2026 Antony Polukhin]
55
[category Language Features Emulation]
66
[license
77
Distributed under the Boost Software License, Version 1.0.

example/get.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2025 Antony Polukhin
1+
// Copyright 2016-2026 Antony Polukhin
22

33
// Distributed under the Boost Software License, Version 1.0.
44
// (See the accompanying file LICENSE_1_0.txt

example/motivating_example0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2025 Antony Polukhin
1+
// Copyright (c) 2016-2026 Antony Polukhin
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See accompanying
44
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

example/quick_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2025 Antony Polukhin
1+
// Copyright 2016-2026 Antony Polukhin
22

33
// Distributed under the Boost Software License, Version 1.0.
44
// (See the accompanying file LICENSE_1_0.txt

example/sample_printing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2025 Antony Polukhin
1+
// Copyright 2016-2026 Antony Polukhin
22

33
// Distributed under the Boost Software License, Version 1.0.
44
// (See the accompanying file LICENSE_1_0.txt

include/boost/pfr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2025 Antony Polukhin
1+
// Copyright (c) 2016-2026 Antony Polukhin
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See accompanying
44
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

include/boost/pfr/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2025 Antony Polukhin
1+
// Copyright (c) 2016-2026 Antony Polukhin
22
// Copyright (c) 2022 Denis Mikhailov
33
//
44
// Distributed under the Boost Software License, Version 1.0. (See accompanying

include/boost/pfr/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2025 Antony Polukhin
1+
// Copyright (c) 2016-2026 Antony Polukhin
22
//
33
// Distributed under the Boost Software License, Version 1.0. (See accompanying
44
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

include/boost/pfr/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016-2025 Antony Polukhin
1+
// Copyright (c) 2016-2026 Antony Polukhin
22
// Copyright (c) 2022 Denis Mikhailov
33
//
44
// Distributed under the Boost Software License, Version 1.0. (See accompanying

0 commit comments

Comments
 (0)