Skip to content

Commit a418e84

Browse files
committed
Update copyright years
1 parent 795773e commit a418e84

35 files changed

+35
-35
lines changed

doc/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2011-2024 Antony Polukhin.
1+
# Copyright 2011-2025 Antony Polukhin.
22
# Use, modification, and distribution are
33
# subject to 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)

doc/type_index.qbk

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

examples/constexpr14_namespace_check.cpp

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

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

examples/constexpr14_sort_check.cpp

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

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

examples/demangled_names.cpp

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

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

examples/exact_types_match.cpp

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

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

examples/inheritance.cpp

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

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

examples/registry.cpp

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

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

examples/table_of_names.cpp

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

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

examples/user_defined_typeinfo.cpp

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

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

0 commit comments

Comments
 (0)